tags 639990 + patch tags 639990 + pending thanks Dear maintainer,
I've prepared an NMU for tclodbc (versioned as 2.5.1-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - PGP/GPG key ID: 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Rolling Stones: She's A Rainbow (45 version)/She's a Rainbow - 2
diff -u tclodbc-2.5.1/debian/control tclodbc-2.5.1/debian/control --- tclodbc-2.5.1/debian/control +++ tclodbc-2.5.1/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-de...@lists.alioth.debian.org> Uploaders: Daniel Rus Morales <dani...@tol-project.org>, Francesco Paolo Lovergine <fran...@debian.org> -Build-Depends: debhelper (>= 7), dpatch, automake, autoconf, autotools-dev, tcl-dev (>= 8.0), unixodbc-dev | libiodbc2-dev +Build-Depends: debhelper (>= 7), dpatch, automake, autoconf, autotools-dev, tcl-dev (>= 8.0), unixodbc-dev, dpkg-dev (>= 1.16.0) Standards-Version: 3.8.3 Homepage: https://sourceforge.net/projects/tclodbc/ Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-tcltk/tclodbc/trunk @@ -13,7 +13,7 @@ Package: tclodbc Architecture: any Section: libs -Depends: tcl (>= 8.0), unixodbc | libiodbc2, ${shlibs:Depends} +Depends: tcl (>= 8.0), ${shlibs:Depends}, ${misc:Depends} Description: The ODBC extension to Tcl This package is the ODBC extension to Tcl, originally written by Roy Nurmi, Tom Poindexter and Rob Saboye. Provides access to Databases through ODBC diff -u tclodbc-2.5.1/debian/rules tclodbc-2.5.1/debian/rules --- tclodbc-2.5.1/debian/rules +++ tclodbc-2.5.1/debian/rules @@ -5,6 +5,8 @@ include /usr/share/dpatch/dpatch.make +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + CFLAGS = -Wall -fPIC -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -19,7 +21,7 @@ mv -f aclocal.m4 aclocal.m4.orig aclocal -I . -I tclconfig autoconf - CC=g++ ./configure --prefix=/usr --with-tcl=/usr/lib --with-tclinclude=/usr/include/tcl CFLAGS="$(CFLAGS)" + CC=g++ ./configure --prefix=/usr --with-tcl=/usr/lib --with-tclinclude=/usr/include/tcl --with-odbclibrary=/usr/lib/$(DEB_HOST_MULTIARCH) CFLAGS="$(CFLAGS)" mv -f configure.orig configure mv -f aclocal.m4.orig aclocal.m4 diff -u tclodbc-2.5.1/debian/changelog tclodbc-2.5.1/debian/changelog --- tclodbc-2.5.1/debian/changelog +++ tclodbc-2.5.1/debian/changelog @@ -1,3 +1,17 @@ +tclodbc (2.5.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: configure: error: Cannot find an ODBC library path": + + debian/rules: point ./configure to odbc multiarch lib directory + + debian/control: build depend on dpkg-dev (>= 1.16.0) + Closes: #639990 + * debian/control: remove alternative (build) dependency on libiodbc2 (not + multiarched, bound for removal); remove manually added unixodbc from + Depends (${shlibs:Depends} is enough); add ${misc:Depends} while we're + there. + + -- gregor herrmann <gre...@debian.org> Fri, 16 Sep 2011 14:51:53 +0200 + tclodbc (2.5.1-1) unstable; urgency=low * New upstream release.
signature.asc
Description: Digital signature