[Pkg-coolkey-commits] r29 - in /coolkey/trunk/debian: changelog compat control rules

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Nov 1 15:09:27 UTC 2009


Author: rousseau
Date: Sun Nov  1 15:09:25 2009
New Revision: 29

URL: http://svn.debian.org/wsvn/pkg-coolkey/?sc=1&rev=29
Log:
use debhelper compat level 7 instead of (deprecated) 4

Modified:
    coolkey/trunk/debian/changelog
    coolkey/trunk/debian/compat
    coolkey/trunk/debian/control
    coolkey/trunk/debian/rules

Modified: coolkey/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/changelog?rev=29&op=diff
==============================================================================
--- coolkey/trunk/debian/changelog (original)
+++ coolkey/trunk/debian/changelog Sun Nov  1 15:09:25 2009
@@ -2,8 +2,9 @@
 
   * debian/control: Standards-Version: 3.7.3 => 3.8.3
     add debian/README.source (lintian warning patch-system-but-no-source-readme)
+  * use debhelper compat level 7 instead of (deprecated) 4
 
- -- Ludovic Rousseau <rousseau at debian.org>  Sun, 01 Nov 2009 15:54:41 +0100
+ -- Ludovic Rousseau <rousseau at debian.org>  Sun, 01 Nov 2009 14:57:55 +0000
 
 coolkey (1.1.0-5) unstable; urgency=medium
 

Modified: coolkey/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/compat?rev=29&op=diff
==============================================================================
--- coolkey/trunk/debian/compat (original)
+++ coolkey/trunk/debian/compat Sun Nov  1 15:09:25 2009
@@ -1,1 +1,1 @@
-4
+7

Modified: coolkey/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/control?rev=29&op=diff
==============================================================================
--- coolkey/trunk/debian/control (original)
+++ coolkey/trunk/debian/control Sun Nov  1 15:09:25 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: A. Maitland Bottoms <bottoms at debian.org>
 Uploaders: Ludovic Rousseau <rousseau at debian.org>
-Build-Depends: debhelper (>= 4.0.0), autoconf, autotools-dev, pkg-config, zlib1g-dev, libpcsclite-dev, libnss3-dev, dpatch, libnspr4-dev
+Build-Depends: debhelper (>= 7.0.0~), autoconf, autotools-dev, pkg-config, zlib1g-dev, libpcsclite-dev, libnss3-dev, dpatch, libnspr4-dev
 Standards-Version: 3.8.3
 Homepage: http://directory.fedoraproject.org/wiki/CoolKey
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/

Modified: coolkey/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/rules?rev=29&op=diff
==============================================================================
--- coolkey/trunk/debian/rules (original)
+++ coolkey/trunk/debian/rules Sun Nov  1 15:09:25 2009
@@ -84,7 +84,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/tmp.




More information about the Pkg-coolkey-commits mailing list