r23607 - in /trunk/libmoosex-getopt-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jul 26 16:28:04 UTC 2008


Author: gregoa
Date: Sat Jul 26 16:28:02 2008
New Revision: 23607

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23607
Log:
debian/rules: patches were not applied, add necessary quilt fragments.

Modified:
    trunk/libmoosex-getopt-perl/debian/changelog
    trunk/libmoosex-getopt-perl/debian/rules

Modified: trunk/libmoosex-getopt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/debian/changelog?rev=23607&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/changelog (original)
+++ trunk/libmoosex-getopt-perl/debian/changelog Sat Jul 26 16:28:02 2008
@@ -3,6 +3,7 @@
   * New upstream release.
   * Remove do-not-erase-META-nor-Makefile.PL.patch, there is no Build.PL to be
     patched any more; refresh pod-meta-add.patch.
+  * debian/rules: patches were not applied, add necessary quilt fragments.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 26 Jul 2008 18:21:22 +0200
 

Modified: trunk/libmoosex-getopt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/debian/rules?rev=23607&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/rules (original)
+++ trunk/libmoosex-getopt-perl/debian/rules Sat Jul 26 16:28:02 2008
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh clean
 
 install: build install-stamp




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