tags 493356 patch fixed
thanks

NMU uploaded; attached is the final diff from the upload.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
[EMAIL PROTECTED]                                     [EMAIL PROTECTED]
reverted:
--- libgda3-3.0.2/debian/libgda3-freetds.install
+++ libgda3-3.0.2.orig/debian/libgda3-freetds.install
@@ -1,2 +0,0 @@
-usr/lib/libgda*/providers/libgda-freetds.so
-usr/lib/pkgconfig/libgda-freetds-3.0.pc
diff -u libgda3-3.0.2/debian/rules libgda3-3.0.2/debian/rules
--- libgda3-3.0.2/debian/rules
+++ libgda3-3.0.2/debian/rules
@@ -19,7 +19,7 @@
 
 SONAME := 3
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-DEB_CONFIGURE_EXTRA_FLAGS += --with-postgres=$(shell pg_config --includedir) --without-bdb --without-mSQL --without-ibmdb2 --without-sybase --without-oracle --without-firebird --without-xbase --without-mdb --without-ldap
+DEB_CONFIGURE_EXTRA_FLAGS += --with-postgres=$(shell pg_config --includedir) --without-bdb --without-mSQL --without-ibmdb2 --without-sybase --without-tds --without-oracle --without-firebird --without-xbase --without-mdb --without-ldap
 DEB_DH_STRIP_ARGS += --dbg-package=libgda3-$(SONAME)
 DEB_DH_MAKESHLIBS_ARGS_ALL += -X /usr/lib/libgda-3.0/providers
 
@@ -36,8 +36,7 @@
 
 common-binary-post-install-arch::
 	for i in libgda3-common libgda3-bin libgda3-dev libgda3-$(SONAME)-dbg \
-	  libgda3-mysql libgda3-odbc libgda3-postgres libgda3-sqlite \
-	  libgda3-freetds; \
+	  libgda3-mysql libgda3-odbc libgda3-postgres libgda3-sqlite; \
 	do \
 		rm -rf debian/$$i/usr/share/doc; \
 		dh_link -p$$i usr/share/doc/libgda3-$(SONAME) usr/share/doc/$$i; \
diff -u libgda3-3.0.2/debian/control libgda3-3.0.2/debian/control
--- libgda3-3.0.2/debian/control
+++ libgda3-3.0.2/debian/control
@@ -19,7 +19,6 @@
                libmysqlclient15-dev,
                libpq-dev,
                libsqlite3-dev,
-               freetds-dev (>= 0.61),
                unixodbc-dev,
                libgdbm-dev,
                libreadline5-dev,
@@ -41,8 +40,7 @@
 Suggests: libgda3-mysql,
           libgda3-postgres,
           libgda3-odbc,
-          libgda3-sqlite,
-          libgda3-freetds
+          libgda3-sqlite
 Conflicts: libgda2-1
 Replaces: libgda2-1
 Description: GNOME Data Access library for GNOME2
@@ -220,17 +217,0 @@
-
-Package: libgda3-freetds
-Section: gnome
-Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Description: FreeTDS backend plugin for GNOME Data Access library for GNOME2
- GNOME Data Access is an attempt to provide uniform access to
- different kinds of data sources (databases, information servers,
- mail spools, etc).
- It is a complete architecture that provides all you need to
- access your data.
- .
- This library is made for GNOME2, but it doesn't require GNOME2 libraries.
- .
- This package contains FreeTDS backend plugin. You need to install this
- package, if you want to use libgda3 with FreeTDS.
diff -u libgda3-3.0.2/debian/changelog libgda3-3.0.2/debian/changelog
--- libgda3-3.0.2/debian/changelog
+++ libgda3-3.0.2/debian/changelog
@@ -1,3 +1,15 @@
+libgda3 (3.0.2-4.1) unstable; urgency=high
+
+  * Non-maintainer upload with maintainer's approval.
+  * High-urgency upload for RC bugfix.
+  * Drop libgda3-freetds, which was being built against a private
+    "libtds" that was never meant to be used by external applications,
+    and which is no longer supported upstream.  Should be replaced by
+    libgda3-sybase, but the sybase driver doesn't currently compile.
+    Closes: #493356.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Sat, 02 Aug 2008 09:58:30 +0000
+
 libgda3 (3.0.2-4) unstable; urgency=medium
 
   * debian/configure.in: Move gtk-doc related packages to build-depends-indep
diff -u libgda3-3.0.2/debian/control.in libgda3-3.0.2/debian/control.in
--- libgda3-3.0.2/debian/control.in
+++ libgda3-3.0.2/debian/control.in
@@ -19,7 +19,6 @@
                libmysqlclient15-dev,
                libpq-dev,
                libsqlite3-dev,
-               freetds-dev (>= 0.61),
                unixodbc-dev,
                libgdbm-dev,
                libreadline5-dev,
@@ -41,8 +40,7 @@
 Suggests: libgda3-mysql,
           libgda3-postgres,
           libgda3-odbc,
-          libgda3-sqlite,
-          libgda3-freetds
+          libgda3-sqlite
 Conflicts: libgda2-1
 Replaces: libgda2-1
 Description: GNOME Data Access library for GNOME2
@@ -220,17 +217,0 @@
-
-Package: libgda3-freetds
-Section: gnome
-Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Description: FreeTDS backend plugin for GNOME Data Access library for GNOME2
- GNOME Data Access is an attempt to provide uniform access to
- different kinds of data sources (databases, information servers,
- mail spools, etc).
- It is a complete architecture that provides all you need to
- access your data.
- .
- This library is made for GNOME2, but it doesn't require GNOME2 libraries.
- .
- This package contains FreeTDS backend plugin. You need to install this
- package, if you want to use libgda3 with FreeTDS.

Reply via email to