[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.6.0-1-7-g7d3dd7e
Russ Allbery
rra at debian.org
Thu Apr 7 21:35:16 UTC 2011
The following commit has been merged in the master branch:
commit 7d3dd7edbff9ad67986893a8151106a982122010
Author: Russ Allbery <rra at debian.org>
Date: Thu Apr 7 14:29:39 2011 -0700
Stop running autoreconf during the build
* Stop running autoreconf during the build. Upstream now ships
sufficiently new generated files, and we no longer patch configure.
Remove the associated build dependencies and extra clean files.
diff --git a/debian/changelog b/debian/changelog
index 0b6cb93..fc95985 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,11 +4,12 @@ xml-security-c (1.6.0-2) unstable; urgency=low
results. If some Shibboleth-related libraries are built against
earlier versions of libssl, it produces linking failures when building
the Shibboleth SP package.
- * Remove Makefile.in on debian/rules clean since we regenerate these
- files by running Automake during the build.
+ * Stop running autoreconf during the build. Upstream now ships
+ sufficiently new generated files, and we no longer patch configure.
+ Remove the associated build dependencies and extra clean files.
* Update standards version to 3.9.2 (no changes required).
- -- Russ Allbery <rra at debian.org> Thu, 07 Apr 2011 14:17:37 -0700
+ -- Russ Allbery <rra at debian.org> Thu, 07 Apr 2011 14:29:28 -0700
xml-security-c (1.6.0-1) unstable; urgency=low
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 199820f..0000000
--- a/debian/clean
+++ /dev/null
@@ -1,11 +0,0 @@
-aclocal.m4
-build-aux/depcomp
-build-aux/install-sh
-build-aux/ltmain.sh
-build-aux/missing
-configure
-m4/libtool.m4
-m4/ltoptions.m4
-m4/ltsugar.m4
-m4/ltversion.m4
-m4/lt~obsolete.m4
diff --git a/debian/control b/debian/control
index 31c5124..3d07104 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +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 (>= 8), autoconf, automake,
- autotools-dev (>= 20100122.1~), libtool, libssl-dev (>= 1.0),
- libxerces-c-dev, pkg-config
+Build-Depends: debhelper (>= 8), autotools-dev (>= 20100122.1~),
+ libssl-dev (>= 1.0), libxerces-c-dev, pkg-config
Standards-Version: 3.9.2
Homepage: http://santuario.apache.org/cindex.html
Vcs-Git: git://git.debian.org/git/pkg-shibboleth/xml-security-c.git
diff --git a/debian/rules b/debian/rules
index 5b75619..66a4e80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,10 @@
#!/usr/bin/make -f
override_dh_auto_configure:
- autoreconf -f -i
dh_auto_configure -- --without-xalan
override_dh_auto_clean:
dh_auto_clean
- find . -name Makefile.in -print0 | xargs -0r rm
%:
dh $@ --with autotools_dev
--
Debian packaging for XML-Security-C
More information about the Pkg-shibboleth-devel
mailing list