summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2021-08-17 06:41:54 +0200
committerJörg Frings-Fürst <debian@jff.email>2021-08-17 06:41:54 +0200
commite605fe5dffe686241847c67166fe2414b48ee2a8 (patch)
tree5b506de0a4faa0506d0cf053af8e9d7184aa59bf /debian
parent6617f5ee51c94d05028ebceb3177ec0e3a87e78d (diff)
parent6a2a889a6de6b45fcc21e0050763858768610952 (diff)
Merge branch 'release/debian/0.7.3-1'debian/0.7.3-1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
-rw-r--r--debian/control2
-rw-r--r--debian/copyright4
-rw-r--r--debian/patches/0900-fix_it_po.patch56
-rw-r--r--debian/patches/series3
-rw-r--r--debian/watch2
6 files changed, 76 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index de1dd57..5744f28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+gnome-pie (0.7.3-1) unstable; 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.
+ * debin/watch:
+ - 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 <debian@jff.email> Fri, 06 Aug 2021 19:29:22 +0200
+
gnome-pie (0.7.2-2) unstable; urgency=medium
* New debian/patches/0110-Fix-Build-error.patch (Closes: 948129):
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/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 <ghedo@debian.org>
- 2014-2020 Jörg Frings-Fürst <debian@jff.email>
+ 2014-2021 Jörg Frings-Fürst <debian@jff.email>
License: GPL-3.0+
License: GPL-3.0+
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 <debian@jff.email>
+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! </ B> 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 cf48a33..6df8e3f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
-0110-Fix-Build-error.patch
+#0110-Fix-Build-error.patch
+0900-fix_it_po.patch
0700-ayatana-appindicator.patch
0105-spelling_errors.patch
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