[Python-modules-commits] [twisted] 02/06: Imported Debian patch 14.0.2-3

Free Ekanayaka freee at moszumanska.debian.org
Wed Oct 19 18:54:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

freee pushed a commit to branch master
in repository twisted.

commit 32336420904ea2ea3294bc673a9e181a772db9e1
Author: Free Ekanayaka <freee at debian.org>
Date:   Tue Dec 9 11:58:50 2014 +0100

    Imported Debian patch 14.0.2-3
---
 debian/Twisted.egg-info.in          |  12 +
 debian/changelog                    | 762 ++++++++++++++++++++++++++++++++++++
 debian/compat                       |   1 +
 debian/control                      | 184 +++++++++
 debian/copyright                    | 107 +++++
 debian/patches/combinedlog.patch    |  99 +++++
 debian/patches/series               |   3 +
 debian/patches/tap2deb.diff         |  83 ++++
 debian/patches/wxpython3.0.patch    |  32 ++
 debian/python-twisted-conch.docs    |   4 +
 debian/python-twisted-core.postinst |  28 ++
 debian/python-twisted-core.postrm   |  17 +
 debian/python-twisted-core.triggers |   1 +
 debian/python-twisted-lore.docs     |   4 +
 debian/python-twisted-mail.docs     |   5 +
 debian/python-twisted-names.docs    |   4 +
 debian/python-twisted-news.docs     |   2 +
 debian/python-twisted-runner.docs   |   2 +
 debian/python-twisted-web.docs      |   4 +
 debian/python-twisted-words.docs    |   4 +
 debian/python-twisted.menu          |  11 +
 debian/python-twisted.preinst       |   7 +
 debian/rules                        | 174 ++++++++
 debian/source/format                |   1 +
 debian/twisted-doc.doc-base         |  10 +
 debian/watch                        |   2 +
 26 files changed, 1563 insertions(+)

