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

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Thu Mar 3 19:42:05 UTC 2011


Author: sgolovan
Date: 2011-03-03 19:42:03 +0000 (Thu, 03 Mar 2011)
New Revision: 1129

Modified:
   tcllib/trunk/debian/changelog
   tcllib/trunk/debian/control
   tcllib/trunk/debian/rules
Log:
[tcllib]
  * New upstream release with several new modules.
  * Added ${misc:Depends} variable to debian/config.
  * Bumped standards version to 3.9.1.


Modified: tcllib/trunk/debian/changelog
===================================================================
--- tcllib/trunk/debian/changelog	2011-03-03 17:14:07 UTC (rev 1128)
+++ tcllib/trunk/debian/changelog	2011-03-03 19:42:03 UTC (rev 1129)
@@ -1,8 +1,10 @@
-tcllib (1.12-dfsg-3) UNRELEASED; urgency=low
+tcllib (1.13-dfsg-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release with several new modules.
+  * Added ${misc:Depends} variable to debian/config.
+  * Bumped standards version to 3.9.1.
 
- -- Sergei Golovan <sgolovan at debian.org>  Sat, 12 Dec 2009 17:59:41 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Thu, 03 Mar 2011 22:36:32 +0300
 
 tcllib (1.12-dfsg-2) unstable; urgency=low
 

Modified: tcllib/trunk/debian/control
===================================================================
--- tcllib/trunk/debian/control	2011-03-03 17:14:07 UTC (rev 1128)
+++ tcllib/trunk/debian/control	2011-03-03 19:42:03 UTC (rev 1129)
@@ -5,14 +5,14 @@
 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.8.3
+Standards-Version: 3.9.1
 Homepage: http://tcl.activestate.com/software/tcllib/
 
 Package: tcllib
 Section: interpreters
 Priority: optional
 Architecture: all
-Depends: ${tclsh:Depends}
+Depends: ${tclsh:Depends}, ${misc:Depends}
 Description: the Standard Tcl Library
  Tcllib, the standard Tcl library, is a collection of common utility
  functions and modules all written in high-level Tcl.
@@ -31,6 +31,7 @@
    * cmdline: a command line argument processor similar to opt
    * comm: remote communications facility
    * control: procedures for control flow structures
+   * coroutine: coroutine utilities
    * counter: provides a counter facility and can compute statistics
      and histograms over the collected data.
    * crc: checksum-calculation routines (crc32, cksum, sum)
@@ -38,19 +39,23 @@
    * des: DES and 3DES encryption
    * dns: dns- and resolver library-related functions
    * docstrip: tools for literate programming, often used with (La)TeX
-   * doctools: manpage-generation tools
+   * doctools: documentation tools
    * exif: extracts/parses EXIF fields from digital images
    * fileutil: Tcl implementations of some standard Unix utilities
    * ftp: Tcl interface to the FTP protocol
    * ftpd: implementation of functions needed for an FTP server
    * fumagic: file utilities
+   * gpx: GPS eXchange Format (GPX)
+   * grammar_aycock: Aycock-Horspool-Earley parser generator for Tcl
    * grammar_fa: finite automaton operations and usage
    * grammar_me: grammar operations and usage
    * grammar_peg: grammar operations and usage
+   * hook: hooks
    * html: generate and control HTML tags
    * htmlparse: parse HTML strings
    * http: HTTP protocol helper modules
    * ident: client interface to the ident protocol
+   * imap4: IMAP client
    * inifile: parsing of Windows INI files
    * interp: interpreter utilities
    * irc: low-level IRC protocol interface
@@ -61,7 +66,7 @@
    * log: functions to log messages with various facilities and levels
    * map: mapping utilities
    * mapproj: map projection routines
-   * math: common math functions like min, max, and others
+   * math: Tcl math library
    * md4: md4 hashing functions
    * md5: md5 hashing functions
    * md5crypt: md5 based password hashing
@@ -74,15 +79,18 @@
    * ntp: functions for an NTP client
    * otp: RFC 2289 a one-time password system
    * page: parser generator
+   * pki: RSA public key encryption
    * pluginmgr: plugin management
    * png: functions to query and modify PNG images
    * pop3: a POP3 protocol implementation
    * pop3d: a POP3 server implementation
    * profiler: a function level Tcl source code profiler
+   * pt: parser tools
    * rc4: implementation of the RC4 stream cipher
    * rcs: RCS low level utilities
    * report: provides objects which can be used to generate and format
      reports
+   * rest: a framework for RESTful web services
    * ripemd: RIPEMD message-digest algorithm
    * sasl: Simple Authentication and Security Layer implementation
    * sha1: sha1 hashing functions
@@ -96,6 +104,7 @@
    * struct: Tcl implementations of common data structures (tree, graph,
      etc)
    * tar: functions to manipulate tar files
+   * tepam: Tcl's enhanced procedure and argument manager
    * term: terminal control
    * textutil: string manipulation library
    * tie: framework for creating persistent Tcl arrays
@@ -106,5 +115,6 @@
    * units: convert and manipulate quantities with units
    * uri: functions to generate and manipulate commonly-used URIs
    * uuid: generator of universally unique identifiers (UUID)
+   * virtchannel: reflected/virtual channel support
    * wip: word interpreter
    * yaml: YAML format encoder/decoder

Modified: tcllib/trunk/debian/rules
===================================================================
--- tcllib/trunk/debian/rules	2011-03-03 17:14:07 UTC (rev 1128)
+++ tcllib/trunk/debian/rules	2011-03-03 19:42:03 UTC (rev 1129)
@@ -89,7 +89,6 @@
 	  for f in *.n ; do \
 	    sed -e'/\.so man.macros/ d' \
 	    	-e's/^\.TH "math::roman"  1\.0/.TH "math::roman" 3tcl 1.0/' \
-	    	-e's/^\.TH \("simulation::random"\) n /.TH \1 3tcllib /' \
 	    	-e's/^\.TH \(.\+\) n /.TH \1 3tcl /' \
 	    	-e's/send(n)/send(3tk)/g' \
 	    	-e's/(n)/(3tcl)/g' \
@@ -108,14 +107,6 @@
 		$$f > `basename $$f .n`.3tcl; \
 	    rm $$f; \
 	  done
-	# prevent conflict with tcl8.X-doc package
-	mv $(destdir)$(mandir)/man3/msgcat.3tcl \
-	   $(destdir)$(mandir)/man3/doctools_msgcat.3tcl
-	# prevent conflict with memchan package
-	# TODO: find a better solution
-	mv $(destdir)$(mandir)/man3/random.3tcl \
-	   $(destdir)$(mandir)/man3/random.3tcllib
-	#
 	touch install-stamp
 	#
 	# cleanup docs
@@ -158,7 +149,7 @@
 source diff:
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
-VER=1.12
+VER=1.13
 
 get-orig-source:
 	CURDIR=`pwd` && \




More information about the Pkg-tcltk-commits mailing list