[pkg-opensc-commit] [SCM] pkcs11-helper packaging branch, master, updated. a47d884a904256ff7dafb4242ce83677715353b5

Eric Dorland eric at debian.org
Mon Apr 4 02:39:35 UTC 2011


The following commit has been merged in the master branch:
commit 87bb34c4be0a8258709f87fbb250e5f37a81e68e
Author: Eric Dorland <eric at debian.org>
Date:   Sun Apr 3 22:15:49 2011 -0400

    debian/control, debian/compat, debian/rules: Switch to dh and compact level 8.

diff --git a/debian/changelog b/debian/changelog
index a88146a..1bd7b68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ pkcs11-helper (1.08-1) unstable; urgency=low
 
   * New upstream release.
   * debian/source/format: Switch to v3 quilt format.
+  * debian/control, debian/compat, debian/rules: Switch to dh and compact
+    level 8.
 
  --
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+8
diff --git a/debian/control b/debian/control
index c254970..c6d2ec5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: pkcs11-helper
 Priority: optional
 Maintainer: Eric Dorland <eric at debian.org>
-Build-Depends: cdbs (>= 0.4.27), debhelper (>= 5), autotools-dev, libssl-dev, pkg-config, doxygen
+Build-Depends: debhelper (>= 8), autotools-dev, libssl-dev, pkg-config, doxygen
 Standards-Version: 3.8.0
 Section: libs
 
diff --git a/debian/rules b/debian/rules
index 6e80c09..a894cb0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
+%:
+	dh $@
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-doc --docdir=${prefix}/usr/share/doc/libpkcs11-helper1-dev 
-
-DEB_INSTALL_DOCS_ALL := README AUTHORS THANKS
-
-DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-doc \
+		--docdir=${prefix}/usr/share/doc/libpkcs11-helper1-dev
 
+override_dh_installdocs:
+	dh_installdocs -A README AUTHORS THANKS

-- 
pkcs11-helper packaging



More information about the pkg-opensc-commit mailing list