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

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Wed Jan 30 20:09:31 UTC 2008


Author: sgolovan-guest
Date: 2008-01-30 20:09:31 +0000 (Wed, 30 Jan 2008)
New Revision: 465

Added:
   tcltk-defaults/trunk/debian/tcl.lintian-override
   tcltk-defaults/trunk/debian/tk.lintian-override
Modified:
   tcltk-defaults/trunk/debian/changelog
   tcltk-defaults/trunk/debian/control
   tcltk-defaults/trunk/debian/control.in
   tcltk-defaults/trunk/debian/rules
   tcltk-defaults/trunk/debian/tcl.dirs
   tcltk-defaults/trunk/debian/tk-dev.dirs
   tcltk-defaults/trunk/debian/tk.dirs
Log:
[tcltk-defaults]
  * Removed empty directory /usr/share/aclocal from tk-dev package.
  * Bumped standards version to 3.7.3.
  * Overridden lintian warnings about conflicts of tcl and tk with multiple
    versions of tclX.Y and tkX.Y packages since these conflicts just show
    which versions became policy compliant.


Modified: tcltk-defaults/trunk/debian/changelog
===================================================================
--- tcltk-defaults/trunk/debian/changelog	2008-01-26 13:49:18 UTC (rev 464)
+++ tcltk-defaults/trunk/debian/changelog	2008-01-30 20:09:31 UTC (rev 465)
@@ -1,9 +1,13 @@
-tcltk-defaults (8.4.16-2) UNRELEASED; urgency=low
+tcltk-defaults (8.4.16-2) unstable; urgency=low
 
-  * NOT RELEASED YET
   * Fixed clean rule in debian/rules.
+  * Removed empty directory /usr/share/aclocal from tk-dev package.
+  * Bumped standards version to 3.7.3.
+  * Overridden lintian warnings about conflicts of tcl and tk with multiple
+    versions of tclX.Y and tkX.Y packages since these conflicts just show
+    which versions became policy compliant.
 
- -- Sergei Golovan <sgolovan at debian.org>  Sun, 21 Oct 2007 14:49:43 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Wed, 30 Jan 2008 22:41:17 +0300
 
 tcltk-defaults (8.4.16-1) unstable; urgency=low
 

Modified: tcltk-defaults/trunk/debian/control
===================================================================
--- tcltk-defaults/trunk/debian/control	2008-01-26 13:49:18 UTC (rev 464)
+++ tcltk-defaults/trunk/debian/control	2008-01-30 20:09:31 UTC (rev 465)
@@ -1,14 +1,14 @@
 Source: tcltk-defaults
 Section: interpreters
 Priority: optional
-Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
+Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>, Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: subversion, debiandoc-sgml,
  texlive-fonts-recommended | tetex-extra,
  texlive-latex-extra | tetex-extra,
  texlive-latex-recommended | tetex-extra
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: tcl
 Section: interpreters

Modified: tcltk-defaults/trunk/debian/control.in
===================================================================
--- tcltk-defaults/trunk/debian/control.in	2008-01-26 13:49:18 UTC (rev 464)
+++ tcltk-defaults/trunk/debian/control.in	2008-01-30 20:09:31 UTC (rev 465)
@@ -1,14 +1,14 @@
 Source: tcltk-defaults
 Section: interpreters
 Priority: optional
-Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
+Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>, Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: subversion, debiandoc-sgml,
  texlive-fonts-recommended | tetex-extra,
  texlive-latex-extra | tetex-extra,
  texlive-latex-recommended | tetex-extra
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: tcl
 Section: interpreters

Modified: tcltk-defaults/trunk/debian/rules
===================================================================
--- tcltk-defaults/trunk/debian/rules	2008-01-26 13:49:18 UTC (rev 464)
+++ tcltk-defaults/trunk/debian/rules	2008-01-30 20:09:31 UTC (rev 465)
@@ -75,6 +75,10 @@
 	dh_testdir -i
 	dh_testroot -i
 	dh_install -i
+	install -m 644 debian/tcl.lintian-override \
+		debian/tcl/usr/share/lintian/overrides/tcl
+	install -m 644 debian/tk.lintian-override \
+		debian/tk/usr/share/lintian/overrides/tk
 	dh_installdocs -i -A debian/README.Debian -Ntk-doc
 	dh_installchangelogs -i -Ntk-doc
 	dh_installman -i

Modified: tcltk-defaults/trunk/debian/tcl.dirs
===================================================================
--- tcltk-defaults/trunk/debian/tcl.dirs	2008-01-26 13:49:18 UTC (rev 464)
+++ tcltk-defaults/trunk/debian/tcl.dirs	2008-01-30 20:09:31 UTC (rev 465)
@@ -1,3 +1,4 @@
 /usr/bin
 /usr/share/doc/tcl
+/usr/share/lintian/overrides
 /usr/share/man/man1

Added: tcltk-defaults/trunk/debian/tcl.lintian-override
===================================================================
--- tcltk-defaults/trunk/debian/tcl.lintian-override	                        (rev 0)
+++ tcltk-defaults/trunk/debian/tcl.lintian-override	2008-01-30 20:09:31 UTC (rev 465)
@@ -0,0 +1 @@
+tcl: package-depends-on-multiple-tcl-versions

Modified: tcltk-defaults/trunk/debian/tk-dev.dirs
===================================================================
--- tcltk-defaults/trunk/debian/tk-dev.dirs	2008-01-26 13:49:18 UTC (rev 464)
+++ tcltk-defaults/trunk/debian/tk-dev.dirs	2008-01-30 20:09:31 UTC (rev 465)
@@ -1,4 +1,3 @@
 /usr/include
 /usr/lib
-/usr/share/aclocal
 /usr/share/doc/tk-dev

Modified: tcltk-defaults/trunk/debian/tk.dirs
===================================================================
--- tcltk-defaults/trunk/debian/tk.dirs	2008-01-26 13:49:18 UTC (rev 464)
+++ tcltk-defaults/trunk/debian/tk.dirs	2008-01-30 20:09:31 UTC (rev 465)
@@ -1,3 +1,4 @@
 /usr/bin
 /usr/share/doc/tk
+/usr/share/lintian/overrides
 /usr/share/man/man1

Added: tcltk-defaults/trunk/debian/tk.lintian-override
===================================================================
--- tcltk-defaults/trunk/debian/tk.lintian-override	                        (rev 0)
+++ tcltk-defaults/trunk/debian/tk.lintian-override	2008-01-30 20:09:31 UTC (rev 465)
@@ -0,0 +1 @@
+tk: package-depends-on-multiple-tk-versions




More information about the Pkg-tcltk-commits mailing list