[Pgp-tools-commit] r414 - trunk/debian

thijs at alioth.debian.org thijs at alioth.debian.org
Sat Feb 21 11:27:30 UTC 2009


Author: thijs
Date: 2009-02-21 11:27:30 +0000 (Sat, 21 Feb 2009)
New Revision: 414

Modified:
   trunk/debian/changelog
   trunk/debian/compat
   trunk/debian/control
   trunk/debian/rules
Log:
for dh_lintian we need debhelper >= 6.0.4, so upgrade to 7 right away while
we're at it (it's in lenny).


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-02-21 10:35:43 UTC (rev 413)
+++ trunk/debian/changelog	2009-02-21 11:27:30 UTC (rev 414)
@@ -16,6 +16,7 @@
     default. It's not relevant to the keysigning process, but added
     option to enable if you want it.
   * Remove obsolete transitional packages sig2dot, springgraph.
+  * Upgrade packaging to debhelper level 7.
 
   [ Christoph Berg ]
   * Import keyanalyze into signing-party. Thanks to Matthew Wilcox for the
@@ -29,7 +30,7 @@
   * Put examples in .../examples/$prog, not the other way round.
   * Use dh_lintian.
 
- -- Thijs Kinkhorst <thijs at debian.org>  Sat, 21 Feb 2009 11:34:16 +0100
+ -- Thijs Kinkhorst <thijs at debian.org>  Sat, 21 Feb 2009 12:26:51 +0100
 
 signing-party (1.0-2) unstable; urgency=low
 

Modified: trunk/debian/compat
===================================================================
--- trunk/debian/compat	2009-02-21 10:35:43 UTC (rev 413)
+++ trunk/debian/compat	2009-02-21 11:27:30 UTC (rev 414)
@@ -1 +1 @@
-5
+7

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2009-02-21 10:35:43 UTC (rev 413)
+++ trunk/debian/control	2009-02-21 11:27:30 UTC (rev 414)
@@ -3,10 +3,10 @@
 Priority: extra
 Maintainer: Thijs Kinkhorst <thijs at debian.org>
 Uploaders: Simon Richter <sjr at debian.org>, Peter Palfrader <weasel at debian.org>, Christoph Berg <myon at debian.org>
-Build-Depends: debhelper (>= 5), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7), quilt (>= 0.40)
 Standards-Version: 3.8.0
 Homepage: http://pgp-tools.alioth.debian.org/
-Vcs-Svn: svn://svn.debian.org/svn/pgp-tools
+Vcs-Svn: svn://svn.debian.org/svn/pgp-tools/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pgp-tools
 
 Package: signing-party

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2009-02-21 10:35:43 UTC (rev 413)
+++ trunk/debian/rules	2009-02-21 11:27:30 UTC (rev 414)
@@ -39,7 +39,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(DESTDIR)
 	dh_install




More information about the Pgp-tools-commit mailing list