[pkg-opensc-commit] [SCM] engine-pkcs11 packaging branch, master, updated. d244faeee20d1267b8a27b2a917bcc9e953b8df9

Eric Dorland eric at debian.org
Fri Aug 28 07:07:31 UTC 2009


The following commit has been merged in the master branch:
commit 365ec17090cc6197000f981a09aac2c2e1f266ae
Author: Eric Dorland <eric at debian.org>
Date:   Sun Aug 23 19:19:37 2009 -0400

    Switch to dh from cdbs.
    
    * debian/control: Depend on debhelper > 7, remove cdbs.
    * debian/rules: Switch to dh.

diff --git a/debian/changelog b/debian/changelog
index dd57d95..4cdc7c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ engine-pkcs11 (0.1.6-1) unstable; urgency=low
   * New upstream release.
   * debian/control:
     - Now requires libp11 >= 0.2.5.
+    - Depend on debhelper > 7, remove cdbs.
+  * debian/rules: Switch to dh.
 
  --
 
diff --git a/debian/control b/debian/control
index 438afd0..7fd89d3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: engine-pkcs11
 Section: libs
 Priority: optional
 Maintainer: Eric Dorland <eric at debian.org>
-Build-Depends: debhelper (>= 4.1), cdbs, libltdl3-dev, libp11-dev (>= 0.2.5), libssl-dev
+Build-Depends: debhelper (>= 7), libltdl3-dev, libp11-dev (>= 0.2.5), libssl-dev
 Standards-Version: 3.7.2.2
 
 Package: libengine-pkcs11-openssl
diff --git a/debian/rules b/debian/rules
index 2aea4b5..3ae70fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,10 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
+%:
+	dh $@
 
-DEB_INSTALL_CHANGELOGS_ALL := doc/nonpersistent/ChangeLog
+override_dh_auto_configure:
+	dh_auto_configure -- --htmldir=/usr/share/doc/libengine-pkcs11-openssl/html
 
-DEB_CONFIGURE_EXTRA_FLAGS := \
-	--htmldir=/usr/share/doc/libengine-pkcs11-openssl/html
\ No newline at end of file
+override_dh_installchangelogs:
+	dh_installchangelogs doc/nonpersistent/ChangeLog

-- 
engine-pkcs11 packaging



More information about the pkg-opensc-commit mailing list