[Pkg-tcltk-commits] r433 - tcl8.4/trunk/debian

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Wed Jan 2 23:49:08 UTC 2008


Author: sgolovan-guest
Date: 2008-01-02 23:49:08 +0000 (Wed, 02 Jan 2008)
New Revision: 433

Modified:
   tcl8.4/trunk/debian/changelog
   tcl8.4/trunk/debian/control
   tcl8.4/trunk/debian/rules
Log:
[tcl8.4]
  * New upstream release.
  * Bumped standards version to 3.7.3.


Modified: tcl8.4/trunk/debian/changelog
===================================================================
--- tcl8.4/trunk/debian/changelog	2007-12-25 13:31:20 UTC (rev 432)
+++ tcl8.4/trunk/debian/changelog	2008-01-02 23:49:08 UTC (rev 433)
@@ -1,8 +1,9 @@
-tcl8.4 (8.4.16-5) UNRELEASED; urgency=low
+tcl8.4 (8.4.17-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * Bumped standards version to 3.7.3.
 
- -- Sergei Golovan <sgolovan at debian.org>  Wed, 14 Nov 2007 09:23:37 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Thu, 03 Jan 2008 02:40:34 +0300
 
 tcl8.4 (8.4.16-4) unstable; urgency=medium
 

Modified: tcl8.4/trunk/debian/control
===================================================================
--- tcl8.4/trunk/debian/control	2007-12-25 13:31:20 UTC (rev 432)
+++ tcl8.4/trunk/debian/control	2008-01-02 23:49:08 UTC (rev 433)
@@ -4,7 +4,7 @@
 Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Chris Waters <xtifr at debian.org>, Anselm Lingnau <lingnau at debian.org>, Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 5.0.0), quilt
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://www.tcl.tk/
 
 Package: tcl8.4

Modified: tcl8.4/trunk/debian/rules
===================================================================
--- tcl8.4/trunk/debian/rules	2007-12-25 13:31:20 UTC (rev 432)
+++ tcl8.4/trunk/debian/rules	2008-01-02 23:49:08 UTC (rev 433)
@@ -149,7 +149,7 @@
 	dh_fixperms -a
 	dh_strip -a
 	dh_compress -a
-	dh_makeshlibs -a -V 'tcl$(v) (>= 8.4.5)' -XTcltest
+	dh_makeshlibs -a -V 'tcl$(v) (>= 8.4.16)' -XTcltest
 	dh_installdeb -a
 	dh_shlibdeps -a -ldebian/tcl$(v)/usr/lib
 	dh_gencontrol -a
@@ -162,8 +162,8 @@
 binary: binary-indep binary-arch
 
 get-orig-source:
-	wget -O tcl8.4_8.4.16.orig.tar.gz \
-	     http://prdownloads.sourceforge.net/tcl/tcl8.4.16-src.tar.gz
+	wget -O tcl8.4_8.4.17.orig.tar.gz \
+	     http://prdownloads.sourceforge.net/tcl/tcl8.4.17-src.tar.gz
 
 .PHONY: patch unpatch clean-patched build clean binary-indep binary-arch binary install get-orig-source
 




More information about the Pkg-tcltk-commits mailing list