[Pkg-tcltk-commits] r1231 - tcllib/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sun May 13 21:42:27 UTC 2012
Author: sgolovan
Date: 2012-05-13 21:42:27 +0000 (Sun, 13 May 2012)
New Revision: 1231
Modified:
tcllib/trunk/debian/changelog
tcllib/trunk/debian/control
tcllib/trunk/debian/rules
Log:
[tcllib]
* Renamed try(3tcl) manpage into try(3tcllib) to avoid conflict with
the tcl8.6-doc package (closes: #672815).
* Removed Chris Waters from the uploaders list (closes: #664114).
* Removed HTML doc for no longer existing exif module (closes: #637301).
* Bumped standards version to 3.9.3.
Modified: tcllib/trunk/debian/changelog
===================================================================
--- tcllib/trunk/debian/changelog 2012-04-14 06:56:22 UTC (rev 1230)
+++ tcllib/trunk/debian/changelog 2012-05-13 21:42:27 UTC (rev 1231)
@@ -1,8 +1,12 @@
-tcllib (1.14-dfsg-2) UNRELEASED; urgency=low
+tcllib (1.14-dfsg-2) unstable; urgency=low
- * NOT RELEASED YET
+ * Renamed try(3tcl) manpage into try(3tcllib) to avoid conflict with
+ the tcl8.6-doc package (closes: #672815).
+ * Removed Chris Waters from the uploaders list (closes: #664114).
+ * Removed HTML doc for no longer existing exif module (closes: #637301).
+ * Bumped standards version to 3.9.3.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 14 Dec 2011 23:33:54 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 14 May 2012 01:41:52 +0400
tcllib (1.14-dfsg-1) unstable; urgency=low
Modified: tcllib/trunk/debian/control
===================================================================
--- tcllib/trunk/debian/control 2012-04-14 06:56:22 UTC (rev 1230)
+++ tcllib/trunk/debian/control 2012-05-13 21:42:27 UTC (rev 1231)
@@ -2,10 +2,10 @@
Section: interpreters
Priority: optional
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
-Uploaders: Chris Waters <xtifr at debian.org>, Sergei Golovan <sgolovan at debian.org>
+Uploaders: Sergei Golovan <sgolovan at debian.org>
Build-Depends: debhelper (>= 5.0.0), quilt
Build-Depends-Indep: tcl-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://tcl.activestate.com/software/tcllib/
Package: tcllib
@@ -40,7 +40,6 @@
* dns: dns- and resolver library-related functions
* docstrip: tools for literate programming, often used with (La)TeX
* 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
Modified: tcllib/trunk/debian/rules
===================================================================
--- tcllib/trunk/debian/rules 2012-04-14 06:56:22 UTC (rev 1230)
+++ tcllib/trunk/debian/rules 2012-05-13 21:42:27 UTC (rev 1231)
@@ -31,6 +31,9 @@
./configure --prefix=/usr --mandir=$(mandir)
$(MAKE) html-doc
#
+ # Remove doc for non-existent module
+ rm doc/html/exif.html
+ #
touch build-stamp
clean: clean-patched unpatch
@@ -80,6 +83,7 @@
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/' \
@@ -91,6 +95,7 @@
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' \
@@ -108,7 +113,8 @@
-e's/^\.mycombo/\\\&.mycombo/' \
$$f > `basename $$f .n`.3tcl; \
rm $$f; \
- done
+ done && \
+ mv try.3tcl try.3tcllib
touch install-stamp
#
# cleanup docs
@@ -116,6 +122,7 @@
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
#
More information about the Pkg-tcltk-commits
mailing list