r64889 - in /trunk/libmojolicious-perl/debian: changelog control patches/spelling.patch rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Nov 14 14:07:52 UTC 2010


Author: gregoa
Date: Sun Nov 14 14:07:35 2010
New Revision: 64889

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64889
Log:
* Refresh patch spelling.patch.
* Don't install the new README.3pm manpage fragment.

Modified:
    trunk/libmojolicious-perl/debian/changelog
    trunk/libmojolicious-perl/debian/control
    trunk/libmojolicious-perl/debian/patches/spelling.patch
    trunk/libmojolicious-perl/debian/rules

Modified: trunk/libmojolicious-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmojolicious-perl/debian/changelog?rev=64889&op=diff
==============================================================================
--- trunk/libmojolicious-perl/debian/changelog (original)
+++ trunk/libmojolicious-perl/debian/changelog Sun Nov 14 14:07:35 2010
@@ -1,6 +1,8 @@
 libmojolicious-perl (0.999938-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Refresh patch spelling.patch.
+  * Don't install the new README.3pm manpage fragment.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 14 Nov 2010 14:52:26 +0100
 

Modified: trunk/libmojolicious-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmojolicious-perl/debian/control?rev=64889&op=diff
==============================================================================
--- trunk/libmojolicious-perl/debian/control (original)
+++ trunk/libmojolicious-perl/debian/control Sun Nov 14 14:07:35 2010
@@ -1,7 +1,7 @@
 Source: libmojolicious-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl,
  libio-socket-ssl-perl (>= 1.33)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libmojolicious-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmojolicious-perl/debian/patches/spelling.patch?rev=64889&op=diff
==============================================================================
--- trunk/libmojolicious-perl/debian/patches/spelling.patch (original)
+++ trunk/libmojolicious-perl/debian/patches/spelling.patch Sun Nov 14 14:07:35 2010
@@ -6,7 +6,7 @@
 
 --- a/lib/Mojo/Client.pm
 +++ b/lib/Mojo/Client.pm
-@@ -1607,7 +1607,7 @@
+@@ -1658,7 +1658,7 @@
  
      my $port = $client->test_server;
  

Modified: trunk/libmojolicious-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmojolicious-perl/debian/rules?rev=64889&op=diff
==============================================================================
--- trunk/libmojolicious-perl/debian/rules (original)
+++ trunk/libmojolicious-perl/debian/rules Sun Nov 14 14:07:35 2010
@@ -1,7 +1,14 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
 
 override_dh_auto_test:
 	TEST_POD=1 dh_auto_test
+
+override_dh_auto_install:
+	dh_auto_install
+	$(RM) -v $(TMP)/usr/share/man/man3/README.3pm




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