r44836 - in /trunk/libmoose-perl/debian: README.source changelog control patches/ patches/series patches/whatis-entries.diff rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat Sep 26 09:41:26 UTC 2009


Author: ansgar-guest
Date: Sat Sep 26 09:38:43 2009
New Revision: 44836

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44836
Log:
  + Add (build-)dep on libtest-simple-perl (>= 0.88)
  + new patch whatis-entries.patch

Added:
    trunk/libmoose-perl/debian/README.source
    trunk/libmoose-perl/debian/patches/
    trunk/libmoose-perl/debian/patches/series
    trunk/libmoose-perl/debian/patches/whatis-entries.diff
Modified:
    trunk/libmoose-perl/debian/changelog
    trunk/libmoose-perl/debian/control
    trunk/libmoose-perl/debian/rules

Added: trunk/libmoose-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/README.source?rev=44836&op=file
==============================================================================
--- trunk/libmoose-perl/debian/README.source (added)
+++ trunk/libmoose-perl/debian/README.source Sat Sep 26 09:38:43 2009
@@ -1,0 +1,6 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
+

Modified: trunk/libmoose-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/changelog?rev=44836&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/changelog (original)
+++ trunk/libmoose-perl/debian/changelog Sat Sep 26 09:38:43 2009
@@ -1,6 +1,4 @@
-libmoose-perl (0.92-1) UNRELEASED; urgency=low
-
-  TODO: one test fails
+libmoose-perl (0.92-1) unstable; urgency=low
 
   [ Ryan Niebur ]
   * Update jawnsy's email address
@@ -10,15 +8,16 @@
   * New upstream release
     + Bump (build-)dep on libclass-mop-perl to 0.94
     + Add (build-)dep on libtry-tiny-perl
+    + Add (build-)dep on libtest-simple-perl (>= 0.88)
     + Breaks libmoosex-attributehelpers-perl (<< 0.21+),
       libmoosex-classattribute-perl (<< 0.09+),
       libmoosex-singleton-perl (<< 0.19+), libmoosex-types-perl (<< 0.19+),
       libnamespace-autoclean-perl (<< 0.08+)
-    + new patch use-old-test-simple.patch to work around #541342.
+    + new patch whatis-entries.patch
     + add quilt framework and README.source.
   * Bump Standards-Version to 3.8.3 (no changes).
 
- -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:25:34 -0700
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 26 Sep 2009 11:38:14 +0200
 
 libmoose-perl (0.89-1) unstable; urgency=low
 

Modified: trunk/libmoose-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/control?rev=44836&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/control (original)
+++ trunk/libmoose-perl/debian/control Sat Sep 26 09:38:43 2009
@@ -1,14 +1,15 @@
 Source: libmoose-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.10), libsub-exporter-perl (>= 0.980),
  libclass-mop-perl (>= 0.94), libtest-exception-perl (>= 0.27), liburi-perl,
  libtest-pod-coverage-perl, libsub-name-perl (>= 0.02), libio-string-perl,
  libregexp-common-perl, liblocale-us-perl, libdatetime-format-mysql-perl,
  libmodule-refresh-perl, liblist-moreutils-perl (>= 0.12), libtest-pod-perl,
  libtest-warn-perl, libtest-deep-perl, libdbm-deep-perl, libdata-optlist-perl,
- libtest-output-perl (>= 0.09), libtry-tiny-perl
+ libtest-output-perl (>= 0.09), libtry-tiny-perl,
+ libtest-simple-perl (>= 0.88)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>,

Added: trunk/libmoose-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/patches/series?rev=44836&op=file
==============================================================================
--- trunk/libmoose-perl/debian/patches/series (added)
+++ trunk/libmoose-perl/debian/patches/series Sat Sep 26 09:38:43 2009
@@ -1,0 +1,1 @@
+whatis-entries.diff

Added: trunk/libmoose-perl/debian/patches/whatis-entries.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/patches/whatis-entries.diff?rev=44836&op=file
==============================================================================
--- trunk/libmoose-perl/debian/patches/whatis-entries.diff (added)
+++ trunk/libmoose-perl/debian/patches/whatis-entries.diff Sat Sep 26 09:38:43 2009
@@ -1,0 +1,80 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Sat, 26 Sep 2009 11:29:51 +0200
+Subject: Add whatis entries to man pages
+--- libmoose-perl.orig/lib/Moose/Meta/Attribute/Native/MethodProvider/Bool.pm
++++ libmoose-perl/lib/Moose/Meta/Attribute/Native/MethodProvider/Bool.pm
+@@ -34,7 +34,7 @@
+ 
+ =head1 NAME
+ 
+-Moose::Meta::Attribute::Native::MethodProvider::Bool
++Moose::Meta::Attribute::Native::MethodProvider::Bool - role providing method generators for Bool trait
+ 
+ =head1 DESCRIPTION
+ 
+--- libmoose-perl.orig/lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm
++++ libmoose-perl/lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm
+@@ -20,7 +20,7 @@
+ 
+ =head1 NAME
+ 
+-Moose::Meta::Attribute::Native::MethodProvider::Code
++Moose::Meta::Attribute::Native::MethodProvider::Code - role providing method generators for Code trait
+ 
+ =head1 DESCRIPTION
+ 
+--- libmoose-perl.orig/lib/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm
++++ libmoose-perl/lib/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm
+@@ -40,7 +40,7 @@
+ 
+ =head1 NAME
+ 
+-Moose::Meta::Attribute::Native::MethodProvider::Counter
++Moose::Meta::Attribute::Native::MethodProvider::Counter - role providing method generators for Counter trait
+ 
+ =head1 DESCRIPTION
+ 
+--- libmoose-perl.orig/lib/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm
++++ libmoose-perl/lib/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm
+@@ -183,7 +183,7 @@
+ 
+ =head1 NAME
+ 
+-Moose::Meta::Attribute::Native::MethodProvider::Hash
++Moose::Meta::Attribute::Native::MethodProvider::Hash - role prividing method generators for Hash trait
+ 
+ =head1 DESCRIPTION
+ 
+--- libmoose-perl.orig/lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm
++++ libmoose-perl/lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm
+@@ -111,7 +111,7 @@
+ 
+ =head1 NAME
+ 
+-Moose::Meta::Attribute::Native::MethodProvider::String
++Moose::Meta::Attribute::Native::MethodProvider::String - role providing method generators for String trait
+ 
+ =head1 DESCRIPTION
+ 
+--- libmoose-perl.orig/lib/Moose/Meta/Attribute/Native/Trait/Code.pm
++++ libmoose-perl/lib/Moose/Meta/Attribute/Native/Trait/Code.pm
+@@ -26,7 +26,7 @@
+ 
+ =head1 NAME
+ 
+-Moose::Meta::Attribute::Native::Trait::Code
++Moose::Meta::Attribute::Native::Trait::Code - Helper trait for Code attributes
+ 
+ =head1 SYNOPSIS
+ 
+--- libmoose-perl.orig/lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm
++++ libmoose-perl/lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm
+@@ -363,7 +363,7 @@
+ 
+ =head1 NAME
+ 
+-Moose::Meta::Attribute::Native::MethodProvider::Array
++Moose::Meta::Attribute::Native::MethodProvider::Array - role providing method generators for Array trait
+ 
+ =head1 DESCRIPTION
+ 

Modified: trunk/libmoose-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/rules?rev=44836&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/rules (original)
+++ trunk/libmoose-perl/debian/rules Sat Sep 26 09:38:43 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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