Update debhelper compatibility level to V7
authorRuss Allbery <rra@debian.org>
Sat, 15 May 2010 22:24:52 +0000 (15:24 -0700)
committerRuss Allbery <rra@debian.org>
Sat, 15 May 2010 22:24:52 +0000 (15:24 -0700)
* Update debhelper compatibility level to V7.
  - Use dh_prep instead of dh_clean -k.

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

index 1c46028..9150f9a 100644 (file)
@@ -3,6 +3,8 @@ shibboleth-sp2 (2.3.1+dfsg-2) UNRELEASED; urgency=low
   * Modify shib-keygen to create the new certificate key group-readable by
     _shibd and not world-readable.  (Closes: #571631)
   * Force source format 1.0 for now since it makes backporting easier.
+  * 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>  Fri, 14 May 2010 17:29:48 -0700
index 7ed6ff8..7f8f011 100644 (file)
@@ -1 +1 @@
-5
+7
index 5f39c1f..199b653 100644 (file)
@@ -3,7 +3,7 @@ Section: web
 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, autoconf, automake,
+Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake,
  libtool, apache2-threaded-dev, doxygen, liblog4cpp5-dev,
  libsaml2-dev (>= 2.3), libssl-dev, libxerces-c-dev,
  libxml-security-c-dev (>= 1.5), libxmltooling-dev (>= 1.3),
index ff1d051..48f062d 100755 (executable)
@@ -82,7 +82,7 @@ install: install-stamp
 install-stamp:
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        $(MAKE) NOKEYGEN=1 DESTDIR=$(CURDIR)/debian/tmp install
        rm -r $(CURDIR)/debian/tmp/usr/share/doc/shibboleth*
        rm -r $(CURDIR)/debian/tmp/var/run