[DRE-commits] r5211 - in trunk/libodbc-ruby/debian: . patches

Deepak Tripathi deepak-guest at alioth.debian.org
Tue May 4 09:57:04 UTC 2010


Author: deepak-guest
Date: 2010-05-04 09:57:03 +0000 (Tue, 04 May 2010)
New Revision: 5211

Removed:
   trunk/libodbc-ruby/debian/patches/00list
   trunk/libodbc-ruby/debian/patches/20090325_extconf_dlopen.dpatch
Modified:
   trunk/libodbc-ruby/debian/changelog
Log:
Updated changelog

Modified: trunk/libodbc-ruby/debian/changelog
===================================================================
--- trunk/libodbc-ruby/debian/changelog	2010-05-04 09:56:45 UTC (rev 5210)
+++ trunk/libodbc-ruby/debian/changelog	2010-05-04 09:57:03 UTC (rev 5211)
@@ -1,9 +1,21 @@
 libodbc-ruby (0.99991-1) UNRELEASED; urgency=low
 
   * New upstream release
-  * Added debian/source
-  * Added myself to uploaders
+  * Switch to dpkg-source 3.0 (quilt) format
+    + Added debian/source
   * Bumped Standard Version to 3.8.4
+  * Updated debian/patches
+    + Added quilt patch, removed dpatch
+      because upstream has new directory structure
+  * Updated .example. no test.rb is available with new release
+  * Updated debian/control
+    + Added BD for ruby1.9.1
+    + Removed dpatch from BD
+    + Added myself to Uploaders
+  * Updated debian/rules
+    + Port to ruby1.9.1
+    + Changed the directory structure for make
+    + Removed dpatch.mk
   
   [ Lucas Nussbaum ]
   * Fixed Vcs-* fields after pkg-ruby-extras SVN layout change.

Deleted: trunk/libodbc-ruby/debian/patches/00list
===================================================================
--- trunk/libodbc-ruby/debian/patches/00list	2010-05-04 09:56:45 UTC (rev 5210)
+++ trunk/libodbc-ruby/debian/patches/00list	2010-05-04 09:57:03 UTC (rev 5211)
@@ -1 +0,0 @@
-20090325_extconf_dlopen

Deleted: trunk/libodbc-ruby/debian/patches/20090325_extconf_dlopen.dpatch
===================================================================
--- trunk/libodbc-ruby/debian/patches/20090325_extconf_dlopen.dpatch	2010-05-04 09:56:45 UTC (rev 5210)
+++ trunk/libodbc-ruby/debian/patches/20090325_extconf_dlopen.dpatch	2010-05-04 09:57:03 UTC (rev 5211)
@@ -1,31 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20090325_extconf_dlopen.dpatch by Daigo Moriwaki <daigo at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Checking dlopen is available
-
- at DPATCH@
-diff -urNad trunk~/extconf.rb trunk/extconf.rb
---- trunk~/extconf.rb	2009-02-03 02:36:15.000000000 +0900
-+++ trunk/extconf.rb	2009-03-24 10:52:45.000000000 +0900
-@@ -93,7 +93,7 @@
-   have_library("odbc32", "")
-   have_library("odbccp32", "")
-   have_library("user32", "")
--elsif (testdlopen && PLATFORM !~ /(macos|darwin)/ && CONFIG["CC"] =~ /gcc/ && have_func("dlopen", "dlfcn.h") && have_library("dl", "dlopen")) then
-+elsif (testdlopen && PLATFORM !~ /(macos|darwin)/ && have_func("dlopen", "dlfcn.h") && have_library("dl", "dlopen")) then
-   $LDFLAGS+=" -Wl,-init -Wl,ruby_odbc_init -Wl,-fini -Wl,ruby_odbc_fini"
-   $CPPFLAGS+=" -DHAVE_SQLCONFIGDATASOURCE"
-   $CPPFLAGS+=" -DHAVE_SQLINSTALLERERROR"
-diff -urNad trunk~/utf8/extconf.rb trunk/utf8/extconf.rb
---- trunk~/utf8/extconf.rb	2006-09-15 14:59:52.000000000 +0900
-+++ trunk/utf8/extconf.rb	2009-03-24 10:52:55.000000000 +0900
-@@ -113,7 +113,7 @@
-   have_library("odbc32", "")
-   have_library("odbccp32", "")
-   have_library("user32", "")
--elsif (testdlopen && PLATFORM !~ /(macos|darwin)/ && CONFIG["CC"] =~ /gcc/ && have_func("dlopen", "dlfcn.h") && have_library("dl", "dlopen")) then
-+elsif (testdlopen && PLATFORM !~ /(macos|darwin)/ && have_func("dlopen", "dlfcn.h") && have_library("dl", "dlopen")) then
-   $LDFLAGS+=" -Wl,-init -Wl,ruby_odbc_init -Wl,-fini -Wl,ruby_odbc_fini"
-   $CPPFLAGS+=" -DHAVE_SQLCONFIGDATASOURCE"
-   $CPPFLAGS+=" -DHAVE_SQLINSTALLERERROR"




More information about the Pkg-ruby-extras-commits mailing list