From 7ea867bbca058b7d7d229cf37c2d001522593a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 3 Aug 2021 20:25:22 +0200 Subject: New upstream release --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index de1dd57..abfe0be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gnome-pie (0.7.3-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Jörg Frings-Fürst Tue, 03 Aug 2021 20:24:20 +0200 + gnome-pie (0.7.2-2) unstable; urgency=medium * New debian/patches/0110-Fix-Build-error.patch (Closes: 948129): -- cgit v1.2.3 From 7648d8c68cf1af7cf466cd9a524404c2cbc35723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 4 Aug 2021 17:40:44 +0200 Subject: Declare compliance with Debian Policy 4.5.1; Remove upstream applied patch --- debian/changelog | 2 ++ debian/control | 2 +- debian/patches/series | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index abfe0be..5eff9e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ gnome-pie (0.7.3-1) UNRELEASED; urgency=medium * New upstream release. + * Declare compliance with Debian Policy 4.5.1 (No changes needed). + * Remove upstream applied patch 0110-Fix-Build-error.patch. -- Jörg Frings-Fürst Tue, 03 Aug 2021 20:24:20 +0200 diff --git a/debian/control b/debian/control index 5a4da3a..f638664 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: libxml2-dev, libxtst-dev, valac (>= 0.24) -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Rules-Requires-Root: no Homepage: https://schneegans.github.io/gnome-pie.html Vcs-Git: git://jff.email/opt/git/gnome-pie.git diff --git a/debian/patches/series b/debian/patches/series index cf48a33..0e078dd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,3 @@ -0110-Fix-Build-error.patch +#0110-Fix-Build-error.patch 0700-ayatana-appindicator.patch 0105-spelling_errors.patch -- cgit v1.2.3 From 7a71bb7ee62960d9c8412876a61df6382143892e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 4 Aug 2021 17:44:06 +0200 Subject: Use version 4 for watch file --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5eff9e0..57ed1f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ gnome-pie (0.7.3-1) UNRELEASED; urgency=medium * New upstream release. * Declare compliance with Debian Policy 4.5.1 (No changes needed). * Remove upstream applied patch 0110-Fix-Build-error.patch. + * Use version 4 for watch file. -- Jörg Frings-Fürst Tue, 03 Aug 2021 20:24:20 +0200 diff --git a/debian/watch b/debian/watch index dbffcbb..3dcb4b1 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ -version=3 +version=4 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/mpv-$1.tar.gz/ \ https://github.com/Simmesimme/Gnome-Pie/tags .*/v?(\d\S*)\.tar\.gz -- cgit v1.2.3 From 96ddc1c2a2d5f8b28758068fe197bf797375014f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 4 Aug 2021 17:48:14 +0200 Subject: d/copyright: Rewrite years for upstream and myself --- debian/changelog | 5 ++++- debian/copyright | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 57ed1f6..56f9202 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,10 @@ gnome-pie (0.7.3-1) UNRELEASED; urgency=medium * New upstream release. * Declare compliance with Debian Policy 4.5.1 (No changes needed). * Remove upstream applied patch 0110-Fix-Build-error.patch. - * Use version 4 for watch file. + * debin/watch: + - Use version 4. + * debian/copyright: + - Rewrite years for upstream and myself. -- Jörg Frings-Fürst Tue, 03 Aug 2021 20:24:20 +0200 diff --git a/debian/copyright b/debian/copyright index 1eaffe2..e66ae4d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: gnome-pie Source: https://github.com/Simmesimme/Gnome-Pie Files: * -Copyright: 2011-2017 Simon Schneegans +Copyright: 2011-2021 Simon Schneegans License: GPL-3.0+ Files: cmake/vala/FindVala.cmake @@ -14,7 +14,7 @@ License: BSD-2-Clause Files: debian/* Copyright: 2011 Alessandro Ghedini - 2014-2020 Jörg Frings-Fürst + 2014-2021 Jörg Frings-Fürst License: GPL-3.0+ License: GPL-3.0+ -- cgit v1.2.3 From c414baf9a355b1e16218e011a66bbb91034ba1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 4 Aug 2021 20:35:52 +0200 Subject: New debian/patches/0900-fix_it_po.patch --- debian/changelog | 2 ++ debian/patches/0900-fix_it_po.patch | 56 +++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 59 insertions(+) create mode 100644 debian/patches/0900-fix_it_po.patch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 56f9202..3f3d8b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ gnome-pie (0.7.3-1) UNRELEASED; urgency=medium - Use version 4. * debian/copyright: - Rewrite years for upstream and myself. + * New debian/patches/0900-fix_it_po.patch: + - Fix build error on po file. -- Jörg Frings-Fürst Tue, 03 Aug 2021 20:24:20 +0200 diff --git a/debian/patches/0900-fix_it_po.patch b/debian/patches/0900-fix_it_po.patch new file mode 100644 index 0000000..5060655 --- /dev/null +++ b/debian/patches/0900-fix_it_po.patch @@ -0,0 +1,56 @@ +Description: fix italian po file +Author: Jörg Frings-Fürst +Bug: https://github.com/Schneegans/Gnome-Pie/issues/196 +Forwarded: https://github.com/Schneegans/Gnome-Pie/issues/196 +Last-Update: 2021-08-04 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/resources/locale/it/LC_MESSAGES/it.po +=================================================================== +--- trunk.orig/resources/locale/it/LC_MESSAGES/it.po ++++ trunk/resources/locale/it/LC_MESSAGES/it.po +@@ -21,7 +21,7 @@ msgstr "" + + #: ../ui/pie_options.ui:53 + msgid "Activation Settings" +-msgstr "Impostazioni di attivazione"" ++msgstr "Impostazioni di attivazione" + + #: ../ui/pie_options.ui:153 + msgid "Unamed Pie" +@@ -248,8 +248,8 @@ msgid "" + "For manual and advanced configuration click on the plus sign." + msgstr "Inizia ad aggiungere fette! Questo può essere fatto trascinando roba nella " + "più il segno sotto. Puoi provare molto! Ad esempio, i lanciatori di applicazioni o" +-"cartelle. Sono possibili anche gli URL del tuo browser ... \ n" +-"\ N" ++"cartelle. Sono possibili anche gli URL del tuo browser ... \n" ++"\n" + "Per la configurazione manuale e avanzata fare clic sul segno più." + + #: ../ui/preferences.ui:655 +@@ -540,7 +540,7 @@ msgstr "_Inoformazioni su" + + #: ../../src/gui/indicator.vala:150 + msgid "_Quit" +-msgstr _Abbandona" ++msgstr " Abbandona" + + #: ../../src/gui/newsWindow.vala:64 + msgid "_Close" +@@ -603,13 +603,13 @@ msgstr "Mezza torta" + + #: ../../src/themes/theme.vala:169 + msgid "Successfully exported the theme \"%s\"!" +-msgstr "Esportato correttamente il tema \ "% s \"!" ++msgstr "Esportato correttamente il tema \"% s \"!" + + #: ../../src/themes/theme.vala:176 + msgid "" + "An error occurred while exporting the theme \"%s\"! Please check the console " + "output." +-msgstr "Si è verificato un errore durante l'esportazione del tema \ "% s \"! Si prega di controllare la console " ++msgstr "Si è verificato un errore durante l'esportazione del tema \"% s \"! Si prega di controllare la console " + "Uscita." + + #: ../../src/actionGroups/windowListGroup.vala:34 diff --git a/debian/patches/series b/debian/patches/series index 0e078dd..6df8e3f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ #0110-Fix-Build-error.patch +0900-fix_it_po.patch 0700-ayatana-appindicator.patch 0105-spelling_errors.patch -- cgit v1.2.3 From 6a2a889a6de6b45fcc21e0050763858768610952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 6 Aug 2021 19:32:16 +0200 Subject: d/changelog: Change distribution to unstable, Change date and time --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 3f3d8b8..5744f28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -gnome-pie (0.7.3-1) UNRELEASED; urgency=medium +gnome-pie (0.7.3-1) unstable; urgency=medium * New upstream release. * Declare compliance with Debian Policy 4.5.1 (No changes needed). @@ -10,7 +10,7 @@ gnome-pie (0.7.3-1) UNRELEASED; urgency=medium * New debian/patches/0900-fix_it_po.patch: - Fix build error on po file. - -- Jörg Frings-Fürst Tue, 03 Aug 2021 20:24:20 +0200 + -- Jörg Frings-Fürst Fri, 06 Aug 2021 19:29:22 +0200 gnome-pie (0.7.2-2) unstable; urgency=medium -- cgit v1.2.3