r52031 - in /trunk/libextutils-cchecker-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
Tue Feb 2 16:07:43 UTC 2010


Author: jawnsy-guest
Date: Tue Feb  2 16:07:33 2010
New Revision: 52031

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

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

Added: trunk/libextutils-cchecker-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cchecker-perl/debian/README.source?rev=52031&op=file
==============================================================================
--- trunk/libextutils-cchecker-perl/debian/README.source (added)
+++ trunk/libextutils-cchecker-perl/debian/README.source Tue Feb  2 16:07:33 2010
@@ -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/libextutils-cchecker-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cchecker-perl/debian/changelog?rev=52031&op=diff
==============================================================================
--- trunk/libextutils-cchecker-perl/debian/changelog (original)
+++ trunk/libextutils-cchecker-perl/debian/changelog Tue Feb  2 16:07:33 2010
@@ -1,10 +1,4 @@
 libextutils-cchecker-perl (0.02-1) UNRELEASED; urgency=low
-
-  NOTE: build warnings
-  test-1.c:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bar'
-  Probably okay, but waiting to hear from upstream
-
-  TODO: I: libextutils-cchecker-perl: spelling-error-in-manpage usr/share/man/man3/ExtUtils::CChecker.3pm.gz sucessfully successfully
 
   * Initial Release (Closes: #567603)
 

Modified: trunk/libextutils-cchecker-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cchecker-perl/debian/control?rev=52031&op=diff
==============================================================================
--- trunk/libextutils-cchecker-perl/debian/control (original)
+++ trunk/libextutils-cchecker-perl/debian/control Tue Feb  2 16:07:33 2010
@@ -1,11 +1,12 @@
 Source: libextutils-cchecker-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7),
+ perl (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: perl, libtest-exception-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
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/ExtUtils-CChecker/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libextutils-cchecker-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libextutils-cchecker-perl/

Added: trunk/libextutils-cchecker-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cchecker-perl/debian/patches/fix-pod-spelling.patch?rev=52031&op=file
==============================================================================
--- trunk/libextutils-cchecker-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libextutils-cchecker-perl/debian/patches/fix-pod-spelling.patch Tue Feb  2 16:07:33 2010
@@ -1,0 +1,16 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: yes
+X-Comment: I told the author via IRC
+--- a/lib/ExtUtils/CChecker.pm
++++ b/lib/ExtUtils/CChecker.pm
+@@ -169,7 +169,7 @@
+ =head2 $success = $cc->try_compile_run( $source )
+ 
+ Try to complile, link, and execute a C program whose source is given. Returns
+-true if the program compiled and linked, and exited sucessfully. Returns false
++true if the program compiled and linked, and exited successfully. Returns false
+ if any of these steps fail.
+ 
+ Takes the following named arguments. If a single argument is given, that is

Added: trunk/libextutils-cchecker-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cchecker-perl/debian/patches/series?rev=52031&op=file
==============================================================================
--- trunk/libextutils-cchecker-perl/debian/patches/series (added)
+++ trunk/libextutils-cchecker-perl/debian/patches/series Tue Feb  2 16:07:33 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/libextutils-cchecker-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cchecker-perl/debian/rules?rev=52031&op=diff
==============================================================================
--- trunk/libextutils-cchecker-perl/debian/rules (original)
+++ trunk/libextutils-cchecker-perl/debian/rules Tue Feb  2 16:07:33 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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