r35807 - in /trunk/libtest-file-perl/debian: changelog control patches/ rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Tue May 19 05:18:42 UTC 2009


Author: ryan52-guest
Date: Tue May 19 05:18:29 2009
New Revision: 35807

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35807
Log:
remove quilt patching, man pages are gone

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

Modified: trunk/libtest-file-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/debian/changelog?rev=35807&op=diff
==============================================================================
--- trunk/libtest-file-perl/debian/changelog (original)
+++ trunk/libtest-file-perl/debian/changelog Tue May 19 05:18:29 2009
@@ -1,8 +1,9 @@
 libtest-file-perl (1.26-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * remove quilt patching, man pages are gone
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 18 May 2009 22:05:00 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 18 May 2009 22:18:23 -0700
 
 libtest-file-perl (1.25-1) unstable; urgency=low
 

Modified: trunk/libtest-file-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/debian/control?rev=35807&op=diff
==============================================================================
--- trunk/libtest-file-perl/debian/control (original)
+++ trunk/libtest-file-perl/debian/control Tue May 19 05:18:29 2009
@@ -1,7 +1,7 @@
 Source: libtest-file-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-12), libtest-manifest-perl (>= 1.14), libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>, Ryan Niebur <ryanryan52 at gmail.com>

Modified: trunk/libtest-file-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/debian/rules?rev=35807&op=diff
==============================================================================
--- trunk/libtest-file-perl/debian/rules (original)
+++ trunk/libtest-file-perl/debian/rules Tue May 19 05:18:29 2009
@@ -1,14 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh build
 	touch $@
 
-clean: unpatch
-	[ ! -f Makefile ] || touch Makefile
+clean:
 	dh $@
 
 install: install-stamp




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