[berusky] 09/31: Build with parallel and autoreconf

Markus Koschany apo at moszumanska.debian.org
Sun Jun 12 11:57:02 UTC 2016


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

apo pushed a commit to branch master
in repository berusky.

commit d5f990454db8626e8763a22b45f9b2d115a5a5f3
Author: Markus Koschany <apo at debian.org>
Date:   Sun Jun 12 09:47:02 2016 +0200

    Build with parallel and autoreconf
    
    Closes: #727328, #744414
---
 debian/control | 2 +-
 debian/rules   | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 4b455a4..23edbaf 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders:
  Markus Koschany <apo at debian.org>
 Build-Depends:
- autotools-dev,
  chrpath,
  debhelper (>= 9),
+ dh-autoreconf,
  imagemagick,
  libgtk2.0-dev,
  libncurses5-dev,
diff --git a/debian/rules b/debian/rules
index 2472944..44a4e84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,13 @@
 #!/usr/bin/make -f
-
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--bindir=/usr/games \
-		--sysconfdir=/etc/berusky \
+		--sysconfdir=/etc/berusky
 
 override_dh_auto_build:
 	dh_auto_build

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



More information about the Pkg-games-commits mailing list