r20481 - in /trunk/libgetopt-argvfile-perl/debian: changelog control patches/ rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed May 28 15:49:53 UTC 2008


Author: gregoa
Date: Wed May 28 15:49:53 2008
New Revision: 20481

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20481
Log:
Remove patch and quilt stuff; the new release has no hardcoded directory names in the tests anymore; closes: #483345

Removed:
    trunk/libgetopt-argvfile-perl/debian/patches/
Modified:
    trunk/libgetopt-argvfile-perl/debian/changelog
    trunk/libgetopt-argvfile-perl/debian/control
    trunk/libgetopt-argvfile-perl/debian/rules

Modified: trunk/libgetopt-argvfile-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-argvfile-perl/debian/changelog?rev=20481&op=diff
==============================================================================
--- trunk/libgetopt-argvfile-perl/debian/changelog (original)
+++ trunk/libgetopt-argvfile-perl/debian/changelog Wed May 28 15:49:53 2008
@@ -4,11 +4,9 @@
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * Refresh debian/rules, no functional changes.
-  * Split out changes to test script into t_resolvepath.patch; add quilt
-    framework.
   * debian/watch: use dist-based URL.
   
-  * New upstream release.
+  * New upstream release (closes: #483345).
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:37 +0200
 

Modified: trunk/libgetopt-argvfile-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-argvfile-perl/debian/control?rev=20481&op=diff
==============================================================================
--- trunk/libgetopt-argvfile-perl/debian/control (original)
+++ trunk/libgetopt-argvfile-perl/debian/control Wed May 28 15:49:53 2008
@@ -7,7 +7,7 @@
 Homepage: http://search.cpan.org/dist/Getopt-ArgvFile/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgetopt-argvfile-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-argvfile-perl/
-Build-Depends: debhelper (>= 5.0), quilt (>= 0.40)
+Build-Depends: debhelper (>= 5.0)
 Build-Depends-Indep: perl, libtest-harness-perl, libtest-simple-perl
 
 Package: libgetopt-argvfile-perl

Modified: trunk/libgetopt-argvfile-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-argvfile-perl/debian/rules?rev=20481&op=diff
==============================================================================
--- trunk/libgetopt-argvfile-perl/debian/rules (original)
+++ trunk/libgetopt-argvfile-perl/debian/rules Wed May 28 15:49:53 2008
@@ -11,21 +11,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) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(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