r45246 - in /trunk/libdbix-class-perl/debian: changelog control patches/ patches/fix-whatis.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Oct 2 18:10:57 UTC 2009


Author: jawnsy-guest
Date: Fri Oct  2 18:10:48 2009
New Revision: 45246

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45246
Log:
Add a patch to add a whatis entry

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

Modified: trunk/libdbix-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/changelog?rev=45246&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/changelog (original)
+++ trunk/libdbix-class-perl/debian/changelog Fri Oct  2 18:10:48 2009
@@ -8,6 +8,7 @@
       to ping)
   * Updated dependencies
   * Standards-Version 3.8.3 (no changes)
+  * Now run storage stress tests during build, too
  
   [ Ryan Niebur ]
   * Update jawnsy's email address

Modified: trunk/libdbix-class-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/control?rev=45246&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/control (original)
+++ trunk/libdbix-class-perl/debian/control Fri Oct  2 18:10:48 2009
@@ -1,7 +1,7 @@
 Source: libdbix-class-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.2.13)
+Build-Depends: debhelper (>= 7.2.13), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libclass-accessor-grouped-perl (>= 0.09000),
  libdbi-perl (>= 1.605), libdbix-contextualfetch-perl, libdata-page-perl,
  libclass-c3-perl (>= 0.11), libclass-trigger-perl, libmodule-build-perl,

Added: trunk/libdbix-class-perl/debian/patches/fix-whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/patches/fix-whatis.patch?rev=45246&op=file
==============================================================================
--- trunk/libdbix-class-perl/debian/patches/fix-whatis.patch (added)
+++ trunk/libdbix-class-perl/debian/patches/fix-whatis.patch Fri Oct  2 18:10:48 2009
@@ -1,0 +1,17 @@
+Description: add a whatis entry
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: yes
+X-Comment: forwarded via IRC, will probbly be fixed in the
+ next version
+--- a/lib/DBIx/Class/Storage/DBI/AutoCast.pm
++++ b/lib/DBIx/Class/Storage/DBI/AutoCast.pm
+@@ -10,7 +10,7 @@
+ 
+ =head1 NAME
+ 
+-DBIx::Class::Storage::DBI::AutoCast
++DBIx::Class::Storage::DBI::AutoCast - Converter for CAST
+ 
+ =head1 SYNOPSIS
+ 

Added: trunk/libdbix-class-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/patches/series?rev=45246&op=file
==============================================================================
--- trunk/libdbix-class-perl/debian/patches/series (added)
+++ trunk/libdbix-class-perl/debian/patches/series Fri Oct  2 18:10:48 2009
@@ -1,0 +1,1 @@
+fix-whatis.patch

Modified: trunk/libdbix-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/rules?rev=45246&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/rules (original)
+++ trunk/libdbix-class-perl/debian/rules Fri Oct  2 18:10:48 2009
@@ -1,10 +1,14 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_auto_test:
-	AUTOMATED_TESTING=1 DBICTEST_FORK_STRESS=1 DBICTEST_THREAD_STRESS=1 dh_auto_test
+	AUTOMATED_TESTING=1       \
+	DBICTEST_FORK_STRESS=1    \
+	DBICTEST_THREAD_STRESS=1  \
+	DBICTEST_STORAGE_STRESS=1 \
+	dh_auto_test
 
 override_dh_clean:
 	[ ! -d t/var ] || rm -rf t/var/




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