r23004 - in /trunk/libtest-warn-perl/debian: README.source changelog compat control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jul 10 18:40:01 UTC 2008


Author: gregoa
Date: Thu Jul 10 18:40:01 2008
New Revision: 23004

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23004
Log:
* Set debhelper compatibility level to 5.
* Set Standards-Version to 3.8.0; add debian/REAMDE.source to document quilt
  usage.
* debian/control:
  - wrap long line in debian/control
  - make (build) dependency on libsub-uplevel-perl versioned
  - split build dependencies between Build-Depends and Build-Depends-Indep
  - add /me to Uploaders

Added:
    trunk/libtest-warn-perl/debian/README.source
Modified:
    trunk/libtest-warn-perl/debian/changelog
    trunk/libtest-warn-perl/debian/compat
    trunk/libtest-warn-perl/debian/control

Added: trunk/libtest-warn-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-warn-perl/debian/README.source?rev=23004&op=file
==============================================================================
--- trunk/libtest-warn-perl/debian/README.source (added)
+++ trunk/libtest-warn-perl/debian/README.source Thu Jul 10 18:40:01 2008
@@ -1,0 +1,3 @@
+This package uses quilt to manage patches against the upstream source.
+
+/usr/share/doc/quilt/README.source has more informations.

Modified: trunk/libtest-warn-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-warn-perl/debian/changelog?rev=23004&op=diff
==============================================================================
--- trunk/libtest-warn-perl/debian/changelog (original)
+++ trunk/libtest-warn-perl/debian/changelog Thu Jul 10 18:40:01 2008
@@ -4,7 +4,6 @@
     field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
   * Refresh debian/rules, no functional changes.
   * Split out changes against upstream code into a patch; add quilt framework.
 
@@ -12,6 +11,14 @@
   * Refresh language.patch.
   * debian/copyright: copy copyright/license information verbatim from
     upstream source, update pointer to common licenses on Debian systems.
+  * Set debhelper compatibility level to 5.
+  * Set Standards-Version to 3.8.0; add debian/REAMDE.source to document quilt
+    usage.
+  * debian/control:
+    - wrap long line in debian/control
+    - make (build) dependency on libsub-uplevel-perl versioned
+    - split build dependencies between Build-Depends and Build-Depends-Indep
+    - add /me to Uploaders
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:22 +0100
 

Modified: trunk/libtest-warn-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-warn-perl/debian/compat?rev=23004&op=diff
==============================================================================
--- trunk/libtest-warn-perl/debian/compat (original)
+++ trunk/libtest-warn-perl/debian/compat Thu Jul 10 18:40:01 2008
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/libtest-warn-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-warn-perl/debian/control?rev=23004&op=diff
==============================================================================
--- trunk/libtest-warn-perl/debian/control (original)
+++ trunk/libtest-warn-perl/debian/control Thu Jul 10 18:40:01 2008
@@ -2,18 +2,21 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
-Build-Depends: debhelper (>= 4.1), perl (>= 5.6.0-16), libsub-uplevel-perl,
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+ gregor herrmann <gregoa at debian.org>
+Build-Depends: debhelper (>= 5), quilt (>= 0.40)
+Build-Depends-Indep: perl (>= 5.6.0-16), libsub-uplevel-perl (>= 0.12),
  libtest-exception-perl, libarray-compare-perl, libtest-simple-perl,
- libtree-dagnode-perl, libtest-pod-perl, quilt (>= 0.40)
-Standards-Version: 3.7.2.2
+ libtree-dagnode-perl, libtest-pod-perl
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Test-Warn/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-warn-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-warn-perl/
 
 Package: libtest-warn-perl
 Architecture: all
-Depends: ${perl:Depends}, libsub-uplevel-perl, libtest-exception-perl, libarray-compare-perl, libtest-simple-perl, libtree-dagnode-perl
+Depends: ${perl:Depends}, libsub-uplevel-perl (>= 0.12), libtest-exception-perl,
+ libarray-compare-perl, libtest-simple-perl, libtree-dagnode-perl
 Description: Test for warning-based code in perl
  Test::Warn provides an easy way to test for code throwing warnings in perl.
  It's similar in style to the Test::More family of utilities. 




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