[Pkg-tcltk-commits] r496 - tcl8.5/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Tue Feb 5 19:52:14 UTC 2008
Author: sgolovan-guest
Date: 2008-02-05 19:52:14 +0000 (Tue, 05 Feb 2008)
New Revision: 496
Added:
tcl8.5/trunk/debian/tcl8.5.dirs
tcl8.5/trunk/debian/tcl8.5.lintian-override
Modified:
tcl8.5/trunk/debian/changelog
tcl8.5/trunk/debian/rules
Log:
[tcl8.5]
* New upstream release.
* Overridden lintian warning package-name-doesnt-match-sonames since tcl8.5
package contains not only a library, and it's unreasonable to split it
into smaller parts.
Modified: tcl8.5/trunk/debian/changelog
===================================================================
--- tcl8.5/trunk/debian/changelog 2008-02-04 20:37:25 UTC (rev 495)
+++ tcl8.5/trunk/debian/changelog 2008-02-05 19:52:14 UTC (rev 496)
@@ -1,8 +1,11 @@
-tcl8.5 (8.5.0-3) UNRELEASED; urgency=low
+tcl8.5 (8.5.1-1) unstable; urgency=low
- * NOT RELEASED YET
+ * New upstream release.
+ * Overridden lintian warning package-name-doesnt-match-sonames since tcl8.5
+ package contains not only a library, and it's unreasonable to split it
+ into smaller parts.
- -- Sergei Golovan <sgolovan at debian.org> Tue, 25 Dec 2007 16:30:49 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Tue, 05 Feb 2008 20:22:44 +0300
tcl8.5 (8.5.0-2) unstable; urgency=low
Modified: tcl8.5/trunk/debian/rules
===================================================================
--- tcl8.5/trunk/debian/rules 2008-02-04 20:37:25 UTC (rev 495)
+++ tcl8.5/trunk/debian/rules 2008-02-05 19:52:14 UTC (rev 496)
@@ -160,6 +160,8 @@
dh_installdocs -a
dh_installmenu -a
dh_installchangelogs -a ChangeLog
+ install -m 644 debian/tcl$(v).lintian-override \
+ debian/tcl$(v)/usr/share/lintian/overrides/tcl$(v)
dh_fixperms -a
dh_strip -a
dh_compress -a
@@ -176,8 +178,8 @@
binary: binary-indep binary-arch
get-orig-source:
- wget -O tcl8.5_8.5.0.orig.tar.gz \
- http://prdownloads.sourceforge.net/tcl/tcl8.5.0-src.tar.gz
+ wget -O tcl8.5_8.5.1.orig.tar.gz \
+ http://prdownloads.sourceforge.net/tcl/tcl8.5.1-src.tar.gz
.PHONY: patch unpatch clean-patched build clean binary-indep binary-arch binary install get-orig-source
Added: tcl8.5/trunk/debian/tcl8.5.dirs
===================================================================
--- tcl8.5/trunk/debian/tcl8.5.dirs (rev 0)
+++ tcl8.5/trunk/debian/tcl8.5.dirs 2008-02-05 19:52:14 UTC (rev 496)
@@ -0,0 +1 @@
+usr/share/lintian/overrides
Added: tcl8.5/trunk/debian/tcl8.5.lintian-override
===================================================================
--- tcl8.5/trunk/debian/tcl8.5.lintian-override (rev 0)
+++ tcl8.5/trunk/debian/tcl8.5.lintian-override 2008-02-05 19:52:14 UTC (rev 496)
@@ -0,0 +1 @@
+tcl8.5: package-name-doesnt-match-sonames
More information about the Pkg-tcltk-commits
mailing list