r53901 - in /trunk/libpalm-perl/debian: README.source changelog patches/fix-pod-spelling.patch patches/series rules source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 7 19:02:01 UTC 2010


Author: jawnsy-guest
Date: Sun Mar  7 19:01:31 2010
New Revision: 53901

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53901
Log:
* Update to new 3.0 (quilt) source format
* Add a patch to fix POD spelling error

Added:
    trunk/libpalm-perl/debian/patches/fix-pod-spelling.patch
    trunk/libpalm-perl/debian/source/
    trunk/libpalm-perl/debian/source/format
Removed:
    trunk/libpalm-perl/debian/README.source
Modified:
    trunk/libpalm-perl/debian/changelog
    trunk/libpalm-perl/debian/patches/series
    trunk/libpalm-perl/debian/rules

Modified: trunk/libpalm-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/changelog?rev=53901&op=diff
==============================================================================
--- trunk/libpalm-perl/debian/changelog (original)
+++ trunk/libpalm-perl/debian/changelog Sun Mar  7 19:01:31 2010
@@ -1,10 +1,9 @@
 libpalm-perl (1:1.012-1) UNRELEASED; urgency=low
-
-  TODO:
-  I: libpalm-perl: spelling-error-in-manpage usr/share/man/man3/ZirePhoto.3pm.gz preceeded preceded
 
   * New upstream release
   * Standards-Version 3.8.4 (no changes)
+  * Update to new 3.0 (quilt) source format
+  * Add a patch to fix POD spelling error
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 03 Mar 2010 10:23:13 -0500
 

Added: trunk/libpalm-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/patches/fix-pod-spelling.patch?rev=53901&op=file
==============================================================================
--- trunk/libpalm-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libpalm-perl/debian/patches/fix-pod-spelling.patch Sun Mar  7 19:01:31 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/ZirePhoto.pm
++++ b/lib/ZirePhoto.pm
+@@ -71,7 +71,7 @@
+ 
+ =head2 Photo Databases
+ 
+-Actual photos are stored in separate databases. Each record is preceeded by an 8 byte
++Actual photos are stored in separate databases. Each record is preceded by an 8 byte
+ header that describes it a) as a data block (B<DBLK>) and b) the size of the block.
+ Records are generally 4k, except for the last. To convert a Photo database to a JPEG
+ image, one would do something like:

Modified: trunk/libpalm-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/patches/series?rev=53901&op=diff
==============================================================================
--- trunk/libpalm-perl/debian/patches/series (original)
+++ trunk/libpalm-perl/debian/patches/series Sun Mar  7 19:01:31 2010
@@ -1,1 +1,2 @@
 clean-up-test-pdb.patch
+fix-pod-spelling.patch

Modified: trunk/libpalm-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/rules?rev=53901&op=diff
==============================================================================
--- trunk/libpalm-perl/debian/rules (original)
+++ trunk/libpalm-perl/debian/rules Sun Mar  7 19:01:31 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@

Added: trunk/libpalm-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/source/format?rev=53901&op=file
==============================================================================
--- trunk/libpalm-perl/debian/source/format (added)
+++ trunk/libpalm-perl/debian/source/format Sun Mar  7 19:01:31 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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