[Pkg-tcltk-commits] r1167 - itcl3/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Fri Aug 12 16:17:45 UTC 2011


Author: sgolovan
Date: 2011-08-12 16:17:44 +0000 (Fri, 12 Aug 2011)
New Revision: 1167

Modified:
   itcl3/trunk/debian/changelog
   itcl3/trunk/debian/control
   itcl3/trunk/debian/rules
Log:
[itcl3]
  * Fixed FTBFS introduced by moving tclConfig.sh to /usr/lib
    (closes: #618220).
  * Added ${misc:Depends} substitution variable to debian/control.
  * Bumped standards-version to 3.9.2.


Modified: itcl3/trunk/debian/changelog
===================================================================
--- itcl3/trunk/debian/changelog	2011-08-09 19:21:25 UTC (rev 1166)
+++ itcl3/trunk/debian/changelog	2011-08-12 16:17:44 UTC (rev 1167)
@@ -1,8 +1,11 @@
-itcl3 (3.4~b1-3) UNRELEASED; urgency=low
+itcl3 (3.4~b1-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Fixed FTBFS introduced by moving tclConfig.sh to /usr/lib
+    (closes: #618220).
+  * Added ${misc:Depends} substitution variable to debian/control.
+  * Bumped standards-version to 3.9.2.
 
- -- Sergei Golovan <sgolovan at debian.org>  Fri, 18 Sep 2009 11:29:48 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Fri, 12 Aug 2011 20:09:26 +0400
 
 itcl3 (3.4~b1-2) unstable; urgency=low
 

Modified: itcl3/trunk/debian/control
===================================================================
--- itcl3/trunk/debian/control	2011-08-09 19:21:25 UTC (rev 1166)
+++ itcl3/trunk/debian/control	2011-08-12 16:17:44 UTC (rev 1167)
@@ -4,14 +4,14 @@
 Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Chris Waters <xtifr at debian.org>, Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 5.0.0), tcl8.5-dev, quilt
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Homepage: http://incrtcl.sourceforge.net/
 
 Package: itcl3
 Section: libs
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, tcl8.5
+Depends: ${shlibs:Depends}, tcl8.5, ${misc:Depends}
 Suggests: itcl3-doc
 Conflicts: insight (<= 5.3+cvs.2003.08.30-1)
 Description: [incr Tcl] OOP extension for Tcl - run-time files
@@ -28,7 +28,7 @@
 Section: devel
 Priority: optional
 Architecture: any
-Depends: tcl8.5-dev, itcl3 (= ${binary:Version})
+Depends: tcl8.5-dev, itcl3 (= ${binary:Version}), ${misc:Depends}
 Conflicts: itcl-dev
 Suggests: itcl3-doc
 Description: [incr Tcl] OOP extension for Tcl - development files
@@ -45,6 +45,7 @@
 Section: doc
 Priority: optional
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: itcl3
 Conflicts: itcl-dev, itcl-doc
 Provides: itcl-doc

Modified: itcl3/trunk/debian/rules
===================================================================
--- itcl3/trunk/debian/rules	2011-08-09 19:21:25 UTC (rev 1166)
+++ itcl3/trunk/debian/rules	2011-08-12 16:17:44 UTC (rev 1167)
@@ -33,7 +33,7 @@
 		       --includedir=/usr/include/tcl$(tclv) \
 		       --enable-shared \
 		       --enable-threads \
-		       --with-tcl=/usr/share/tcltk/tcl$(tclv)
+		       --with-tcl=/usr/lib/tcl$(tclv)
 	$(MAKE) LIBS="-Wl,-soname,\$$@.1"
 	#
 	touch build-stamp




More information about the Pkg-tcltk-commits mailing list