[Python-modules-commits] r7895 - in packages/pykcs11/trunk/debian (compat control rules)
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Wed Mar 18 09:13:45 UTC 2009
Date: Wednesday, March 18, 2009 @ 09:13:44
Author: rousseau
Revision: 7895
use debhelper V7
Modified:
packages/pykcs11/trunk/debian/compat
packages/pykcs11/trunk/debian/control
packages/pykcs11/trunk/debian/rules
Modified: packages/pykcs11/trunk/debian/compat
===================================================================
--- packages/pykcs11/trunk/debian/compat 2009-03-18 09:02:45 UTC (rev 7894)
+++ packages/pykcs11/trunk/debian/compat 2009-03-18 09:13:44 UTC (rev 7895)
@@ -1 +1 @@
-5
+7
Modified: packages/pykcs11/trunk/debian/control
===================================================================
--- packages/pykcs11/trunk/debian/control 2009-03-18 09:02:45 UTC (rev 7894)
+++ packages/pykcs11/trunk/debian/control 2009-03-18 09:13:44 UTC (rev 7895)
@@ -2,7 +2,7 @@
Priority: optional
Maintainer: Ludovic Rousseau <rousseau at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, David Smith <davidsmith at acm.org>
-Build-Depends: debhelper (>= 5.0.38), swig, python-central (>= 0.5.6), python-all-dev (>= 2.3.5-11)
+Build-Depends: debhelper (>= 7.0.0), swig, python-central (>= 0.5.6), python-all-dev (>= 2.3.5-11)
Standards-Version: 3.7.2
Section: python
XS-Python-Version: all
Modified: packages/pykcs11/trunk/debian/rules
===================================================================
--- packages/pykcs11/trunk/debian/rules 2009-03-18 09:02:45 UTC (rev 7894)
+++ packages/pykcs11/trunk/debian/rules 2009-03-18 09:13:44 UTC (rev 7895)
@@ -47,7 +47,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
set -e; \
More information about the Python-modules-commits
mailing list