commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Debian MIG packaging branch, master, updated. debian/1.3.1.99.git2


From: Pino Toscano
Subject: [SCM] Debian MIG packaging branch, master, updated. debian/1.3.1.99.git20120630-1-4-g69dad2a
Date: Wed, 27 Feb 2013 11:58:50 +0000

The following commit has been merged in the master branch:
commit 69dad2a229a4d21cebf4a568d9e9b72a01da9dfc
Author: Pino Toscano <address@hidden>
Date:   Wed Feb 27 12:58:23 2013 +0100

    Run autoreconf before build
    
    ... since the upstream snapshot from Git has no autogenerated autotools 
files:
    - Use the autoreconf dh addon, and build depend on dh-autoreconf for it.
    - Clean the build-aux directory.

diff --git a/debian/changelog b/debian/changelog
index 042eaa4..2b231f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ mig (1.3.1.99.git20120630-2) UNRELEASED; urgency=low
     - Bump compat to 9.
     - Bump the debhelper build dependency to >= 9.
   * Rewrite rules making use of the sequential `dh'.
+  * Run autoreconf before build, since the upstream snapshot from Git has
+    no autogenerated autotools files:
+    - Use the autoreconf dh addon, and build depend on dh-autoreconf for it.
+    - Clean the build-aux directory.
 
  -- GNU Hurd Maintainers <address@hidden>  Wed, 27 Feb 2013 12:45:39 +0100
 
diff --git a/debian/control b/debian/control
index 895f971..e216fa7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Uploaders: Guillem Jover <address@hidden>,
 Homepage: http://www.gnu.org/software/hurd/mig.html
 Vcs-Browser: http://git.debian.org/?p=pkg-hurd/mig.git
 Vcs-Git: git://git.debian.org/pkg-hurd/mig.git
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), gnumach-dev, flex, bison
+Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), gnumach-dev, flex, 
bison,
+ dh-autoreconf
 Standards-Version: 3.9.3
 
 Package: mig
diff --git a/debian/rules b/debian/rules
index e960ebc..4850e87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,13 @@
 export DEB_CFLAGS_MAINT_PREPEND := -Wall -pipe
 
 %:
-       dh $@ -Bbuild
+       dh $@ -Bbuild --with autoreconf
 
 override_dh_auto_configure:
        dh_auto_configure -Bbuild -- \
          --libexecdir=/usr/lib/mig/
 
+override_dh_auto_clean:
+       dh_auto_clean
+       rm -rf build-aux
+

-- 
Debian MIG packaging



reply via email to

[Prev in Thread] Current Thread [Next in Thread]