r35251 - in /trunk/libwww-mechanize-treebuilder-perl/debian: control copyright rules

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Tue May 12 14:22:18 UTC 2009


Author: mogaal-guest
Date: Tue May 12 14:22:05 2009
New Revision: 35251

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35251
Log:
Add quilt support, make a patch for "manpage-has-bad-whatis-entry", add inc/* entry in debian/copyright



Modified:
    trunk/libwww-mechanize-treebuilder-perl/debian/control
    trunk/libwww-mechanize-treebuilder-perl/debian/copyright
    trunk/libwww-mechanize-treebuilder-perl/debian/rules

Modified: trunk/libwww-mechanize-treebuilder-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/debian/control?rev=35251&op=diff
==============================================================================
--- trunk/libwww-mechanize-treebuilder-perl/debian/control (original)
+++ trunk/libwww-mechanize-treebuilder-perl/debian/control Tue May 12 14:22:05 2009
@@ -1,7 +1,7 @@
 Source: libwww-mechanize-treebuilder-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: libhtml-tree-perl, libmoose-perl (>= 0.65),
   libtest-www-mechanize-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libwww-mechanize-treebuilder-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/debian/copyright?rev=35251&op=diff
==============================================================================
--- trunk/libwww-mechanize-treebuilder-perl/debian/copyright (original)
+++ trunk/libwww-mechanize-treebuilder-perl/debian/copyright Tue May 12 14:22:05 2009
@@ -6,6 +6,11 @@
 
 Files: *
 Copyright: Ash Berlin <ash at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: inc/*
+Copyright: 2002 - 2009, Brian Ingerson, Audrey Tang and Adam Kennedy.
 License-Alias: Perl
 License: Artistic | GPL-1+
 

Modified: trunk/libwww-mechanize-treebuilder-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/debian/rules?rev=35251&op=diff
==============================================================================
--- trunk/libwww-mechanize-treebuilder-perl/debian/rules (original)
+++ trunk/libwww-mechanize-treebuilder-perl/debian/rules Tue May 12 14:22:05 2009
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(PATCH_TARGET)
 	dh build
 	touch $@
 
-clean:
+clean: $(UNPATCH_TARGET)
 	dh $@
 
 install: install-stamp
@@ -13,7 +15,8 @@
 	dh install
 	touch $@
 
-binary-arch:
+binary-arch: install
+	dh $@
 
 binary-indep: install
 	dh $@




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