[pkg-opensc-commit] [SCM] pam-p11 packaging branch, master, updated. 0cbb4cf2d54dc4f6e03cbc0ce81eaa46f00d8815

Eric Dorland eric at debian.org
Sun Mar 11 02:32:41 UTC 2012


The following commit has been merged in the master branch:
commit d32d23f839c4feb23ea6fc7ffd2eec16b5dc2f2d
Author: Eric Dorland <eric at debian.org>
Date:   Sat Mar 10 20:55:41 2012 -0500

    debian/compat, debian/control, debian/rules: Convert to debhelper 9 and drop cdbs.

diff --git a/debian/changelog b/debian/changelog
index fa2d564..12cf2a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pam-p11 (0.1.5-2) unstable; urgency=low
+
+  * debian/compat, debian/control, debian/rules: Convert to debhelper 9
+    and drop cdbs.
+
+ --
+
 pam-p11 (0.1.5-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
index 9bc2634..c2334c1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pam-p11
 Section: admin
 Priority: optional
 Maintainer: Eric Dorland <eric at debian.org>
-Build-Depends: debhelper (>= 4.1), cdbs, libpam0g-dev, libp11-dev, libltdl-dev
+Build-Depends: debhelper (>= 9), libpam0g-dev, libp11-dev, libltdl-dev
 Standards-Version: 3.8.1
 Homepage: http://www.opensc-project.org/pam_p11/
 Vcs-Git: git://git.debian.org/git/pkg-opensc/pam-p11.git
diff --git a/debian/rules b/debian/rules
index 990c01a..a7b30e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +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/ChangeLog
+override_dh_auto_configure:
+	dh_auto_configure -- --libdir=/lib
 
-DEB_CONFIGURE_EXTRA_FLAGS := --libdir=/lib
+override_dh_installchangelogs:
+	dh_installchangelogs doc/Changelog

-- 
pam-p11 packaging



More information about the pkg-opensc-commit mailing list