r14612 - packages/trunk/ode/debian

Jackson Doak noskcaj-guest at alioth.debian.org
Sun Sep 22 05:43:20 UTC 2013


Author: noskcaj-guest
Date: 2013-09-22 05:43:19 +0000 (Sun, 22 Sep 2013)
New Revision: 14612

Modified:
   packages/trunk/ode/debian/changelog
   packages/trunk/ode/debian/control
   packages/trunk/ode/debian/rules
Log:
Use dh_autoreconf

Modified: packages/trunk/ode/debian/changelog
===================================================================
--- packages/trunk/ode/debian/changelog	2013-09-22 04:26:46 UTC (rev 14611)
+++ packages/trunk/ode/debian/changelog	2013-09-22 05:43:19 UTC (rev 14612)
@@ -15,11 +15,13 @@
   * debian/control: 
     - Bump debhelper to 9
     - Bump standards-version to 3.9.4
+    - Build-depend on dh-autoreconf
   * debian/compat: Set as 9
   * debian/rules: 
     - Replace dh_clean -k with dh_prep
     - Remove manpage lines
     - Enable Hardening
+    - Use dh_autoreconf
   * Create PACKAGE.manpage files
   * Create debian/source/format 
 

Modified: packages/trunk/ode/debian/control
===================================================================
--- packages/trunk/ode/debian/control	2013-09-22 04:26:46 UTC (rev 14611)
+++ packages/trunk/ode/debian/control	2013-09-22 05:43:19 UTC (rev 14612)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Barry deFreese <bddebian at comcast.net>
-Build-Depends: debhelper (>= 9), docbook-to-man,
+Build-Depends: debhelper (>= 9), docbook-to-man, dh-autoreconf,
  libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/ode/

Modified: packages/trunk/ode/debian/rules
===================================================================
--- packages/trunk/ode/debian/rules	2013-09-22 04:26:46 UTC (rev 14611)
+++ packages/trunk/ode/debian/rules	2013-09-22 05:43:19 UTC (rev 14612)
@@ -14,6 +14,7 @@
 configure-stamp:
 	dh_testdir
 	mkdir -p debian/build/dp debian/build/sp
+	dh_autoreconf
 	# SP: single precision build
 	cd debian/build/sp && ../../../configure --enable-shared --prefix=/usr LIBS="-lX11" $(shell dpkg-buildflags --export=configure)
 	# Adjust the SONAME of the single precision flavor
@@ -44,6 +45,7 @@
 	
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_autoreconf_clean
 	dh_clean configure-stamp build-stamp debian/ode-config.1
 
 install: build




More information about the Pkg-games-commits mailing list