r49944 - in /trunk/libregexp-common-perl/debian: README.source changelog control libregexp-common-perl.lintian-overrides lintian-overrides patches/ patches/fix-pod-spelling.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 2 19:07:33 UTC 2010


Author: jawnsy-guest
Date: Sat Jan  2 19:07:26 2010
New Revision: 49944

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49944
Log:
* Use new short debhelper rules format
* Add a patch to fix POD spelling errors
* Rename lintian-overrides to have source package prefix

Added:
    trunk/libregexp-common-perl/debian/README.source
    trunk/libregexp-common-perl/debian/libregexp-common-perl.lintian-overrides
      - copied unchanged from r49942, trunk/libregexp-common-perl/debian/lintian-overrides
    trunk/libregexp-common-perl/debian/patches/
    trunk/libregexp-common-perl/debian/patches/fix-pod-spelling.patch
    trunk/libregexp-common-perl/debian/patches/series
Removed:
    trunk/libregexp-common-perl/debian/lintian-overrides
Modified:
    trunk/libregexp-common-perl/debian/changelog
    trunk/libregexp-common-perl/debian/control
    trunk/libregexp-common-perl/debian/rules

Added: trunk/libregexp-common-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-perl/debian/README.source?rev=49944&op=file
==============================================================================
--- trunk/libregexp-common-perl/debian/README.source (added)
+++ trunk/libregexp-common-perl/debian/README.source Sat Jan  2 19:07: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/libregexp-common-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-perl/debian/changelog?rev=49944&op=diff
==============================================================================
--- trunk/libregexp-common-perl/debian/changelog (original)
+++ trunk/libregexp-common-perl/debian/changelog Sat Jan  2 19:07:26 2010
@@ -5,6 +5,9 @@
   * Add myself to Uploaders
   * Rewrite control description
   * Standards-Version 3.8.3 (no changes)
+  * Use new short debhelper rules format
+  * Add a patch to fix POD spelling errors
+  * Rename lintian-overrides to have source package prefix
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN

Modified: trunk/libregexp-common-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-perl/debian/control?rev=49944&op=diff
==============================================================================
--- trunk/libregexp-common-perl/debian/control (original)
+++ trunk/libregexp-common-perl/debian/control Sat Jan  2 19:07:26 2010
@@ -1,8 +1,8 @@
 Source: libregexp-common-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>

Added: trunk/libregexp-common-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-perl/debian/patches/fix-pod-spelling.patch?rev=49944&op=file
==============================================================================
--- trunk/libregexp-common-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libregexp-common-perl/debian/patches/fix-pod-spelling.patch Sat Jan  2 19:07:26 2010
@@ -1,0 +1,50 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Regexp/Common.pm
++++ b/lib/Regexp/Common.pm
+@@ -678,7 +678,7 @@
+ be made available - the wanted sets should be given as arguments to
+ C<use>. Alternatively, it is also possible to indicate which sets of
+ patterns should not be made available - those sets will be given as
+-argument to the C<use> statement, but are preceeded with an exclaimation
++argument to the C<use> statement, but are preceded with an exclaimation
+ mark. The argument I<no_defaults> indicates none of the default patterns
+ should be made available. This is useful for instance if all you want
+ is the C<pattern()> subroutine.
+@@ -696,7 +696,7 @@
+  use Regexp::Common qw /my_patterns/;
+ 
+ Note that the default patterns will still be made available - only if
+-you use I<no_defaults>, or mention one of the default sets explicitely,
++you use I<no_defaults>, or mention one of the default sets explicitly,
+ the non mentioned defaults aren't made available.
+ 
+ =head2 List of available patterns
+--- a/lib/Regexp/Common/comment.pm
++++ b/lib/Regexp/Common/comment.pm
+@@ -666,9 +666,9 @@
+ =item INTERCAL
+ 
+ Comments in INTERCAL are single line comments. They start with one of
+-the keywords C<NOT> or C<N'T>, and can optionally be preceeded by the
++the keywords C<NOT> or C<N'T>, and can optionally be preceded by the
+ keywords C<DO> and C<PLEASE>. If both keywords are used, C<PLEASE>
+-preceeds C<DO>. Keywords are separated by whitespace.
++precedes C<DO>. Keywords are separated by whitespace.
+ 
+ =item J
+ 
+@@ -722,9 +722,9 @@
+ 
+ In C<M> (aka C<MUMPS>), comments start with a semi-colon, and last
+ till the end of a line. The language specification requires the 
+-semi-colon to be preceeded by one or more I<linestart character>s.
++semi-colon to be preceded by one or more I<linestart character>s.
+ Those characters default to a space, but that's configurable. This
+-requirement, of preceeding the comment with linestart characters is
++requirement, of preceding the comment with linestart characters is
+ B<not> tested for. See
+ L<ftp://ftp.intersys.com/pub/openm/ism/ism64docs.zip>,
+ L<http://mtechnology.intersys.com/mproducts/openm/index.html>, and

Added: trunk/libregexp-common-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-perl/debian/patches/series?rev=49944&op=file
==============================================================================
--- trunk/libregexp-common-perl/debian/patches/series (added)
+++ trunk/libregexp-common-perl/debian/patches/series Sat Jan  2 19:07:26 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/libregexp-common-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-perl/debian/rules?rev=49944&op=diff
==============================================================================
--- trunk/libregexp-common-perl/debian/rules (original)
+++ trunk/libregexp-common-perl/debian/rules Sat Jan  2 19:07:26 2010
@@ -1,63 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	# lintian overrides for long lines with URLs.
-	dh_installdirs /usr/share/lintian/overrides/
-	install -m 644 $(CURDIR)/debian/lintian-overrides $(TMP)/usr/share/lintian/overrides/$(PACKAGE)
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs TODO
-	dh_installchangelogs -k README
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh --with quilt $@




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