[Pkg-tcltk-commits] r1333 - in tcllib/branches/experimental/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Wed Feb 6 19:23:33 UTC 2013
Author: sgolovan
Date: 2013-02-06 19:23:32 +0000 (Wed, 06 Feb 2013)
New Revision: 1333
Removed:
tcllib/branches/experimental/debian/patches/ini.diff
Modified:
tcllib/branches/experimental/debian/changelog
tcllib/branches/experimental/debian/control
tcllib/branches/experimental/debian/patches/build.diff
tcllib/branches/experimental/debian/patches/manpages.diff
tcllib/branches/experimental/debian/patches/series
tcllib/branches/experimental/debian/rules
Log:
[tcllib-experimental]
* New upstream release.
* Removed patch for inifile module.
Modified: tcllib/branches/experimental/debian/changelog
===================================================================
--- tcllib/branches/experimental/debian/changelog 2013-02-06 19:05:08 UTC (rev 1332)
+++ tcllib/branches/experimental/debian/changelog 2013-02-06 19:23:32 UTC (rev 1333)
@@ -1,8 +1,9 @@
-tcllib (1.14-dfsg-4) UNRELEASED; urgency=low
+tcllib (1.15-dfsg-1) experimental; urgency=low
- * NOT RELEASED YET
+ * New upstream release.
+ * Removed patch for inifile module.
- -- Sergei Golovan <sgolovan at debian.org> Tue, 26 Jun 2012 16:59:00 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 06 Feb 2013 23:06:05 +0400
tcllib (1.14-dfsg-3) unstable; urgency=low
Modified: tcllib/branches/experimental/debian/control
===================================================================
--- tcllib/branches/experimental/debian/control 2013-02-06 19:05:08 UTC (rev 1332)
+++ tcllib/branches/experimental/debian/control 2013-02-06 19:23:32 UTC (rev 1333)
@@ -28,6 +28,7 @@
* bibtex: parser for bibliographies in BibTeX format
* blowfish: blowfish encryption
* cache: asynchronous in-memory cache
+ * clock: date/time utilities
* cmdline: a command line argument processor similar to opt
* comm: remote communications facility
* control: procedures for control flow structures
@@ -44,6 +45,7 @@
* ftp: Tcl interface to the FTP protocol
* ftpd: implementation of functions needed for an FTP server
* fumagic: file utilities
+ * generator: Tcl generator commands
* gpx: GPS eXchange Format (GPX)
* grammar_aycock: Aycock-Horspool-Earley parser generator for Tcl
* grammar_fa: finite automaton operations and usage
@@ -121,3 +123,4 @@
* virtchannel: reflected/virtual channel support
* wip: word interpreter
* yaml: YAML format encoder/decoder
+ * zip: working with zip archives
Modified: tcllib/branches/experimental/debian/patches/build.diff
===================================================================
--- tcllib/branches/experimental/debian/patches/build.diff 2013-02-06 19:05:08 UTC (rev 1332)
+++ tcllib/branches/experimental/debian/patches/build.diff 2013-02-06 19:23:32 UTC (rev 1333)
@@ -1,5 +1,5 @@
---- tcllib-1.12-dfsg.orig/Makefile.in
-+++ tcllib-1.12-dfsg/Makefile.in
+--- tcllib-1.15.orig/Makefile.in
++++ tcllib-1.15/Makefile.in
@@ -49,12 +49,14 @@
all:
doc: html-doc nroff-doc
Deleted: tcllib/branches/experimental/debian/patches/ini.diff
===================================================================
--- tcllib/branches/experimental/debian/patches/ini.diff 2013-02-06 19:05:08 UTC (rev 1332)
+++ tcllib/branches/experimental/debian/patches/ini.diff 2013-02-06 19:23:32 UTC (rev 1333)
@@ -1,15 +0,0 @@
-Author: Upstream
-Description: Patch fixes ::ini::commit
-Last-updated: Tue, 26 Jun 2012 16:25:46 +0400
-
---- tcllib-1.14-dfsg.orig/modules/inifile/ini.tcl
-+++ tcllib-1.14-dfsg/modules/inifile/ini.tcl
-@@ -89,7 +89,7 @@
- }
- puts $channel ""
- }
-- close $channel
-+ ::close $channel
- ::set channel [::open $file r+]
- return
- }
Modified: tcllib/branches/experimental/debian/patches/manpages.diff
===================================================================
--- tcllib/branches/experimental/debian/patches/manpages.diff 2013-02-06 19:05:08 UTC (rev 1332)
+++ tcllib/branches/experimental/debian/patches/manpages.diff 2013-02-06 19:23:32 UTC (rev 1333)
@@ -1,11 +1,11 @@
Patch by Sergei Golovan fixes bad whatis entries for older versions of
struct::graph, struct::matrix and struct::tree packages.
---- tcllib-1.12-dfsg.orig/modules/struct/graph1.man
-+++ tcllib-1.12-dfsg/modules.struct/graph1.man
+--- tcllib-1.15.orig/modules/struct/graph1.man
++++ tcllib-1.15/modules/struct/graph1.man
@@ -1,8 +1,8 @@
[comment {-*- tcl -*-}]
--[manpage_begin {struct::graph v1} n 1.2.1]
+-[manpage_begin {struct::graph_v1} n 1.2.1]
+[manpage_begin {struct::graph1} n 1.2.1]
[copyright {2002 Andreas Kupries <andreas_kupries at users.sourceforge.net>}]
[moddesc {Tcl Data Structures}]
@@ -14,11 +14,11 @@
[category {Data structures}]
[require Tcl 8.2]
[require struct::graph [opt 1.2.1]]
---- tcllib-1.12-dfsg.orig/modules/struct/matrix1.man
-+++ tcllib-1.12-dfsg/modules.struct/matrix1.man
+--- tcllib-1.15.orig/modules/struct/matrix1.man
++++ tcllib-1.15/modules/struct/matrix1.man
@@ -1,8 +1,8 @@
[comment {-*- tcl -*-}]
--[manpage_begin {struct::matrix v1} n 1.2.1]
+-[manpage_begin {struct::matrix_v1} n 1.2.1]
+[manpage_begin {struct::matrix1} n 1.2.1]
[copyright {2002 Andreas Kupries <andreas_kupries at users.sourceforge.net>}]
[moddesc {Tcl Data Structures}]
@@ -27,11 +27,11 @@
[category {Data structures}]
[require Tcl 8.2]
[require struct::matrix [opt 1.2.1]]
---- tcllib-1.12-dfsg.orig/modules/struct/struct_tree1.man
-+++ tcllib-1.12-dfsg/modules.struct/struct_tree1.man
+--- tcllib-1.15.orig/modules/struct/struct_tree1.man
++++ tcllib-1.15/modules/struct/struct_tree1.man
@@ -1,8 +1,8 @@
[comment {-*- tcl -*-}]
--[manpage_begin {struct::tree v1} n 1.2.2]
+-[manpage_begin {struct::tree_v1} n 1.2.2]
+[manpage_begin {struct::tree1} n 1.2.2]
[copyright {2002 Andreas Kupries <andreas_kupries at users.sourceforge.net>}]
[moddesc {Tcl Data Structures}]
Modified: tcllib/branches/experimental/debian/patches/series
===================================================================
--- tcllib/branches/experimental/debian/patches/series 2013-02-06 19:05:08 UTC (rev 1332)
+++ tcllib/branches/experimental/debian/patches/series 2013-02-06 19:23:32 UTC (rev 1333)
@@ -1,3 +1,2 @@
build.diff
manpages.diff
-ini.diff
Modified: tcllib/branches/experimental/debian/rules
===================================================================
--- tcllib/branches/experimental/debian/rules 2013-02-06 19:05:08 UTC (rev 1332)
+++ tcllib/branches/experimental/debian/rules 2013-02-06 19:23:32 UTC (rev 1333)
@@ -83,7 +83,6 @@
for f in *.n ; do \
sed -e'/\.so man.macros/ d' \
-e's/^\.TH \([^ ]\+\) n/.TH \1 1/' \
- -e's/try(n)/(3tcllib)/g' \
-e's/(n)/(3tcl)/g' \
-e's/^\.dtx/\\\&.dtx/' \
-e's/^\.\.\(.\)/\\\&..\1/' \
@@ -95,7 +94,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 "try" [in] /.TH "try" 3tcllib /' \
-e's/^\.TH \(.\+\) [in] /.TH \1 3tcl /' \
-e's/send(n)/send(3tk)/g' \
-e's/(n)/(3tcl)/g' \
@@ -114,7 +112,6 @@
$$f > `basename $$f .n`.3tcl; \
rm $$f; \
done && \
- mv try.3tcl try.3tcllib
touch install-stamp
#
# cleanup docs
@@ -122,7 +119,6 @@
for f in *.html ; do \
sed -i -e's/\(^\|[^:]\+\)send(n)/\1send(3tk)/g' \
-e's/math::roman()/math::roman(3tcl)/' \
- -e's/try(n)/try(3tcllib)/' \
-e's/(n)/(3tcl)/g' $$f; \
done
#
@@ -158,7 +154,7 @@
source diff:
@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-VER=1.14
+VER=1.15
get-orig-source:
CURDIR=`pwd` && \
More information about the Pkg-tcltk-commits
mailing list