summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-08-17 17:24:35 +0200
committerJörg Frings-Fürst <debian@jff.email>2023-08-17 17:24:35 +0200
commitdde9fa50515beede0b5002767a2801fa9ddfd21f (patch)
treeff11ec03cce5c3c5f6475593755ea82cb38911c5
parente605fe5dffe686241847c67166fe2414b48ee2a8 (diff)
parent582c42a723a979e5b6a1a56caad717ca21a51c98 (diff)
Merge branch 'release/debian/0.7.3-2'HEADdebian/0.7.3-2master
-rw-r--r--debian/changelog12
-rw-r--r--debian/control6
-rw-r--r--debian/copyright2
-rw-r--r--debian/files1
-rw-r--r--debian/format1
-rwxr-xr-xdebian/rules4
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