r18553 - in /trunk/libwww-perl/debian: changelog control patches/ rules

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Sun Apr 13 00:17:27 UTC 2008


Author: roberto
Date: Sun Apr 13 00:17:26 2008
New Revision: 18553

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18553
Log:
* documentation_fixes.patch: Removed, included upstream
* Removed quilt framework

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

Modified: trunk/libwww-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/changelog?rev=18553&op=diff
==============================================================================
--- trunk/libwww-perl/debian/changelog (original)
+++ trunk/libwww-perl/debian/changelog Sun Apr 13 00:17:26 2008
@@ -2,6 +2,8 @@
 
   * New upstream release.
   * lwp-request_use_base_when_dumping_links.patch: Removed, included upstream
+  * documentation_fixes.patch: Removed, included upstream
+  * Removed quilt framework
 
  -- Roberto C. Sanchez <roberto at debian.org>  Sat, 12 Apr 2008 19:56:29 -0400
 

Modified: trunk/libwww-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/control?rev=18553&op=diff
==============================================================================
--- trunk/libwww-perl/debian/control (original)
+++ trunk/libwww-perl/debian/control Sun Apr 13 00:17:26 2008
@@ -7,7 +7,7 @@
 Homepage: http://search.cpan.org/dist/libwww-perl/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/
-Build-Depends: debhelper (>= 5), quilt
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: netbase, perl (>= 5.6.1-7),
  libnet-perl (>= 1:1.09) | perl (>= 5.8.1), libdigest-md5-perl,
  libmime-base64-perl (>= 2.1) | perl (>= 5.8), liburi-perl (>= 1.10),

Modified: trunk/libwww-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/rules?rev=18553&op=diff
==============================================================================
--- trunk/libwww-perl/debian/rules (original)
+++ trunk/libwww-perl/debian/rules Sun Apr 13 00:17:26 2008
@@ -12,8 +12,6 @@
 
 # Make sure perl is defined (allow overriding from the command line
 PERL ?= /usr/bin/perl
-
-include /usr/share/quilt/quilt.make
 
 TMP = $(CURDIR)/debian/$(PACKAGE)
 
@@ -36,7 +34,7 @@
 	dh_builddeb
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor \
 		INSTALLVENDORARCH=/usr/share/perl5/ \
@@ -48,7 +46,7 @@
 	$(MAKE) test
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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