r33799 - in /trunk/libdbix-class-timestamp-perl/debian: control rules

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Thu Apr 23 20:21:41 UTC 2009


Author: bricas-guest
Date: Thu Apr 23 20:21:32 2009
New Revision: 33799

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33799
Log:
simplify rules + updated dh dep. update descriptions

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=33799&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/control (original)
+++ trunk/libdbix-class-timestamp-perl/debian/control Thu Apr 23 20:21:32 2009
@@ -1,7 +1,7 @@
 Source: libdbix-class-timestamp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+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,
@@ -17,6 +17,6 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-perl,
   libdbix-class-perl, libdbix-class-dynamicdefault-perl
-Description: automatically set update and create date and time based fields
- Works in conjunction with InflateColumn::DateTime to automatically set update
- and create date and time based fields in a table.
+Description: DBIx::Class extension to update and create date and time based fields
+ DBIx::Class::TimeStamp works in conjunction with InflateColumn::DateTime to
+ automatically set update and create date and time based fields in a table.

Modified: trunk/libdbix-class-timestamp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/rules?rev=33799&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/rules (original)
+++ trunk/libdbix-class-timestamp-perl/debian/rules Thu Apr 23 20:21:32 2009
@@ -1,13 +1,12 @@
 #!/usr/bin/make -f
-
-PERL ?= /usr/bin/perl
 
 build: build-stamp
 build-stamp:
-	dh build --before dh_auto_configure
-	$(PERL) Makefile.PL INSTALLDIRS=vendor --skipdeps
-	dh build --after dh_auto_configure
+	dh build
 	touch $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- --skipdeps
 
 clean:
 	dh $@




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