[Pkg-tcltk-commits] r1178 - tcltk-defaults/branches/experimental/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sun Sep 4 08:35:32 UTC 2011
Author: sgolovan
Date: 2011-09-04 08:35:32 +0000 (Sun, 04 Sep 2011)
New Revision: 1178
Modified:
tcltk-defaults/branches/experimental/debian/changelog
tcltk-defaults/branches/experimental/debian/control
tcltk-defaults/branches/experimental/debian/control.in
tcltk-defaults/branches/experimental/debian/rules
Log:
[tcltk-defaults]
* Changed the default Tcl/Tk version to 8.6 for experimental.
* Bumped standards version to 3.9.2. No changes.
Modified: tcltk-defaults/branches/experimental/debian/changelog
===================================================================
--- tcltk-defaults/branches/experimental/debian/changelog 2011-09-04 08:22:38 UTC (rev 1177)
+++ tcltk-defaults/branches/experimental/debian/changelog 2011-09-04 08:35:32 UTC (rev 1178)
@@ -1,8 +1,9 @@
-tcltk-defaults (8.5.0-3) UNRELEASED; urgency=low
+tcltk-defaults (8.6.0-1) experimental; urgency=low
- * NOT RELEASED YET
+ * Changed the default Tcl/Tk version to 8.6 for experimental.
+ * Bumped standards version to 3.9.2. No changes.
- -- Sergei Golovan <sgolovan at debian.org> Sun, 06 Feb 2011 17:36:32 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Sun, 04 Sep 2011 12:34:38 +0400
tcltk-defaults (8.5.0-2) unstable; urgency=low
Modified: tcltk-defaults/branches/experimental/debian/control
===================================================================
--- tcltk-defaults/branches/experimental/debian/control 2011-09-04 08:22:38 UTC (rev 1177)
+++ tcltk-defaults/branches/experimental/debian/control 2011-09-04 08:35:32 UTC (rev 1178)
@@ -8,84 +8,84 @@
texlive-fonts-recommended | tetex-extra,
texlive-latex-extra | tetex-extra,
texlive-latex-recommended | tetex-extra
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Package: tcl
Section: interpreters
Priority: optional
Architecture: all
-Depends: tcl8.5 (>= 8.5.0-1), ${misc:Depends}
+Depends: tcl8.6 (>= 8.6.0~b2-1), ${misc:Depends}
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.5).
+ Tcl version (currently 8.6).
Package: tcl-doc
Section: doc
Priority: optional
Architecture: all
Depends: ${misc:Depends}
-Recommends: tcl8.5-doc (>= 8.5.0-1)
+Recommends: tcl8.6-doc (>= 8.6.0~b2-1)
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.5).
+ Tcl version (currently 8.6).
Package: tcl-dev
Section: devel
Priority: optional
Architecture: all
-Depends: tcl8.5-dev (>= 8.5.0-1), tcl (= ${binary:Version}), ${misc:Depends}
+Depends: tcl8.6-dev (>= 8.6.0~b2-1), tcl (= ${binary:Version}), ${misc:Depends}
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.5).
+ Tcl version (currently 8.6).
Package: tk
Section: libs
Priority: optional
Architecture: all
-Depends: tk8.5 (>= 8.5.0-1), tcl (= ${binary:Version}), ${misc:Depends}
+Depends: tk8.6 (>= 8.6.0~b2-1), tcl (= ${binary:Version}), ${misc:Depends}
Conflicts: tk8.3 (<< 8.3.5-11), tk8.4 (<< 8.4.16-2), tk8.5 (<< 0.b1-2)
Description: The 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.5).
+ Tk version (currently 8.6).
Package: tk-doc
Section: doc
Priority: optional
Architecture: all
Depends: tcl-doc (= ${binary:Version}), ${misc:Depends}
-Recommends: tk8.5-doc (>= 8.5.0-1)
+Recommends: tk8.6-doc (>= 8.6.0~b2-1)
Suggests: tk
Description: The 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.5).
+ Tk version (currently 8.6).
Package: tk-dev
Section: devel
Priority: optional
Architecture: all
-Depends: tk8.5-dev (>= 8.5.0-1), tk (= ${binary:Version}), tcl-dev (= ${binary:Version}), ${misc:Depends}
+Depends: tk8.6-dev (>= 8.6.0~b2-1), tk (= ${binary:Version}), tcl-dev (= ${binary:Version}), ${misc:Depends}
Suggests: tk-doc
Description: The 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.5).
+ Tk version (currently 8.6).
Modified: tcltk-defaults/branches/experimental/debian/control.in
===================================================================
--- tcltk-defaults/branches/experimental/debian/control.in 2011-09-04 08:22:38 UTC (rev 1177)
+++ tcltk-defaults/branches/experimental/debian/control.in 2011-09-04 08:35:32 UTC (rev 1178)
@@ -8,7 +8,7 @@
texlive-fonts-recommended | tetex-extra,
texlive-latex-extra | tetex-extra,
texlive-latex-recommended | tetex-extra
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Package: tcl
Section: interpreters
Modified: tcltk-defaults/branches/experimental/debian/rules
===================================================================
--- tcltk-defaults/branches/experimental/debian/rules 2011-09-04 08:22:38 UTC (rev 1177)
+++ tcltk-defaults/branches/experimental/debian/rules 2011-09-04 08:35:32 UTC (rev 1178)
@@ -5,10 +5,10 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-VER := 8.5
-TCLVER := 8.5.0-1
-TKVER := 8.5.0-1
-COMPATVER := 8.5.0-1
+VER := 8.6
+TCLVER := 8.6.0~b2-1
+TKVER := 8.6.0~b2-1
+COMPATVER := 8.6.0~b2-1
DOCS = tcltk-policy.html tcltk-policy.txt tcltk-policy.pdf
@@ -34,7 +34,7 @@
build-policy: $(DOCS)
-debian/control: debian/control.in
+debian/control: debian/control.in debian/rules
sed -e "s/@VER@/$(VER)/g" \
-e "s/@TCLVER@/$(TCLVER)/g" \
-e "s/@TKVER@/$(TKVER)/g" \
More information about the Pkg-tcltk-commits
mailing list