r51169 - in /trunk/libalien-wxwidgets-perl/debian: README.source changelog control patches/ patches/fix-pod-spelling.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 17 21:04:44 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 17 21:03:55 2010
New Revision: 51169

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51169
Log:
Add a patch to fix POD spelling

Added:
    trunk/libalien-wxwidgets-perl/debian/patches/
    trunk/libalien-wxwidgets-perl/debian/patches/fix-pod-spelling.patch
    trunk/libalien-wxwidgets-perl/debian/patches/series
Modified:
    trunk/libalien-wxwidgets-perl/debian/README.source
    trunk/libalien-wxwidgets-perl/debian/changelog
    trunk/libalien-wxwidgets-perl/debian/control
    trunk/libalien-wxwidgets-perl/debian/rules

Modified: trunk/libalien-wxwidgets-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalien-wxwidgets-perl/debian/README.source?rev=51169&op=diff
==============================================================================
--- trunk/libalien-wxwidgets-perl/debian/README.source (original)
+++ trunk/libalien-wxwidgets-perl/debian/README.source Sun Jan 17 21:03:55 2010
@@ -1,6 +1,16 @@
+
 Upstream sources are repackaged
 ===============================
 
 debian/repack.sh script is provided to automate the repackaging. The most
 convenient way is to run `uscan --force', which will download the upstream
 .tar.gz and pass it to debian/repack.sh
+
+Patches
+=======
+
+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/libalien-wxwidgets-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalien-wxwidgets-perl/debian/changelog?rev=51169&op=diff
==============================================================================
--- trunk/libalien-wxwidgets-perl/debian/changelog (original)
+++ trunk/libalien-wxwidgets-perl/debian/changelog Sun Jan 17 21:03:55 2010
@@ -2,13 +2,14 @@
 
   [ Jonathan Yu ]
   * New upstream release
+  * Add a patch to fix POD spelling
 
   [ Ryan Niebur ]
   * require wxwidgets 2.8.10.1
   * Add myself to Uploaders
   * New upstream release
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 10 Jan 2010 11:45:42 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 17 Jan 2010 16:11:28 -0500
 
 libalien-wxwidgets-perl (0.46+dfsg-1) unstable; urgency=low
 

Modified: trunk/libalien-wxwidgets-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalien-wxwidgets-perl/debian/control?rev=51169&op=diff
==============================================================================
--- trunk/libalien-wxwidgets-perl/debian/control (original)
+++ trunk/libalien-wxwidgets-perl/debian/control Sun Jan 17 21:03:55 2010
@@ -1,7 +1,7 @@
 Source: libalien-wxwidgets-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), perl (>= 5.10.1),
+Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7), perl (>= 5.10.1),
  libmodule-pluggable-perl, libwxgtk2.8-dev (>= 2.8.10.1), libtest-pod-perl,
  libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Added: trunk/libalien-wxwidgets-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalien-wxwidgets-perl/debian/patches/fix-pod-spelling.patch?rev=51169&op=file
==============================================================================
--- trunk/libalien-wxwidgets-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libalien-wxwidgets-perl/debian/patches/fix-pod-spelling.patch Sun Jan 17 21:03:55 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Alien/wxWidgets.pm
++++ b/lib/Alien/wxWidgets.pm
+@@ -236,7 +236,7 @@
+ 
+     my $config = Alien::wxWidgets->config;
+ 
+-Returns some miscellaneous configuration informations for wxWidgets
++Returns some miscellaneous configuration information for wxWidgets
+ in the form
+ 
+     { toolkit   => 'msw' | 'gtk' | 'motif' | 'x11' | 'cocoa' | 'mac',

Added: trunk/libalien-wxwidgets-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalien-wxwidgets-perl/debian/patches/series?rev=51169&op=file
==============================================================================
--- trunk/libalien-wxwidgets-perl/debian/patches/series (added)
+++ trunk/libalien-wxwidgets-perl/debian/patches/series Sun Jan 17 21:03:55 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/libalien-wxwidgets-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalien-wxwidgets-perl/debian/rules?rev=51169&op=diff
==============================================================================
--- trunk/libalien-wxwidgets-perl/debian/rules (original)
+++ trunk/libalien-wxwidgets-perl/debian/rules Sun Jan 17 21:03:55 2010
@@ -8,7 +8,7 @@
 NEXTPATCH:=$(shell expr $(VPATCH) + 1 2>/dev/null || expr `echo $(VPATCH) | cut -f 1 -d - ` + 1)
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_gencontrol:
 	echo 'wx:current=$(VMAJOR).$(VMINOR).$(VPATCH)~' \
@@ -16,6 +16,3 @@
 	echo 'wx:next=$(VMAJOR).$(VMINOR).$(NEXTPATCH)~' \
 		>> debian/libalien-wxwidgets-perl.substvars
 	dh_gencontrol
-
-get-orig-source:
-	uscan -f




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