[unshield] 20/30: use dh-autoreconf

Evgeni Golov evgeni at moszumanska.debian.org
Sun Dec 27 11:05:40 UTC 2015


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

evgeni pushed a commit to branch master
in repository unshield.

commit 0ceba79d6d34d5f0a1ffc57f4fec031c63e0b3aa
Author: Evgeni Golov <evgeni at debian.org>
Date:   Sat Sep 7 11:29:51 2013 +0200

    use dh-autoreconf
---
 debian/control | 2 +-
 debian/rules   | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 07036b3..e30b4e1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: unshield
 Section: utils
 Priority: optional
 Maintainer: Evgeni Golov <evgeni at debian.org>
-Build-Depends: debhelper (>= 7), zlib1g-dev (>= 1.2.1), libtool (>= 1.4), automake
+Build-Depends: debhelper (>= 7), zlib1g-dev (>= 1.2.1), dh-autoreconf
 Build-Conflicts: autoconf2.13, automake1.4
 Standards-Version: 3.9.3
 Homepage: https://github.com/twogood/unshield/
diff --git a/debian/rules b/debian/rules
index cbe925d..9f1fcbd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with autoreconf
+
+override_dh_autoreconf:
+	dh_autoreconf ./bootstrap 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/unshield.git



More information about the Pkg-games-commits mailing list