[Pkg-tcltk-commits] r1037 - in xotcl/trunk/debian: . patches

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Sun Apr 11 17:54:00 UTC 2010


Author: ssoberni-guest
Date: 2010-04-11 17:53:59 +0000 (Sun, 11 Apr 2010)
New Revision: 1037

Modified:
   xotcl/trunk/debian/changelog
   xotcl/trunk/debian/control
   xotcl/trunk/debian/patches/01_expat_xmltok_impl.dpatch
Log:
Preparing 1.6.6 upstream release

Modified: xotcl/trunk/debian/changelog
===================================================================
--- xotcl/trunk/debian/changelog	2010-04-11 17:25:34 UTC (rev 1036)
+++ xotcl/trunk/debian/changelog	2010-04-11 17:53:59 UTC (rev 1037)
@@ -1,3 +1,10 @@
+xotcl (1.6.6-1) unstable; urgency=medium
+
+  * New upstream release: 1.6.6 (see http://www.xotcl.org/)
+  * This upstream version supports --with-expat=sys, now used in debian/rules
+
+ -- Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>  Sun, 11 Apr 2010 19:31:04 +0200
+
 xotcl (1.6.5-1.2) unstable; urgency=high
 
   * Non-maintainer upload by the Security Team

Modified: xotcl/trunk/debian/control
===================================================================
--- xotcl/trunk/debian/control	2010-04-11 17:25:34 UTC (rev 1036)
+++ xotcl/trunk/debian/control	2010-04-11 17:53:59 UTC (rev 1037)
@@ -3,15 +3,15 @@
 Priority: optional
 Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>
-Build-Depends: debhelper (>= 7), autotools-dev, tcl-dev (>= 8.4), tk-dev (>= 8.4), aolserver4-dev (>= 4.5.1-5), dpatch
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7), autotools-dev, tcl-dev (>= 8.4), tk-dev (>= 8.4), aolserver4-dev (>= 4.5.1-5), dpatch, libexpat1-dev
+Standards-Version: 3.8.4
 Homepage: http://www.xotcl.org/
 Vcs-Svn: svn://svn.debian.org/viewsvn/pkg-tcltk/xotcl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-tcltk/xotcl/
 
 Package: xotcl
 Architecture: any
-Depends: ${tclsh:Depends}, ${shlibs:Depends}
+Depends: ${tclsh:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: Extended Object Tcl (XOTcl): Object orientation for Tcl - shared library
  Extended Object Tcl (for short: XOTcl, pronounced exotickle) is an
  object-oriented scripting language based on Tcl. It was originally
@@ -24,7 +24,7 @@
 Package: xotcl-shells
 Section: utils
 Architecture: any
-Depends: xotcl (= ${binary:Version}), ${shlibs:Depends}
+Depends: xotcl (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Extended Object Tcl (XOTcl): Object orientation for Tcl - shells
  This package provides you with two Tcl/Tk shell wrappers, xotclsh and
  xowish. These shells offer ready-made environments for
@@ -33,6 +33,7 @@
 Package: xotcl-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: Extended Object Tcl (XOTcl): Object orientation for Tcl - manual
  This package brings the official XOTcl language reference and a
  comprehensive tutorial to you. They are registered with the doc-base
@@ -42,7 +43,7 @@
 Package: xotcl-dev
 Section: libdevel
 Architecture: any
-Depends: xotcl (= ${binary:Version})
+Depends: xotcl (= ${binary:Version}), ${misc:Depends}
 Description: Extended Object Tcl (XOTcl): Object orientation for Tcl - development files
  Header files and static libraries for libxotcl. You will need this
  package in place if you plan to develop using the XOTcl C interface
@@ -51,7 +52,7 @@
 Package: aolserver4-xotcl
 Section: httpd
 Architecture: all
-Depends: xotcl (>= ${binary:Version}), ${aolserver:Depends}
+Depends: xotcl (>= ${binary:Version}), ${aolserver:Depends}, ${misc:Depends}
 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. This module provides and initialises the XOTcl language

Modified: xotcl/trunk/debian/patches/01_expat_xmltok_impl.dpatch
===================================================================
--- xotcl/trunk/debian/patches/01_expat_xmltok_impl.dpatch	2010-04-11 17:25:34 UTC (rev 1036)
+++ xotcl/trunk/debian/patches/01_expat_xmltok_impl.dpatch	2010-04-11 17:53:59 UTC (rev 1037)
@@ -2,7 +2,7 @@
 ## 01_expat_xmltok_impl.dpatch by  <Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: see http://security-tracker.debian.org/tracker/CVE-2009-3720.
 
 @DPATCH@
 diff -urNad xotcl.debian.trunk~/library/xml/TclExpat-1.1/xmltok_impl.c xotcl.debian.trunk/library/xml/TclExpat-1.1/xmltok_impl.c




More information about the Pkg-tcltk-commits mailing list