Update debhelper compatibility level to V7
authorRuss Allbery <rra@debian.org>
Thu, 13 May 2010 17:14:43 +0000 (10:14 -0700)
committerRuss Allbery <rra@debian.org>
Thu, 13 May 2010 17:14:43 +0000 (10:14 -0700)
* Update debhelper compatibility level to V7.
  - Use dh_prep instead of dh_clean -k.

debian/changelog
debian/compat
debian/control
debian/rules

index 4a57f25..8858295 100644 (file)
@@ -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@debian.org>  Thu, 13 May 2010 10:12:33 -0700
index 7ed6ff8..7f8f011 100644 (file)
@@ -1 +1 @@
-5
+7
index 174e83c..1d0b600 100644 (file)
@@ -3,7 +3,7 @@ Section: libs
 Priority: extra
 Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
 Uploaders: Russ Allbery <rra@debian.org>, Ferenc Wagner <wferi@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
index 858797f..c6b488b 100755 (executable)
@@ -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