[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: debian: support compat level 12
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: debian: support compat level 12 |
Date: |
Sun, 01 Aug 2021 18:52:57 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository anastasis.
The following commit(s) were added to refs/heads/master by this push:
new 180bd95 debian: support compat level 12
180bd95 is described below
commit 180bd952704ec7661cb7c6a8e3233d86d5e72598
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Aug 1 18:52:54 2021 +0200
debian: support compat level 12
---
contrib/gana | 2 +-
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/rules | 4 +++-
4 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/contrib/gana b/contrib/gana
index 0f1eb85..755e752 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 0f1eb8555b89056fe62e093211e53a1f9ba85d56
+Subproject commit 755e752e3a235df0be8d45374835b109f7843c1c
diff --git a/debian/changelog b/debian/changelog
index 30e584a..a26b6d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+anastasis (0.0.0-9) unstable; urgency=low
+
+ * Support debhelper-compat level 12.
+
+ -- Florian Dold <florian@dold.me> Sun, 01 Aug 2021 18:52:42 +0200
+
anastasis (0.0.0-8) unstable; urgency=low
* Various packaging fixes.
diff --git a/debian/control b/debian/control
index 532c623..0870b53 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends:
autoconf (>=2.59),
automake (>=1.11.1),
autopoint,
- debhelper-compat (= 13),
+ debhelper-compat (= 12),
gettext,
libgnunet-dev,
libtalerexchange-dev,
diff --git a/debian/rules b/debian/rules
index 6d2058a..e3c7db5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,9 +30,11 @@ override_dh_auto_install-indep:
override_dh_auto_clean:
dh_auto_clean
-# Remove files already present in libtalerexchange from main taler-exchange
package
override_dh_install:
dh_install
+# Done manually for debhelper-compat<13
+ dh_installtmpfiles
+# Remove files already present in libtalerexchange from main taler-exchange
package
cd debian/libanastasis-dev; find . -type f,l -exec rm -f
../anastasis-httpd/{} \;
cd debian/anastasis-cli; find . -type f -exec rm -f
../anastasis-httpd/{} \;
cd debian/libanastasis-dev; find . -type f,l -exec rm -f
../libanastasis/{} \;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis] branch master updated: debian: support compat level 12,
gnunet <=