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

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Wed Mar 23 12:33:37 UTC 2011


    Date: Wednesday, March 23, 2011 @ 12:33:35
  Author: takaki
Revision: 16188

new upstream

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

Modified: packages/python-pyramid/trunk/debian/changelog
===================================================================
--- packages/python-pyramid/trunk/debian/changelog	2011-03-23 02:15:01 UTC (rev 16187)
+++ packages/python-pyramid/trunk/debian/changelog	2011-03-23 12:33:35 UTC (rev 16188)
@@ -1,8 +1,9 @@
-python-pyramid (1.0-1) UNRELEASED; urgency=low
+python-pyramid (1.0-1) unstable; urgency=low
 
   * New upstream release
+  * switch to dh_python2. 
 
- -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 09 Feb 2011 17:44:07 +0900
+ -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 23 Mar 2011 21:32:39 +0900
 
 python-pyramid (1.0~b3-1) UNRELEASED; urgency=low
 

Modified: packages/python-pyramid/trunk/debian/control
===================================================================
--- packages/python-pyramid/trunk/debian/control	2011-03-23 02:15:01 UTC (rev 16187)
+++ packages/python-pyramid/trunk/debian/control	2011-03-23 12:33:35 UTC (rev 16188)
@@ -3,7 +3,8 @@
 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-setuptools, python-support
+Build-Depends: debhelper (>= 7.0.50~), python-setuptools, 
+	python-all (>= 2.6.6-3)
 Standards-Version: 3.9.1
 Homepage: http://docs.pylonshq.com/
 #Vcs-Git: git://git.debian.org/collab-maint/python-pyramid.git
@@ -29,6 +30,7 @@
     python-translationstring,
 Suggests: ipython
 Provides: ${python:Provides}
+Breaks: ${python:Breaks}
 Description: The Pyramid web application framework, a Pylons project
  Pyramid is a small, fast, down-to-earth, open source Python web development
  framework. It makes real-world web application development and deployment

Modified: packages/python-pyramid/trunk/debian/rules
===================================================================
--- packages/python-pyramid/trunk/debian/rules	2011-03-23 02:15:01 UTC (rev 16187)
+++ packages/python-pyramid/trunk/debian/rules	2011-03-23 12:33:35 UTC (rev 16188)
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 %:
-	dh $@ 
+	dh $@ --with python2
 
 override_dh_fixperms:
 	dh_fixperms




More information about the Python-modules-commits mailing list