[Pkg-tcltk-commits] r373 - tclodbc/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Wed Nov 14 11:45:42 UTC 2007


Author: frankie
Date: 2007-11-14 11:45:42 +0000 (Wed, 14 Nov 2007)
New Revision: 373

Modified:
   tclodbc/trunk/debian/changelog
   tclodbc/trunk/debian/control
   tclodbc/trunk/debian/rules
Log:
Moved to Tcl/Tk policy.


Modified: tclodbc/trunk/debian/changelog
===================================================================
--- tclodbc/trunk/debian/changelog	2007-11-14 06:24:40 UTC (rev 372)
+++ tclodbc/trunk/debian/changelog	2007-11-14 11:45:42 UTC (rev 373)
@@ -1,8 +1,10 @@
 tclodbc (2.5-3) UNRELEASED; urgency=low
 
   * Added Homepage field to debian/control
+  * Moved to Tcl/Tk policy. It builds against default Tcl/Tk, because
+    it is known to work with any 8.0+ version.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 13 Oct 2007 19:38:51 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 14 Nov 2007 12:39:55 +0100
 
 tclodbc (2.5-2) unstable; urgency=low
 

Modified: tclodbc/trunk/debian/control
===================================================================
--- tclodbc/trunk/debian/control	2007-11-14 06:24:40 UTC (rev 372)
+++ tclodbc/trunk/debian/control	2007-11-14 11:45:42 UTC (rev 373)
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Daniel Rus Morales <danirus at tol-project.org>
-Build-Depends: debhelper (>= 5), dpatch, automake, autoconf, autotools-dev, tcl8.4-dev, unixodbc-dev | libiodbc2-dev
+Build-Depends: debhelper (>= 5), dpatch, automake, autoconf, autotools-dev, tcl-dev (>= 8.0), unixodbc-dev | libiodbc2-dev
 Standards-Version: 3.7.2
 Homepage: https://sourceforge.net/projects/tclodbc/
 
 Package: tclodbc
 Architecture: any
 Section: libs
-Depends: tcl8.4, unixodbc | libiodbc2, ${shlibs:Depends}
+Depends: tcl (>= 8.0), unixodbc | libiodbc2, ${shlibs: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

Modified: tclodbc/trunk/debian/rules
===================================================================
--- tclodbc/trunk/debian/rules	2007-11-14 06:24:40 UTC (rev 372)
+++ tclodbc/trunk/debian/rules	2007-11-14 11:45:42 UTC (rev 373)
@@ -25,7 +25,7 @@
 	CC=g++ ./configure 	--host=$(DEB_HOST_GNU_TYPE) \
 				--build=$(DEB_BUILD_GNU_TYPE) \
 				--prefix=/usr \
-				--with-tcl=/usr/lib/tcl8.4 \
+				--with-tcl=/usr/share/tcltk \
 				CFLAGS="$(CFLAGS)"
 	mv -f configure.orig configure
 	mv -f aclocal.m4.orig aclocal.m4




More information about the Pkg-tcltk-commits mailing list