r34219 - in /trunk/libdbix-class-timestamp-perl/debian: changelog control patches/ rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 27 16:15:29 UTC 2009


Author: gregoa
Date: Mon Apr 27 16:15:24 2009
New Revision: 34219

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34219
Log:
Remove whatis.patch (included upstream) and patch framework.

Removed:
    trunk/libdbix-class-timestamp-perl/debian/patches/
Modified:
    trunk/libdbix-class-timestamp-perl/debian/changelog
    trunk/libdbix-class-timestamp-perl/debian/control
    trunk/libdbix-class-timestamp-perl/debian/rules

Modified: trunk/libdbix-class-timestamp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/changelog?rev=34219&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/changelog (original)
+++ trunk/libdbix-class-timestamp-perl/debian/changelog Mon Apr 27 16:15:24 2009
@@ -1,6 +1,7 @@
 libdbix-class-timestamp-perl (0.08-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Remove whatis.patch (included upstream) and patch framework.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 27 Apr 2009 18:12:49 +0200
 

Modified: trunk/libdbix-class-timestamp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/control?rev=34219&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/control (original)
+++ trunk/libdbix-class-timestamp-perl/debian/control Mon Apr 27 16:15:24 2009
@@ -1,7 +1,7 @@
 Source: libdbix-class-timestamp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.2), quilt
+Build-Depends: debhelper (>= 7.2)
 Build-Depends-Indep: libclass-accessor-grouped-perl,
   libdatetime-format-mysql-perl, libdatetime-perl, libdbix-class-perl,
   perl (>= 5.6.0-12), libdbix-class-dynamicdefault-perl, libtime-warp-perl,

Modified: trunk/libdbix-class-timestamp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/rules?rev=34219&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/rules (original)
+++ trunk/libdbix-class-timestamp-perl/debian/rules Mon Apr 27 16:15:24 2009
@@ -1,16 +1,14 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	TEST_POD=1 dh build
 	touch $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --skipdeps
 
-clean: unpatch
+clean:
 	dh $@
 
 install: install-stamp




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