Author: pere
Date: 2013-06-27 22:12:04 +0000 (Thu, 27 Jun 2013)
New Revision: 3117

Modified:
   packages/gpx2shp/debian/changelog
   packages/gpx2shp/debian/control
   packages/gpx2shp/debian/rules
Log:
Build-depend on and use dh_autoreconf to work on
hurd-i386 (Closes: #677941).

Modified: packages/gpx2shp/debian/changelog
===================================================================
--- packages/gpx2shp/debian/changelog   2013-06-27 22:05:33 UTC (rev 3116)
+++ packages/gpx2shp/debian/changelog   2013-06-27 22:12:04 UTC (rev 3117)
@@ -10,6 +10,8 @@
   * Add Homepage URL to control file (Closes: #615423).
   * Updated Standards-Version 3.9.4 from 3.7.2.
   * Switch to debhelper 8 and dh.
+  * Build-depend on and use dh_autoreconf to work on
+    hurd-i386 (Closes: #677941).
 
  -- Francesco Paolo Lovergine <fran...@debian.org>  Thu, 26 Mar 2009 16:59:03 
+0100
 

Modified: packages/gpx2shp/debian/control
===================================================================
--- packages/gpx2shp/debian/control     2013-06-27 22:05:33 UTC (rev 3116)
+++ packages/gpx2shp/debian/control     2013-06-27 22:12:04 UTC (rev 3117)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Petter Reinholdtsen <p...@debian.org>, Jon Saints 
<saint...@yahoo.com>, Francesco Paolo Lovergine <fran...@debian.org>
-Build-Depends: debhelper (>= 8), dpatch, libproj-dev, libexpat1-dev
+Build-Depends: debhelper (>= 8), dh-autoreconf, dpatch, libproj-dev, 
libexpat1-dev
 Standards-Version: 3.9.4
 Homepage: http://gpx2shp.sourceforge.jp
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-grass/packages/gpx2shp

Modified: packages/gpx2shp/debian/rules
===================================================================
--- packages/gpx2shp/debian/rules       2013-06-27 22:05:33 UTC (rev 3116)
+++ packages/gpx2shp/debian/rules       2013-06-27 22:12:04 UTC (rev 3117)
@@ -3,10 +3,10 @@
 include /usr/share/dpatch/dpatch.make
 
 build: patch-stamp
-       dh build
+       dh build --with autoreconf
 
 clean: unpatch
-       dh clean
+       dh clean --with autoreconf
 
 %:
-       dh $@
+       dh $@ --with autoreconf


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to