r70976 - in /trunk/libdbd-odbc-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Mar 9 17:29:33 UTC 2011


Author: gregoa
Date: Wed Mar  9 17:29:15 2011
New Revision: 70976

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70976
Log:
debian/rules: run Makefile.PL with "-x" to indicate we build against
unixODBC and not iODBC, and pass "-o /usr" to avoid some more guessing.

Modified:
    trunk/libdbd-odbc-perl/debian/changelog
    trunk/libdbd-odbc-perl/debian/rules

Modified: trunk/libdbd-odbc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-odbc-perl/debian/changelog?rev=70976&op=diff
==============================================================================
--- trunk/libdbd-odbc-perl/debian/changelog (original)
+++ trunk/libdbd-odbc-perl/debian/changelog Wed Mar  9 17:29:15 2011
@@ -8,6 +8,8 @@
   * Update years of copyright.
   * Refresh spelling.patch (offset).
   * Add note about changes in error reporting to debian/NEWS.
+  * debian/rules: run Makefile.PL with "-x" to indicate we build against
+    unixODBC and not iODBC, and pass "-o /usr" to avoid some more guessing.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Tue, 08 Mar 2011 22:12:27 -0500
 

Modified: trunk/libdbd-odbc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-odbc-perl/debian/rules?rev=70976&op=diff
==============================================================================
--- trunk/libdbd-odbc-perl/debian/rules (original)
+++ trunk/libdbd-odbc-perl/debian/rules Wed Mar  9 17:29:15 2011
@@ -25,6 +25,9 @@
 		$(MAKE) test TEST_VERBOSE=1
 	-dropdb $(DBNAME)
 
+override_dh_auto_configure:
+	dh_auto_configure -- -x -o /usr
+
 override_dh_auto_test:
 	# To run tests, use 'debian/rules test'
 




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