r33802 - in /trunk/libdbix-class-timestamp-perl/debian: control patches/ patches/series patches/whatis.patch rules

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Thu Apr 23 22:14:48 UTC 2009


Author: bricas-guest
Date: Thu Apr 23 22:14:43 2009
New Revision: 33802

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33802
Log:
add quilt patch to fix whatis issue.

Added:
    trunk/libdbix-class-timestamp-perl/debian/patches/
    trunk/libdbix-class-timestamp-perl/debian/patches/series
    trunk/libdbix-class-timestamp-perl/debian/patches/whatis.patch
Modified:
    trunk/libdbix-class-timestamp-perl/debian/control
    trunk/libdbix-class-timestamp-perl/debian/rules

Modified: trunk/libdbix-class-timestamp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/control?rev=33802&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/control (original)
+++ trunk/libdbix-class-timestamp-perl/debian/control Thu Apr 23 22:14:43 2009
@@ -1,7 +1,7 @@
 Source: libdbix-class-timestamp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.2)
+Build-Depends: debhelper (>= 7.2), quilt
 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,

Added: trunk/libdbix-class-timestamp-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/patches/series?rev=33802&op=file
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/patches/series (added)
+++ trunk/libdbix-class-timestamp-perl/debian/patches/series Thu Apr 23 22:14:43 2009
@@ -1,0 +1,1 @@
+whatis.patch

Added: trunk/libdbix-class-timestamp-perl/debian/patches/whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/patches/whatis.patch?rev=33802&op=file
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/patches/whatis.patch (added)
+++ trunk/libdbix-class-timestamp-perl/debian/patches/whatis.patch Thu Apr 23 22:14:43 2009
@@ -1,0 +1,13 @@
+Index: libdbix-class-timestamp-perl/lib/DBIx/Class/TimeStamp.pm
+===================================================================
+--- libdbix-class-timestamp-perl.orig/lib/DBIx/Class/TimeStamp.pm	2009-04-23 19:07:53.000000000 -0300
++++ libdbix-class-timestamp-perl/lib/DBIx/Class/TimeStamp.pm	2009-04-23 19:08:58.000000000 -0300
+@@ -13,7 +13,7 @@
+ 
+ =head1 NAME
+ 
+-DBIx::Class::TimeStamp
++DBIx::Class::TimeStamp -  DBIx::Class extension to update and create date and time based fields
+ 
+ =head1 DESCRIPTION
+ 

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




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