[Pkg-tcltk-commits] r1211 - tcllib/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Wed Dec 14 07:33:03 UTC 2011


Author: sgolovan
Date: 2011-12-14 07:33:03 +0000 (Wed, 14 Dec 2011)
New Revision: 1211

Modified:
   tcllib/trunk/debian/changelog
   tcllib/trunk/debian/control
   tcllib/trunk/debian/rules
Log:
[tcllib]
  * New upstream release with several new modules.
  * Bumped standards version to 3.9.2.


Modified: tcllib/trunk/debian/changelog
===================================================================
--- tcllib/trunk/debian/changelog	2011-12-12 23:39:20 UTC (rev 1210)
+++ tcllib/trunk/debian/changelog	2011-12-14 07:33:03 UTC (rev 1211)
@@ -1,8 +1,9 @@
-tcllib (1.13-dfsg-2) UNRELEASED; urgency=low
+tcllib (1.14-dfsg-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release with several new modules.
+  * Bumped standards version to 3.9.2.
 
- -- Sergei Golovan <sgolovan at debian.org>  Thu, 03 Mar 2011 22:45:40 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Wed, 14 Dec 2011 11:17:59 +0400
 
 tcllib (1.13-dfsg-1) unstable; urgency=low
 

Modified: tcllib/trunk/debian/control
===================================================================
--- tcllib/trunk/debian/control	2011-12-12 23:39:20 UTC (rev 1210)
+++ tcllib/trunk/debian/control	2011-12-14 07:33:03 UTC (rev 1211)
@@ -5,7 +5,7 @@
 Uploaders: Chris Waters <xtifr at debian.org>, Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: tcl-dev
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://tcl.activestate.com/software/tcllib/
 
 Package: tcllib
@@ -62,6 +62,7 @@
    * javascript: Tcl shortcuts to create common javascript functions
    * jpeg: functions to query and modify JPEG images
    * json: JSON parser
+   * lambda: utility commands for anonymous procedures
    * ldap: LDAP client and extended object interface
    * log: functions to log messages with various facilities and levels
    * map: mapping utilities
@@ -77,6 +78,7 @@
    * nns: name service facility
    * nntp: Tcl functions for the NNTP protocol
    * ntp: functions for an NTP client
+   * ooutil: utility commands for TclOO
    * otp: RFC 2289 a one-time password system
    * page: parser generator
    * pki: RSA public key encryption
@@ -111,10 +113,12 @@
    * tiff: TIFF image manipulation
    * transfer: data transfer facilities
    * treeql: tree query language
+   * try: trap and process errors and exceptions
    * uev: user events
    * units: convert and manipulate quantities with units
    * uri: functions to generate and manipulate commonly-used URIs
    * uuid: generator of universally unique identifiers (UUID)
+   * valtype: validation types
    * virtchannel: reflected/virtual channel support
    * wip: word interpreter
    * yaml: YAML format encoder/decoder

Modified: tcllib/trunk/debian/rules
===================================================================
--- tcllib/trunk/debian/rules	2011-12-12 23:39:20 UTC (rev 1210)
+++ tcllib/trunk/debian/rules	2011-12-14 07:33:03 UTC (rev 1211)
@@ -149,13 +149,13 @@
 source diff:
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
-VER=1.13
+VER=1.14
 
 get-orig-source:
 	CURDIR=`pwd` && \
 	TMPDIR=`mktemp -d /tmp/tcllib.XXXXXX` && \
 	cd $$TMPDIR && \
-	wget -O - http://heanet.dl.sourceforge.net/sourceforge/tcllib/tcllib-$(VER).tar.gz | tar -zx && \
+	wget -O - http://prdownloads.sourceforge.net/tcllib/tcllib-$(VER).tar.gz | tar -zx && \
 	for f in `grep -rl '^Network Working Group' *` ; do \
 	    echo "REMOVING NON-FREE RFC $$f" ; rm -f $$f ; \
 	done && \




More information about the Pkg-tcltk-commits mailing list