diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-11-09 13:44:44 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-11-09 13:44:44 +0100 |
commit | 1842a2b3197e4eb01f85dd140153395248719cd4 (patch) | |
tree | 2cb1dff191c21acf375dc9348a73945930cdda11 | |
parent | 56e9820442d941dd99d31059e926f6ad70b50f59 (diff) | |
download | ayatana-settings-1842a2b3197e4eb01f85dd140153395248719cd4.tar.gz ayatana-settings-1842a2b3197e4eb01f85dd140153395248719cd4.tar.bz2 ayatana-settings-1842a2b3197e4eb01f85dd140153395248719cd4.zip |
release 20.11.09.220.11.09.2
-rw-r--r-- | ChangeLog | 36 | ||||
-rw-r--r-- | ayatanasettings/appdata.py | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | po/ayatana-settings.pot | 2 |
4 files changed, 43 insertions, 4 deletions
@@ -1,6 +1,38 @@ -2020-11-09 12:45:48 +0100 Mike Gabriel +2020-11-09 13:44:44 +0100 Mike Gabriel - * release 20.11.09.1 (HEAD -> master, tag: 20.11.09.1) + * release 20.11.09.2 (HEAD -> master, tag: 20.11.09.2) + +2020-11-09 13:43:39 +0100 Mike Gabriel (56e9820) + + * Merge branch 'tari01-pr/fix-desktop-file' + +2020-11-09 13:37:05 +0100 Robert Tari (a52a146) + + * setup.py: Fix .dektop file generation + +2020-11-09 13:07:28 +0100 Mike Gabriel (7146d97) + + * .gitignore: Need not be executable. + +2020-11-09 13:06:01 +0100 Mike Gabriel (ffbe03d) + + * **/**: Remove x-bits from all files except the main executable and + setup.py (and debian/rules). + +2020-11-09 13:04:20 +0100 Mike Gabriel (5f84782) + + * debian/rules: Don't drop data/locale/.gitkeep during dh_auto_clean + override. + +2020-11-09 13:02:10 +0100 Mike Gabriel (ae18dda) + + * debian/rules: Fix dh_auto_clean override (wrong egg-info path, + remove ayatana-settings.desktop, fix locale's .mo file + location. + +2020-11-09 12:45:48 +0100 Mike Gabriel (ee0aef1) + + * release 20.11.09.1 (tag: 20.11.09.1) 2020-11-09 12:45:37 +0100 Mike Gabriel (94ea4fe) diff --git a/ayatanasettings/appdata.py b/ayatanasettings/appdata.py index 1f2cc80..b91066a 100644 --- a/ayatanasettings/appdata.py +++ b/ayatanasettings/appdata.py @@ -3,7 +3,7 @@ APPNAME = 'ayatana-settings' APPEXECUTABLE='/usr/bin/ayatana-settings' -APPVERSION = '20.11.09.1' +APPVERSION = '20.11.09.2' APPSHOWSETTINGS = 201014 APPYEAR = '2020' APPTITLE = 'Ayatana Indicators Settings' diff --git a/debian/changelog b/debian/changelog index d48e518..ac1f4a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-settings (20.11.09.2) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-settings. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 09 Nov 2020 13:44:18 +0100 + ayatana-settings (20.11.09.1) unstable; urgency=medium * Upstream-provided Debian package for ayatana-settings. diff --git a/po/ayatana-settings.pot b/po/ayatana-settings.pot index ce627c5..0212479 100644 --- a/po/ayatana-settings.pot +++ b/po/ayatana-settings.pot @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ayatana-settings 20.11.09.1\n" +"Project-Id-Version: ayatana-settings 20.11.09.2\n" "Report-Msgid-Bugs-To: https://github.com/AyatanaIndicators/ayatana-settings/issues\n" "POT-Creation-Date: 2020-10-29 13:22+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |