[Pkg-tcltk-commits] r860 - xotcl/trunk/debian
ssoberni-guest at alioth.debian.org
ssoberni-guest at alioth.debian.org
Mon Jun 15 22:40:06 UTC 2009
Author: ssoberni-guest
Date: 2009-06-15 22:40:06 +0000 (Mon, 15 Jun 2009)
New Revision: 860
Added:
xotcl/trunk/debian/watch
Removed:
xotcl/trunk/debian/source.lintian-overrides
Modified:
xotcl/trunk/debian/changelog
xotcl/trunk/debian/control
xotcl/trunk/debian/copyright
Log:
Fixing some lintian 2.2.10 info notes
Modified: xotcl/trunk/debian/changelog
===================================================================
--- xotcl/trunk/debian/changelog 2009-05-21 19:24:58 UTC (rev 859)
+++ xotcl/trunk/debian/changelog 2009-06-15 22:40:06 UTC (rev 860)
@@ -1,9 +1,11 @@
-xotcl (1.6.3-1.1) UNRELEASED; urgency=low
+xotcl (1.6.3-2) unstable; urgency=low
- * Non-maintainer upload.
- * NOT RELEASED YET
+ * Adding debian/watch file
+ * Making use of inheriting from source package to binary ones in debian/control
+ * Removed overrides turned obsolete for xotcl source (i.e., unusual-interpreter)
+ * Added some more details to the aolserver4-xotcl extended description (to avoid the extended-description-is-probably-too-short warning
- -- Sergei Golovan <sgolovan at debian.org> Mon, 06 Apr 2009 22:10:10 +0400
+ -- Stefan Sobernig <stefan.sobernig at wu-wien.ac.at> Tue, 16 Jun 2009 00:37:24 +0200
xotcl (1.6.3-1) unstable; urgency=low
Modified: xotcl/trunk/debian/control
===================================================================
--- xotcl/trunk/debian/control 2009-05-21 19:24:58 UTC (rev 859)
+++ xotcl/trunk/debian/control 2009-06-15 22:40:06 UTC (rev 860)
@@ -9,7 +9,6 @@
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-tcltk/xotcl/
Package: xotcl
-Section: libs
Architecture: any
Depends: ${tclsh:Depends}, ${shlibs:Depends}
Homepage: http://www.xotcl.org/
@@ -26,7 +25,6 @@
Section: utils
Architecture: any
Depends: xotcl (= ${binary:Version}), ${shlibs:Depends}
-Priority: optional
Homepage: http://www.xotcl.org/
Description: Extended Object Tcl (XOTcl): Object orientation for Tcl - shells
This package provides you with two Tcl/Tk shell wrappers, xotclsh and
@@ -35,7 +33,6 @@
Package: xotcl-doc
Section: doc
-Priority: optional
Architecture: all
Homepage: http://www.xotcl.org/
Description: Extended Object Tcl (XOTcl): Object orientation for Tcl - manual
@@ -46,7 +43,6 @@
Package: xotcl-dev
Section: libdevel
-Priority: optional
Architecture: any
Depends: xotcl (= ${binary:Version})
Homepage: http://www.xotcl.org/
@@ -55,10 +51,11 @@
Package: aolserver4-xotcl
Section: web
-Priority: optional
Architecture: all
Depends: xotcl (>= ${binary:Version}), aolserver4 (>= 4)
Homepage: http://www.xotcl.org/
Description: Extended Object Tcl (XOTcl): Object orientation for AOLServer - module
This package provides the XOTcl module for the AOLSERVER 4.0.10/4.5
- webserver.
+ webserver. This module provides and initialises the XOTcl language
+ extension in the various AOLSERVER runtime environments (e.g., the
+ embedded Tcl interpreters in AOLSERVER's worker threads).
Modified: xotcl/trunk/debian/copyright
===================================================================
--- xotcl/trunk/debian/copyright 2009-05-21 19:24:58 UTC (rev 859)
+++ xotcl/trunk/debian/copyright 2009-06-15 22:40:06 UTC (rev 860)
@@ -48,6 +48,6 @@
This Tcl language extension is, therefore, licensed under the BSD,
see `/usr/share/common-licenses/BSD'.
-The Debian packaging is (C) 2008-2009, Stefan Sobernig
+The Debian packaging is (C) Copyright 2008-2009, Stefan Sobernig
<stefan.sobernig at wu-wien.ac.at> and is licensed under the GPL,
see `/usr/share/common-licenses/GPL'.
Deleted: xotcl/trunk/debian/source.lintian-overrides
===================================================================
--- xotcl/trunk/debian/source.lintian-overrides 2009-05-21 19:24:58 UTC (rev 859)
+++ xotcl/trunk/debian/source.lintian-overrides 2009-06-15 22:40:06 UTC (rev 860)
@@ -1,3 +0,0 @@
-# Lintian reports xotclsh/xowish as "unusual"
-# interpreters, otherwise ...
-xotcl source: unusual-interpreter
Added: xotcl/trunk/debian/watch
===================================================================
--- xotcl/trunk/debian/watch (rev 0)
+++ xotcl/trunk/debian/watch 2009-06-15 22:40:06 UTC (rev 860)
@@ -0,0 +1 @@
+http://media.wu-wien.ac.at/download/xotcl-(.*).tar.gz
\ No newline at end of file
More information about the Pkg-tcltk-commits
mailing list