[SCM] Debian packaging for OpenSAML 2.0 branch, debian, updated. upstream/2.3-69-gdf5c519

Russ Allbery rra at debian.org
Thu May 13 17:15:28 UTC 2010


The following commit has been merged in the debian branch:
commit df5c51905de65d83d2e1ef912cd2772470dec565
Author: Russ Allbery <rra at debian.org>
Date:   Thu May 13 10:14:43 2010 -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 4a57f25..8858295 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ opensaml2 (2.3-2) UNRELEASED; urgency=low
 
   * Force source format 1.0 for now since it makes backporting easier.
   * Add ${misc:Depends} to all package dependencies.
+  * Update debhelper compatibility level to V7.
+    - Use dh_prep instead of dh_clean -k.
   * Update standards version to 3.8.4 (no changes required).
 
  -- Russ Allbery <rra at debian.org>  Thu, 13 May 2010 10:12:33 -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 174e83c..1d0b600 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, liblog4cpp5-dev,
+Build-Depends: debhelper (>= 7), autotools-dev, doxygen, liblog4cpp5-dev,
  libssl-dev, libxerces-c-dev (>= 3.0.1-2~), libxml-security-c-dev (>= 1.5),
  libxmltooling-dev (>= 1.3)
 Standards-Version: 3.8.4
diff --git a/debian/rules b/debian/rules
index 858797f..c6b488b 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/opensaml*
 	dh_install -s -i --fail-missing

-- 
Debian packaging for OpenSAML 2.0



More information about the Pkg-shibboleth-devel mailing list