[Pkg-tcltk-commits] r948 - tcltk-defaults/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Sat Oct 10 08:02:44 UTC 2009


Author: sgolovan
Date: 2009-10-10 08:02:43 +0000 (Sat, 10 Oct 2009)
New Revision: 948

Modified:
   tcltk-defaults/trunk/debian/changelog
   tcltk-defaults/trunk/debian/control
   tcltk-defaults/trunk/debian/control.in
   tcltk-defaults/trunk/debian/rules
Log:
[tcltk-defaults]
  * Changed the default Tcl/Tk version to 8.5. This means depending on
    tcl8.5 and tk8.5 packages (closes: #515984, #516178).
  * Removed useless call to dh_desktop in debian/rules.
  * Bumped standards version to 3.8.3.


Modified: tcltk-defaults/trunk/debian/changelog
===================================================================
--- tcltk-defaults/trunk/debian/changelog	2009-09-25 07:45:22 UTC (rev 947)
+++ tcltk-defaults/trunk/debian/changelog	2009-10-10 08:02:43 UTC (rev 948)
@@ -1,8 +1,11 @@
-tcltk-defaults (8.4.16-3) UNRELEASED; urgency=low
+tcltk-defaults (8.5.0-1) experimental; urgency=low
 
-  * NOT RELEASED YET
+  * Changed the default Tcl/Tk version to 8.5. This means depending on
+    tcl8.5 and tk8.5 packages (closes: #515984, #516178).
+  * Removed useless call to dh_desktop in debian/rules.
+  * Bumped standards version to 3.8.3.
 
- -- Sergei Golovan <sgolovan at debian.org>  Wed, 30 Jan 2008 23:20:18 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Fri, 18 Sep 2009 11:48:07 +0400
 
 tcltk-defaults (8.4.16-2) unstable; urgency=low
 

Modified: tcltk-defaults/trunk/debian/control
===================================================================
--- tcltk-defaults/trunk/debian/control	2009-09-25 07:45:22 UTC (rev 947)
+++ tcltk-defaults/trunk/debian/control	2009-10-10 08:02:43 UTC (rev 948)
@@ -8,83 +8,83 @@
  texlive-fonts-recommended | tetex-extra,
  texlive-latex-extra | tetex-extra,
  texlive-latex-recommended | tetex-extra
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 
 Package: tcl
 Section: interpreters
 Priority: optional
 Architecture: all
-Depends: tcl8.4 (>= 8.4.16-2)
+Depends: tcl8.5 (>= 8.5.0-1)
 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).
+ Tcl version (currently 8.5).
 
 Package: tcl-doc
 Section: doc
 Priority: optional
 Architecture: all
-Recommends: tcl8.4-doc (>= 8.4.16-2)
+Recommends: tcl8.5-doc (>= 8.5.0-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.4).
+ Tcl version (currently 8.5).
 
 Package: tcl-dev
 Section: devel
 Priority: optional
 Architecture: all
-Depends: tcl8.4-dev (>= 8.4.16-2), tcl (= ${binary:Version})
+Depends: tcl8.5-dev (>= 8.5.0-1), 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).
+ Tcl version (currently 8.5).
 
 Package: tk
 Section: libs
 Priority: optional
 Architecture: all
-Depends: tk8.4 (>= 8.4.16-2), tcl (= ${binary:Version})
+Depends: tk8.5 (>= 8.5.0-1), tcl (= ${binary:Version})
 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.4).
+ Tk version (currently 8.5).
 
 Package: tk-doc
 Section: doc
 Priority: optional
 Architecture: all
 Depends: tcl-doc (= ${binary:Version})
-Recommends: tk8.4-doc (>= 8.4.16-2)
+Recommends: tk8.5-doc (>= 8.5.0-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.4).
+ Tk version (currently 8.5).
 
 Package: tk-dev
 Section: devel
 Priority: optional
 Architecture: all
-Depends: tk8.4-dev (>= 8.4.16-2), tk (= ${binary:Version}), tcl-dev (= ${binary:Version})
+Depends: tk8.5-dev (>= 8.5.0-1), tk (= ${binary:Version}), tcl-dev (= ${binary:Version})
 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.4).
+ Tk version (currently 8.5).

Modified: tcltk-defaults/trunk/debian/control.in
===================================================================
--- tcltk-defaults/trunk/debian/control.in	2009-09-25 07:45:22 UTC (rev 947)
+++ tcltk-defaults/trunk/debian/control.in	2009-10-10 08:02:43 UTC (rev 948)
@@ -8,7 +8,7 @@
  texlive-fonts-recommended | tetex-extra,
  texlive-latex-extra | tetex-extra,
  texlive-latex-recommended | tetex-extra
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 
 Package: tcl
 Section: interpreters

Modified: tcltk-defaults/trunk/debian/rules
===================================================================
--- tcltk-defaults/trunk/debian/rules	2009-09-25 07:45:22 UTC (rev 947)
+++ tcltk-defaults/trunk/debian/rules	2009-10-10 08:02:43 UTC (rev 948)
@@ -5,10 +5,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-VER    := 8.4
-TCLVER := 8.4.16-2
-TKVER  := 8.4.16-2
-COMPATVER := 8.4.16-1
+VER    := 8.5
+TCLVER := 8.5.0-1
+TKVER  := 8.5.0-1
+COMPATVER := 8.5.0-1
 
 DOCS = tcltk-policy.html tcltk-policy.txt tcltk-policy.pdf
 
@@ -83,7 +83,6 @@
 	dh_installchangelogs -i -Ntk-doc
 	dh_installman -i
 	dh_installmenu -i
-	dh_desktop -i
 	dh_link -i
 	dh_compress -i -X.pdf
 	dh_fixperms -i




More information about the Pkg-tcltk-commits mailing list