[Python-modules-commits] r27142 - in packages/txws/trunk/debian (changelog control patches)
olasd at users.alioth.debian.org
olasd at users.alioth.debian.org
Sat Jan 11 01:41:51 UTC 2014
Date: Saturday, January 11, 2014 @ 01:41:49
Author: olasd
Revision: 27142
Update packaging for 0.7.1.1
Modified:
packages/txws/trunk/debian/changelog
packages/txws/trunk/debian/control
Deleted:
packages/txws/trunk/debian/patches/
Modified: packages/txws/trunk/debian/changelog
===================================================================
--- packages/txws/trunk/debian/changelog 2014-01-10 20:23:29 UTC (rev 27141)
+++ packages/txws/trunk/debian/changelog 2014-01-11 01:41:49 UTC (rev 27142)
@@ -1,9 +1,11 @@
-txws (0.7.1-3) UNRELEASED; urgency=low
+txws (0.7.1.1-1) UNRELEASED; urgency=low
- * Patch setup.py to directly depend on Twisted_Core and Twisted_Web
- * Drop pydist-overrides and update dependencies accordingly
+ * New upstream release
+ * Drop pydist-overrides, add explicit dependencies on twisted instead
+ * Update my email address
+ * Update Standards-Version to 3.9.5 (no changes needed)
- -- Nicolas Dandrimont <nicolas.dandrimont at crans.org> Fri, 12 Jul 2013 17:08:18 +0200
+ -- Nicolas Dandrimont <olasd at debian.org> Sun, 22 Dec 2013 10:04:50 +0100
txws (0.7.1-2) unstable; urgency=low
Modified: packages/txws/trunk/debian/control
===================================================================
--- packages/txws/trunk/debian/control 2014-01-10 20:23:29 UTC (rev 27141)
+++ packages/txws/trunk/debian/control 2014-01-11 01:41:49 UTC (rev 27142)
@@ -4,8 +4,11 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd at debian.org>,
Simon Chopin <chopin.simon at gmail.com>,
-Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9),
+ python-all (>= 2.6.6-3~),
+ python-setuptools,
+ python-vcversioner
+Standards-Version: 3.9.5
X-Python-Version: >= 2.6
Homepage: http://github.com/MostAwesomeDude/txWS
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/txws/trunk/
@@ -13,9 +16,10 @@
Package: python-txws
Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
+Depends: python-twisted-core,
+ python-twisted-web,
+ ${misc:Depends},
+ ${python:Depends}
Description: Python module to add Websocket support to the Twisted framework
txWS (pronounced "Twisted WebSockets") is a small, short, simple library
for adding WebSockets server support to your favorite Twisted
More information about the Python-modules-commits
mailing list