r16295 - in /trunk/libchart-perl/debian: changelog compat control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Mar 2 15:04:00 UTC 2008


Author: gregoa-guest
Date: Sun Mar  2 15:03:58 2008
New Revision: 16295

URL: http://svn.debian.org/wsvn/?sc=1&rev=16295
Log:
* Consistently use debhelper compatibility level 5 (control, compat,
  rules).
* Set Standards-Version to 3.7.3 (no changes).

Added:
    trunk/libchart-perl/debian/compat
Modified:
    trunk/libchart-perl/debian/changelog
    trunk/libchart-perl/debian/control
    trunk/libchart-perl/debian/rules

Modified: trunk/libchart-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libchart-perl/debian/changelog?rev=16295&op=diff
==============================================================================
--- trunk/libchart-perl/debian/changelog (original)
+++ trunk/libchart-perl/debian/changelog Sun Mar  2 15:03:58 2008
@@ -4,8 +4,11 @@
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * Consistently use debhelper compatibility level 5 (control, compat,
+    rules).
+  * Set Standards-Version to 3.7.3 (no changes).
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:55 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 02 Mar 2008 16:03:46 +0100
 
 libchart-perl (2.4.1-4) unstable; urgency=low
 

Added: trunk/libchart-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libchart-perl/debian/compat?rev=16295&op=file
==============================================================================
--- trunk/libchart-perl/debian/compat (added)
+++ trunk/libchart-perl/debian/compat Sun Mar  2 15:03:58 2008
@@ -1,0 +1,1 @@
+5

Modified: trunk/libchart-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libchart-perl/debian/control?rev=16295&op=diff
==============================================================================
--- trunk/libchart-perl/debian/control (original)
+++ trunk/libchart-perl/debian/control Sun Mar  2 15:03:58 2008
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Niko Tyni <ntyni at iki.fi>, gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Chart/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libchart-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libchart-perl/
-Build-Depends: debhelper (>> 4.1)
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>> 5.8), libgd-gd2-perl
 
 Package: libchart-perl

Modified: trunk/libchart-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libchart-perl/debian/rules?rev=16295&op=diff
==============================================================================
--- trunk/libchart-perl/debian/rules (original)
+++ trunk/libchart-perl/debian/rules Sun Mar  2 15:03:58 2008
@@ -1,8 +1,6 @@
 #! /usr/bin/make -f
 # -*-makefile-*-
 # debian/rules file for libchart-perl
-
-export DH_COMPAT=4
 
 PERL	?= /usr/bin/perl
 




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