[Pkg-tcltk-commits] r527 - tcl8.3/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Mon Feb 25 09:43:56 UTC 2008
Author: sgolovan-guest
Date: 2008-02-25 09:43:56 +0000 (Mon, 25 Feb 2008)
New Revision: 527
Added:
tcl8.3/trunk/debian/tcl8.3.lintian-override
Modified:
tcl8.3/trunk/debian/changelog
tcl8.3/trunk/debian/control
tcl8.3/trunk/debian/copyright
tcl8.3/trunk/debian/rules
Log:
[tcl8.3]
* Overridden lintian warning package-name-doesnt-match-sonames since tcl8.3
package contains not only a library, and it's unreasonable to split it
into smaller parts.
* Added a list of copyright holders of individual files in the sources.
* Bumped standards version to 3.7.3.
Modified: tcl8.3/trunk/debian/changelog
===================================================================
--- tcl8.3/trunk/debian/changelog 2008-02-25 07:35:06 UTC (rev 526)
+++ tcl8.3/trunk/debian/changelog 2008-02-25 09:43:56 UTC (rev 527)
@@ -6,8 +6,13 @@
* Explicitly specified configure options --host and --build to make build
results more predictable.
* Cleaned up debian/rules.
+ * Overridden lintian warning package-name-doesnt-match-sonames since tcl8.3
+ package contains not only a library, and it's unreasonable to split it
+ into smaller parts.
+ * Added a list of copyright holders of individual files in the sources.
+ * Bumped standards version to 3.7.3.
- -- Sergei Golovan <sgolovan at debian.org> Mon, 25 Feb 2008 10:24:14 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 25 Feb 2008 12:43:25 +0300
tcl8.3 (8.3.5-10) unstable; urgency=low
Modified: tcl8.3/trunk/debian/control
===================================================================
--- tcl8.3/trunk/debian/control 2008-02-25 07:35:06 UTC (rev 526)
+++ tcl8.3/trunk/debian/control 2008-02-25 09:43:56 UTC (rev 527)
@@ -4,7 +4,7 @@
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
Uploaders: Chris Waters <xtifr at debian.org>, Anselm Lingnau <lingnau at debian.org>, Sergei Golovan <sgolovan at debian.org>
Build-Depends: debhelper (>= 5.0.0), quilt
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Homepage: http://www.tcl.tk/
Package: tcl8.3
Modified: tcl8.3/trunk/debian/copyright
===================================================================
--- tcl8.3/trunk/debian/copyright 2008-02-25 07:35:06 UTC (rev 526)
+++ tcl8.3/trunk/debian/copyright 2008-02-25 09:43:56 UTC (rev 527)
@@ -1,6 +1,29 @@
This package was debianized by David Engel <david at debiang.org>
from sources obtained at http://prdownloads.sourceforge.net/tcl
+List of copyright holders of individual files:
+
+Copyright (c) 1995-1997 Roger E. Critchlow Jr
+Copyright (c) 1982, 1983, 1986-1994 Regents of the University of California
+Copyright (c) 1992,1993,1995,1996, Jens-Uwe Mager
+Copyright (c) 1992-1999 Karl Lehenbauer and Mark Diekhans
+Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
+Copyright (c) 1993-1994 Lockheed Missle & Space Company, AI Center
+Copyright (c) 1993-1997 Bell Labs Innovations for Lucent Technologies
+Copyright (c) 1993-1998 Lucent Technologies
+Copyright (c) 1993-2000 by Sun Microsystems
+Copyright (c) 1995 Apple Computer
+Copyright (c) 1995 General Electric Company
+Copyright (c) 1995 Dave Nebinger
+Copyright (c) 1996 Lucent Technologies and Jim Ingham
+Copyright (c) 1997-2000 Ajuba Solutions
+Copyright (c) 1998-2000 Scriptics Corporation
+Copyright (c) 1998, 1999 Henry Spencer
+Copyright (c) 1998 Mark Harrison
+Copyright (c) 1998 Paul Duffin
+Copyright (c) 1999-2000 Andreas Kupries
+Copyright (c) 2000-2002 by ActiveState Corporation
+
Copyright:
This software is copyrighted by the Regents of the University of
Modified: tcl8.3/trunk/debian/rules
===================================================================
--- tcl8.3/trunk/debian/rules 2008-02-25 07:35:06 UTC (rev 526)
+++ tcl8.3/trunk/debian/rules 2008-02-25 09:43:56 UTC (rev 527)
@@ -151,6 +151,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
Added: tcl8.3/trunk/debian/tcl8.3.lintian-override
===================================================================
--- tcl8.3/trunk/debian/tcl8.3.lintian-override (rev 0)
+++ tcl8.3/trunk/debian/tcl8.3.lintian-override 2008-02-25 09:43:56 UTC (rev 527)
@@ -0,0 +1 @@
+tcl8.3: package-name-doesnt-match-sonames
More information about the Pkg-tcltk-commits
mailing list