summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules4
3 files changed, 10 insertions, 2 deletions
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/{} \;