r9788 - in /trunk/libcrypt-des-perl/debian: changelog control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Nov 26 21:33:22 UTC 2007


Author: dmn
Date: Mon Nov 26 21:33:22 2007
New Revision: 9788

URL: http://svn.debian.org/wsvn/?sc=1&rev=9788
Log:
* Use debhelper compatibility level 5
  + add debian/compat
  + remove DH_COMPAT export from debian/rules
  + adjust build-depends accordingly

Modified:
    trunk/libcrypt-des-perl/debian/changelog
    trunk/libcrypt-des-perl/debian/control
    trunk/libcrypt-des-perl/debian/rules

Modified: trunk/libcrypt-des-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcrypt-des-perl/debian/changelog?rev=9788&op=diff
==============================================================================
--- trunk/libcrypt-des-perl/debian/changelog (original)
+++ trunk/libcrypt-des-perl/debian/changelog Mon Nov 26 21:33:22 2007
@@ -11,6 +11,12 @@
   * debian/rules: build-stamp should depend on configure-stamp, not build.
     Fixes build with dpkg-buildpackage -j. Found by Daniel Schepler.
   * debian/control: Remove superfluous quotes in Maintainer field
+
+  [ Damyan Ivanov ]
+  * Use debhelper compatibility level 5
+    + add debian/compat
+    + remove DH_COMPAT export from debian/rules
+    + adjust build-depends accordingly
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 07 Nov 2007 16:47:25 +0100
 

Modified: trunk/libcrypt-des-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcrypt-des-perl/debian/control?rev=9788&op=diff
==============================================================================
--- trunk/libcrypt-des-perl/debian/control (original)
+++ trunk/libcrypt-des-perl/debian/control Mon Nov 26 21:33:22 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
-Build-Depends: debhelper (>> 3.0.0), perl (>= 5.8.0-7), libcrypt-cbc-perl
+Build-Depends: debhelper (>= 5), perl (>= 5.8.0-7), libcrypt-cbc-perl
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/Crypt-DES/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-des-perl/

Modified: trunk/libcrypt-des-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcrypt-des-perl/debian/rules?rev=9788&op=diff
==============================================================================
--- trunk/libcrypt-des-perl/debian/rules (original)
+++ trunk/libcrypt-des-perl/debian/rules Mon Nov 26 21:33:22 2007
@@ -4,9 +4,6 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-# This is the debhelper compatability version to use.
-export DH_COMPAT=4
 
 configure: configure-stamp
 configure-stamp:




More information about the Pkg-perl-cvs-commits mailing list