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

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Sun Mar 23 07:35:36 UTC 2008


Author: sgolovan-guest
Date: 2008-03-23 07:35:35 +0000 (Sun, 23 Mar 2008)
New Revision: 550

Modified:
   itcl3/trunk/debian/changelog
   itcl3/trunk/debian/control
   itcl3/trunk/debian/rules
Log:
[itcl3]
  * Fixed installing lintian overrides for itcl3 and itk3 (moved them from
    binary-indep to binary-arch target).
  * Removed dependency of itcl3-dev and itk3-dev on build-essential package
    libc6-dev.
  * Loosened dependencies of itcl3-dev and itk3-dev on itcl3-doc and itk3-doc
    from recommends to suggests.


Modified: itcl3/trunk/debian/changelog
===================================================================
--- itcl3/trunk/debian/changelog	2008-03-07 16:27:43 UTC (rev 549)
+++ itcl3/trunk/debian/changelog	2008-03-23 07:35:35 UTC (rev 550)
@@ -1,8 +1,13 @@
-itcl3 (3.2.1-5) UNRELEASED; urgency=low
+itcl3 (3.2.1-5) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Fixed installing lintian overrides for itcl3 and itk3 (moved them from
+    binary-indep to binary-arch target).
+  * Removed dependency of itcl3-dev and itk3-dev on build-essential package
+    libc6-dev.
+  * Loosened dependencies of itcl3-dev and itk3-dev on itcl3-doc and itk3-doc
+    from recommends to suggests.
 
- -- Sergei Golovan <sgolovan at debian.org>  Fri,  1 Feb 2008 19:54:47 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Sun, 23 Mar 2008 10:34:42 +0300
 
 itcl3 (3.2.1-4) unstable; urgency=low
 

Modified: itcl3/trunk/debian/control
===================================================================
--- itcl3/trunk/debian/control	2008-03-07 16:27:43 UTC (rev 549)
+++ itcl3/trunk/debian/control	2008-03-23 07:35:35 UTC (rev 550)
@@ -28,9 +28,9 @@
 Section: devel
 Priority: optional
 Architecture: any
-Depends: libc6-dev, tcl8.4-dev, itcl3 (= ${binary:Version})
+Depends: tcl8.4-dev, itcl3 (= ${binary:Version})
 Conflicts: itcl-dev
-Recommends: itcl3-doc
+Suggests: itcl3-doc
 Description: [incr Tcl] OOP extension for Tcl - development files
  [incr Tcl] (or itcl) is a popular object-oriented extension for the
  embeddable Tcl scripting language.  The name is a play on C++, and
@@ -78,9 +78,9 @@
 Section: devel
 Priority: optional
 Architecture: any
-Depends: libc6-dev, itcl3-dev, tk8.4-dev, itk3 (= ${binary:Version})
+Depends: itcl3-dev, tk8.4-dev, itk3 (= ${binary:Version})
 Conflicts: itk-dev, itcl3.0-dev (<< 3.0.1)
-Recommends: itk3-doc
+Suggests: itk3-doc
 Description: [incr Tk] OOP extension for Tk - development files
  [incr Tk] (or itk) combines the object-oriented power of [incr Tcl]
  with the popular Tk graphical toolkit to create a framework for

Modified: itcl3/trunk/debian/rules
===================================================================
--- itcl3/trunk/debian/rules	2008-03-07 16:27:43 UTC (rev 549)
+++ itcl3/trunk/debian/rules	2008-03-23 07:35:35 UTC (rev 550)
@@ -129,10 +129,6 @@
 	dh_testdir -i
 	dh_testroot -i
 	dh_installdocs -i
-	for f in itcl3 itk3 ; do \
-	  install -D -m 644 debian/$$f.lintian-override \
-		  debian/$$f/usr/share/lintian/overrides/$$f ; \
-	done
 	dh_installchangelogs -i ChangeLog
 	dh_compress -i
 	dh_fixperms -i
@@ -146,6 +142,10 @@
 	dh_testdir -a
 	dh_testroot -a
 	dh_installdocs -a
+	for f in itcl3 itk3 ; do \
+	  install -D -m 644 debian/$$f.lintian-override \
+		  debian/$$f/usr/share/lintian/overrides/$$f ; \
+	done
 	dh_installchangelogs -a ChangeLog
 
 # hack up the /usr/doc links for dependent packages




More information about the Pkg-tcltk-commits mailing list