r45157 - in /trunk/sqlfairy: debian/changelog debian/control debian/patches/ debian/patches/patch debian/rules lib/SQL/Translator/Schema.pm

ryan at users.alioth.debian.org ryan at users.alioth.debian.org
Thu Oct 1 14:11:49 UTC 2009


Author: ryan
Date: Thu Oct  1 14:11:39 2009
New Revision: 45157

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45157
Log:
move the direct change to a quilt patch

Added:
    trunk/sqlfairy/debian/patches/
    trunk/sqlfairy/debian/patches/patch
Modified:
    trunk/sqlfairy/debian/changelog
    trunk/sqlfairy/debian/control
    trunk/sqlfairy/debian/rules
    trunk/sqlfairy/lib/SQL/Translator/Schema.pm

Modified: trunk/sqlfairy/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/sqlfairy/debian/changelog?rev=45157&op=diff
==============================================================================
--- trunk/sqlfairy/debian/changelog (original)
+++ trunk/sqlfairy/debian/changelog Thu Oct  1 14:11:39 2009
@@ -7,8 +7,9 @@
     <eric at debian.org>); Eric Dorland <eric at debian.org> moved to
     Uploaders.
   * debian/watch: use dist-based URL.
+  * move the direct change to a quilt patch
 
- -- Ryan Niebur <ryan at debian.org>  Thu, 01 Oct 2009 07:08:19 -0700
+ -- Ryan Niebur <ryan at debian.org>  Thu, 01 Oct 2009 07:11:32 -0700
 
 sqlfairy (0.11002-1) unstable; urgency=low
 

Modified: trunk/sqlfairy/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/sqlfairy/debian/control?rev=45157&op=diff
==============================================================================
--- trunk/sqlfairy/debian/control (original)
+++ trunk/sqlfairy/debian/control Thu Oct  1 14:11:39 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Eric Dorland <eric at debian.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libcarp-clan-perl, libclass-accessor-perl,
  libclass-base-perl, libclass-data-inheritable-perl (>= 0.02),
  libclass-makemethods-perl, liblog-log4perl-perl, libdbi-perl,

Added: trunk/sqlfairy/debian/patches/patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/sqlfairy/debian/patches/patch?rev=45157&op=file
==============================================================================
--- trunk/sqlfairy/debian/patches/patch (added)
+++ trunk/sqlfairy/debian/patches/patch Thu Oct  1 14:11:39 2009
@@ -1,0 +1,10 @@
+--- sqlfairy-0.11002.orig/lib/SQL/Translator/Schema.pm
++++ sqlfairy-0.11002/lib/SQL/Translator/Schema.pm
+@@ -45,6 +45,7 @@
+ =cut
+ 
+ use strict;
++use Graph::Directed;
+ use SQL::Translator::Schema::Constants;
+ use SQL::Translator::Schema::Procedure;
+ use SQL::Translator::Schema::Table;

Modified: trunk/sqlfairy/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/sqlfairy/debian/rules?rev=45157&op=diff
==============================================================================
--- trunk/sqlfairy/debian/rules (original)
+++ trunk/sqlfairy/debian/rules Thu Oct  1 14:11:39 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@

Modified: trunk/sqlfairy/lib/SQL/Translator/Schema.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/sqlfairy/lib/SQL/Translator/Schema.pm?rev=45157&op=diff
==============================================================================
--- trunk/sqlfairy/lib/SQL/Translator/Schema.pm (original)
+++ trunk/sqlfairy/lib/SQL/Translator/Schema.pm Thu Oct  1 14:11:39 2009
@@ -45,7 +45,6 @@
 =cut
 
 use strict;
-use Graph::Directed;
 use SQL::Translator::Schema::Constants;
 use SQL::Translator::Schema::Procedure;
 use SQL::Translator::Schema::Table;




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