summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Beckmann <anbe@debian.org>2017-01-22 03:11:14 +0100
committerAndreas Beckmann <anbe@debian.org>2017-01-22 03:12:18 +0100
commit452140240e16ef9644cb402c0ef3c9b194791885 (patch)
treeb3ebc21a06d9f016fc79e22ba08df8600fd7f5e2
parente46349265fd155f28c400d64379ed330fb90d925 (diff)
use dh_autotools-dev_*
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules5
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 4d2efde8..6e318e74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ boxbackup (0.11.1~r2837-4) UNRELEASED; urgency=medium
(Closes: #658724)
* Add Dutch (nl) debconf translations by Frans Spiesschaert.
(Closes: #766532)
+ * Build with dh_autotools-dev_*.
-- Andreas Beckmann <anbe@debian.org> Sun, 22 Jan 2017 01:58:04 +0100
diff --git a/debian/rules b/debian/rules
index a7aca137..4377d557 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,8 +22,7 @@ endif
configure: configure-stamp
configure-stamp: $(QUILT_STAMPFN)
dh_testdir
- ln -sf /usr/share/misc/config.sub
- ln -sf /usr/share/misc/config.guess
+ dh_autotools-dev_updateconfig
echo "0.11rc8+`cat .svnrevision`" > VERSION.txt
echo "boxbackup" >> VERSION.txt
sh -x ./bootstrap
@@ -63,8 +62,8 @@ clean-real:
echo "boxbackup" >> VERSION.txt
[ ! -f Makefile ] || make clean
sh debian/clean.sh
+ dh_autotools-dev_restoreconfig
dh_clean config.log config.status
- dh_clean config.sub config.guess
install: DH_OPTIONS=
install: build