[Python-modules-commits] r25312 - in packages/txzmq/trunk/debian (control copyright)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Tue Jul 30 09:30:08 UTC 2013


    Date: Tuesday, July 30, 2013 @ 09:30:07
  Author: laarmen-guest
Revision: 25312

Use python-zope.interface instead of python-zope

Modified:
  packages/txzmq/trunk/debian/control
  packages/txzmq/trunk/debian/copyright

Modified: packages/txzmq/trunk/debian/control
===================================================================
--- packages/txzmq/trunk/debian/control	2013-07-30 09:12:00 UTC (rev 25311)
+++ packages/txzmq/trunk/debian/control	2013-07-30 09:30:07 UTC (rev 25312)
@@ -9,7 +9,7 @@
  python-pytest,
  python-twisted-core,
  python-zmq,
- python-zope
+ python-zope.interface
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.6
 Homepage: https://github.com/smira/txZMQ
@@ -21,7 +21,7 @@
 Depends:
  python-twisted-core,
  python-zmq,
- python-zope,
+ python-zope.interface,
  ${misc:Depends},
  ${python:Depends}
 Description: Python module providing ZeroMQ binding for the Twisted framework

Modified: packages/txzmq/trunk/debian/copyright
===================================================================
--- packages/txzmq/trunk/debian/copyright	2013-07-30 09:12:00 UTC (rev 25311)
+++ packages/txzmq/trunk/debian/copyright	2013-07-30 09:30:07 UTC (rev 25312)
@@ -11,13 +11,13 @@
            2012-2013 Aleks Clark <aleks.clark at gmail.com>
            2012-2013 Ralph Bean <rbean at redhat.com>
            2012-2013 Alexander Else
-License: GPL
+License: GPL-2.0
 
 Files: debian/*
 Copyright: 2013 Simon Chopin <chopin.simon at gmail.com>
-License: GPL
+License: GPL-2.0
 
-License: GPL
+License: GPL-2.0
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or




More information about the Python-modules-commits mailing list