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

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Mon Mar 7 06:55:09 UTC 2011


    Date: Monday, March 7, 2011 @ 06:55:01
  Author: takaki
Revision: 16020

use dh_python2

Modified:
  packages/python-jsonrpc2/trunk/debian/changelog
  packages/python-jsonrpc2/trunk/debian/control
  packages/python-jsonrpc2/trunk/debian/rules

Modified: packages/python-jsonrpc2/trunk/debian/changelog
===================================================================
--- packages/python-jsonrpc2/trunk/debian/changelog	2011-03-07 06:42:10 UTC (rev 16019)
+++ packages/python-jsonrpc2/trunk/debian/changelog	2011-03-07 06:55:01 UTC (rev 16020)
@@ -4,8 +4,11 @@
   * debian/control:
     - Add python-neso to Build-Depends. (Closes: #614542)
     - Change Maintainer to DPMT. 
+  * debian/patches/debian-changes-0.2.3-1: Removed. 
+  * debian/clean: Added.
+  * debian/rules: Use dh_python2.
 
- -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 07 Mar 2011 15:27:39 +0900
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 07 Mar 2011 15:54:28 +0900
 
 python-jsonrpc2 (0.2.3-1) unstable; urgency=low
 

Modified: packages/python-jsonrpc2/trunk/debian/control
===================================================================
--- packages/python-jsonrpc2/trunk/debian/control	2011-03-07 06:42:10 UTC (rev 16019)
+++ packages/python-jsonrpc2/trunk/debian/control	2011-03-07 06:55:01 UTC (rev 16020)
@@ -3,8 +3,9 @@
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-support, python-setuptools,
-	python-nose
+Build-Depends: debhelper (>= 7.0.50~), python-setuptools,
+	python-all (>= 2.6.6-3),
+	python-nose,
 Standards-Version: 3.9.1
 Homepage: http://pypi.python.org/pypi/jsonrpc2
 
@@ -12,6 +13,7 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
+Breaks: ${python:Breaks}
 Description: Python WSGI Framework for JSON RPC 2.0
  jsonrpc2 is WSGI Framework for JSON RPC 2.0. JSON RPC 2.0 Spec can be seen
  on http://groups.google.com/group/json-rpc/web/json-rpc-2-0 .

Modified: packages/python-jsonrpc2/trunk/debian/rules
===================================================================
--- packages/python-jsonrpc2/trunk/debian/rules	2011-03-07 06:42:10 UTC (rev 16019)
+++ packages/python-jsonrpc2/trunk/debian/rules	2011-03-07 06:55:01 UTC (rev 16020)
@@ -1,13 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
 %:
-	dh $@ 
+	dh $@ --with python2




More information about the Python-modules-commits mailing list