r50548 - in /trunk/libjson-perl/debian: NEWS README.source changelog control patches/ patches/series patches/spelling_errors rules

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Sat Jan 9 13:11:54 UTC 2010


Author: angelabad-guest
Date: Sat Jan  9 13:11:45 2010
New Revision: 50548

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50548
Log:
Fix ToDo errors

Added:
    trunk/libjson-perl/debian/README.source
    trunk/libjson-perl/debian/patches/
    trunk/libjson-perl/debian/patches/series
    trunk/libjson-perl/debian/patches/spelling_errors
Modified:
    trunk/libjson-perl/debian/NEWS
    trunk/libjson-perl/debian/changelog
    trunk/libjson-perl/debian/control
    trunk/libjson-perl/debian/rules

Modified: trunk/libjson-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/NEWS?rev=50548&op=diff
==============================================================================
--- trunk/libjson-perl/debian/NEWS (original)
+++ trunk/libjson-perl/debian/NEWS Sat Jan  9 13:11:45 2010
@@ -1,6 +1,6 @@
 libjson-perl (2.04-1) unstable; urgency=low
 
-  * CAUTION: There are many differences between version 2 and 1.xx
+    CAUTION: There are many differences between version 2 and 1.xx
 
     Applications using libjson-perl will need to be updated.
 

Added: trunk/libjson-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/README.source?rev=50548&op=file
==============================================================================
--- trunk/libjson-perl/debian/README.source (added)
+++ trunk/libjson-perl/debian/README.source Sat Jan  9 13:11:45 2010
@@ -1,0 +1,6 @@
+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/libjson-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/changelog?rev=50548&op=diff
==============================================================================
--- trunk/libjson-perl/debian/changelog (original)
+++ trunk/libjson-perl/debian/changelog Sat Jan  9 13:11:45 2010
@@ -1,19 +1,16 @@
 libjson-perl (2.17-1) UNRELEASED; urgency=low
-
-  TODO:
-  lintian info output:
-  - 1x debian-news-entry-uses-asterisk
-  - 5x spelling-error-in-manpage
-
-  [ Angel Abad ]
-  * New upstream release
-  * Update copyright file
 
   [ gregor herrmann ]
   * debian/control: bump versioned build dependency/recommendation on
     libjson-xs-perl to >= 2.270.
 
- -- Angel Abad <angelabad at gmail.com>  Thu, 07 Jan 2010 17:59:21 +0100
+  [ Angel Abad ]
+  * New upstream release
+  * Update copyright file
+  * Add patch to fix manpages spelling errors; add quilt framework
+  * debian/NEWS: Remove * characters
+
+ -- Angel Abad <angelabad at gmail.com>  Sat, 09 Jan 2010 14:06:20 +0100
 
 libjson-perl (2.16-1) unstable; urgency=low
 

Modified: trunk/libjson-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/control?rev=50548&op=diff
==============================================================================
--- trunk/libjson-perl/debian/control (original)
+++ trunk/libjson-perl/debian/control Sat Jan  9 13:11:45 2010
@@ -1,7 +1,7 @@
 Source: libjson-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: libjson-xs-perl (>= 2.270), libtest-pod-perl (>= 1.00),
  perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Added: trunk/libjson-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/patches/series?rev=50548&op=file
==============================================================================
--- trunk/libjson-perl/debian/patches/series (added)
+++ trunk/libjson-perl/debian/patches/series Sat Jan  9 13:11:45 2010
@@ -1,0 +1,1 @@
+spelling_errors

Added: trunk/libjson-perl/debian/patches/spelling_errors
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/patches/spelling_errors?rev=50548&op=file
==============================================================================
--- trunk/libjson-perl/debian/patches/spelling_errors (added)
+++ trunk/libjson-perl/debian/patches/spelling_errors Sat Jan  9 13:11:45 2010
@@ -1,0 +1,49 @@
+Author: Angel Abad <angelabad at gmail.com>
+Subject: Fix spelling errors in manpages
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=53535
+
+--- a/lib/JSON.pm
++++ b/lib/JSON.pm
+@@ -685,11 +685,11 @@
+ 
+ =item * fast
+ 
+-This module returns a JSON::XS object itself if avaliable.
++This module returns a JSON::XS object itself if available.
+ Compared to other JSON modules and other serialisers such as Storable,
+ JSON::XS usually compares favourably in terms of speed, too.
+ 
+-If not avaliable, C<JSON> returns a JSON::PP object instead of JSON::XS and
++If not available, C<JSON> returns a JSON::PP object instead of JSON::XS and
+ it is very slow as pure-Perl.
+ 
+ =item * simple to use
+@@ -1342,7 +1342,7 @@
+    $boolean = $json->property('utf8');
+     => 1
+ 
+-Sets the propery with a given boolean value.
++Sets the property with a given boolean value.
+ 
+     $json = $json->property($property_name => $boolean);
+ 
+@@ -1848,7 +1848,7 @@
+ =item Global variables are no longer available.
+ 
+ C<JSON> class variables - C<$JSON::AUTOCONVERT>, C<$JSON::BareKey>, etc...
+-- are not avaliable any longer.
++- are not available any longer.
+ Instead, various features can be used through object methods.
+ 
+ 
+--- a/lib/JSON/PP.pm
++++ b/lib/JSON/PP.pm
+@@ -1698,7 +1698,7 @@
+     
+     $enabled = $json->get_indent
+ 
+-The default indent space lenght is three.
++The default indent space length is three.
+ You can use C<indent_length> to change the length.
+ 
+ =head2 space_before

Modified: trunk/libjson-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/rules?rev=50548&op=diff
==============================================================================
--- trunk/libjson-perl/debian/rules (original)
+++ trunk/libjson-perl/debian/rules Sat Jan  9 13:11:45 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with quilt




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