r24473 - in /trunk/libcgi-ajax-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Aug 22 16:27:37 UTC 2008


Author: gregoa
Date: Fri Aug 22 16:27:35 2008
New Revision: 24473

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24473
Log:
Remove quilt fragments from debian/rules.

Modified:
    trunk/libcgi-ajax-perl/debian/changelog
    trunk/libcgi-ajax-perl/debian/rules

Modified: trunk/libcgi-ajax-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-ajax-perl/debian/changelog?rev=24473&op=diff
==============================================================================
--- trunk/libcgi-ajax-perl/debian/changelog (original)
+++ trunk/libcgi-ajax-perl/debian/changelog Fri Aug 22 16:27:35 2008
@@ -1,10 +1,14 @@
 libcgi-ajax-perl (0.703-1) unstable; urgency=low
 
+  [ Ernesto Hernández-Novich (USB) ]
   * New upstream release.
   * Removed debian/patches, debian/README.source and the quilt
     Build-Depends since it's not needed anymore as the patch saw
     its way into upstream.
   * Updated Standards-Version.
+
+  [ gregor herrmann ]
+  * Remove quilt fragments from debian/rules.
 
  -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 21 Aug 2008 23:58:51 -0430
 

Modified: trunk/libcgi-ajax-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-ajax-perl/debian/rules?rev=24473&op=diff
==============================================================================
--- trunk/libcgi-ajax-perl/debian/rules (original)
+++ trunk/libcgi-ajax-perl/debian/rules Fri Aug 22 16:27:35 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