[SCM] Debian packaging for XMLTooling-C branch, debian, updated. upstream/1.2-66-gde95b9a

Russ Allbery rra at debian.org
Thu Aug 27 18:22:42 UTC 2009


The following commit has been merged in the debian branch:
commit de95b9acc62276167e20bdb77b84aed6bfec6090
Author: Russ Allbery <rra at debian.org>
Date:   Thu Aug 27 11:22:12 2009 -0700

    Update debhelper compatibility level to V7
    
    * Update debhelper compatibility level to V7.
      - Use dh_prep instead of dh_clean -k.

diff --git a/debian/changelog b/debian/changelog
index d50b88e..e9eb5c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ xmltooling (1.2.2-1) UNRELEASED; urgency=low
     - Fix for accessing the resolution context, which affects the ability
       of callers to restrict keys based on use attributes.
     - Fix encoding of backup metadata.
+  * Update debhelper compatibility level to V7.
+    - Use dh_prep instead of dh_clean -k.
   * Update standards version to 3.8.3 (no changes required).
 
  -- Russ Allbery <rra at debian.org>  Thu, 27 Aug 2009 11:01:35 -0700
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 8f8fc26..40657c1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ 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 (>= 5), autotools-dev, doxygen,
+Build-Depends: debhelper (>= 7), autotools-dev, doxygen,
  libcurl4-openssl-dev, liblog4cpp5-dev, libxerces-c-dev,
  libxml-security-c-dev (>= 1.4)
 Standards-Version: 3.8.3
diff --git a/debian/rules b/debian/rules
index d7e112f..1a18de5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,7 @@ install: install-stamp
 install-stamp:
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
 	rm -r $(CURDIR)/debian/tmp/usr/share/doc/xmltooling
 	dh_install -a -i --fail-missing

-- 
Debian packaging for XMLTooling-C



More information about the Pkg-shibboleth-devel mailing list