r36097 - in /trunk/libnet-imap-client-perl/debian: README.source changelog control patches/ patches/fix-pod.patch patches/series rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Thu May 21 23:25:06 UTC 2009
Author: gregoa
Date: Thu May 21 23:25:00 2009
New Revision: 36097
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36097
Log:
Add fix-pod.patch (missing whatis entry in a manpage); adjust debian/rules
to use quilt; bump/add build dependencies on debhelper/quilt in
debian/control; add debian/README.source.
Added:
trunk/libnet-imap-client-perl/debian/README.source
trunk/libnet-imap-client-perl/debian/patches/
trunk/libnet-imap-client-perl/debian/patches/fix-pod.patch
trunk/libnet-imap-client-perl/debian/patches/series
Modified:
trunk/libnet-imap-client-perl/debian/changelog
trunk/libnet-imap-client-perl/debian/control
trunk/libnet-imap-client-perl/debian/rules
Added: trunk/libnet-imap-client-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-client-perl/debian/README.source?rev=36097&op=file
==============================================================================
--- trunk/libnet-imap-client-perl/debian/README.source (added)
+++ trunk/libnet-imap-client-perl/debian/README.source Thu May 21 23:25:00 2009
@@ -1,0 +1,5 @@
+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/libnet-imap-client-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-client-perl/debian/changelog?rev=36097&op=diff
==============================================================================
--- trunk/libnet-imap-client-perl/debian/changelog (original)
+++ trunk/libnet-imap-client-perl/debian/changelog Thu May 21 23:25:00 2009
@@ -13,6 +13,9 @@
* Don't install README anymore.
* debian/control: add libtest-pod-perl, libtest-pod-coverage-perl to
Build-Depends-Indep.
+ * Add fix-pod.patch (missing whatis entry in a manpage); adjust debian/rules
+ to use quilt; bump/add build dependencies on debhelper/quilt in
+ debian/control; add debian/README.source.
-- Jonathan Yu <frequency at cpan.org> Wed, 20 May 2009 00:29:56 -0400
Modified: trunk/libnet-imap-client-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-client-perl/debian/control?rev=36097&op=diff
==============================================================================
--- trunk/libnet-imap-client-perl/debian/control (original)
+++ trunk/libnet-imap-client-perl/debian/control Thu May 21 23:25:00 2009
@@ -1,7 +1,7 @@
Source: libnet-imap-client-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
Build-Depends-Indep: perl (>= 5.6.10-12), libio-socket-ssl-perl,
liblist-moreutils-perl, libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Added: trunk/libnet-imap-client-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-client-perl/debian/patches/fix-pod.patch?rev=36097&op=file
==============================================================================
--- trunk/libnet-imap-client-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libnet-imap-client-perl/debian/patches/fix-pod.patch Thu May 21 23:25:00 2009
@@ -1,0 +1,14 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: add missing whatis entry
+
+--- a/lib/Net/IMAP/Client/MsgAddress.pm
++++ b/lib/Net/IMAP/Client/MsgAddress.pm
+@@ -52,7 +52,7 @@
+
+ =head1 NAME
+
+-Net::IMAP::Client::MsgAddress
++Net::IMAP::Client::MsgAddress - email address object
+
+ =head1 DESCRIPTION
+
Added: trunk/libnet-imap-client-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-client-perl/debian/patches/series?rev=36097&op=file
==============================================================================
--- trunk/libnet-imap-client-perl/debian/patches/series (added)
+++ trunk/libnet-imap-client-perl/debian/patches/series Thu May 21 23:25:00 2009
@@ -1,0 +1,1 @@
+fix-pod.patch
Modified: trunk/libnet-imap-client-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-client-perl/debian/rules?rev=36097&op=diff
==============================================================================
--- trunk/libnet-imap-client-perl/debian/rules (original)
+++ trunk/libnet-imap-client-perl/debian/rules Thu May 21 23:25:00 2009
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh --with quilt $@
More information about the Pkg-perl-cvs-commits
mailing list