From cd08d72b2a6e8735ac9c7877a4cd9122444f2870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 13 Aug 2023 21:57:42 +0200 Subject: d/rules: Fix Fails to build source after successful build --- debian/changelog | 7 +++++++ debian/rules | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5744f28..8f060ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gnome-pie (0.7.3-2) UNRELEASED; urgency=medium + + * debian/rules: + - Fix Fails to build source after successful build (Closes: ##1044462). + + -- Jörg Frings-Fürst Sun, 13 Aug 2023 20:34:07 +0200 + gnome-pie (0.7.3-1) unstable; urgency=medium * New upstream release. diff --git a/debian/rules b/debian/rules index eea2df1..1c52f9b 100755 --- a/debian/rules +++ b/debian/rules @@ -9,3 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_build: $(CURDIR)/resources/locale/compile-po.sh dh_auto_build + +override_dh_auto_clean: + dh_auto_clean + $(RM) $(CURDIR)/resources/locale/*/LC_MESSAGES/*.mo -- cgit v1.2.3 From 53acdf2e8d1c60691830c36e34a8401a0740981b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 13 Aug 2023 22:06:46 +0200 Subject: d/control: Declare compliance with Debian Policy 4.6.2.0 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8f060ef..67072c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gnome-pie (0.7.3-2) UNRELEASED; urgency=medium * debian/rules: - Fix Fails to build source after successful build (Closes: ##1044462). + * Declare compliance with Debian Policy 4.6.2.0 (No changes needed). -- Jörg Frings-Fürst Sun, 13 Aug 2023 20:34:07 +0200 diff --git a/debian/control b/debian/control index f638664..33469e1 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: libxml2-dev, libxtst-dev, valac (>= 0.24) -Standards-Version: 4.5.1 +Standards-Version: 4.6.2.0 Rules-Requires-Root: no Homepage: https://schneegans.github.io/gnome-pie.html Vcs-Git: git://jff.email/opt/git/gnome-pie.git -- cgit v1.2.3 From c662e5bbca69a0a0af7dedfe6819d7108c14fb1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 13 Aug 2023 22:09:15 +0200 Subject: d/copyright: Add year 2023 to myself --- debian/changelog | 2 ++ debian/copyright | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 67072c6..a45bf99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ gnome-pie (0.7.3-2) UNRELEASED; urgency=medium * debian/rules: - Fix Fails to build source after successful build (Closes: ##1044462). * Declare compliance with Debian Policy 4.6.2.0 (No changes needed). + * debian/copyright: + - Add year 2023 to myself. -- Jörg Frings-Fürst Sun, 13 Aug 2023 20:34:07 +0200 diff --git a/debian/copyright b/debian/copyright index e66ae4d..fa7be00 100644 --- a/debian/copyright +++ b/debian/copyright @@ -14,7 +14,7 @@ License: BSD-2-Clause Files: debian/* Copyright: 2011 Alessandro Ghedini - 2014-2021 Jörg Frings-Fürst + 2014-2023 Jörg Frings-Fürst License: GPL-3.0+ License: GPL-3.0+ -- cgit v1.2.3 From 9c8003fc94bd311712badcb5f3da6c6124976bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 13 Aug 2023 22:13:35 +0200 Subject: d/control: Change to new repository URL --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a45bf99..7a8a67a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ gnome-pie (0.7.3-2) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.6.2.0 (No changes needed). * debian/copyright: - Add year 2023 to myself. + * debian/control: + - Change to new repository URL. -- Jörg Frings-Fürst Sun, 13 Aug 2023 20:34:07 +0200 diff --git a/debian/control b/debian/control index 33469e1..67ff1cd 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,8 @@ Build-Depends: Standards-Version: 4.6.2.0 Rules-Requires-Root: no Homepage: https://schneegans.github.io/gnome-pie.html -Vcs-Git: git://jff.email/opt/git/gnome-pie.git -Vcs-Browser: https://jff.email/cgit/gnome-pie.git +Vcs-Git: git://git.jff.email/gnome-pie.git +Vcs-Browser: https://git.jff.email/cgit/gnome-pie.git Package: gnome-pie Architecture: any -- cgit v1.2.3 From d8988d1892a90429d5a9805e66fd7f577608544a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 13 Aug 2023 22:26:22 +0200 Subject: d/changelog: Change distribution to unstable, Change date and time --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7a8a67a..faaa96e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -gnome-pie (0.7.3-2) UNRELEASED; urgency=medium +gnome-pie (0.7.3-2) unstable; urgency=medium * debian/rules: - Fix Fails to build source after successful build (Closes: ##1044462). @@ -8,7 +8,7 @@ gnome-pie (0.7.3-2) UNRELEASED; urgency=medium * debian/control: - Change to new repository URL. - -- Jörg Frings-Fürst Sun, 13 Aug 2023 20:34:07 +0200 + -- Jörg Frings-Fürst Sun, 13 Aug 2023 22:25:42 +0200 gnome-pie (0.7.3-1) unstable; urgency=medium -- cgit v1.2.3 From 582c42a723a979e5b6a1a56caad717ca21a51c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 14 Aug 2023 17:13:54 +0200 Subject: d/changelog: Fix typo --- debian/changelog | 2 +- debian/files | 1 + debian/format | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 debian/files create mode 100644 debian/format diff --git a/debian/changelog b/debian/changelog index faaa96e..7116861 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ gnome-pie (0.7.3-2) unstable; urgency=medium * debian/rules: - - Fix Fails to build source after successful build (Closes: ##1044462). + - Fix Fails to build source after successful build (Closes: #1044462). * Declare compliance with Debian Policy 4.6.2.0 (No changes needed). * debian/copyright: - Add year 2023 to myself. diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..276b641 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +gnome-pie_0.7.3-2_source.buildinfo gnome optional diff --git a/debian/format b/debian/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.3