diff --git a/debian/Twisted.egg-info.in b/debian/Twisted.egg-info.in
new file mode 100644
index 0000000..f9e54a0
--- /dev/null
+++ b/debian/Twisted.egg-info.in
@@ -0,0 +1,12 @@
+Metadata-Version: 1.0
+Name: Twisted
+Version: @twversion@
+Summary: An asynchronous networking framework written in Python
+Home-page: http://twistedmatrix.com/
+Author: Glyph Lefkowitz
+Author-email: glyph at twistedmatrix.com
+License: MIT
+Description: An extensible framework for Python programming, with special focus
+        on event-based network programming and multiprotocol integration.
+        
+Platform: UNKNOWN
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0593aaf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,762 @@
+twisted (14.0.2-3) unstable; urgency=medium
+
+  * Add debian/combinedlog.patch to fix upstream's bug #7730 and
+    restore the old combined log format. Closes: #772629.
+
+ -- Free Ekanayaka <freee at debian.org>  Tue, 09 Dec 2014 11:58:50 +0100
+
+twisted (14.0.2-2) unstable; urgency=medium
+
+  * Re-add lost 14.0.2-2 upload. Closes: #763581.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 01 Oct 2014 13:29:03 +0200
+
+twisted (14.0.2-1) unstable; urgency=medium
+
+  * New upstream release.
+    - Fix issue #7647: BrowserLikePolicyForHTTPS would always ignore the
+      specified trustRoot and use the system trust root instead, which has
+      been rectified. Closes: #761983.
+  * Build using wxpython3.0 (Olly Betts). Closes: #759073.
+
+ -- Matthias Klose <doko at debian.org>  Tue, 30 Sep 2014 15:04:00 +0200
+
+twisted (14.0.0-2) unstable; urgency=medium
+
+  * python-twisted-core: Depend on python-openssl and python-service-identity.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 23 Jul 2014 15:39:02 +0200
+
+twisted (14.0.0-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Matthias Klose <doko at debian.org>  Mon, 14 Jul 2014 13:49:08 +0200
+
+twisted (13.2.0-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Matthias Klose <doko at debian.org>  Tue, 07 Jan 2014 23:52:50 +0100
+
+twisted (13.1.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Migrate to single-source
+
+ -- Free Ekanayaka <freee at debian.org>  Fri, 04 Oct 2013 14:20:11 +0200
+
+twisted (13.0.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Free Ekanayaka <freee at debian.org>  Wed, 05 Jun 2013 20:48:54 +0200
+
+twisted (12.3.0-1) experimental; urgency=low
+
+  * New upstream release
+  * Bump python-zope.interface dependency to 3.6
+  * Bump Standards-Version to 3.9.4
+  * Install _initgroups.so only on Python <= 2.6
+  * Drop packaging tweaks for Python < 2.6
+
+ -- Free Ekanayaka <freee at debian.org>  Wed, 02 Jan 2013 15:15:18 +0100
+
+twisted (12.2.0-1) experimental; urgency=low
+
+  * New upstream version
+  * Drop the _epoll.so C extension, as Twisted now supports only
+    Python >= 2.6 and there's stdlib support for epoll since 2.6
+  * Add sendmsg.so C extension to python-twisted-bin
+
+ -- Free Ekanayaka <freee at debian.org>  Tue, 11 Sep 2012 10:06:25 +0200
+
+twisted (12.0.0-1) sid; urgency=low
+
+  * New upstream version.
+  * Add watch file
+  * Bump Standards-Version
+
+ -- Free Ekanayaka <freee at debian.org>  Tue, 17 Apr 2012 15:36:37 +0200
+
+twisted (11.1.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * Drop suggestions on python-wxgtk2.6 and python-profiler.
+  * Fix lintian warnings.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 21 Dec 2011 12:29:38 +0100
+
+twisted (11.0.0-2) unstable; urgency=low
+
+  * python-twisted depends on version >= 11.0 of other packages.
+
+ -- Matthias Klose <doko at debian.org>  Fri, 22 Apr 2011 12:02:59 +0200
+
+twisted (11.0.0-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 17 Apr 2011 20:11:48 +0200
+
+twisted (10.2.0-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Matthias Klose <doko at debian.org>  Thu, 24 Feb 2011 04:47:56 +0100
+
+twisted (10.1.0-3) unstable; urgency=low
+
+  * Tighten build dependency to build with a fixed dh_python2. Closes: #592410.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 18 Aug 2010 11:42:19 +0200
+
+twisted (10.1.0-2) unstable; urgency=low
+
+  * Remove all plugin cache files before rebuilding the cache files
+    for the installed python versions.
+  * python-twisted: Depend on the 10.1 versions of the twisted packages.
+  * Remove the plugin cache files when package is removed, not only if
+    it is purged.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 25 Jul 2010 15:56:17 +0200
+
+twisted (10.1.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * Build using dh_python2 instead of dh_pycentral.
+
+ -- Matthias Klose <doko at debian.org>  Sat, 17 Jul 2010 16:11:21 +0200
+
+twisted (10.0.0-3) unstable; urgency=low
+
+  * Add a trigger `twisted-plugins-cache' to rebuild the plugins cache.
+
+ -- Matthias Klose <doko at debian.org>  Tue, 30 Mar 2010 17:55:15 +0200
+
+twisted (10.0.0-2) unstable; urgency=low
+
+  * Include changes from 9.0.0-2 which got skipped
+  * python-twisted depends on version >= 10.0 of other packages
+
+ -- Free Ekanayaka <freee at debian.org>  Tue, 09 Mar 2010 13:32:00 +0100
+
+twisted (10.0.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * Add myself as uploader.
+  * Bump standards version to 3.8.4
+
+ -- Free Ekanayaka <freee at debian.org>  Mon, 08 Mar 2010 12:32:45 +0100
+
+twisted (9.0.0-2) unstable; urgency=low
+
+  * Suppress output on stderr in postrm. Closes: #566395.
+  * Don't recommend twisted-doc-api. Closes: #566913.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 03 Feb 2010 02:14:52 +0100
+
+twisted (9.0.0-1) unstable; urgency=low
+
+  * python-twisted: Depend on the python-twisted-* 9.0 packages.
+  * python-twisted: Depend on python-zope.interface only. Closes: #557781.
+
+ -- Matthias Klose <doko at debian.org>  Sat, 02 Jan 2010 19:38:17 +0100
+
+twisted (9.0.0-0) unstable; urgency=low
+
+  * New upstream version.
+  * tap2deb: Use date -R instead of 822-date. Closes: #550565.
+
+ -- Matthias Klose <doko at debian.org>  Sat, 02 Jan 2010 18:46:39 +0100
+
+twisted (8.2.0-3) unstable; urgency=low
+
+  * Depend on the standalone python-zope.interface{,-dbg} packages.
+    Closes: #543132, #542932.
+  * Remove plugins directory on purge. Closes: #527897.
+  * Fix some lintian warnings.
+
+ -- Matthias Klose <doko at debian.org>  Tue, 25 Aug 2009 20:36:00 +0200
+
+twisted (8.2.0-2) unstable; urgency=low
+
+  * python-twisted-core: Regenerate the plugin cache as the last action
+    in the postinst. Closes: #521663. LP: #361865.
+  * Avoid md5/sha1 deprecation warnings. LP: #344782.
+
+ -- Matthias Klose <doko at debian.org>  Sat, 18 Apr 2009 13:54:12 +0200
+
+twisted (8.2.0-1) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Matthias Klose <doko at debian.org>  Sat, 21 Feb 2009 12:15:25 +0100
+
+twisted (8.2.0-0.1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Esteve Fernandez <esteve at fluidinfo.com>  Sat, 31 Jan 2009 14:40:47 +0100
+
+twisted (8.1.0-4) unstable; urgency=low
+
+  * Move the cache update from python-twisted into python-twisted-core.
+    Closes: #500942.
+
+    Plugins should update the cache on package install (postinst) and 
+    removal (postrm remove) by updating the cache. See the postinst
+    script of python-twisted-core how to update the cache.
+
+  * Fix PortableGtkReactor (now able to run trial test suite with the gtk2
+    reactor). Closes: #499311.
+  * Don't install twisted/test/generator_failure_tests.py, syntax errors
+    with python2.4. Closes: #492830.
+  * Fix manhole to work with python-gtk2 (>= 2.10). Closes: #469105.
+  * mktap(1) description of options fixed in an earlier version. 
+    Closes: #278194.
+  * mktap news fixed in an earlier version. Closes: #278196.
+  * Fix build failure on GNU/kFreeBSD (Petr Salinger). Closes: #490770.
+
+ -- Matthias Klose <doko at debian.org>  Fri, 10 Oct 2008 21:22:21 +0200
+
+twisted (8.1.0-3) unstable; urgency=low
+
+  * Do not include twisted/plugins/dropin.cache, but generate it on
+    configure, remove it on package removal. Closes: #489976.
+  * twisted plugins have to update that cache on installation and removal.
+    See the python-twisted-core postinst how to do so.
+
+ -- Matthias Klose <doko at debian.org>  Fri, 11 Jul 2008 14:41:43 +0200
+
+twisted (8.1.0-2) unstable; urgency=low
+
+  * python-twisted-core: Include twisted/plugins/dropin.cache, Closes: #477103.
+  * tap2deb.py: Fix some dependency names and names of binaries.
+    Closes: #440454. LP: #120453.
+  * python-twisted: Tighten dependencies.
+
+ -- Matthias Klose <doko at debian.org>  Tue, 08 Jul 2008 16:34:14 +0200
+
+twisted (8.1.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * python-twisted: Add an egg-info file. Closes: #477384.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 28 May 2008 23:06:45 +0200
+
+twisted (8.0.1-2) unstable; urgency=low
+
+  * twisted/scripts/tap2deb.py: Create dependency on python-twisted.
+
+ -- Matthias Klose <doko at ubuntu.com>  Wed, 09 Apr 2008 15:37:36 +0000
+
+twisted (8.0.1-1) unstable; urgency=low
+
+  * New upstream version.
+  * Disable building the empty twisted-doc-api package. Closes: #313334.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 30 Mar 2008 21:02:28 +0200
+
+twisted (2.5.0-2) unstable; urgency=low
+
+  * python-twisted-core: Suggest python-wxgtk2.8 as an alternative.
+
+ -- Matthias Klose <doko at debian.org>  Thu, 07 Jun 2007 07:14:49 +0200
+
+twisted (2.5.0-1) unstable; urgency=low
+
+  * New upstream version, compatible with python2.5.
+  * Merge from Ubuntu:
+    - Build a python-twisted-dbg package.
+    - Bump debhelper compatibility to v5.
+    - Tighten dependencies of the python-twisted package.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 20 May 2007 19:29:53 +0200
+
+twisted (2.4.0-3) unstable; urgency=medium
+
+  * twisted/python/versions.py: Update to work with subversion 1.4.
+    Closes: #405141.
+  * python-twisted-core: Don't suggest python-wxgtk2.4 anymore.
+    Closes: #391994.
+
+ -- Matthias Klose <doko at debian.org>  Mon,  8 Jan 2007 00:01:04 +0100
+
+twisted (2.4.0-2) unstable; urgency=high
+
+  * python-twisted-core: Depend on python-twisted-bin.
+
+ -- Matthias Klose <doko at debian.org>  Sun,  9 Jul 2006 12:04:18 +0000
+
+twisted (2.4.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * Convert packaging to use python-central (closes: #373392).
+  * python-twisted-core: Do not suggest python-glade-1.2 (closes: #368514).
+  * python-twisted.menu: Add python-tk as a required package for tkmtap.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 14 Jun 2006 03:45:29 +0200
+
+twisted (2.2.0-2) unstable; urgency=low
+
+  * Fix classname in python/dispatch.py (closes: #359225).
+  * Fix spelling errors in man pages (closes: #355227).
+  * Drop conflicts on packages not tested with twisted >= 2.0 (closes: #359179).
+
+ -- Matthias Klose <doko at debian.org>  Fri, 14 Apr 2006 23:25:37 +0000
+
+twisted (2.2.0-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 22 Feb 2006 08:28:04 +0100
+
+twisted (2.1.0-4) unstable; urgency=low
+
+  * Fix typo in versioned dependencies on *-conch packages (closes: #349627).
+  * Fix location of the core documentation in the doc-base file.
+    Closes: #349627.
+
+ -- Matthias Klose <doko at debian.org>  Thu,  2 Feb 2006 15:39:10 +0000
+
+twisted (2.1.0-3) unstable; urgency=low
+
+  * Rename python-twisted to python-twisted-core; python-twisted is now
+    a transitional package, depending on python-twisted-core and all
+    twisted modules, which were split out into separate packages.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 25 Jan 2006 17:56:16 +0100
+
+twisted (2.1.0-2) unstable; urgency=low
+
+  * debian/copyright: Include copyright for python 2.3; some 2.3 files
+    are included in the upstream tarball, but not in the binary packages.
+
+ -- Matthias Klose <doko at debian.org>  Mon, 16 Jan 2006 19:59:05 +0100
+
+twisted (2.1.0-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 15 Jan 2006 22:07:22 +0000
+
+twisted (2.0.1-4) unstable; urgency=low
+
+  * Fix doc symlinks (closes: #313313).
+  * Remove conflict with supyb, requested by the supyb maintainer.
+  * Suggest python-wxgtk2.4 | python-wxgtk2.6.
+  * Fix man page symlinks (closes: #326021, #314508, #315307, #323551).
+  * Fix location of the tutorial in the doc-base file (closes: #318167).
+  * python-twisted: Add dependency on python-soappy (closes: #317290).
+
+ -- Matthias Klose <doko at debian.org>  Thu,  1 Sep 2005 15:49:29 +0200
+
+twisted (2.0.1-3) unstable; urgency=low
+
+  * Drop python2.2 packages, build python2.4 packages.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 12 Jun 2005 19:05:59 +0200
+
+twisted (2.0.1-2) unstable; urgency=low
+
+  * Reupload as -2, -1 is sticking in the NEW queue from a hijack attempt.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 12 Jun 2005 18:41:05 +0200
+
+twisted (2.0.1-1) unstable; urgency=low
+
+  * New upstream version, built from the sumo tarball.
+  * (Build-)depend on zope-interface.
+  * Explicitely conflict with all current packages depending on
+    python-twisted and python-twisted-conch. Please check for
+    compatibility first.
+  * Do provide menu entries for the default version only.
+  * Empty twisted-doc-api package at the moment.
+  * Use debhelper for the packaging.
+  * Change priority to optional.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 12 Jun 2005 14:52:40 +0200
+
+twisted (1.3.0-8) unstable; urgency=low
+
+  * Fix the fix in gtk2reactor.
+
+ -- Matthias Klose <doko at debian.org>  Fri, 11 Feb 2005 14:45:43 +0100
+
+twisted (1.3.0-7) unstable; urgency=low
+
+  * Conditionally import the profile module (closes: #294493).
+  * Add suggestions to the python-profiler package.
+  * Suppress gtk2 user warning in gtk2reactor (closes: #291310).
+
+ -- Matthias Klose <doko at debian.org>  Thu, 10 Feb 2005 13:12:20 +0100
+
+twisted (1.3.0-6) unstable; urgency=medium
+
+  * Fix two bad mail-related bugs, which are really harmful for the
+    scalemail application (Tommi Virtanen):
+    - insufficient error handling in mail delivery, causing mail loss
+      (fixed by r12036)
+    - unable to send mail from <> (fixed by r12767, which broke receiving
+      mail from <>, which is fixed in r12858).
+    Closes: #289993.
+
+ -- Matthias Klose <doko at debian.org>  Sat, 15 Jan 2005 23:49:03 +0100
+
+twisted (1.3.0-5) unstable; urgency=low
+
+  * Fix memory leak in _c_urlarg.c (closes: #284818).
+  * python2.3-twisted: Add python-glade-1.2 python-gtk-1.2 suggests.
+    Closes: #283238.
+
+ -- Matthias Klose <doko at debian.org>  Mon, 20 Dec 2004 19:23:11 +0100
+
+twisted (1.3.0-4) unstable; urgency=low
+
+  * Fix package recommendations.
+  * twisted/xish/domish.py: Add fixes for jabber protocol implementation.
+    Alexandre Fayolle. Closes: #273141.
+
+ -- Matthias Klose <doko at debian.org>  Wed,  6 Oct 2004 08:06:47 +0200
+
+twisted (1.3.0-3) unstable; urgency=medium
+
+  * twisted-doc-api: Add link to docs (closes: #255888).
+  * twisted-doc: Rename examples/xindex.html (closes: #255887).
+  * twisted-doc: Include the Twisted tutorial (closes: #256598).
+  * Install the PDF version of the Twisted Book, not the PostScript version.
+  * python-twisted: Recommend the python-serial package.
+  * Fix nmea protocol failing when checksums turned off (closes: #243136).
+  * Add support for bool types in Twisted Serialize module (python2.3 only).
+    Closes: #217053.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 29 Aug 2004 15:31:36 +0200
+
+twisted (1.3.0-2) unstable; urgency=low
+
+  * Fix links in twisted-doc's index.html (closes: #255548).
+
+ -- Matthias Klose <doko at debian.org>  Mon, 21 Jun 2004 22:01:11 +0200
+
+twisted (1.3.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * Hijacking the package.
+    See http://lists.debian.org/debian-qa/2004/06/msg00070.html.
+  * Fix doc-base file (closes: #220698, #220699).
+  * html files are included as .html, not .xhtml (closes: #192600).
+  * Make package descriptions more verbose (closes: #209816).
+  * Fix some lintian errors.
+
+ -- Matthias Klose <doko at debian.org>  Sat, 19 Jun 2004 00:54:55 +0200
+
+twisted (1.2.0-1.1) unstable; urgency=low
+
+  * NMU.
+  * Fix suggestions and recommendations:
+    - Make python-pyopenssl, python-pam recommendations.
+    - Make python-tk, python-gtk2, python-glade2, python-qt3,
+      libwxgtk2.4-python suggestions.
+    Closes: #240564.
+  * python-twisted-conch: Depend on python2.3-twisted-conch.
+  * Use Debian's way importing gtk2:
+    - doc/examples/pbgtk2.py
+    - twisted/spread/ui/gtk2util.py
+  * The Debian package provided upstream isn't a big help, as it's just
+    an outdated copy of the Debian package :-(
+
+ -- Matthias Klose <doko at debian.org>  Sat, 17 Apr 2004 14:25:26 +0200
+
+twisted (1.2.0-1) unstable; urgency=low
+
+  * New upstream version (closes: #211102).
+
+ -- Matthias Klose <doko at debian.org>  Thu, 26 Feb 2004 07:05:22 +0100
+
+twisted (1.1.2-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Moshe Zadka <moshez at debian.org>  Thu, 18 Feb 2004 12:03:02 -0500
+
+twisted (1.1.1-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Moshe Zadka <moshez at debian.org>  Thu, 15 Jan 2004 12:03:02 -0500
+
+twisted (1.1.0-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Moshe Zadka <moshez at debian.org>  Thu, 21 Nov 2003 14:56:54 -0500
+
+twisted (1.0.7-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Moshe Zadka <moshez at debian.org>  Thu, 17 Sep 2003 00:33:51 -0500
+
+twisted (1.0.6-1) unstable; urgency=low
+
+  * New upstream version.
+  * NMU (encouraged by maintainer)
+
+ -- Martin Sjogren <sjogren at debian.org>  Thu,  3 Jul 2003 07:45:27 +0200
+ 
+twisted (1.0.5-1) unstable; urgency=low
+
+  * New upstream version
+  * Remove Python 2.1 packages -- upstream no longer supports 2.1 
+
+ -- Moshe Zadka <moshez at debian.org>  Thu,  1 May 2003 09:06:49 +0300
+
+twisted (1.0.4-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Moshe Zadka <moshez at debian.org>  Fri, 18 Apr 2003 03:46:22 +0000
+
+twisted (1.0.3-1) unstable; urgency=low
+
+  * Split out conch
+    * This allows us to have conch properly depend on python-crypto
+  * Documentation improvements
+    * Installing xhtml versions of everything
+    * Distributing ps and pdf versions of book
+    * doc-base support
+  * Split out doc-api
+    * It's HUGE and many people don't need it (since it is available on the
+      web) 
+
+ -- Moshe Zadka <moshez at debian.org>  Tue, 12 Nov 2002 02:59:56 -0600
+
+twisted (1.0.0-2) unstable; urgency=low
+
+  * Put api docs in api/ (Closes: #167196) 
+
+ -- Moshe Zadka <moshez at debian.org>  Thu,  7 Nov 2002 12:27:37 -0600
+
+twisted (1.0.0-1) unstable; urgency=low
+
+  * New upstream release 
+
+ -- Moshe Zadka <moshez at debian.org>  Tue, 22 Oct 2002 06:22:49 -0500
+
+twisted (0.99.2-4) unstable; urgency=low
+
+  * UGH! Python 2.3 distutils bug is back 
+  * Working around it
+
+ -- Moshe Zadka <moshez at debian.org>  Wed,  2 Oct 2002 12:07:25 +0000
+
+twisted (0.99.2-3) unstable; urgency=low
+
+  * Adding "/usr/bin/python" to build dependencies.
+
+ -- Moshe Zadka <moshez at debian.org>  Mon, 30 Sep 2002 15:46:56 +0000
+
+twisted (0.99.2-2) unstable; urgency=low
+
+  * Enabling Python 2.3 support 
+
+ -- Moshe Zadka <moshez at debian.org>  Fri, 27 Sep 2002 10:49:43 -0500
+
+twisted (0.99.2-1) unstable; urgency=low
+
+  * New upstream
+  * Fixed build dependencies (Closes: #159258)
+
+ -- Moshe Zadka <moshez at debian.org>  Mon, 23 Sep 2002 08:56:05 -0500
+
+twisted (0.99.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * Packaging changes:
+    * "Twisted" is now a package, to facilitate upgrades from woody
+      (there are verioned depends:)
+    * New package: twisted-quotes -- quotes collected by the Twisted release
+      team
+
+ -- Moshe Zadka <moshez at debian.org>  Thu, 29 Aug 2002 08:05:38 -0500
+
+twisted (0.19.0-2) unstable; urgency=low
+
+  * Gagh, make python2.2-twisted any, not all. 
+
+ -- Moshe Zadka <moshez at debian.org>  Wed, 31 Jul 2002 02:25:23 -0500
+
+twisted (0.19.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Debian packaging changes:
+    * split python2.x-twisted into python2.x-twisted and python2.x-twisted-bin
+    * unfortunately, because of distutils mind boggling stupidity, it will
+      do most of the work for building the arch-independant utilities when
+      building the c module
+    * fortunately, twisted will now take up much less room in the archive
+
+ -- Moshe Zadka <moshez at debian.org>  Wed, 19 Jun 2002 18:01:50 +0300
+
+twisted (0.18.0-2) unstable; urgency=low
+
+  * The "Aaaaarrrgghhh, I'm stupid release"
+  * debian/control: python2.1-twisted needs to Conflict:/Replace: twisted too
+
+ -- Moshe Zadka <moshez at debian.org>  Tue, 18 Jun 2002 20:22:08 +0300
+
+twisted (0.18.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Lots of debian changes:
+    * building python2.1-twisted, python2.2-twisted
+    * python-twisted depends on python2.1-twisted
+    * menu support for t-im and manhole enabled
+  * Removed debelper
+    * Added debian/scripts/ directory with helper scripts
+    * This will (hopefully) mean support python2.3 will be easy 
+  * Upstream fixed tcp client (Closes: #142789)
+
+ -- Moshe Zadka <moshez at debian.org>  Tue, 28 May 2002 12:35:35 +0300
+
+twisted (0.17.3-1) unstable; urgency=low
+
+  * New upstream release 
+
+ -- Moshe Zadka <moshez at debian.org>  Fri, 19 Apr 2002 02:55:43 -0500
+
+twisted (0.17.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Now building two packages -- one for the code, one for the docs
+    + If you want the docs, install twisted-docs too
+    + Feedback is encouraged about whether a 2.2-supporting version is needed
+
+ -- Moshe Zadka <moshez at debian.org>  Thu, 14 Mar 2002 07:24:07 +0200
+
+twisted (0.15.5-1) unstable; urgency=low
+
+  * New upstream release 
+
+ -- Moshe Zadka <moshez at debian.org>  Fri,  8 Mar 2002 07:14:16 +0200
+
+twisted (0.15.4-1) unstable; urgency=low
+
+  * New upstream version
+  * Better DNS support
+
+ -- Moshe Zadka <moshez at debian.org>  Tue,  5 Mar 2002 13:54:37 +0200
+
+twisted (0.15.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Fixed stupidproxy bug, where connections weren't closed 
+
+ -- Moshe Zadka <moshez at debian.org>  Thu, 28 Feb 2002 21:07:28 +0200
+
+twisted (0.15.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Moshe Zadka <moshez at debian.org>  Tue, 12 Feb 2002 20:36:38 +0200
+
+twisted (0.15.0-1) unstable; urgency=low
+
+  * New upstream release
+  * IM application: many improvements, new GTK+ client
+  * easier to add error callbacks to deferred
+  * SOCKSv4 support
+  * bugs fixed in t.i.tcp
+  * added approveConnection (again ;-)
+  * All non-blocking methods now return deferreds instead of accepting 
+    callbacks (hopefully)
+  * low-level protocol changes
+  * New t.web applications and features
+  * Perspective retrieval now async
+  * Enterprise now fixed
+
+ -- Moshe Zadka <moshez at debian.org>  Wed,  6 Feb 2002 14:38:38 +0200
+
+twisted (0.13.0-1) unstable; urgency=low
+
+  * New upstream version 
+  * New forum
+  * New config interface
+  * New metrics
+
+ -- Moshe Zadka <moshez at debian.org>  Thu, 10 Jan 2002 20:04:30 +0200
+
+twisted (0.12.2-1) unstable; urgency=low
+
+  * New upstream versions (many bugfixes) 
+
+ -- Moshe Zadka <moshez at debian.org>  Thu, 29 Nov 2001 08:01:23 +0200
+
+twisted (0.12.1-1) unstable; urgency=low
+
+  * New upstream version (mainly bugfixes) 
+
+ -- Moshe Zadka <moshez at debian.org>  Thu, 22 Nov 2001 09:09:14 +0200
+
+twisted (0.12.0-1) unstable; urgency=low
+
+  * New upstream version
+  * Using Python 2.1 
+
+ -- Moshe Zadka <moshez at debian.org>  Wed, 21 Nov 2001 15:17:25 +0200
+
+twisted (0.10.3-1) unstable; urgency=low
+
+  * New upstream release
+  * twisted.names, resolving internet names
+  * optimizations
+  * works with Jython too
+
+ -- Moshe Zadka <moshez at debian.org>  Sun, 30 Sep 2001 23:46:45 +0200
+
+twisted (0.10.2-1) unstable; urgency=low
+
+  * New upstream release
+  * bug fixes
+  * timeouts for client sockets 
+  * Tutorial about plugins
+  * Mail has changed API in an incompatible way
+
+ -- Moshe Zadka <moshez at debian.org>  Wed, 12 Sep 2001 23:00:59 +0300
+
+twisted (0.10.1-1) unstable; urgency=low
+
+  * New upstream release 
+  * Massive renaming in prespective broker classes
+  * web proxying
+  * TCP connection forwarding
+  * Lots of new protocols: LDAP, finger and obscure RFCs
+  * --plugin option to twistd
+  * web widgets
+  * twisted.enterprise improved a lot 
+
+ -- Moshe Zadka <moshez at debian.org>  Fri, 31 Aug 2001 06:49:00 +0300
+
+twisted (0.10.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Added twisted.tap and twisted.mail to distribution
+  * Added docs about writing new twisted servers
+  * Changed mail API: now, saveMessage gets the SMTP from too
+  * Removed spurious prints from twisted.mail.mail
+  * Possible to relay mail to unknown domains via smart host
+  * tap2deb can create policy compliant Debian packages around .tap's
+  * Fixed debian/rules clean target (closes: Bug#108245)
+  * New arguments to twistd: --python, --no_save
+  * New arguments to mktap: --append
+  * twisted.tcp.Port can now change the size of the backlog from 5
+  * UDP servers now possible
+
+ -- Moshe Zadka <moshez at debian.org>  Thu,  9 Aug 2001 09:37:03 +0300
+
+twisted (0.9.4-1) unstable; urgency=low
+
+  * Initial Release. (closes: #105843)
+
+ -- Moshe Zadka <moshez at debian.org>  Thu, 26 Jul 2001 21:09:53 +0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..88f4721
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,184 @@
+Source: twisted
+Section: python
+Priority: optional
+Maintainer: Matthias Klose <doko at debian.org>
+Uploaders: Free Ekanayaka <freee at debian.org>
+Build-Depends: debhelper (>=7.0.50~),
+  python-all-dev (>= 2.6.6-3~), python-all-dbg,
+  python-zope.interface-dbg, patch
+XS-Python-Version: all
+Standards-Version: 3.9.6
+
+Package: python-twisted-bin
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Suggests: python-twisted-bin-dbg
+Description: Event-based framework for internet applications
+ It includes a web server, a telnet server, a multiplayer RPG engine, a 
+ generic client and server for remote object access, and APIs for creating 
+ new protocols.
+
+Package: python-twisted-bin-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: python-twisted-bin (= ${binary:Version}),
+  python-zope.interface-dbg, python-dbg,
+  ${shlibs:Depends}, ${misc:Depends}
+Description: Event-based framework for internet applications (debug extension)
+ It includes a web server, a telnet server, a multiplayer RPG engine, a 
+ generic client and server for remote object access, and APIs for creating 
+ new protocols.
+ .
+ This package contains the extension built for the Python debug interpreter.
+
+Package: python-twisted-core
+Architecture: all
+Depends: python-twisted-bin (>= ${source:Version}),
+  python-zope.interface (>= 3.6), python (>= 2.5),
+  ${python:Depends}, ${misc:Depends},
+  python-openssl, python-service-identity
+Suggests: python-tk, python-gtk2, python-glade2, python-qt3, python-wxgtk3.0
+Recommends: python-openssl, python-pam, python-serial
+Provides: ${python:Provides}
+Description: Event-based framework for internet applications
+ It includes a web server, a telnet server, a multiplayer RPG engine, a
+ generic client and server for remote object access, and APIs for creating
+ new protocols.
+
+Package: python-twisted-conch
+Architecture: all
+Depends: python-twisted-core (>= ${source:Version}), 
+  python-crypto (>= 2.0.1+dfsg1-1.1), python-pyasn1,
+  ${python:Depends}, ${misc:Depends}
+Provides: conch, ${python:Provides}
+Description: Twisted SSH Implementation
+ A client/server implementation of the SSH protocol, using the
+ twisted framework.
+
+Package: python-twisted-lore
+Architecture: all
+Depends: python-twisted-web (>= ${source:Version}),
+  ${python:Depends}, ${misc:Depends}
+Description: Documentation generator with HTML and LaTeX support
+ Twisted Lore is a documentation generator.
+
+Package: python-twisted-mail
+Architecture: all
+Depends: python-twisted-core (>= ${source:Version}),
+  python-openssl,
+  ${python:Depends}, ${misc:Depends}
+Recommends: python-twisted-names
+Description: SMTP, IMAP and POP protocol implementation
+ Twisted Mail contains high-level, efficient protocol implementations
+ for both clients and servers of SMTP, POP3, and IMAP4. Additionally,
+ it contains an "out of the box" combination SMTP/POP3 virtual-hosting
+ mail server. Also included is a read/write Maildir implementation and
+ a basic Mail Exchange calculator (depends on Twisted Names).
+
+Package: python-twisted-names
+Architecture: all
+Depends: python-twisted-core (>= ${source:Version}),
+  ${python:Depends}, ${misc:Depends}
+Description: DNS protocol implementation with client and server
+ Twisted Names is both a domain name server as well as a client
+ resolver library. Twisted Names comes with an "out of the box"
+ nameserver which can read most BIND-syntax zone files as well as a
+ simple Python-based configuration format. Twisted Names can act as an
+ authoritative server, perform zone transfers from a master to act as
+ a secondary, act as a caching nameserver, or any combination of
+ these. Twisted Names' client resolver library provides functions to
+ query for all commonly used record types as well as a replacement for
+ the blocking gethostbyname() function provided by the Python stdlib
+ socket module.
+
+Package: python-twisted-news
+Architecture: all
+Depends: python-twisted-core (>= ${source:Version}),
+  ${python:Depends}, ${misc:Depends}
+Description: NNTP protocol implementation with client and server
+ Twisted News provides a very basic NNTP server, as well as an NNTP
+ client protocol implementation. Two messages storage systems are
+ supported: the DB-API 2.0 backend stores and indexes messages in any
+ compatible SQL database; the Twisted dirdbm backend uses serialized
+ Python objects stored directly on the filesystem for message
+ storage. Twisted News also has very rudamentary support for moderated
+ groups.
+
+Package: python-twisted-runner
+Architecture: any
+Depends: python-twisted-core (>= ${source:Version}),
+  ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Suggests: python-twisted-runner-dbg
+Description: Process management, including an inetd server
+ Twisted Runner has process management, including an inetd replacement.
+
+Package: python-twisted-runner-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: python-twisted-runner (= ${binary:Version}),
+  python-dbg,
+  ${shlibs:Depends}, ${misc:Depends}
+Description: Process management, including an inetd server (debug extension)
+ Twisted Runner has process management, including an inetd replacement.
+ .
+ This package contains the extension built for the python debug interpreter.
+
+Package: python-twisted-web
+Architecture: all
+Depends: python-twisted-core (>= ${source:Version}),
+  ${python:Depends}, ${misc:Depends}
+Description: HTTP protocol implementation together with clients and servers
+ Twisted web is a web server, and also provides basic HTTP client
+ support. You may want to check out Nevow, a templating toolkit
+ designed for twisted.web, and Twisted Web2, the next generation
+ Twisted web server.
+
+Package: python-twisted-words
+Architecture: all
+Depends: python-twisted-core (>= ${source:Version}),
+  python-openssl,
+  ${python:Depends}, ${misc:Depends}
+Description: Chat and Instant Messaging
+ Twisted Words includes:
+  - Low-level protocol implementations of OSCAR (AIM and ICQ), IRC, MSN,
+    TOC (AIM).
+  - Jabber libraries.
+  - Prototypes of chat server and client frameworks built on top
+    of the protocols.
+
+Package: twisted-doc
+Section: doc
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: python-twisted
+Recommends: www-browser | postscript-viewer | pdf-viewer
+Description: Official documentation of Twisted
+ This contains various HOWTOs and overviews in various formats
+ .
+ Twisted is an event-based framework for internet applications.
+ It includes a web server, a telnet server, a multiplayer RPG engine, a 
+ generic client and server for remote object access, and APIs for creating 
+ new protocols.
+
... 753 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/twisted.git



More information about the Python-modules-commits mailing list