[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:12 UTC 2011


The following commit has been merged in the master branch:
commit 97a9e9fbccee053e5f822eead3122f641344b3f9
Author: Russ Allbery <rra at debian.org>
Date:   Thu Apr 7 14:00:49 2011 -0700

    Remove Makefile.in on debian/rules clean
    
    * Remove Makefile.in on debian/rules clean since we regenerate these
      files by running Automake during the build.

diff --git a/debian/changelog b/debian/changelog
index f46091f..11f5e12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xml-security-c (1.6.0-2) UNRELEASED; urgency=low
+
+  * Remove Makefile.in on debian/rules clean since we regenerate these
+    files by running Automake during the build.
+
+ -- Russ Allbery <rra at debian.org>  Thu, 07 Apr 2011 14:00:35 -0700
+
 xml-security-c (1.6.0-1) unstable; urgency=low
 
   * New upstream releaes.
diff --git a/debian/rules b/debian/rules
index 03f839d..5b75619 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,9 @@ 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