r23706 - in /trunk/libtree-redblack-perl/debian: changelog control rules
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Thu Jul 31 06:45:34 UTC 2008
Author: dmn
Date: Thu Jul 31 06:45:31 2008
New Revision: 23706
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23706
Log:
+ add quilt to the build process
+ Standards-Version: 3.8.0
Modified:
trunk/libtree-redblack-perl/debian/changelog
trunk/libtree-redblack-perl/debian/control
trunk/libtree-redblack-perl/debian/rules
Modified: trunk/libtree-redblack-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-redblack-perl/debian/changelog?rev=23706&op=diff
==============================================================================
--- trunk/libtree-redblack-perl/debian/changelog (original)
+++ trunk/libtree-redblack-perl/debian/changelog Thu Jul 31 06:45:31 2008
@@ -2,7 +2,9 @@
* add fix_broken_insert_with_custom_compare.patch; Closes: #493064
Thanks to Craig Soules for reporting and Andre Lucas for the patch.
+ + add quilt to the build process
* add README.source documenting quilt usage
+ + Standards-Version: 3.8.0
-- Damyan Ivanov <dmn at debian.org> Thu, 31 Jul 2008 09:36:51 +0300
Modified: trunk/libtree-redblack-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-redblack-perl/debian/control?rev=23706&op=diff
==============================================================================
--- trunk/libtree-redblack-perl/debian/control (original)
+++ trunk/libtree-redblack-perl/debian/control Thu Jul 31 06:45:31 2008
@@ -1,11 +1,11 @@
Source: libtree-redblack-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), quilt (>= 0.40)
Build-Depends-Indep: perl (>= 5.6.0-20)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Tree-RedBlack/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtree-redblack-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-redblack-perl/
Modified: trunk/libtree-redblack-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-redblack-perl/debian/rules?rev=23706&op=diff
==============================================================================
--- trunk/libtree-redblack-perl/debian/rules (original)
+++ trunk/libtree-redblack-perl/debian/rules Thu Jul 31 06:45:31 2008
@@ -6,6 +6,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+
+include /usr/share/quilt/quilt.make
# If set to a true value then MakeMaker's prompt function will
# always return the default without waiting for user input.
@@ -20,7 +22,7 @@
TMP =$(CURDIR)/debian/$(PACKAGE)
build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
dh_testdir
$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -28,7 +30,7 @@
touch $@
-clean:
+clean: unpatch
dh_testdir
dh_testroot
More information about the Pkg-perl-cvs-commits
mailing list