r32790 - in /trunk/libclass-meta-perl/debian: changelog control patches/ rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 8 17:41:53 UTC 2009


Author: gregoa
Date: Wed Apr  8 17:41:48 2009
New Revision: 32790

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32790
Log:
Remove patch pod-link.patch (incorporated upstream); remove quilt
framework.

Removed:
    trunk/libclass-meta-perl/debian/patches/
Modified:
    trunk/libclass-meta-perl/debian/changelog
    trunk/libclass-meta-perl/debian/control
    trunk/libclass-meta-perl/debian/rules

Modified: trunk/libclass-meta-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-meta-perl/debian/changelog?rev=32790&op=diff
==============================================================================
--- trunk/libclass-meta-perl/debian/changelog (original)
+++ trunk/libclass-meta-perl/debian/changelog Wed Apr  8 17:41:48 2009
@@ -6,6 +6,8 @@
     (source stanza).
 
   * New upstream release.
+  * Remove patch pod-link.patch (incorporated upstream); remove quilt
+    framework.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:33:28 -0300
 

Modified: trunk/libclass-meta-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-meta-perl/debian/control?rev=32790&op=diff
==============================================================================
--- trunk/libclass-meta-perl/debian/control (original)
+++ trunk/libclass-meta-perl/debian/control Wed Apr  8 17:41:48 2009
@@ -1,7 +1,7 @@
 Source: libclass-meta-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl, quilt (>= 0.40)
+Build-Depends: debhelper (>= 5), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.8.0-7), libdata-types-perl,
  libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libclass-meta-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-meta-perl/debian/rules?rev=32790&op=diff
==============================================================================
--- trunk/libclass-meta-perl/debian/rules (original)
+++ trunk/libclass-meta-perl/debian/rules Wed Apr  8 17:41:48 2009
@@ -14,21 +14,19 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
-include /usr/share/quilt/quilt.make
-
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
 	$(PERL) Build 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