[SCM] Debian packaging for OpenSAML 2.0 branch, master, updated. debian/2.4.3-1-10-ge993b38

Russ Allbery rra at debian.org
Sat Jan 28 03:25:37 UTC 2012


The following commit has been merged in the master branch:
commit 3001039c5c4db4d05b2b75a0dc0a6a029577afc6
Author: Russ Allbery <rra at debian.org>
Date:   Fri Jan 27 17:34:31 2012 -0800

    Use dh_autoreconf to regenerate the build system during build
    
    * Use dh_autoreconf to regenerate the build system.  This was being done
      already, but not in a controlled way, due to timestamp issues, so just
      do it on every build.

diff --git a/debian/changelog b/debian/changelog
index 1e32347..a482d55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ opensaml2 (2.4.3-2) UNRELEASED; urgency=low
     - Enable multiarch support.
   * Add symbols file constructed with pkgkde-symbolshelper.  Add a
     README.source file with a pointer to the documentation.
+  * Use dh_autoreconf to regenerate the build system.  This was being done
+    already, but not in a controlled way, due to timestamp issues, so just
+    do it on every build.
   * Make removal of the Doxygen-installed jquery.js file conditional on
     its existence, since some versions of Doxygen don't install it.
   * Use the latest directory in debian/watch instead of the versioned
diff --git a/debian/control b/debian/control
index a8959ee..c49b592 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: libs
 Priority: extra
 Maintainer: Debian Shib Team <pkg-shibboleth-devel at lists.alioth.debian.org>
 Uploaders: Russ Allbery <rra at debian.org>, Ferenc Wagner <wferi at niif.hu>
-Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1~), doxygen,
- graphviz, liblog4cpp5-dev, libssl-dev, libxerces-c-dev (>= 3.0.1-2~),
+Build-Depends: debhelper (>= 9), dh-autoreconf, doxygen, graphviz,
+ liblog4cpp5-dev, libssl-dev, libxerces-c-dev (>= 3.0.1-2~),
  libxml-security-c-dev (>= 1.6), libxmltooling-dev (>= 1.4), pkg-config
 Standards-Version: 3.9.2
 Homepage: https://wiki.shibboleth.net/confluence/display/OpenSAML/Home
diff --git a/debian/rules b/debian/rules
index c997eb3..8bd77a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,4 +29,4 @@ override_dh_installdocs:
 	fi
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf

-- 
Debian packaging for OpenSAML 2.0



More information about the Pkg-shibboleth-devel mailing list