r64199 - in /trunk/libforest-perl/debian: changelog control rules source/ source/format

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sun Oct 24 18:30:52 UTC 2010


Author: carnil
Date: Sun Oct 24 18:30:40 2010
New Revision: 64199

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64199
Log:
* Add myself to Uploaders.
* debian/control:
  - Update versioned (Build-)Depends(-Indep) on libmoose-perl to
    (>= 0.90).
  - Lower Build-Depends on debhelper to (>= 7).
* Convert to '3.0 (quilt)' source package format. Drop use of quilt in
  debian/rules and remove Build-Depends on quilt.

Added:
    trunk/libforest-perl/debian/source/
    trunk/libforest-perl/debian/source/format
Modified:
    trunk/libforest-perl/debian/changelog
    trunk/libforest-perl/debian/control
    trunk/libforest-perl/debian/rules

Modified: trunk/libforest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/changelog?rev=64199&op=diff
==============================================================================
--- trunk/libforest-perl/debian/changelog (original)
+++ trunk/libforest-perl/debian/changelog Sun Oct 24 18:30:40 2010
@@ -1,8 +1,15 @@
 libforest-perl (0.09-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Add myself to Uploaders.
+  * debian/control:
+    - Update versioned (Build-)Depends(-Indep) on libmoose-perl to
+      (>= 0.90).
+    - Lower Build-Depends on debhelper to (>= 7).
+  * Convert to '3.0 (quilt)' source package format. Drop use of quilt in
+    debian/rules and remove Build-Depends on quilt.
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 28 Jul 2010 14:32:36 -0400
+ -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 24 Oct 2010 20:29:16 +0200
 
 libforest-perl (0.08-1) unstable; urgency=low
   

Modified: trunk/libforest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/control?rev=64199&op=diff
==============================================================================
--- trunk/libforest-perl/debian/control (original)
+++ trunk/libforest-perl/debian/control Sun Oct 24 18:30:40 2010
@@ -1,12 +1,13 @@
 Source: libforest-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libtest-exception-perl, libpath-class-perl,
- libmoosex-attributehelpers-perl, libmoose-perl (>= 0.74), libtest-pod-perl,
+ libmoosex-attributehelpers-perl, libmoose-perl (>= 0.90), libtest-pod-perl,
  libmoosex-clone-perl (>= 0.05)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+ Salvatore Bonaccorso <carnil at debian.org>
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Forest/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libforest-perl/
@@ -15,7 +16,7 @@
 Package: libforest-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-attributehelpers-perl,
- libmoose-perl (>= 0.74), libmoosex-clone-perl (>= 0.05)
+ libmoose-perl (>= 0.90), libmoosex-clone-perl (>= 0.05)
 Description: collection of N-ary tree related modules
  Forest is a collection of Perl modules implementing a generalized N-ary tree
  data structure. It also includes several modules useful for manipulating this

Modified: trunk/libforest-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/rules?rev=64199&op=diff
==============================================================================
--- trunk/libforest-perl/debian/rules (original)
+++ trunk/libforest-perl/debian/rules Sun Oct 24 18:30:40 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@

Added: trunk/libforest-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/source/format?rev=64199&op=file
==============================================================================
--- trunk/libforest-perl/debian/source/format (added)
+++ trunk/libforest-perl/debian/source/format Sun Oct 24 18:30:40 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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