[Pkg-tcltk-commits] r1471 - tcltk-defaults/branches/experimental/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sat Aug 24 06:14:12 UTC 2013
Author: sgolovan
Date: 2013-08-24 06:14:11 +0000 (Sat, 24 Aug 2013)
New Revision: 1471
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]
* Added conflicts and replaces headers for libtcl-dev and libtk-dev (with
tcl-dev and tk-dev respectively) to make the packages upgradable from
versions in stable (closes: #720464).
Modified: tcltk-defaults/branches/experimental/debian/changelog
===================================================================
--- tcltk-defaults/branches/experimental/debian/changelog 2013-08-20 16:54:38 UTC (rev 1470)
+++ tcltk-defaults/branches/experimental/debian/changelog 2013-08-24 06:14:11 UTC (rev 1471)
@@ -1,8 +1,10 @@
-tcltk-defaults (8.6.0+4) UNRELEASED; urgency=low
+tcltk-defaults (8.5.14+4) experimental; urgency=low
- * NOT RELEASED YET
+ * Added conflicts and replaces headers for libtcl-dev and libtk-dev (with
+ tcl-dev and tk-dev respectively) to make the packages upgradable from
+ versions in stable (closes: #720464).
- -- Sergei Golovan <sgolovan at debian.org> Mon, 19 Aug 2013 22:38:46 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 24 Aug 2013 10:13:38 +0400
tcltk-defaults (8.6.0+3) experimental; urgency=low
Modified: tcltk-defaults/branches/experimental/debian/control
===================================================================
--- tcltk-defaults/branches/experimental/debian/control 2013-08-20 16:54:38 UTC (rev 1470)
+++ tcltk-defaults/branches/experimental/debian/control 2013-08-24 06:14:11 UTC (rev 1471)
@@ -14,7 +14,7 @@
Section: interpreters
Priority: optional
Architecture: any
-Depends: tcl8.6 (>= 8.6.0-2), ${misc:Depends}
+Depends: tcl8.5 (>= 8.5.14-4), ${misc:Depends}
Breaks: tcl8.3 (<< 8.3.5-15), tcl8.4 (<< 8.4.20-2), tcl8.5 (<< 8.5.14-3), tcl8.6 (<< 8.6.0-2)
Provides: tclsh
Multi-Arch: foreign
@@ -23,23 +23,24 @@
scripting language.
.
This package is a dependency package, which depends on Debian's default
- Tcl version (currently 8.6).
+ Tcl version (currently 8.5).
Package: libtcl-dev
Section: libdevel
Priority: optional
Architecture: any
-Depends: libtcl8.6-dev (>= 8.6.0-2), tcl, ${misc:Depends}
+Depends: libtcl8.5-dev (>= 8.5.14-4), tcl, ${misc:Depends}
Suggests: tcl-doc
-Conflicts: tk-tile
-Replaces: tk-tile
+Conflicts: tk-tile, tcl-dev (<< ${binary:Version})
+Provides: tcl-dev
+Replaces: tk-tile, tcl-dev (<< ${binary:Version})
Multi-Arch: same
Description: 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.6).
+ Tcl version (currently 8.5).
Package: tcl-dev
Section: libdevel
@@ -55,20 +56,20 @@
Priority: optional
Architecture: all
Depends: ${misc:Depends}
-Recommends: tcl8.6-doc (>= 8.6.0-2)
+Recommends: tcl8.5-doc (>= 8.5.14-4)
Suggests: tcl
Description: 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.6).
+ Tcl version (currently 8.5).
Package: tk
Section: interpreters
Priority: optional
Architecture: any
-Depends: tk8.6 (>= 8.6.0-2), tcl, ${misc:Depends}
+Depends: tk8.5 (>= 8.5.14-4), tcl, ${misc:Depends}
Breaks: tk8.3 (<< 8.3.5-16), tk8.4 (<< 8.4.20-2), tk8.5 (<< 8.5.14-3), tk8.6 (<< 8.6.0-2)
Provides: wish
Multi-Arch: foreign
@@ -77,21 +78,24 @@
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.6).
+ Tk version (currently 8.5).
Package: libtk-dev
Section: libdevel
Priority: optional
Architecture: any
-Depends: libtk8.6-dev (>= 8.6.0-2), tk, libtcl-dev, ${misc:Depends}
+Depends: libtk8.5-dev (>= 8.5.14-4), tk, libtcl-dev, ${misc:Depends}
Suggests: tk-doc
+Conflicts: tk-dev (<< ${binary:Version})
+Provides: tk-dev
+Replaces: tk-dev (<< ${binary:Version})
Multi-Arch: same
Description: 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.6).
+ Tk version (currently 8.5).
Package: tk-dev
Section: libdevel
@@ -107,11 +111,11 @@
Priority: optional
Architecture: all
Depends: tcl-doc (= ${binary:Version}), ${misc:Depends}
-Recommends: tk8.6-doc (>= 8.6.0-2)
+Recommends: tk8.5-doc (>= 8.5.14-4)
Suggests: tk
Description: 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.6).
+ Tk version (currently 8.5).
Modified: tcltk-defaults/branches/experimental/debian/control.in
===================================================================
--- tcltk-defaults/branches/experimental/debian/control.in 2013-08-20 16:54:38 UTC (rev 1470)
+++ tcltk-defaults/branches/experimental/debian/control.in 2013-08-24 06:14:11 UTC (rev 1471)
@@ -31,8 +31,9 @@
Architecture: any
Depends: libtcl at VER@-dev (>= @TCLVER@), tcl, ${misc:Depends}
Suggests: tcl-doc
-Conflicts: tk-tile
-Replaces: tk-tile
+Conflicts: tk-tile, tcl-dev (<< ${binary:Version})
+Provides: tcl-dev
+Replaces: tk-tile, tcl-dev (<< ${binary:Version})
Multi-Arch: same
Description: Tool Command Language (default version) - development files
Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
@@ -85,6 +86,9 @@
Architecture: any
Depends: libtk at VER@-dev (>= @TKVER@), tk, libtcl-dev, ${misc:Depends}
Suggests: tk-doc
+Conflicts: tk-dev (<< ${binary:Version})
+Provides: tk-dev
+Replaces: tk-dev (<< ${binary:Version})
Multi-Arch: same
Description: Toolkit for Tcl and X11 (default version) - development files
Tk is a cross-platform graphical toolkit which provides the Motif
Modified: tcltk-defaults/branches/experimental/debian/rules
===================================================================
--- tcltk-defaults/branches/experimental/debian/rules 2013-08-20 16:54:38 UTC (rev 1470)
+++ tcltk-defaults/branches/experimental/debian/rules 2013-08-24 06:14:11 UTC (rev 1471)
@@ -5,10 +5,10 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-VER := 8.6
-TCLVER := 8.6.0-2
-TKVER := 8.6.0-2
-COMPATVER := 8.6.0-2
+VER := 8.5
+TCLVER := 8.5.14-4
+TKVER := 8.5.14-4
+COMPATVER := 8.5.14-4
include /usr/share/dpkg/architecture.mk
More information about the Pkg-tcltk-commits
mailing list