[SCM] Debian packaging for XML-Security-C branch, debian, updated. upstream/1.4.0-65-g05d21c5

Russ Allbery rra at debian.org
Wed Aug 5 19:52:06 UTC 2009


The following commit has been merged in the debian branch:
commit 7010e2b7e4912dc7da22119746e53308a1afae52
Author: Russ Allbery <rra at debian.org>
Date:   Wed Aug 5 12:42:52 2009 -0700

    Initial changelog for 1.5.1-1, run libtoolize during build
    
    * New upstream release.
    * Upstream now ships an older version of libtool, so run libtoolize
      during the build.

diff --git a/debian/changelog b/debian/changelog
index e1a5ce7..d5fe562 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xml-security-c (1.5.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Upstream now ships an older version of libtool, so run libtoolize
+    during the build.
+
+ -- Russ Allbery <rra at debian.org>  Wed, 05 Aug 2009 12:41:25 -0700
+
 xml-security-c (1.4.0-4) unstable; urgency=high
 
   * CVE-2009-0217: Apply upstream patch to sanity-check the HMAC
diff --git a/debian/control b/debian/control
index 581ff7e..a46c31a 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>
-Build-Depends: debhelper (>= 5), autotools-dev, autoconf, libxerces-c2-dev,
- libxalan110-dev, libssl-dev
+Build-Depends: debhelper (>= 5), autoconf, autotools-dev, libtool,
+ libssl-dev, libxalan110-dev, libxerces-c2-dev
 Standards-Version: 3.8.2
 Homepage: http://xml.apache.org/security/
 Vcs-Git: git://git.debian.org/git/pkg-shibboleth/xml-security-c.git
diff --git a/debian/copyright b/debian/copyright
index ac6dcb0..5534847 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ Packaged-Date: Thu, 30 Mar 2006 17:09:41 -0800
 Original-Source-Location: http://xml.apache.org/security/
 
 Files: *
-Copyright: 2002-2006 The Apache Software Foundation
+Copyright: 2002-2009 The Apache Software Foundation
 License: Apache-2.0
 
 Files: */Makefile.in
diff --git a/debian/rules b/debian/rules
index c1e033a..8c0c978 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ configure-stamp:
 	dh_testdir
 	cp /usr/share/misc/config.guess config/
 	cp /usr/share/misc/config.sub config/
+	libtoolize -c -f
 	autoconf
 	./configure CFLAGS="$(CFLAGS)" --prefix=/usr \
 	    --mandir=\$${prefix}/share/man --with-xerces --with-xalan \
@@ -52,7 +53,9 @@ clean:
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean config/config.guess config/config.sub configure
+	dh_clean config/config.guess config/config.sub config/ltmain.sh \
+	    configure m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 \
+	    m4/ltversion.m4 m4/lt~obsolete.m4
 
 install: build-stamp
 	dh_testdir

-- 
Debian packaging for XML-Security-C



More information about the Pkg-shibboleth-devel mailing list