summaryrefslogtreecommitdiff
path: root/debian/rules
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 /debian/rules
parente46349265fd155f28c400d64379ed330fb90d925 (diff)
use dh_autotools-dev_*
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 2 insertions, 3 deletions
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