[Pkg-tcltk-commits] r1433 - tcltk-defaults/branches/experimental/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Wed Jul 31 09:14:44 UTC 2013


Author: sgolovan
Date: 2013-07-31 09:14:44 +0000 (Wed, 31 Jul 2013)
New Revision: 1433

Modified:
   tcltk-defaults/branches/experimental/debian/changelog
   tcltk-defaults/branches/experimental/debian/control
   tcltk-defaults/branches/experimental/debian/control.in
Log:
[tcltk-defaults-experimental]
  * Renamed tcl-dev and tk-dev packages to libtcl-dev and libtk-dev
    (providing the former as virtual packages for backward compatibility).


Modified: tcltk-defaults/branches/experimental/debian/changelog
===================================================================
--- tcltk-defaults/branches/experimental/debian/changelog	2013-07-31 08:09:48 UTC (rev 1432)
+++ tcltk-defaults/branches/experimental/debian/changelog	2013-07-31 09:14:44 UTC (rev 1433)
@@ -4,6 +4,8 @@
   * Don't use the alternatives mechanism for selecting the default Tcl/Tk
     version. Use plain symlinks instead. This includes removing all tclsh
     and wish alternatives in the preinst scripts (closes: #628179).
+  * Renamed tcl-dev and tk-dev packages to libtcl-dev and libtk-dev
+    (providing the former as virtual packages for backward compatibility).
   * Updated conflicts with tcl/tk 8.3, 8.4, 8.5 and 8.6 packages to the
     latest versions which stil use alternatives.
   * Provide tclsh and wish virtual packages (by tcl and tk respectively)
@@ -19,7 +21,7 @@
   * Added conflicts and replaces tk-tile headers to the tcl-dev package,
     acknowledging NMU.
 
- -- Sergei Golovan <sgolovan at debian.org>  Sun, 21 Jul 2013 10:53:04 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Wed, 31 Jul 2013 13:14:12 +0400
 
 tcltk-defaults (8.6.0-1) experimental; urgency=low
 

Modified: tcltk-defaults/branches/experimental/debian/control
===================================================================
--- tcltk-defaults/branches/experimental/debian/control	2013-07-31 08:09:48 UTC (rev 1432)
+++ tcltk-defaults/branches/experimental/debian/control	2013-07-31 09:14:44 UTC (rev 1433)
@@ -25,6 +25,23 @@
  This package is a dependency package, which depends on Debian's default
  Tcl version (currently 8.6).
 
+Package: libtcl-dev
+Section: devel
+Priority: optional
+Architecture: any
+Depends: libtcl8.6-dev (>= 8.6.0-2), tcl (= ${binary:Version}), ${misc:Depends}
+Suggests: tcl-doc
+Conflicts: tk-tile, tcl-dev
+Replaces: tk-tile, tcl-dev
+Provides: tcl-dev
+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).
+
 Package: tcl-doc
 Section: doc
 Priority: optional
@@ -39,24 +56,8 @@
  This package is a dependency package, which depends on Debian's default
  Tcl version (currently 8.6).
 
-Package: tcl-dev
-Section: devel
-Priority: optional
-Architecture: any
-Depends: tcl8.6-dev (>= 8.6.0-2), tcl (= ${binary:Version}), ${misc:Depends}
-Suggests: tcl-doc
-Conflicts: tk-tile
-Replaces: tk-tile
-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).
-
 Package: tk
-Section: libs
+Section: interpreters
 Priority: optional
 Architecture: any
 Depends: tk8.6 (>= 8.6.0-2), tcl (= ${binary:Version}), ${misc:Depends}
@@ -70,6 +71,23 @@
  This package is a dependency package, which depends on Debian's default
  Tk version (currently 8.6).
 
+Package: libtk-dev
+Section: devel
+Priority: optional
+Architecture: any
+Depends: libtk8.6-dev (>= 8.6.0-2), tk (= ${binary:Version}), libtcl-dev (= ${binary:Version}), ${misc:Depends}
+Suggests: tk-doc
+Conflicts: tk-dev
+Replaces: tk-dev
+Provides: tk-dev
+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).
+
 Package: tk-doc
 Section: doc
 Priority: optional
@@ -83,17 +101,3 @@
  .
  This package is a dependency package, which depends on Debian's default
  Tk version (currently 8.6).
-
-Package: tk-dev
-Section: devel
-Priority: optional
-Architecture: any
-Depends: tk8.6-dev (>= 8.6.0-2), tk (= ${binary:Version}), tcl-dev (= ${binary:Version}), ${misc:Depends}
-Suggests: tk-doc
-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).

Modified: tcltk-defaults/branches/experimental/debian/control.in
===================================================================
--- tcltk-defaults/branches/experimental/debian/control.in	2013-07-31 08:09:48 UTC (rev 1432)
+++ tcltk-defaults/branches/experimental/debian/control.in	2013-07-31 09:14:44 UTC (rev 1433)
@@ -25,6 +25,23 @@
  This package is a dependency package, which depends on Debian's default
  Tcl version (currently @VER@).
 
+Package: libtcl-dev
+Section: devel
+Priority: optional
+Architecture: any
+Depends: libtcl at VER@-dev (>= @TCLVER@), tcl (= ${binary:Version}), ${misc:Depends}
+Suggests: tcl-doc
+Conflicts: tk-tile, tcl-dev
+Replaces: tk-tile, tcl-dev
+Provides: tcl-dev
+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 @VER@).
+
 Package: tcl-doc
 Section: doc
 Priority: optional
@@ -39,24 +56,8 @@
  This package is a dependency package, which depends on Debian's default
  Tcl version (currently @VER@).
 
-Package: tcl-dev
-Section: devel
-Priority: optional
-Architecture: any
-Depends: tcl at VER@-dev (>= @TCLVER@), tcl (= ${binary:Version}), ${misc:Depends}
-Suggests: tcl-doc
-Conflicts: tk-tile
-Replaces: tk-tile
-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 @VER@).
-
 Package: tk
-Section: libs
+Section: interpreters
 Priority: optional
 Architecture: any
 Depends: tk at VER@ (>= @TKVER@), tcl (= ${binary:Version}), ${misc:Depends}
@@ -70,6 +71,23 @@
  This package is a dependency package, which depends on Debian's default
  Tk version (currently @VER@).
 
+Package: libtk-dev
+Section: devel
+Priority: optional
+Architecture: any
+Depends: libtk at VER@-dev (>= @TKVER@), tk (= ${binary:Version}), libtcl-dev (= ${binary:Version}), ${misc:Depends}
+Suggests: tk-doc
+Conflicts: tk-dev
+Replaces: tk-dev
+Provides: tk-dev
+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 @VER@).
+
 Package: tk-doc
 Section: doc
 Priority: optional
@@ -83,17 +101,3 @@
  .
  This package is a dependency package, which depends on Debian's default
  Tk version (currently @VER@).
-
-Package: tk-dev
-Section: devel
-Priority: optional
-Architecture: any
-Depends: tk at VER@-dev (>= @TKVER@), tk (= ${binary:Version}), tcl-dev (= ${binary:Version}), ${misc:Depends}
-Suggests: tk-doc
-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 @VER@).




More information about the Pkg-tcltk-commits mailing list