r15578 - in /trunk/libclone-perl/debian: changelog compat control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Feb 24 23:54:45 UTC 2008


Author: gregoa-guest
Date: Sun Feb 24 23:54:45 2008
New Revision: 15578

URL: http://svn.debian.org/wsvn/?sc=1&rev=15578
Log:
* Set debhelper compatibility level to 6.
* Set Standards-Version to 3.7.3 (no changes).

Modified:
    trunk/libclone-perl/debian/changelog
    trunk/libclone-perl/debian/compat
    trunk/libclone-perl/debian/control

Modified: trunk/libclone-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libclone-perl/debian/changelog?rev=15578&op=diff
==============================================================================
--- trunk/libclone-perl/debian/changelog (original)
+++ trunk/libclone-perl/debian/changelog Sun Feb 24 23:54:45 2008
@@ -10,8 +10,10 @@
   * debian/watch: use dist-based URL.
   * debian/rules: delete /usr/share/perl5 only if it exists.
   * New upstream releases, builds also with Perl 5.10 (closes: #463099).
+  * Set debhelper compatibility level to 6.
+  * Set Standards-Version to 3.7.3 (no changes).
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 25 Feb 2008 00:51:57 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 25 Feb 2008 00:53:25 +0100
 
 libclone-perl (0.22-1) unstable; urgency=low
 

Modified: trunk/libclone-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libclone-perl/debian/compat?rev=15578&op=diff
==============================================================================
--- trunk/libclone-perl/debian/compat (original)
+++ trunk/libclone-perl/debian/compat Sun Feb 24 23:54:45 2008
@@ -1,1 +1,1 @@
-4
+6

Modified: trunk/libclone-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libclone-perl/debian/control?rev=15578&op=diff
==============================================================================
--- trunk/libclone-perl/debian/control (original)
+++ trunk/libclone-perl/debian/control Sun Feb 24 23:54:45 2008
@@ -1,16 +1,16 @@
 Source: libclone-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7)
+Build-Depends: debhelper (>= 6), perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Standards-Version: 3.6.1
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Clone/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclone-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-perl/
 
 Package: libclone-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: recursively copy Perl datatypes
  This module provides a clone() method which makes recursive
  copies of nested hash, array, scalar and reference types, 




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