diff -u tclcurl-7.16.2/debian/control tclcurl-7.16.2/debian/control --- tclcurl-7.16.2/debian/control +++ tclcurl-7.16.2/debian/control @@ -2,13 +2,13 @@ Section: interpreters Priority: extra Maintainer: Sven Hoexter -Build-Depends: debhelper (>> 5), tcl8.4-dev, libcurl4-gnutls-dev (>= 7.16.2), quilt, bc +Build-Depends: debhelper (>> 5), tcl-dev, libcurl4-gnutls-dev (>= 7.16.2), quilt, bc Standards-Version: 3.7.2 Package: tclcurl Architecture: any Suggests: libcurl4-gnutls-dev -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${tclsh:Depends} Description: Tcl bindings to libcurl This module enables the use of libcurl in Tcl scripts. Please refer to the libcurl documentation available in the libcurl4-gnutls-dev package. diff -u tclcurl-7.16.2/debian/rules tclcurl-7.16.2/debian/rules --- tclcurl-7.16.2/debian/rules +++ tclcurl-7.16.2/debian/rules @@ -19,8 +19,8 @@ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ - --with-tcl=/usr/lib/tcl8.4 \ - --with-tclinclude=/usr/include/tcl8.4 \ + --with-tcl=/usr/lib \ + --with-tclinclude=/usr/include/tcl \ --enable-threads touch configure-stamp @@ -44,6 +44,8 @@ dh_clean -k dh_installdirs $(MAKE) DESTDIR=`pwd`/debian/tmp install + mkdir -p `pwd`/debian/tmp/usr/lib/tcltk + mv `pwd`/debian/tmp/usr/lib/TclCurl* `pwd`/debian/tmp/usr/lib/tcltk dh_movefiles # Build architecture-independent files here. @@ -63,6 +65,7 @@ dh_compress dh_fixperms dh_installdeb + tcltk-depends dh_shlibdeps dh_gencontrol dh_md5sums diff -u tclcurl-7.16.2/debian/changelog tclcurl-7.16.2/debian/changelog --- tclcurl-7.16.2/debian/changelog +++ tclcurl-7.16.2/debian/changelog @@ -1,3 +1,11 @@ +tclcurl (7.16.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Moved package directory to /usr/lib/tcltk to made the package copmliant + to Debian Tcl/Tk policy. + + -- Sergei Golovan Sat, 12 Jan 2008 20:39:16 +0000 + tclcurl (7.16.2-1) unstable; urgency=low * New upstream release