File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
lib/indicator_sound_switcher Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
include AUTHORS
2
2
include COPYING
3
- include INSTALL
4
3
include README.md
4
+ include po/*.po
5
+ prune locale/*
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ app_ver_string="${APP_NAME} (${APP_VERSION}-${REVISION})"
46
46
[[ ! -d " $DIST_ROOT_DIR " ]] || rm -rf " $DIST_ROOT_DIR " || err " Removing $DIST_ROOT_DIR failed"
47
47
48
48
# Run the setup script to create a source tarball
49
- python3 " $SETUP_SCRIPT " --quiet sdist --owner=root --group=root || err " Building source tarball failed"
49
+ python3 " $SETUP_SCRIPT " sdist --owner=root --group=root || err " Building source tarball failed"
50
50
51
51
# Add '.orig' and change '-' to '_' before version in tarball's name
52
52
TARBALL_NAME=" ${DIST_ROOT_DIR} /${APP_NAME} _${APP_VERSION} .orig.tar.gz"
@@ -79,4 +79,4 @@ if ((do_binary == 0)); then
79
79
echo " Build succeeded. To upload issue the following command:"
80
80
echo " dput ppa:yktooo/ppa \" $DIST_ROOT_DIR /${APP_NAME} _${APP_VERSION} -${REVISION} _source.changes\" "
81
81
echo " --------------------------------------------------------------------------------"
82
- fi
82
+ fi
Original file line number Diff line number Diff line change
1
+ indicator-sound-switcher (2.3.2-1) eoan; urgency=low
2
+
3
+ * Explicitly include .po and exclude .mo in source distribution (#82)
4
+
5
+ -- Dmitry Kann <
[email protected] > Mon, 25 May 2020 18:41:22 +0200
6
+
1
7
indicator-sound-switcher (2.3.1-1) eoan; urgency=low
2
8
3
9
* Use directory of setup.py when looking for .po files (#82)
Original file line number Diff line number Diff line change 24
24
# Global definitions
25
25
APP_ID = 'indicator-sound-switcher'
26
26
APP_NAME = 'Sound Switcher Indicator'
27
- APP_VERSION = '2.3.1 '
27
+ APP_VERSION = '2.3.2 '
28
28
APP_LICENCE = """This program is free software: you can redistribute it and/or modify it
29
29
under the terms of the GNU General Public License version 3, as published
30
30
by the Free Software Foundation.
Original file line number Diff line number Diff line change 6
6
7
7
8
8
APP_ID = 'indicator-sound-switcher'
9
- APP_VERSION = '2.3.1 '
9
+ APP_VERSION = '2.3.2 '
10
10
11
11
12
12
def compile_lang_files () -> list :
You can’t perform that action at this time.
0 commit comments