diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/files | 1 | ||||
-rw-r--r-- | debian/format | 1 | ||||
-rwxr-xr-x | debian/rules | 4 |
6 files changed, 22 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 5744f28..7116861 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +gnome-pie (0.7.3-2) unstable; 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. + * debian/control: + - Change to new repository URL. + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 13 Aug 2023 22:25:42 +0200 + gnome-pie (0.7.3-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index f638664..67ff1cd 100644 --- a/debian/control +++ b/debian/control @@ -16,11 +16,11 @@ 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 -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 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 <ghedo@debian.org> - 2014-2021 Jörg Frings-Fürst <debian@jff.email> + 2014-2023 Jörg Frings-Fürst <debian@jff.email> License: GPL-3.0+ License: GPL-3.0+ 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) 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 |