gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: debian: support compat level 12


From: gnunet
Subject: [taler-exchange] branch master updated: debian: support compat level 12
Date: Sun, 01 Aug 2021 18:46:37 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new ac967336 debian: support compat level 12
ac967336 is described below

commit ac96733695ecc0ebe8e582e3230f2a95c89712bc
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Aug 1 18:45:52 2021 +0200

    debian: support compat level 12
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 debian/rules     | 4 +++-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c2b7b727..28268f32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+taler-exchange (0.9.0-18) unstable; urgency=low
+
+  * Support debhelper-compat 12.
+
+ -- Florian Dold <dold@taler.net>  Sun, 01 Aug 2021 18:42:34 +0200
+
 taler-exchange (0.9.0-17) unstable; urgency=low
 
   * Fix installation of config files.
diff --git a/debian/control b/debian/control
index 152d1e48..e4c9be4f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  automake (>=1.11.1),
  autopoint,
  bash,
- debhelper-compat (= 13),
+ debhelper-compat (= 12),
  gettext,
  libgnunet-dev,
  libcurl4-gnutls-dev (>=7.35.0) | libcurl4-openssl-dev (>= 7.35.0),
diff --git a/debian/rules b/debian/rules
index 2ccac24c..81db14a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,9 +45,11 @@ override_dh_installsystemd:
        # final invocation to generate daemon reload
        dh_installsystemd
 
-# Remove files already present in libtalerexchange from main taler-exchange 
package
 override_dh_install:
        dh_install
+# With debhelper-compat=12, we still need to call this manually
+       dh_installtmpfiles
+# Remove files already present in libtalerexchange from main taler-exchange 
package
        cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f 
../libtalerauditor/{} \;
        cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f 
../taler-exchange/{} \;
        cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f 
../libtalerexchange/{} \;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]