r49401 - in /trunk/libcatalyst-action-rest-perl/debian: control copyright patches/ patches/fix-whatis.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Dec 26 02:37:14 UTC 2009


Author: jawnsy-guest
Date: Sat Dec 26 02:37:06 2009
New Revision: 49401

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49401
Log:
prepare for release

Added:
    trunk/libcatalyst-action-rest-perl/debian/patches/
    trunk/libcatalyst-action-rest-perl/debian/patches/fix-whatis.patch
    trunk/libcatalyst-action-rest-perl/debian/patches/series
Modified:
    trunk/libcatalyst-action-rest-perl/debian/control
    trunk/libcatalyst-action-rest-perl/debian/copyright
    trunk/libcatalyst-action-rest-perl/debian/rules

Modified: trunk/libcatalyst-action-rest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/control?rev=49401&op=diff
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/control (original)
+++ trunk/libcatalyst-action-rest-perl/debian/control Sat Dec 26 02:37:06 2009
@@ -1,11 +1,12 @@
 Source: libcatalyst-action-rest-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libclass-inspector-perl, libdata-serializer-perl,
  libcatalyst-perl, libmro-compat-perl (>= 0.10), libnamespace-autoclean-perl,
  libmoose-perl, libparams-validate-perl, liburi-find-perl, libyaml-syck-perl,
- libwww-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+ libtest-pod-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
+ libwww-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3

Modified: trunk/libcatalyst-action-rest-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/copyright?rev=49401&op=diff
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/copyright (original)
+++ trunk/libcatalyst-action-rest-perl/debian/copyright Sat Dec 26 02:37:06 2009
@@ -1,18 +1,30 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
-Maintainer: Adam Jacob <adam at stalecoffee.org>, with lots of help from mst and jrockway
+Maintainer: Adam Jacob <adam at stalecoffee.org>
 Source: http://search.cpan.org/dist/Catalyst-Action-REST/
 Name: Catalyst-Action-REST
-Disclaimer: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Adam Jacob <adam at stalecoffee.org>, with lots of help from mst and jrockway
+Copyright: 2006-2009, Adam Jacob <adam at stalecoffee.org>
+ 2006-2009, Marchex, Inc. <http://www.marchex.com/>
+ 2006-2009, Arthur Axel Schmidt <frioux at gmail.com>
+ 2006-2009, Christopher Laco <claco at cpan.org>
+ 2006-2009, Luke Saunders <lsaunders at cpan.org>
+ 2006-2009, John Goulah <jgoulah at cpan.org>
+ 2006-2009, Daisuke Maki <daisuke at endeworks.jp>
+ 2006-2009, J. Shirley <jshirley at gmail.com>
+ 2006-2009, Hans Dieter Pearcey <hdp at cpan.org>
+ 2006-2009, Tomas Doran <bobtfish at bobtfish.net>
+License: Artistic or GPL-1+
+X-Comment: years of copyright estimated from Changes file
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Test/More.pm
+Copyright: 2001-2008, Michael G Schwern <schwern at pobox.com>
 License: Artistic or GPL-1+
 
 Files: debian/*

Added: trunk/libcatalyst-action-rest-perl/debian/patches/fix-whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/patches/fix-whatis.patch?rev=49401&op=file
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/patches/fix-whatis.patch (added)
+++ trunk/libcatalyst-action-rest-perl/debian/patches/fix-whatis.patch Sat Dec 26 02:37:06 2009
@@ -1,0 +1,17 @@
+Description: fix POD whatis entry
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Catalyst/Action/SerializeBase.pm
++++ b/lib/Catalyst/Action/SerializeBase.pm
+@@ -157,9 +157,7 @@
+ 
+ =head1 NAME
+ 
+-B<Catalyst::Action::SerializeBase>
+-
+-Base class for Catalyst::Action::Serialize and Catlayst::Action::Deserialize.
++Catalyst::Action::SerializeBase - base class for Catalyst::Action::Serialize
+ 
+ =head1 DESCRIPTION
+ 

Added: trunk/libcatalyst-action-rest-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/patches/series?rev=49401&op=file
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/patches/series (added)
+++ trunk/libcatalyst-action-rest-perl/debian/patches/series Sat Dec 26 02:37:06 2009
@@ -1,0 +1,1 @@
+fix-whatis.patch

Modified: trunk/libcatalyst-action-rest-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/rules?rev=49401&op=diff
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/rules (original)
+++ trunk/libcatalyst-action-rest-perl/debian/rules Sat Dec 26 02:37:06 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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