r18385 - in /trunk/libtest-class-perl/debian: changelog control patches/ rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Apr 7 16:58:55 UTC 2008


Author: gregoa-guest
Date: Mon Apr  7 16:58:54 2008
New Revision: 18385

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18385
Log:
Remove patch pod.diff (included upstreams) and quilt framework.

Removed:
    trunk/libtest-class-perl/debian/patches/
Modified:
    trunk/libtest-class-perl/debian/changelog
    trunk/libtest-class-perl/debian/control
    trunk/libtest-class-perl/debian/rules

Modified: trunk/libtest-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/changelog?rev=18385&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/changelog (original)
+++ trunk/libtest-class-perl/debian/changelog Mon Apr  7 16:58:54 2008
@@ -1,8 +1,9 @@
 libtest-class-perl (0.30-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Remove patch pod.diff (included upstreams) and quilt framework.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 07 Apr 2008 18:53:33 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 07 Apr 2008 18:57:40 +0200
 
 libtest-class-perl (0.28-1) unstable; urgency=low
 

Modified: trunk/libtest-class-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/control?rev=18385&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/control (original)
+++ trunk/libtest-class-perl/debian/control Mon Apr  7 16:58:54 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Gunnar Wolf <gwolf at debian.org>,
  Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>> 6.0), libmodule-build-perl, quilt
+Build-Depends: debhelper (>> 6.0), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.6.1), libtest-exception-perl (>= 0.25), 
  libdevel-symdump-perl, libcontextual-return-perl
 Standards-Version: 3.7.3

Modified: trunk/libtest-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/rules?rev=18385&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/rules (original)
+++ trunk/libtest-class-perl/debian/rules Mon Apr  7 16:58:54 2008
@@ -4,8 +4,6 @@
 
 # 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 +18,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	# Add here commands to compile the package.
 	$(PERL) Build.PL installdirs=vendor
@@ -28,7 +26,7 @@
 	$(PERL) Build test
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 
@@ -42,7 +40,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	
+
 	$(PERL) Build install destdir=$(TMP) create_packlist=0
 
 	touch $@




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