[Python-modules-commits] r22211 - in packages/foolscap/trunk/debian (2 files)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Tue Jun 19 19:43:55 UTC 2012


    Date: Tuesday, June 19, 2012 @ 19:43:51
  Author: jtaylor-guest
Revision: 22211

new upstream remease 0.6.4

Modified:
  packages/foolscap/trunk/debian/changelog
  packages/foolscap/trunk/debian/patches/minimal_twisted_deps.patch

Modified: packages/foolscap/trunk/debian/changelog
===================================================================
--- packages/foolscap/trunk/debian/changelog	2012-06-19 15:12:46 UTC (rev 22210)
+++ packages/foolscap/trunk/debian/changelog	2012-06-19 19:43:51 UTC (rev 22211)
@@ -1,11 +1,13 @@
-foolscap (0.6.3-2) UNRELEASED; urgency=low
+foolscap (0.6.4-1) unstable; urgency=low
 
+  * New upstream release (Closes: #678096)
+  * refresh patch
   * debian/rules: remove egg folder in clean
     allows building twice in a row (Closes: #671098)
   * bump standard to 3.9.3, no changes required 
-  * debian/copyright: update format url 
+  * debian/copyright: update format url
 
- -- Julian Taylor <jtaylor.debian at googlemail.com>  Wed, 02 May 2012 21:32:33 +0200
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Tue, 19 Jun 2012 21:13:30 +0200
 
 foolscap (0.6.3-1) unstable; urgency=low
 

Modified: packages/foolscap/trunk/debian/patches/minimal_twisted_deps.patch
===================================================================
--- packages/foolscap/trunk/debian/patches/minimal_twisted_deps.patch	2012-06-19 15:12:46 UTC (rev 22210)
+++ packages/foolscap/trunk/debian/patches/minimal_twisted_deps.patch	2012-06-19 19:43:51 UTC (rev 22211)
@@ -1,10 +1,8 @@
 Description: minimize twisted dependencies
 Author: Julian Taylor <jtaylor.debian at googlemail.com>
 Forwarded: not-needed
-Index: foolscap.git/setup.py
-===================================================================
---- foolscap.git.orig/setup.py	2011-06-15 18:11:07.168005624 +0200
-+++ foolscap.git/setup.py	2011-06-15 18:11:11.838005620 +0200
+--- a/setup.py
++++ b/setup.py
 @@ -71,7 +71,9 @@
              "flappserver = foolscap.appserver.cli:run_flappserver",
              "flappclient = foolscap.appserver.client:run_flappclient",
@@ -13,6 +11,6 @@
 +    setup_args['install_requires'] = ['twisted-core >= 2.4.0',
 +                                      'twisted-web >= 2.4.0',
 +                                      'zope.interface']
-     setup_args['extras_require'] = { 'secure_connections' : ["pyOpenSSL"] }
      # note that pyOpenSSL-0.7 and recent Twisted causes unit test failures,
      # see bug #62
+ 




More information about the Python-modules-commits mailing list