[gweled] 61/72: Use dh-autoreconf (Closes: #724917)

Stephen Kitt skitt at moszumanska.debian.org
Thu May 26 16:55:50 UTC 2016


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

skitt pushed a commit to branch debian-sid
in repository gweled.

commit 7455911e444af37d71f89dfc5c4a1132f4295d0c
Author: Ondřej Surý <ondrej at sury.org>
Date:   Wed Oct 2 13:20:08 2013 +0200

    Use dh-autoreconf (Closes: #724917)
---
 debian/compat  | 2 +-
 debian/control | 9 ++++++---
 debian/rules   | 7 ++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 30782cf..b22bc72 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,19 @@ Source: gweled
 Section: games
 Priority: optional
 Maintainer: Ondřej Surý <ondrej at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
-	       quilt (>= 0.46-7~),
+Build-Depends: debhelper (>= 9),
+	       quilt,
 	       libesd0-dev,
 	       libgtk2.0-dev (>= 2.14),
 	       librsvg2-dev,
 	       libmikmod2-dev,
 	       intltool,
-	       hardening-wrapper
+	       hardening-wrapper,
+	       dh-autoreconf
 Standards-Version: 3.9.1
 Homepage: http://gweled.org/
+Vcs-Browser: http://git.debian.org/?p=users/ondrej/gweled.git
+Vcs-Git: git://git.debian.org/users/ondrej/gweled.git
 
 Package: gweled
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 07a8eb9..ab8fb0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,14 +7,11 @@ export DH_OPTIONS
 
 export DEB_BUILD_HARDENING=1
 
-
-
 %:
-	dh --with quilt $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
-	autoreconf
-	dh_auto_configure -- --bindir=\$${prefix}/games --localstatedir=/var LDFLAGS="-Wl,-z,defs -Wl,--as-needed" 
+	dh_auto_configure -- --bindir=\$${prefix}/games --localstatedir=/var
 
 override_dh_auto_install:
 	dh_auto_install

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



More information about the Pkg-games-commits mailing list