[Python-modules-commits] r20665 - in packages/python-restkit/trunk/debian (3 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Sun Mar 4 03:56:32 UTC 2012


    Date: Sunday, March 4, 2012 @ 03:56:29
  Author: takaki
Revision: 20665

add python-socketpool to Depends:.

Modified:
  packages/python-restkit/trunk/debian/changelog
  packages/python-restkit/trunk/debian/control
  packages/python-restkit/trunk/debian/copyright

Modified: packages/python-restkit/trunk/debian/changelog
===================================================================
--- packages/python-restkit/trunk/debian/changelog	2012-03-03 01:00:04 UTC (rev 20664)
+++ packages/python-restkit/trunk/debian/changelog	2012-03-04 03:56:29 UTC (rev 20665)
@@ -3,6 +3,7 @@
   * New upstream release
   * Bump standards version to 3.9.3.
     + Update debian/copyright URI. 
+  * debian/control: Add python-socketpool to Depends. 
 
  -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 26 Feb 2012 20:19:09 +0900
 

Modified: packages/python-restkit/trunk/debian/control
===================================================================
--- packages/python-restkit/trunk/debian/control	2012-03-03 01:00:04 UTC (rev 20664)
+++ packages/python-restkit/trunk/debian/control	2012-03-04 03:56:29 UTC (rev 20665)
@@ -13,7 +13,8 @@
 
 Package: python-restkit
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-http-parser
+Depends: ${python:Depends}, ${misc:Depends}, python-http-parser, 
+	python-socketpool
 Provides: ${python:Provides}
 Description: Restkit is an HTTP resource kit for Python
  Restkit is an HTTP resource kit for Python. It allows you to easily

Modified: packages/python-restkit/trunk/debian/copyright
===================================================================
--- packages/python-restkit/trunk/debian/copyright	2012-03-03 01:00:04 UTC (rev 20664)
+++ packages/python-restkit/trunk/debian/copyright	2012-03-04 03:56:29 UTC (rev 20665)
@@ -26,7 +26,6 @@
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  OTHER DEALINGS IN THE SOFTWARE.
 
-
 Files: debian/*
 Copyright: TANIGUCHI Takaki <takaki at debian.org> 
 License: GPL-3
@@ -46,7 +45,6 @@
  On Debian systems, the complete text of the GNU General
  Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
 
-
 Files: doc/sitemap_gen.py
 Copyright: 2004, 2005 Google Inc.
 License: BSD
@@ -79,7 +77,6 @@
  ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  POSSIBILITY OF SUCH DAMAGE.
 
-
 Files: test/t.py
 Copyright: 2009 Paul J. Davis <paul.joseph.davis at gmail.com>
 License: MIT
@@ -101,7 +98,6 @@
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  THE SOFTWARE.
 
-
 Files: bootstrap.py
 Copyright: 2006 Zope Corporation and Contributors.
 License: Zope-2.1
@@ -157,4 +153,3 @@
   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   DAMAGE.
 
-




More information about the Python-modules-commits mailing list