[Pkg-tcltk-commits] r1703 - in tcl8.6/tags: . 8.6.3+dfsg-1/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Mon Mar 9 07:52:47 UTC 2015
Author: sgolovan
Date: 2015-03-09 07:52:47 +0000 (Mon, 09 Mar 2015)
New Revision: 1703
Added:
tcl8.6/tags/8.6.3+dfsg-1/
tcl8.6/tags/8.6.3+dfsg-1/debian/changelog
tcl8.6/tags/8.6.3+dfsg-1/debian/control
tcl8.6/tags/8.6.3+dfsg-1/debian/rules
Removed:
tcl8.6/tags/8.6.3+dfsg-1/debian/changelog
tcl8.6/tags/8.6.3+dfsg-1/debian/control
tcl8.6/tags/8.6.3+dfsg-1/debian/rules
Log:
[svn-buildpackage] Tagging tcl8.6 8.6.3+dfsg-1
Deleted: tcl8.6/tags/8.6.3+dfsg-1/debian/changelog
===================================================================
--- tcl8.6/branches/experimental/debian/changelog 2015-03-09 07:44:23 UTC (rev 1697)
+++ tcl8.6/tags/8.6.3+dfsg-1/debian/changelog 2015-03-09 07:52:47 UTC (rev 1703)
@@ -1,209 +0,0 @@
-tcl8.6 (8.6.2+dfsg-2) UNRELEASED; urgency=medium
-
- * NOT RELEASED YET
-
- -- Sergei Golovan <sgolovan at debian.org> Wed, 27 Aug 2014 23:06:09 +0400
-
-tcl8.6 (8.6.2+dfsg-1) unstable; urgency=low
-
- * New upstream release.
- * Refreshed patches.
- * Added new symbols to the debian/libtcl8.6.symbols file.
- * Removed the sourceless help file compat/zlib/contrib/dotzlib/DotZLib.chm.
- * Adapted debian/watch to the new +dfsg version suffix.
-
- -- Sergei Golovan <sgolovan at debian.org> Wed, 27 Aug 2014 23:01:40 +0400
-
-tcl8.6 (8.6.1-6) unstable; urgency=low
-
- * Upload into unstable.
-
- -- Sergei Golovan <sgolovan at debian.org> Sat, 08 Mar 2014 08:54:46 +0400
-
-tcl8.6 (8.6.1-5) experimental; urgency=low
-
- * Restored tcl8.6.prerm script which removes alternative for
- /usr/bin/tclsh8.6.
- * Added ${misc:Depends} substvar for libtcl8.6-dbg package.
- * Bumped standards version to 3.9.5.
-
- -- Sergei Golovan <sgolovan at debian.org> Fri, 10 Jan 2014 12:48:44 +0400
-
-tcl8.6 (8.6.1-4) experimental; urgency=low
-
- * Added the tcl8.6-dbg package with libtcl8.6 debug symbols in it.
-
- -- Sergei Golovan <sgolovan at debian.org> Sat, 05 Oct 2013 10:56:25 +0400
-
-tcl8.6 (8.6.1-3) experimental; urgency=low
-
- * Added zlib1g-dev to the tcl8.6-dev dependencies, because some of the
- packages (e.g. tcl-signal) use $TCL_LIBS which in turn requires zlib
- to be linked.
-
- -- Sergei Golovan <sgolovan at debian.org> Fri, 27 Sep 2013 11:37:37 +0400
-
-tcl8.6 (8.6.1-2) experimental; urgency=low
-
- * Renamed the development package back to tcl8.6-dev after a discussion
- on debian-devel mailing list.
-
- -- Sergei Golovan <sgolovan at debian.org> Wed, 25 Sep 2013 21:56:58 +0400
-
-tcl8.6 (8.6.1-1) experimental; urgency=low
-
- * New upstream release.
-
- -- Sergei Golovan <sgolovan at debian.org> Tue, 24 Sep 2013 20:08:15 +0400
-
-tcl8.6 (8.6.0-4) experimental; urgency=low
-
- * Removed unnecessary patches to init.tcl and tclPort.h.
- * Change build specs, libs and headers via a patch to tclConfig.sh.in
- instead of filtering the generated tclConfig.sh to make changes more
- visible.
- * Make libtcl8.6-dev depend on tcl8.6 for better backward compatibility.
-
- -- Sergei Golovan <sgolovan at debian.org> Mon, 19 Aug 2013 21:23:07 +0400
-
-tcl8.6 (8.6.0-3) experimental; urgency=low
-
- * Renamed tcl8.6-lib and tcl8.6-dev into libtcl8.6 and libtcl8.6-dev
- because it's much more common name convention.
- * Fixed debian/watch script because tcl-core archive is used as a source
- tarball.
- * Fixed maintainer's 'name'.
- * Added dpkg-dev to the libtcl8.6-dev dependencies because tclConfig.sh
- calls dpkg-architecture.
-
- -- Sergei Golovan <sgolovan at debian.org> Wed, 31 Jul 2013 11:05:37 +0400
-
-tcl8.6 (8.6.0-2) experimental; urgency=low
-
- * Added to tcl8.6-lib dependencies to ensure the OS-wide timezone data
- are used in the [clock] command.
- * Bumped debhelper compatibility version to 9.
- * Added multi-arch support. This includes splitting out the tcl8.6-lib
- library package with libtcl8.6.so and tclConfig.sh moved into a
- multi-archified location.
- * Recreated /usr/lib/tcl8.6/tclConfig.sh and /usr/lib/tcl8.6/tclooConfig.sh
- for backward compatibility (intend to remove in the future).
- * Removed .0 suffix from the libtcl8.6.so library in order to remove
- unnecessary diversions from the upstream practice, provided the symlink
- for backward compatibility (intend to remove in the future).
- * Switched to calculating dependency on tcl8.6-lib via a symbols table.
- * Don't use the alternatives mechanism for selecting /usr/bin/tclsh. This
- package ships only /usr/bin/tclsh8.6. The tcltk-defaults package provides
- the necessary symlink. This also means that tcl8.6 does no longer provide
- the tclsh virtual package.
- * Moved the old changelogs to the tcl8.6-doc package to reduce size of the
- tcl8.6 one.
- * Fixed clean target in debian/rules.
- * Bumped standards version to 3.9.4.
-
- -- Sergei Golovan <sgolovan at debian.org> Thu, 11 Jul 2013 21:15:09 +0400
-
-tcl8.6 (8.6.0-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Sergei Golovan <sgolovan at debian.org> Thu, 20 Dec 2012 20:24:41 +0400
-
-tcl8.6 (8.6.0~b3-1) experimental; urgency=low
-
- * New upstream beta release.
-
- -- Sergei Golovan <sgolovan at debian.org> Thu, 20 Sep 2012 09:04:01 +0400
-
-tcl8.6 (8.6.0~b2-2) experimental; urgency=low
-
- * Install library(3tcl), packagens(3tcl), pkgMkIndex(3tcl) and safe(3tcl)
- manpages despite of upstream renaming them because they are referenced
- from the other pages.
- * Don't break the build if tdbc headers aren't in the tarball (helps
- to build the package using sources from the upstream repository).
- * Removed Chris Waters wrom the uploaders list (closes: #664113).
- * Renamed suggested dependency to tcl-tclreadline.
- * Switched to 3.0 (quilt) source package format.
- * Bumped debhelper compatibility version to 8.
- * Added hardening build flags using dpkg-buildflags.
- * Bumped standards version to 3.9.3.
-
- -- Sergei Golovan <sgolovan at debian.org> Mon, 28 May 2012 18:13:35 +0400
-
-tcl8.6 (8.6.0~b2-1) experimental; urgency=low
-
- * New upstream beta release.
-
- -- Sergei Golovan <sgolovan at debian.org> Mon, 08 Aug 2011 23:11:31 +0400
-
-tcl8.6 (8.6.0~b2~rc4-1) experimental; urgency=low
-
- * New upstream beta release candidate.
-
- -- Sergei Golovan <sgolovan at debian.org> Sun, 07 Aug 2011 12:28:21 +0400
-
-tcl8.6 (8.6.0~b2~rc0-1) experimental; urgency=low
-
- * New upstream beta release candidate.
- * Moved /usr/share/tcltk/tcl8.6/tclConfig.sh back to the /usr/lib/tcl8.6
- directory because it is architecture dependent.
- * Added ${misc:Depends} to debian/control.
- * Added README.source which explains how to apply quilt patches.
- * Bumped standards version to 3.9.2.
-
- -- Sergei Golovan <sgolovan at debian.org> Thu, 21 Jul 2011 10:30:26 +0400
-
-tcl8.6 (8.6.0~b1-4) experimental; urgency=low
-
- * Removed tcl8.6-tdbc package because TDBC is to be packaged separately.
- * Added zlib1g-dev to build dependencies to make Tcl use the system-wide
- Zlib library.
-
- -- Sergei Golovan <sgolovan at debian.org> Thu, 29 Jul 2010 09:50:49 +0400
-
-tcl8.6 (8.6.0~b1-3) experimental; urgency=low
-
- * Don't override CFLAGS in make call and supply it to configure script
- as suggested by Anders Kaseorg (closes: #510153).
-
- -- Sergei Golovan <sgolovan at debian.org> Mon, 18 May 2009 09:35:52 +0400
-
-tcl8.6 (8.6.0~b1-2) experimental; urgency=low
-
- * Added a compiler directive which helps to build tdbc extension
- (closes: #510153).
- * Don't remove tclsh alternative in case of package upgrade because the
- manually installed alternative is also removed which isn't desirable.
-
- -- Sergei Golovan <sgolovan at debian.org> Sun, 01 Mar 2009 10:36:35 +0300
-
-tcl8.6 (8.6.0~b1-1) experimental; urgency=low
-
- * New upstream beta release.
- * Separated new TDBC package which is bundled with the Tcl distribution to
- tcl8.6-tdbc package, and added directory /usr/lib/tcltk/tcl8.6 to the
- list of paths where Tcl packages are searched.
-
- -- Sergei Golovan <sgolovan at debian.org> Sat, 27 Dec 2008 13:47:14 +0300
-
-tcl8.6 (8.6.0~a3-1) experimental; urgency=low
-
- * New upstream alpha release.
-
- -- Sergei Golovan <sgolovan at debian.org> Sat, 11 Oct 2008 02:17:42 +0400
-
-tcl8.6 (8.6.0~a2-1) experimental; urgency=low
-
- * New upstream alpha release.
- * Restored DLL unloading for hppa and kfreebsd architectures because this
- bug was worked around in glibc.
-
- -- Sergei Golovan <sgolovan at debian.org> Sat, 23 Aug 2008 12:19:37 +0400
-
-tcl8.6 (8.6.0~a1-1) experimental; urgency=low
-
- * Initial alpha release (closes: #488653).
-
- -- Sergei Golovan <sgolovan at debian.org> Thu, 03 Jul 2008 21:27:33 +0400
-
Copied: tcl8.6/tags/8.6.3+dfsg-1/debian/changelog (from rev 1702, tcl8.6/branches/experimental/debian/changelog)
===================================================================
--- tcl8.6/tags/8.6.3+dfsg-1/debian/changelog (rev 0)
+++ tcl8.6/tags/8.6.3+dfsg-1/debian/changelog 2015-03-09 07:52:47 UTC (rev 1703)
@@ -0,0 +1,211 @@
+tcl8.6 (8.6.3+dfsg-1) experimental; urgency=medium
+
+ * New upstream release.
+ * Upload to experimental because of the jessie freeze.
+ * Bumped standards version to 3.9.6.
+
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 09 Mar 2015 10:46:33 +0300
+
+tcl8.6 (8.6.2+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * Refreshed patches.
+ * Added new symbols to the debian/libtcl8.6.symbols file.
+ * Removed the sourceless help file compat/zlib/contrib/dotzlib/DotZLib.chm.
+ * Adapted debian/watch to the new +dfsg version suffix.
+
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 27 Aug 2014 23:01:40 +0400
+
+tcl8.6 (8.6.1-6) unstable; urgency=low
+
+ * Upload into unstable.
+
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 08 Mar 2014 08:54:46 +0400
+
+tcl8.6 (8.6.1-5) experimental; urgency=low
+
+ * Restored tcl8.6.prerm script which removes alternative for
+ /usr/bin/tclsh8.6.
+ * Added ${misc:Depends} substvar for libtcl8.6-dbg package.
+ * Bumped standards version to 3.9.5.
+
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 10 Jan 2014 12:48:44 +0400
+
+tcl8.6 (8.6.1-4) experimental; urgency=low
+
+ * Added the tcl8.6-dbg package with libtcl8.6 debug symbols in it.
+
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 05 Oct 2013 10:56:25 +0400
+
+tcl8.6 (8.6.1-3) experimental; urgency=low
+
+ * Added zlib1g-dev to the tcl8.6-dev dependencies, because some of the
+ packages (e.g. tcl-signal) use $TCL_LIBS which in turn requires zlib
+ to be linked.
+
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 27 Sep 2013 11:37:37 +0400
+
+tcl8.6 (8.6.1-2) experimental; urgency=low
+
+ * Renamed the development package back to tcl8.6-dev after a discussion
+ on debian-devel mailing list.
+
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 25 Sep 2013 21:56:58 +0400
+
+tcl8.6 (8.6.1-1) experimental; urgency=low
+
+ * New upstream release.
+
+ -- Sergei Golovan <sgolovan at debian.org> Tue, 24 Sep 2013 20:08:15 +0400
+
+tcl8.6 (8.6.0-4) experimental; urgency=low
+
+ * Removed unnecessary patches to init.tcl and tclPort.h.
+ * Change build specs, libs and headers via a patch to tclConfig.sh.in
+ instead of filtering the generated tclConfig.sh to make changes more
+ visible.
+ * Make libtcl8.6-dev depend on tcl8.6 for better backward compatibility.
+
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 19 Aug 2013 21:23:07 +0400
+
+tcl8.6 (8.6.0-3) experimental; urgency=low
+
+ * Renamed tcl8.6-lib and tcl8.6-dev into libtcl8.6 and libtcl8.6-dev
+ because it's much more common name convention.
+ * Fixed debian/watch script because tcl-core archive is used as a source
+ tarball.
+ * Fixed maintainer's 'name'.
+ * Added dpkg-dev to the libtcl8.6-dev dependencies because tclConfig.sh
+ calls dpkg-architecture.
+
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 31 Jul 2013 11:05:37 +0400
+
+tcl8.6 (8.6.0-2) experimental; urgency=low
+
+ * Added to tcl8.6-lib dependencies to ensure the OS-wide timezone data
+ are used in the [clock] command.
+ * Bumped debhelper compatibility version to 9.
+ * Added multi-arch support. This includes splitting out the tcl8.6-lib
+ library package with libtcl8.6.so and tclConfig.sh moved into a
+ multi-archified location.
+ * Recreated /usr/lib/tcl8.6/tclConfig.sh and /usr/lib/tcl8.6/tclooConfig.sh
+ for backward compatibility (intend to remove in the future).
+ * Removed .0 suffix from the libtcl8.6.so library in order to remove
+ unnecessary diversions from the upstream practice, provided the symlink
+ for backward compatibility (intend to remove in the future).
+ * Switched to calculating dependency on tcl8.6-lib via a symbols table.
+ * Don't use the alternatives mechanism for selecting /usr/bin/tclsh. This
+ package ships only /usr/bin/tclsh8.6. The tcltk-defaults package provides
+ the necessary symlink. This also means that tcl8.6 does no longer provide
+ the tclsh virtual package.
+ * Moved the old changelogs to the tcl8.6-doc package to reduce size of the
+ tcl8.6 one.
+ * Fixed clean target in debian/rules.
+ * Bumped standards version to 3.9.4.
+
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 11 Jul 2013 21:15:09 +0400
+
+tcl8.6 (8.6.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 20 Dec 2012 20:24:41 +0400
+
+tcl8.6 (8.6.0~b3-1) experimental; urgency=low
+
+ * New upstream beta release.
+
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 20 Sep 2012 09:04:01 +0400
+
+tcl8.6 (8.6.0~b2-2) experimental; urgency=low
+
+ * Install library(3tcl), packagens(3tcl), pkgMkIndex(3tcl) and safe(3tcl)
+ manpages despite of upstream renaming them because they are referenced
+ from the other pages.
+ * Don't break the build if tdbc headers aren't in the tarball (helps
+ to build the package using sources from the upstream repository).
+ * Removed Chris Waters wrom the uploaders list (closes: #664113).
+ * Renamed suggested dependency to tcl-tclreadline.
+ * Switched to 3.0 (quilt) source package format.
+ * Bumped debhelper compatibility version to 8.
+ * Added hardening build flags using dpkg-buildflags.
+ * Bumped standards version to 3.9.3.
+
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 28 May 2012 18:13:35 +0400
+
+tcl8.6 (8.6.0~b2-1) experimental; urgency=low
+
+ * New upstream beta release.
+
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 08 Aug 2011 23:11:31 +0400
+
+tcl8.6 (8.6.0~b2~rc4-1) experimental; urgency=low
+
+ * New upstream beta release candidate.
+
+ -- Sergei Golovan <sgolovan at debian.org> Sun, 07 Aug 2011 12:28:21 +0400
+
+tcl8.6 (8.6.0~b2~rc0-1) experimental; urgency=low
+
+ * New upstream beta release candidate.
+ * Moved /usr/share/tcltk/tcl8.6/tclConfig.sh back to the /usr/lib/tcl8.6
+ directory because it is architecture dependent.
+ * Added ${misc:Depends} to debian/control.
+ * Added README.source which explains how to apply quilt patches.
+ * Bumped standards version to 3.9.2.
+
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 21 Jul 2011 10:30:26 +0400
+
+tcl8.6 (8.6.0~b1-4) experimental; urgency=low
+
+ * Removed tcl8.6-tdbc package because TDBC is to be packaged separately.
+ * Added zlib1g-dev to build dependencies to make Tcl use the system-wide
+ Zlib library.
+
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 29 Jul 2010 09:50:49 +0400
+
+tcl8.6 (8.6.0~b1-3) experimental; urgency=low
+
+ * Don't override CFLAGS in make call and supply it to configure script
+ as suggested by Anders Kaseorg (closes: #510153).
+
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 18 May 2009 09:35:52 +0400
+
+tcl8.6 (8.6.0~b1-2) experimental; urgency=low
+
+ * Added a compiler directive which helps to build tdbc extension
+ (closes: #510153).
+ * Don't remove tclsh alternative in case of package upgrade because the
+ manually installed alternative is also removed which isn't desirable.
+
+ -- Sergei Golovan <sgolovan at debian.org> Sun, 01 Mar 2009 10:36:35 +0300
+
+tcl8.6 (8.6.0~b1-1) experimental; urgency=low
+
+ * New upstream beta release.
+ * Separated new TDBC package which is bundled with the Tcl distribution to
+ tcl8.6-tdbc package, and added directory /usr/lib/tcltk/tcl8.6 to the
+ list of paths where Tcl packages are searched.
+
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 27 Dec 2008 13:47:14 +0300
+
+tcl8.6 (8.6.0~a3-1) experimental; urgency=low
+
+ * New upstream alpha release.
+
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 11 Oct 2008 02:17:42 +0400
+
+tcl8.6 (8.6.0~a2-1) experimental; urgency=low
+
+ * New upstream alpha release.
+ * Restored DLL unloading for hppa and kfreebsd architectures because this
+ bug was worked around in glibc.
+
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 23 Aug 2008 12:19:37 +0400
+
+tcl8.6 (8.6.0~a1-1) experimental; urgency=low
+
+ * Initial alpha release (closes: #488653).
+
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 03 Jul 2008 21:27:33 +0400
+
Deleted: tcl8.6/tags/8.6.3+dfsg-1/debian/control
===================================================================
--- tcl8.6/branches/experimental/debian/control 2015-03-09 07:44:23 UTC (rev 1697)
+++ tcl8.6/tags/8.6.3+dfsg-1/debian/control 2015-03-09 07:52:47 UTC (rev 1703)
@@ -1,77 +0,0 @@
-Source: tcl8.6
-Section: libs
-Priority: optional
-Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
-Uploaders: Sergei Golovan <sgolovan at debian.org>
-Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), zlib1g-dev
-Standards-Version: 3.9.5
-Homepage: http://www.tcl.tk/
-
-Package: tcl8.6
-Section: interpreters
-Priority: optional
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: tcl74 (<= 7.4p3-2)
-Suggests: tcl-tclreadline
-Multi-Arch: foreign
-Description: Tcl (the Tool Command Language) v8.6 - shell
- Tcl is a powerful, easy to use, embeddable, cross-platform interpreted
- scripting language. This package contains the Tcl shell which you need
- to run Tcl scripts. This version includes thread support.
-
-Package: libtcl8.6
-Section: libs
-Priority: optional
-Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
-Depends: tzdata, ${shlibs:Depends}, ${misc:Depends}
-Conflicts: tcl8.6 (<< 8.6.0-2), tcl74 (<= 7.4p3-2)
-Replaces: tcl8.6 (<< 8.6.0-2)
-Suggests: tcl8.6
-Provides: libtcl
-Multi-Arch: same
-Description: Tcl (the Tool Command Language) v8.6 - run-time library files
- Tcl is a powerful, easy to use, embeddable, cross-platform interpreted
- scripting language. This package contains the Tcl library and auxiliary
- code which allows one to run Tcl-enabled applications. This version
- includes thread support.
-
-Package: libtcl8.6-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
-Depends: libtcl8.6 (= ${binary:Version}), ${misc:Depends}
-Multi-Arch: same
-Description: Symbol files for libtcl8.6
- Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
- scripting language. This package contains the debug symbols for libtcl8.6,
- to assist in debugging applications built with tcl8.6. You will not
- normally need to install this package.
-
-Package: tcl8.6-dev
-Section: libdevel
-Priority: optional
-Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
-Depends: dpkg-dev (>= 1.16.1~), zlib1g-dev, libtcl8.6 (= ${binary:Version}),
- tcl8.6, ${misc:Depends}
-Suggests: tcl8.6-doc
-Multi-Arch: same
-Description: Tcl (the Tool Command Language) v8.6 - development files
- Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
- scripting language. This package contains the headers and libraries
- needed to embed or extend Tcl.
-
-Package: tcl8.6-doc
-Section: doc
-Priority: optional
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: tcl8.6
-Conflicts: tcldoc
-Provides: tcldoc
-Description: Tcl (the Tool Command Language) v8.6 - manual pages
- Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
- scripting language. This package contains the man pages for Tcl commands.
Copied: tcl8.6/tags/8.6.3+dfsg-1/debian/control (from rev 1702, tcl8.6/branches/experimental/debian/control)
===================================================================
--- tcl8.6/tags/8.6.3+dfsg-1/debian/control (rev 0)
+++ tcl8.6/tags/8.6.3+dfsg-1/debian/control 2015-03-09 07:52:47 UTC (rev 1703)
@@ -0,0 +1,77 @@
+Source: tcl8.6
+Section: libs
+Priority: optional
+Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
+Uploaders: Sergei Golovan <sgolovan at debian.org>
+Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), zlib1g-dev
+Standards-Version: 3.9.6
+Homepage: http://www.tcl.tk/
+
+Package: tcl8.6
+Section: interpreters
+Priority: optional
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: tcl74 (<= 7.4p3-2)
+Suggests: tcl-tclreadline
+Multi-Arch: foreign
+Description: Tcl (the Tool Command Language) v8.6 - shell
+ Tcl is a powerful, easy to use, embeddable, cross-platform interpreted
+ scripting language. This package contains the Tcl shell which you need
+ to run Tcl scripts. This version includes thread support.
+
+Package: libtcl8.6
+Section: libs
+Priority: optional
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: tzdata, ${shlibs:Depends}, ${misc:Depends}
+Conflicts: tcl8.6 (<< 8.6.0-2), tcl74 (<= 7.4p3-2)
+Replaces: tcl8.6 (<< 8.6.0-2)
+Suggests: tcl8.6
+Provides: libtcl
+Multi-Arch: same
+Description: Tcl (the Tool Command Language) v8.6 - run-time library files
+ Tcl is a powerful, easy to use, embeddable, cross-platform interpreted
+ scripting language. This package contains the Tcl library and auxiliary
+ code which allows one to run Tcl-enabled applications. This version
+ includes thread support.
+
+Package: libtcl8.6-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: libtcl8.6 (= ${binary:Version}), ${misc:Depends}
+Multi-Arch: same
+Description: Symbol files for libtcl8.6
+ Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
+ scripting language. This package contains the debug symbols for libtcl8.6,
+ to assist in debugging applications built with tcl8.6. You will not
+ normally need to install this package.
+
+Package: tcl8.6-dev
+Section: libdevel
+Priority: optional
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: dpkg-dev (>= 1.16.1~), zlib1g-dev, libtcl8.6 (= ${binary:Version}),
+ tcl8.6, ${misc:Depends}
+Suggests: tcl8.6-doc
+Multi-Arch: same
+Description: Tcl (the Tool Command Language) v8.6 - development files
+ Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
+ scripting language. This package contains the headers and libraries
+ needed to embed or extend Tcl.
+
+Package: tcl8.6-doc
+Section: doc
+Priority: optional
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: tcl8.6
+Conflicts: tcldoc
+Provides: tcldoc
+Description: Tcl (the Tool Command Language) v8.6 - manual pages
+ Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
+ scripting language. This package contains the man pages for Tcl commands.
Deleted: tcl8.6/tags/8.6.3+dfsg-1/debian/rules
===================================================================
--- tcl8.6/branches/experimental/debian/rules 2015-03-09 07:44:23 UTC (rev 1697)
+++ tcl8.6/tags/8.6.3+dfsg-1/debian/rules 2015-03-09 07:52:47 UTC (rev 1703)
@@ -1,139 +0,0 @@
-#!/usr/bin/make -f
-
-v = 8.6
-DIR = $(shell pwd)/debian/tmp
-
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
-include /usr/share/dpkg/architecture.mk
-
-LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
-export LDFLAGS
-
-ifeq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-# See bug #446335 for -fno-unit-at-a-time
-ifeq ($(DEB_HOST_ARCH), hppa)
-# Disable stack checking for hppa (it doesn't work properly yet)
-CFLAGS += -fno-unit-at-a-time -DTCL_NO_STACK_CHECK=1
-else
-CFLAGS += -fno-unit-at-a-time
-endif
-endif
-
-%:
- dh $@
-
-override_dh_auto_clean:
- [ ! -f unix/Makefile ] || $(MAKE) -C unix distclean
-
-override_dh_auto_configure:
- # So so ugly but it works...
- touch generic/tclStubInit.c
- TCL_LIBRARY="/usr/share/tcltk/tcl$(v)" \
- TCL_PACKAGE_PATH="/usr/local/lib/tcltk /usr/local/share/tcltk \
- /usr/lib/tcltk/$(DEB_HOST_MULTIARCH) /usr/lib/tcltk /usr/share/tcltk \
- /usr/lib/tcltk/tcl$(v) /usr/lib" \
- CFLAGS="$(CFLAGS)" \
- CPPFLAGS="$(CPPFLAGS)" \
- TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\$${TCL_LIB_FILE}" \
- dh_auto_configure -Dunix -- \
- --includedir=/usr/include/tcl$(v) \
- --enable-shared \
- --enable-threads \
- --enable-dll-unloading \
- --disable-rpath \
- --without-tzdata \
- --enable-man-symlinks
-
-override_dh_auto_build:
- touch generic/tclStubInit.c && \
- $(MAKE) -C unix
- # Build the static library
- cd unix && \
- ar cr libtcl$(v).a *.o && \
- ar d libtcl$(v).a tclAppInit.o && \
- ranlib libtcl$(v).a
-
-override_dh_auto_install:
- $(MAKE) -C unix INSTALL_ROOT=$(DIR) \
- MAN_INSTALL_DIR=$(DIR)/usr/share/man \
- MANN_INSTALL_DIR=$(DIR)/usr/share/man/man3 \
- TCL_MODULE_PATH="/usr/lib/tcltk /usr/share/tcltk" \
- install
- # Fix up the modules
- sed -i -e's:variable paths {}:variable paths {/usr/share/tcltk/tcl$(v)/tcl8}:' \
- $(DIR)/usr/share/tcltk/tcl$(v)/tm.tcl
- install -d -m 755 $(DIR)/usr/share/tcltk/tcl$(v)/tcl8
- mv $(DIR)/usr/share/tcltk/tcl8/*/* $(DIR)/usr/share/tcltk/tcl$(v)/tcl8
- # Fix up the libraries
- cp unix/libtcl$(v).a $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)
- install -d -m 755 $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/tcl$(v)
- mv $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/*.sh $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/tcl$(v)
- install -d -m 755 $(DIR)/usr/share/aclocal
- cp unix/tcl.m4 $(DIR)/usr/share/aclocal/tcl$(v).m4
- rm -f $(DIR)/usr/share/tcltk/tcl$(v)/ldAix
- # Fix up the include files
- install -d $(DIR)/usr/include/tcl$(v)/tcl-private/generic
- cp generic/*.h $(DIR)/usr/include/tcl$(v)/tcl-private/generic
- install -d $(DIR)/usr/include/tcl$(v)/tcl-private/unix
- cp unix/*.h $(DIR)/usr/include/tcl$(v)/tcl-private/unix
- install -d $(DIR)/usr/include/tcl$(v)/tcl-private/compat
- cp compat/*.h $(DIR)/usr/include/tcl$(v)/tcl-private/compat
- install -d $(DIR)/usr/include/tcl$(v)/tcl-private/libtommath
- cp libtommath/*.h $(DIR)/usr/include/tcl$(v)/tcl-private/libtommath
- #
- # Temporary HACK until all reverse dependencies will be rebuilt
- ln -sf libtcl$(v).so $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/libtcl$(v).so.0
- #
- # Fix up the manpages.
- cd $(DIR)/usr/share/man/man1 && \
- cat tclsh.1 | sed -e 's/(n)/(3tcl)/g' > tclsh$(v).1 && \
- rm tclsh.1
- cd $(DIR)/usr/share/man/man3 && \
- for f in *.[3n] ; do \
- f2=$$(echo $$f | sed -e 's/\.[3n]/.3tcl/') ; \
- if [ -L $$f ]; then \
- l=$$(readlink -n $$f | sed -e 's/\.[3n]/.3tcl/') ; \
- rm $$f ; \
- ln -sf $$l $$f2 ; \
- else \
- cat $$f | sed -e 's/^\.TH \([^ ]\+\|"[^"]\+"\) [3n]/.TH \1 3tcl/' \
- -e 's/\(Tk_[0-9A-Za-z]*\)(3)/\1(3tk)/g' \
- -e 's/\([A-Z][0-9A-Za-z_]*\)(3)/\1(3tcl)/g' \
- -e 's/send(n)/send(3tk)/g' \
- -e 's/text(n)/text(3tk)/g' \
- -e 's/tk(n)/tk(3tk)/g' \
- -e 's/winfo(n)/winfo(3tk)/g' \
- -e 's/(n)/(3tcl)/g' \
- -e "s/\\N'244'/\\[^o]/g" \
- >$$f2 ; \
- rm $$f ; \
- fi ; \
- done
-
-override_dh_strip:
- dh_strip -plibtcl$(v) --dbg-package=libtcl$(v)-dbg
- dh_strip -a -Nlibtcl$(v)
-
-override_dh_makeshlibs: /usr/share/debhelper/autoscripts/postinst-makeshlibs /usr/share/debhelper/autoscripts/postrm-makeshlibs
- dh_makeshlibs -a -Xtcltest
- cat /usr/share/debhelper/autoscripts/postinst-makeshlibs >>debian/libtcl$(v).postinst.debhelper
- cat /usr/share/debhelper/autoscripts/postrm-makeshlibs >>debian/libtcl$(v).postrm.debhelper
-
-override_dh_shlibdeps:
- dh_shlibdeps -a -ldebian/libtcl$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
-
-get-orig-source:
- CURDIR=`pwd` && \
- TMPDIR=`mktemp -d /tmp/tcl8.6.XXXXXX` && \
- cd $$TMPDIR && \
- wget -O - \
- http://prdownloads.sourceforge.net/tcl/tcl-core$(v).2-src.tar.gz | tar -zx && \
- for f in `find . -name *.chm` ; do \
- echo "REMOVING NON-FREE DOC $$f" ; rm -f $$f ; \
- done && \
- tar -zcf $$CURDIR/tcl$(v)_$(v).2+dfsg.orig.tar.gz tcl$(v).2 && \
- rm -rf $$TMPDIR
-
-.PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_install \
- override_dh_strip override_dh_makeshlibs override_dh_shlibdeps get-orig-source
Copied: tcl8.6/tags/8.6.3+dfsg-1/debian/rules (from rev 1702, tcl8.6/branches/experimental/debian/rules)
===================================================================
--- tcl8.6/tags/8.6.3+dfsg-1/debian/rules (rev 0)
+++ tcl8.6/tags/8.6.3+dfsg-1/debian/rules 2015-03-09 07:52:47 UTC (rev 1703)
@@ -0,0 +1,139 @@
+#!/usr/bin/make -f
+
+v = 8.6
+DIR = $(shell pwd)/debian/tmp
+
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+include /usr/share/dpkg/architecture.mk
+
+LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
+export LDFLAGS
+
+ifeq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+# See bug #446335 for -fno-unit-at-a-time
+ifeq ($(DEB_HOST_ARCH), hppa)
+# Disable stack checking for hppa (it doesn't work properly yet)
+CFLAGS += -fno-unit-at-a-time -DTCL_NO_STACK_CHECK=1
+else
+CFLAGS += -fno-unit-at-a-time
+endif
+endif
+
+%:
+ dh $@
+
+override_dh_auto_clean:
+ [ ! -f unix/Makefile ] || $(MAKE) -C unix distclean
+
+override_dh_auto_configure:
+ # So so ugly but it works...
+ touch generic/tclStubInit.c
+ TCL_LIBRARY="/usr/share/tcltk/tcl$(v)" \
+ TCL_PACKAGE_PATH="/usr/local/lib/tcltk /usr/local/share/tcltk \
+ /usr/lib/tcltk/$(DEB_HOST_MULTIARCH) /usr/lib/tcltk /usr/share/tcltk \
+ /usr/lib/tcltk/tcl$(v) /usr/lib" \
+ CFLAGS="$(CFLAGS)" \
+ CPPFLAGS="$(CPPFLAGS)" \
+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\$${TCL_LIB_FILE}" \
+ dh_auto_configure -Dunix -- \
+ --includedir=/usr/include/tcl$(v) \
+ --enable-shared \
+ --enable-threads \
+ --enable-dll-unloading \
+ --disable-rpath \
+ --without-tzdata \
+ --enable-man-symlinks
+
+override_dh_auto_build:
+ touch generic/tclStubInit.c && \
+ $(MAKE) -C unix
+ # Build the static library
+ cd unix && \
+ ar cr libtcl$(v).a *.o && \
+ ar d libtcl$(v).a tclAppInit.o && \
+ ranlib libtcl$(v).a
+
+override_dh_auto_install:
+ $(MAKE) -C unix INSTALL_ROOT=$(DIR) \
+ MAN_INSTALL_DIR=$(DIR)/usr/share/man \
+ MANN_INSTALL_DIR=$(DIR)/usr/share/man/man3 \
+ TCL_MODULE_PATH="/usr/lib/tcltk /usr/share/tcltk" \
+ install
+ # Fix up the modules
+ sed -i -e's:variable paths {}:variable paths {/usr/share/tcltk/tcl$(v)/tcl8}:' \
+ $(DIR)/usr/share/tcltk/tcl$(v)/tm.tcl
+ install -d -m 755 $(DIR)/usr/share/tcltk/tcl$(v)/tcl8
+ mv $(DIR)/usr/share/tcltk/tcl8/*/* $(DIR)/usr/share/tcltk/tcl$(v)/tcl8
+ # Fix up the libraries
+ cp unix/libtcl$(v).a $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)
+ install -d -m 755 $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/tcl$(v)
+ mv $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/*.sh $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/tcl$(v)
+ install -d -m 755 $(DIR)/usr/share/aclocal
+ cp unix/tcl.m4 $(DIR)/usr/share/aclocal/tcl$(v).m4
+ rm -f $(DIR)/usr/share/tcltk/tcl$(v)/ldAix
+ # Fix up the include files
+ install -d $(DIR)/usr/include/tcl$(v)/tcl-private/generic
+ cp generic/*.h $(DIR)/usr/include/tcl$(v)/tcl-private/generic
+ install -d $(DIR)/usr/include/tcl$(v)/tcl-private/unix
+ cp unix/*.h $(DIR)/usr/include/tcl$(v)/tcl-private/unix
+ install -d $(DIR)/usr/include/tcl$(v)/tcl-private/compat
+ cp compat/*.h $(DIR)/usr/include/tcl$(v)/tcl-private/compat
+ install -d $(DIR)/usr/include/tcl$(v)/tcl-private/libtommath
+ cp libtommath/*.h $(DIR)/usr/include/tcl$(v)/tcl-private/libtommath
+ #
+ # Temporary HACK until all reverse dependencies will be rebuilt
+ ln -sf libtcl$(v).so $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/libtcl$(v).so.0
+ #
+ # Fix up the manpages.
+ cd $(DIR)/usr/share/man/man1 && \
+ cat tclsh.1 | sed -e 's/(n)/(3tcl)/g' > tclsh$(v).1 && \
+ rm tclsh.1
+ cd $(DIR)/usr/share/man/man3 && \
+ for f in *.[3n] ; do \
+ f2=$$(echo $$f | sed -e 's/\.[3n]/.3tcl/') ; \
+ if [ -L $$f ]; then \
+ l=$$(readlink -n $$f | sed -e 's/\.[3n]/.3tcl/') ; \
+ rm $$f ; \
+ ln -sf $$l $$f2 ; \
+ else \
+ cat $$f | sed -e 's/^\.TH \([^ ]\+\|"[^"]\+"\) [3n]/.TH \1 3tcl/' \
+ -e 's/\(Tk_[0-9A-Za-z]*\)(3)/\1(3tk)/g' \
+ -e 's/\([A-Z][0-9A-Za-z_]*\)(3)/\1(3tcl)/g' \
+ -e 's/send(n)/send(3tk)/g' \
+ -e 's/text(n)/text(3tk)/g' \
+ -e 's/tk(n)/tk(3tk)/g' \
+ -e 's/winfo(n)/winfo(3tk)/g' \
+ -e 's/(n)/(3tcl)/g' \
+ -e "s/\\N'244'/\\[^o]/g" \
+ >$$f2 ; \
+ rm $$f ; \
+ fi ; \
+ done
+
+override_dh_strip:
+ dh_strip -plibtcl$(v) --dbg-package=libtcl$(v)-dbg
+ dh_strip -a -Nlibtcl$(v)
+
+override_dh_makeshlibs: /usr/share/debhelper/autoscripts/postinst-makeshlibs /usr/share/debhelper/autoscripts/postrm-makeshlibs
+ dh_makeshlibs -a -Xtcltest
+ cat /usr/share/debhelper/autoscripts/postinst-makeshlibs >>debian/libtcl$(v).postinst.debhelper
+ cat /usr/share/debhelper/autoscripts/postrm-makeshlibs >>debian/libtcl$(v).postrm.debhelper
+
+override_dh_shlibdeps:
+ dh_shlibdeps -a -ldebian/libtcl$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
+
+get-orig-source:
+ CURDIR=`pwd` && \
+ TMPDIR=`mktemp -d /tmp/tcl8.6.XXXXXX` && \
+ cd $$TMPDIR && \
+ wget -O - \
+ http://prdownloads.sourceforge.net/tcl/tcl-core$(v).3-src.tar.gz | tar -zx && \
+ for f in `find . -name *.chm` ; do \
+ echo "REMOVING NON-FREE DOC $$f" ; rm -f $$f ; \
+ done && \
+ tar -zcf $$CURDIR/tcl$(v)_$(v).3+dfsg.orig.tar.gz tcl$(v).2 && \
+ rm -rf $$TMPDIR
+
+.PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_install \
+ override_dh_strip override_dh_makeshlibs override_dh_shlibdeps get-orig-source
More information about the Pkg-tcltk-commits
mailing list