r21685 - in /trunk/libxml-sax-writer-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 23:18:08 UTC 2008


Author: gregoa
Date: Sun Jun 15 23:18:08 2008
New Revision: 21685

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21685
Log:
add '(closes: #479922)' to changelog, the bug was fixed in the last commit

Modified:
    trunk/libxml-sax-writer-perl/debian/changelog
    trunk/libxml-sax-writer-perl/debian/rules

Modified: trunk/libxml-sax-writer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/changelog?rev=21685&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/changelog (original)
+++ trunk/libxml-sax-writer-perl/debian/changelog Sun Jun 15 23:18:08 2008
@@ -9,7 +9,7 @@
     <rafl at debian.org>); Florian Ragwitz <rafl at debian.org> moved to
     Uploaders.
   * debian/watch: use dist-based URL.
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #479922).
   * Switch patch system from dpatch to quilt.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 15 Jun 2008 18:11:20 +0200

Modified: trunk/libxml-sax-writer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/rules?rev=21685&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/rules (original)
+++ trunk/libxml-sax-writer-perl/debian/rules Sun Jun 15 23:18:08 2008
@@ -10,15 +10,16 @@
 
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp: patch
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="-Wall -O2 -g"
 	touch build-stamp
 
-clean: clean1 unpatch
-clean1:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp install-stamp test_file1 test_file2
@@ -53,15 +54,6 @@
 	dh_md5sums
 	dh_builddeb
 
-patch: $(QUILT_STAMPFN)
-$(QUILT_STAMPFN):
-	dpatch apply-all
-	touch $(QUILT_STAMPFN)
-
-unpatch:
-	dpatch deapply-all
-	rm -rf $(QUILT_STAMPFN)
-
 source diff:                                                                  
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 




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