r49751 - in /trunk/libtemplate-tiny-perl/debian: README.source changelog patches/ patches/fix-pod-spelling.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jan 1 14:40:32 UTC 2010


Author: jawnsy-guest
Date: Fri Jan  1 14:40:26 2010
New Revision: 49751

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49751
Log:
more work to prepare for release

Added:
    trunk/libtemplate-tiny-perl/debian/README.source
    trunk/libtemplate-tiny-perl/debian/patches/
    trunk/libtemplate-tiny-perl/debian/patches/fix-pod-spelling.patch
    trunk/libtemplate-tiny-perl/debian/patches/series
Modified:
    trunk/libtemplate-tiny-perl/debian/changelog
    trunk/libtemplate-tiny-perl/debian/rules

Added: trunk/libtemplate-tiny-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/README.source?rev=49751&op=file
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/README.source (added)
+++ trunk/libtemplate-tiny-perl/debian/README.source Fri Jan  1 14:40:26 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/libtemplate-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/changelog?rev=49751&op=diff
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/changelog (original)
+++ trunk/libtemplate-tiny-perl/debian/changelog Fri Jan  1 14:40:26 2010
@@ -1,5 +1,5 @@
 libtemplate-tiny-perl (0.09-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #563133)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Thu, 31 Dec 2009 00:06:55 -0500

Added: trunk/libtemplate-tiny-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/patches/fix-pod-spelling.patch?rev=49751&op=file
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libtemplate-tiny-perl/debian/patches/fix-pod-spelling.patch Fri Jan  1 14:40:26 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Template/Tiny.pm
++++ b/lib/Template/Tiny.pm
+@@ -238,7 +238,7 @@
+   my $template = Template::Tiny->new;
+ 
+ The C<new> constructor is provided for compatibility with Template Toolkit,
+-but is not strictly necesary.
++but is not strictly necessary.
+ 
+ =head2 process
+ 

Added: trunk/libtemplate-tiny-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/patches/series?rev=49751&op=file
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/patches/series (added)
+++ trunk/libtemplate-tiny-perl/debian/patches/series Fri Jan  1 14:40:26 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/libtemplate-tiny-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/rules?rev=49751&op=diff
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/rules (original)
+++ trunk/libtemplate-tiny-perl/debian/rules Fri Jan  1 14:40:26 2010
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_auto_test:
 	AUTOMATED_TESTING=1 dh_auto_test




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