[gtkballs] 07/25: Build with dh-autoreconf instead of autotools_dev.

Markus Koschany apo at moszumanska.debian.org
Fri Sep 2 20:27:25 UTC 2016


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

apo pushed a commit to branch master
in repository gtkballs.

commit 2af43b5976b056f849f8ffbb0d65f6671dca3936
Author: Markus Koschany <apo at debian.org>
Date:   Fri Sep 2 21:36:47 2016 +0200

    Build with dh-autoreconf instead of autotools_dev.
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index ce36018..cf90d78 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9~),
  libgtk2.0-dev (>= 2.0.6),
  libncurses5-dev,
  libpango1.0-dev,
- autotools-dev (>= 20100122.1)
+ dh-autoreconf
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/gtkballs.git/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/gtkballs.git
 Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index ab89101..0716193 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	LOCALEDIR=\"/usr/share/games/locale\" ./configure --localstatedir=/var/games --bindir=/usr/games --prefix=/usr --datadir=/usr/share/games --mandir=/usr/share/man

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



More information about the Pkg-games-commits mailing list