r16771 - in /packages/unstable/libgda3/debian: changelog control control.in libgda3-freetds.install rules

grm-guest at users.alioth.debian.org grm-guest at users.alioth.debian.org
Fri Aug 15 00:07:35 UTC 2008


Author: grm-guest
Date: Fri Aug 15 00:07:35 2008
New Revision: 16771

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16771
Log:
Import NMU by Steve Langasek; drop libgda3-freetds package which couldn't be built with current freetds.

Removed:
    packages/unstable/libgda3/debian/libgda3-freetds.install
Modified:
    packages/unstable/libgda3/debian/changelog
    packages/unstable/libgda3/debian/control
    packages/unstable/libgda3/debian/control.in
    packages/unstable/libgda3/debian/rules

Modified: packages/unstable/libgda3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda3/debian/changelog?rev=16771&op=diff
==============================================================================
--- packages/unstable/libgda3/debian/changelog (original)
+++ packages/unstable/libgda3/debian/changelog Fri Aug 15 00:07:35 2008
@@ -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 <vorlon at debian.org>  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

Modified: packages/unstable/libgda3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda3/debian/control?rev=16771&op=diff
==============================================================================
--- packages/unstable/libgda3/debian/control (original)
+++ packages/unstable/libgda3/debian/control Fri Aug 15 00:07:35 2008
@@ -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
@@ -217,20 +215,3 @@
  .
  This package contains SQLite backend plugin. You need to install this
  package, if you want to use libgda3 with SQLite.
-
-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.

Modified: packages/unstable/libgda3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda3/debian/control.in?rev=16771&op=diff
==============================================================================
--- packages/unstable/libgda3/debian/control.in (original)
+++ packages/unstable/libgda3/debian/control.in Fri Aug 15 00:07:35 2008
@@ -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
@@ -217,20 +215,3 @@
  .
  This package contains SQLite backend plugin. You need to install this
  package, if you want to use libgda3 with SQLite.
-
-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.

Modified: packages/unstable/libgda3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda3/debian/rules?rev=16771&op=diff
==============================================================================
--- packages/unstable/libgda3/debian/rules (original)
+++ packages/unstable/libgda3/debian/rules Fri Aug 15 00:07:35 2008
@@ -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; \




More information about the pkg-gnome-commits mailing list