[Pkg-tcltk-commits] r278 - / tcltk-defaults tcltk-defaults/trunk tcltk-defaults/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Thu Oct 18 11:57:39 UTC 2007
Author: sgolovan-guest
Date: 2007-10-18 11:57:39 +0000 (Thu, 18 Oct 2007)
New Revision: 278
Added:
tcltk-defaults/
tcltk-defaults/tags/
tcltk-defaults/trunk/
tcltk-defaults/trunk/debian/
tcltk-defaults/trunk/debian/changelog
tcltk-defaults/trunk/debian/compat
tcltk-defaults/trunk/debian/control
tcltk-defaults/trunk/debian/control.in
tcltk-defaults/trunk/debian/rules
tcltk-defaults/trunk/debian/tcl-dev.dirs
tcltk-defaults/trunk/debian/tcl-dev.links.in
tcltk-defaults/trunk/debian/tcl-doc.dirs
tcltk-defaults/trunk/debian/tcl.dirs
tcltk-defaults/trunk/debian/tcl.links.in
tcltk-defaults/trunk/debian/tcl.postinst.in
tcltk-defaults/trunk/debian/tcl.prerm.in
tcltk-defaults/trunk/debian/tk-dev.dirs
tcltk-defaults/trunk/debian/tk-dev.links.in
tcltk-defaults/trunk/debian/tk-doc.dirs
tcltk-defaults/trunk/debian/tk.dirs
tcltk-defaults/trunk/debian/tk.links.in
tcltk-defaults/trunk/debian/tk.postinst.in
tcltk-defaults/trunk/debian/tk.prerm.in
Log:
[svn-inject] Installing original source of tcltk-defaults
Added: tcltk-defaults/trunk/debian/changelog
===================================================================
--- tcltk-defaults/trunk/debian/changelog (rev 0)
+++ tcltk-defaults/trunk/debian/changelog 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,6 @@
+tcltk-defaults (8.4.16-1) unstable; urgency=low
+
+ [ Sergei Golovan ]
+ * Initial release.
+
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 17 Oct 2007 18:38:56 +0400
Added: tcltk-defaults/trunk/debian/compat
===================================================================
--- tcltk-defaults/trunk/debian/compat (rev 0)
+++ tcltk-defaults/trunk/debian/compat 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1 @@
+5
Added: tcltk-defaults/trunk/debian/control
===================================================================
--- tcltk-defaults/trunk/debian/control (rev 0)
+++ tcltk-defaults/trunk/debian/control 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,85 @@
+Source: tcltk-defaults
+Section: interpreters
+Priority: optional
+Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>, Sergei Golovan <sgolovan at debian.org>
+Build-Depends: debhelper (>= 5.0.0)
+Standards-Version: 3.7.2
+
+Package: tcl
+Section: interpreters
+Priority: optional
+Architecture: all
+Depends: tcl8.4 (>= 8.4.16-2)
+Conflicts: tcl8.3 (<< 8.3.5-8), tcl8.4 (<< 8.4.16-2), tcl8.5 (<< 0.b1-2)
+Description: The Tool Command Language (default version) - run-time files
+ Tcl is a powerful, easy to use, embeddable, cross-platform interpreted
+ scripting language.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Tcl version (currently 8.4).
+
+Package: tcl-doc
+Section: doc
+Priority: optional
+Architecture: all
+Recommends: tcl8.4-doc (>= 8.4.16-2)
+Suggests: tcl
+Description: The Tool Command Language (default version) - manual pages
+ Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
+ scripting language. This package contains the man pages for Tcl commands.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Tcl version (currently 8.4).
+
+Package: tcl-dev
+Section: devel
+Priority: optional
+Architecture: all
+Depends: tcl8.4-dev (>= 8.4.16-2), tcl (= ${binary:Version})
+Suggests: tcl-doc
+Description: The Tool Command Language (default version) - development files
+ Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
+ scripting language.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Tcl version (currently 8.4).
+
+Package: tk
+Section: libs
+Priority: optional
+Architecture: all
+Depends: tk8.4 (>= 8.4.16-2), tcl (= ${binary:Version})
+Conflicts: tcl8.3 (<< 8.3.5-11), tcl8.4 (<< 8.4.16-2), tcl8.5 (<< 0.b1-2)
+Description: Tk toolkit for Tcl and X11 (default version) - run-time files
+ Tk is a cross-platform graphical toolkit which provides the Motif
+ look-and-feel and is implemented using the Tcl scripting language.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Tk version (currently 8.4).
+
+Package: tk-doc
+Section: doc
+Priority: optional
+Architecture: all
+Recommends: tk8.4-doc (>= 8.4.16-2)
+Suggests: tk
+Description: Tk toolkit for Tcl and X11 (default version) - manual pages
+ Tk is a cross-platform graphical toolkit which provides the Motif
+ look-and-feel and is implemented using the Tcl scripting language.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Tk version (currently 8.4).
+
+Package: tk-dev
+Section: devel
+Priority: optional
+Architecture: all
+Depends: tk8.4-dev (>= 8.4.16-2), tk (= ${binary:Version}), tcl-dev (= ${binary:Version})
+Suggests: tk-doc
+Description: Tk toolkit for Tcl and X11 (default version) - development files
+ Tk is a cross-platform graphical toolkit which provides the Motif
+ look-and-feel and is implemented using the Tcl scripting language.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Tk version (currently 8.4).
Added: tcltk-defaults/trunk/debian/control.in
===================================================================
--- tcltk-defaults/trunk/debian/control.in (rev 0)
+++ tcltk-defaults/trunk/debian/control.in 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,85 @@
+Source: tcltk-defaults
+Section: interpreters
+Priority: optional
+Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>, Sergei Golovan <sgolovan at debian.org>
+Build-Depends: debhelper (>= 5.0.0)
+Standards-Version: 3.7.2
+
+Package: tcl
+Section: interpreters
+Priority: optional
+Architecture: all
+Depends: tcl at VER@ (>= @TCLVER@)
+Conflicts: tcl8.3 (<< 8.3.5-8), tcl8.4 (<< 8.4.16-2), tcl8.5 (<< 0.b1-2)
+Description: The Tool Command Language (default version) - run-time files
+ Tcl is a powerful, easy to use, embeddable, cross-platform interpreted
+ scripting language.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Tcl version (currently @VER@).
+
+Package: tcl-doc
+Section: doc
+Priority: optional
+Architecture: all
+Recommends: tcl at VER@-doc (>= @TCLVER@)
+Suggests: tcl
+Description: The Tool Command Language (default version) - manual pages
+ Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
+ scripting language. This package contains the man pages for Tcl commands.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Tcl version (currently @VER@).
+
+Package: tcl-dev
+Section: devel
+Priority: optional
+Architecture: all
+Depends: tcl at VER@-dev (>= @TCLVER@), tcl (= ${binary:Version})
+Suggests: tcl-doc
+Description: The Tool Command Language (default version) - development files
+ Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
+ scripting language.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Tcl version (currently @VER@).
+
+Package: tk
+Section: libs
+Priority: optional
+Architecture: all
+Depends: tk at VER@ (>= @TKVER@), tcl (= ${binary:Version})
+Conflicts: tcl8.3 (<< 8.3.5-11), tcl8.4 (<< 8.4.16-2), tcl8.5 (<< 0.b1-2)
+Description: Tk toolkit for Tcl and X11 (default version) - run-time files
+ Tk is a cross-platform graphical toolkit which provides the Motif
+ look-and-feel and is implemented using the Tcl scripting language.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Tk version (currently @VER@).
+
+Package: tk-doc
+Section: doc
+Priority: optional
+Architecture: all
+Recommends: tk at VER@-doc (>= @TKVER@)
+Suggests: tk
+Description: Tk toolkit for Tcl and X11 (default version) - manual pages
+ Tk is a cross-platform graphical toolkit which provides the Motif
+ look-and-feel and is implemented using the Tcl scripting language.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Tk version (currently @VER@).
+
+Package: tk-dev
+Section: devel
+Priority: optional
+Architecture: all
+Depends: tk at VER@-dev (>= @TKVER@), tk (= ${binary:Version}), tcl-dev (= ${binary:Version})
+Suggests: tk-doc
+Description: Tk toolkit for Tcl and X11 (default version) - development files
+ Tk is a cross-platform graphical toolkit which provides the Motif
+ look-and-feel and is implemented using the Tcl scripting language.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Tk version (currently @VER@).
Added: tcltk-defaults/trunk/debian/rules
===================================================================
--- tcltk-defaults/trunk/debian/rules (rev 0)
+++ tcltk-defaults/trunk/debian/rules 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,72 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+VER := 8.4
+TCLVER := 8.4.16-2
+TKVER := 8.4.16-2
+PRIO := 841
+
+debian/control: debian/control.in
+ sed -e "s/@VER@/$(VER)/g" \
+ -e "s/@TCLVER@/$(TCLVER)/g" \
+ -e "s/@TKVER@/$(TKVER)/g" \
+ <debian/control.in >debian/control
+
+clean: debian/control
+ dh_testdir
+ dh_testroot
+ rm -f *-stamp
+
+ rm -f debian/*.links
+ rm -f debian/*.postinst
+ rm -f debian/*.prerm
+
+ dh_clean
+
+build: build-stamp
+build-stamp: debian/control
+ touch build-stamp
+
+install: install-stamp
+install-stamp: build-stamp
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ for f in debian/*.links.in debian/*.p*.in; do \
+ sed -e "s/@VER@/$(VER)/g" \
+ -e "s/@PRIO@/$(PRIO)/g" \
+ <$$f >$${f%%.in} ; \
+ done
+
+ touch install-stamp
+
+# Build architecture-independent files here.
+binary-indep: install-stamp
+ dh_testdir -i
+ dh_testroot -i
+ dh_install -i
+ dh_installdocs -i
+ dh_installchangelogs -i
+ dh_installmenu -i
+ dh_desktop -i
+ dh_link -i
+ dh_compress -i
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
+
+# Build architecture-dependent files here.
+binary-arch:
+# nothing to do
+
+binary: binary-indep binary-arch
+
+.PHONY: configure build clean binary-indep binary-arch binary install
Property changes on: tcltk-defaults/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+
Added: tcltk-defaults/trunk/debian/tcl-dev.dirs
===================================================================
--- tcltk-defaults/trunk/debian/tcl-dev.dirs (rev 0)
+++ tcltk-defaults/trunk/debian/tcl-dev.dirs 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,4 @@
+/usr/include
+/usr/lib
+/usr/share/aclocal
+/usr/share/doc/tcl-dev
Added: tcltk-defaults/trunk/debian/tcl-dev.links.in
===================================================================
--- tcltk-defaults/trunk/debian/tcl-dev.links.in (rev 0)
+++ tcltk-defaults/trunk/debian/tcl-dev.links.in 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,6 @@
+/usr/include/tcl at VER@ /usr/include/tcl
+/usr/lib/libtcl at VER@.a /usr/lib/libtcl.a
+/usr/lib/libtcl at VER@.so /usr/lib/libtcl.so
+/usr/lib/libtclstub at VER@.so /usr/lib/libtclstub.so
+/usr/share/aclocal/tcl at VER@.m4 /usr/share/aclocal/tcl.m4
+/usr/share/tcltk/tcl at VER@/tclConfig.sh /usr/lib/tclConfig.sh
Added: tcltk-defaults/trunk/debian/tcl-doc.dirs
===================================================================
--- tcltk-defaults/trunk/debian/tcl-doc.dirs (rev 0)
+++ tcltk-defaults/trunk/debian/tcl-doc.dirs 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1 @@
+/usr/share/doc/tcl-doc
Added: tcltk-defaults/trunk/debian/tcl.dirs
===================================================================
--- tcltk-defaults/trunk/debian/tcl.dirs (rev 0)
+++ tcltk-defaults/trunk/debian/tcl.dirs 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,3 @@
+/usr/bin
+/usr/share/doc/tcl
+/usr/share/man/man1
Added: tcltk-defaults/trunk/debian/tcl.links.in
===================================================================
--- tcltk-defaults/trunk/debian/tcl.links.in (rev 0)
+++ tcltk-defaults/trunk/debian/tcl.links.in 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,2 @@
+/usr/bin/tclsh at VER@ /usr/bin/tclsh-default
+/usr/share/man/man1/tclsh at VER@.1.gz /usr/share/man/man1/tclsh-default.1.gz
Added: tcltk-defaults/trunk/debian/tcl.postinst.in
===================================================================
--- tcltk-defaults/trunk/debian/tcl.postinst.in (rev 0)
+++ tcltk-defaults/trunk/debian/tcl.postinst.in 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = "configure" ]; then
+ update-alternatives --install /usr/bin/tclsh tclsh /usr/bin/tclsh-default 10000 \
+ --slave /usr/share/man/man1/tclsh.1.gz tclsh.1 \
+ /usr/share/man/man1/tclsh-default.1.gz
+fi
+
+#DEBHELPER#
Added: tcltk-defaults/trunk/debian/tcl.prerm.in
===================================================================
--- tcltk-defaults/trunk/debian/tcl.prerm.in (rev 0)
+++ tcltk-defaults/trunk/debian/tcl.prerm.in 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+update-alternatives --remove tclsh /usr/bin/tclsh-default
+
+#DEBHELPER#
Added: tcltk-defaults/trunk/debian/tk-dev.dirs
===================================================================
--- tcltk-defaults/trunk/debian/tk-dev.dirs (rev 0)
+++ tcltk-defaults/trunk/debian/tk-dev.dirs 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,4 @@
+/usr/include
+/usr/lib
+/usr/share/aclocal
+/usr/share/doc/tk-dev
Added: tcltk-defaults/trunk/debian/tk-dev.links.in
===================================================================
--- tcltk-defaults/trunk/debian/tk-dev.links.in (rev 0)
+++ tcltk-defaults/trunk/debian/tk-dev.links.in 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,5 @@
+/usr/include/tcl at VER@ /usr/include/tk
+/usr/lib/libtk at VER@.a /usr/lib/libtk.a
+/usr/lib/libtk at VER@.so /usr/lib/libtk.so
+/usr/lib/libtkstub at VER@.so /usr/lib/libtkstub.so
+/usr/share/tcltk/tk at VER@/tkConfig.sh /usr/lib/tkConfig.sh
Added: tcltk-defaults/trunk/debian/tk-doc.dirs
===================================================================
--- tcltk-defaults/trunk/debian/tk-doc.dirs (rev 0)
+++ tcltk-defaults/trunk/debian/tk-doc.dirs 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1 @@
+/usr/share/doc/tk-doc
Added: tcltk-defaults/trunk/debian/tk.dirs
===================================================================
--- tcltk-defaults/trunk/debian/tk.dirs (rev 0)
+++ tcltk-defaults/trunk/debian/tk.dirs 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,3 @@
+/usr/bin
+/usr/share/doc/tk
+/usr/share/man/man1
Added: tcltk-defaults/trunk/debian/tk.links.in
===================================================================
--- tcltk-defaults/trunk/debian/tk.links.in (rev 0)
+++ tcltk-defaults/trunk/debian/tk.links.in 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,2 @@
+/usr/bin/wish at VER@ /usr/bin/wish-default
+/usr/share/man/man1/wish at VER@.1.gz /usr/share/man/man1/wish-default.1.gz
Added: tcltk-defaults/trunk/debian/tk.postinst.in
===================================================================
--- tcltk-defaults/trunk/debian/tk.postinst.in (rev 0)
+++ tcltk-defaults/trunk/debian/tk.postinst.in 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = "configure" ]; then
+ update-alternatives --install /usr/bin/wish wish /usr/bin/wish-default 10000 \
+ --slave /usr/share/man/man1/wish.1.gz wish.1 \
+ /usr/share/man/man1/wish-default.1.gz
+fi
+
+#DEBHELPER#
Added: tcltk-defaults/trunk/debian/tk.prerm.in
===================================================================
--- tcltk-defaults/trunk/debian/tk.prerm.in (rev 0)
+++ tcltk-defaults/trunk/debian/tk.prerm.in 2007-10-18 11:57:39 UTC (rev 278)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
+
+update-alternatives --remove wish /usr/bin/wish-default
+fi
+
+#DEBHELPER#
More information about the Pkg-tcltk-commits
mailing list