r31137 - in /trunk/podlators-perl/debian: README.source changelog control patches/pod2man-synopsis patches/series patches/spelling rules
ntyni at users.alioth.debian.org
ntyni at users.alioth.debian.org
Fri Feb 27 19:11:24 UTC 2009
Author: ntyni
Date: Fri Feb 27 19:11:21 2009
New Revision: 31137
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31137
Log:
All debian/patches are now included upstream; remove the quilt framework.
Removed:
trunk/podlators-perl/debian/README.source
trunk/podlators-perl/debian/patches/pod2man-synopsis
trunk/podlators-perl/debian/patches/series
trunk/podlators-perl/debian/patches/spelling
Modified:
trunk/podlators-perl/debian/changelog
trunk/podlators-perl/debian/control
trunk/podlators-perl/debian/rules
Modified: trunk/podlators-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/podlators-perl/debian/changelog?rev=31137&op=diff
==============================================================================
--- trunk/podlators-perl/debian/changelog (original)
+++ trunk/podlators-perl/debian/changelog Fri Feb 27 19:11:21 2009
@@ -10,6 +10,7 @@
* Change the Homepage pointer from CPAN to the author's personal site.
* Recommend libpod-simple-perl (>= 3.07) as per upstream README.
* Explicitly enable the maintainer spelling tests.
+ * All debian/patches are now included upstream; remove the quilt framework.
-- gregor herrmann <gregoa at debian.org> Sun, 16 Nov 2008 20:49:40 +0100
Modified: trunk/podlators-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/podlators-perl/debian/control?rev=31137&op=diff
==============================================================================
--- trunk/podlators-perl/debian/control (original)
+++ trunk/podlators-perl/debian/control Fri Feb 27 19:11:21 2009
@@ -1,7 +1,7 @@
Source: podlators-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5), quilt (>= 0.40-1~)
+Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.10-12),
libtest-pod-perl, libpod-spell-perl, ispell,
perl-modules (>= 5.10.0) | libpod-simple-perl (>= 3.04)
Modified: trunk/podlators-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/podlators-perl/debian/rules?rev=31137&op=diff
==============================================================================
--- trunk/podlators-perl/debian/rules (original)
+++ trunk/podlators-perl/debian/rules Fri Feb 27 19:11:21 2009
@@ -15,8 +15,6 @@
PACKAGE = $(shell dh_listpackages)
TMP = $(CURDIR)/debian/$(PACKAGE)
-include /usr/share/quilt/quilt.make
-
build: build-stamp
build-stamp: $(QUILT_STAMPFN)
dh_testdir
@@ -25,7 +23,7 @@
RRA_MAINTAINER_TESTS=1 $(MAKE) test
touch $@
-clean: unpatch
+clean:
dh_testdir
dh_testroot
dh_clean build-stamp install-stamp
More information about the Pkg-perl-cvs-commits
mailing list