[pkg-opensc-commit] [SCM] libp11 packaging branch, master, updated. e0645d4cc1b63913404f4fbd24f1e727c4f2bb92

Eric Dorland eric at debian.org
Mon Aug 17 04:47:10 UTC 2009


The following commit has been merged in the master branch:
commit a0a041d681fea8fbadb783d00d424a8fede4e650
Author: Eric Dorland <eric at debian.org>
Date:   Sun Aug 16 23:47:42 2009 -0400

    Convert to dh.
    
    * debian/compat: Upgrade to version 7.
    * debian/rules, debian/control: Use dh instead of debhelper.
    * debian/control: Upgrade Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index e44527c..b940bab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
 libp11 (0.2.6-1) unstable; urgency=low
 
   * New upstream release.
+  * debian/compat: Upgrade to version 7.
+  * debian/rules, debian/control: Use dh instead of debhelper.
+  * debian/control: Upgrade Standards-Version to 3.8.3.
 
- --
+ -- Eric Dorland <eric at debian.org>  Sun, 16 Aug 2009 23:45:00 -0400
 
 libp11 (0.2.4-2) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index b546ac9..fd2c77f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: libp11
 Section: libdevel
 Priority: optional
 Maintainer: Eric Dorland <eric at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), libssl-dev, pkg-config, libltdl3-dev
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 7), libssl-dev, pkg-config, libltdl3-dev
+Standards-Version: 3.8.3
 Homepage: http://www.opensc-project.org/libp11/
 Vcs-Git: git://git.debian.org/git/pkg-opensc/libp11.git
 Vcs-Browser: http://git.debian.org/?p=pkg-opensc/libp11.git
diff --git a/debian/rules b/debian/rules
index 7d69bc4..ed7f152 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
+%:
+	dh $@
\ No newline at end of file

-- 
libp11 packaging



More information about the pkg-opensc-commit mailing list