[Python-modules-commits] r19536 - in packages/python-memcache/trunk/debian (3 files)
chaica-guest at users.alioth.debian.org
chaica-guest at users.alioth.debian.org
Wed Dec 7 22:47:52 UTC 2011
Date: Wednesday, December 7, 2011 @ 22:47:51
Author: chaica-guest
Revision: 19536
* New upstream release
* debian/control
- bump X-Python-Version >= 2.6
- bump Standards-Version to 3.9.2.0
- removed ${python:Breaks} to binary package info
* debian/rules
- add override_dh_auto_build to remove Makefile
Modified:
packages/python-memcache/trunk/debian/changelog
packages/python-memcache/trunk/debian/control
packages/python-memcache/trunk/debian/rules
Modified: packages/python-memcache/trunk/debian/changelog
===================================================================
--- packages/python-memcache/trunk/debian/changelog 2011-12-07 22:24:44 UTC (rev 19535)
+++ packages/python-memcache/trunk/debian/changelog 2011-12-07 22:47:51 UTC (rev 19536)
@@ -1,3 +1,15 @@
+python-memcache (1.48-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/control
+ - bump X-Python-Version >= 2.6
+ - bump Standards-Version to 3.9.2.0
+ - removed ${python:Breaks} to binary package info
+ * debian/rules
+ - add override_dh_auto_build to remove Makefile
+
+ -- Carl Chenet <chaica at ohmytux.com> Wed, 07 Dec 2011 23:30:42 +0100
+
python-memcache (1.47-1) unstable; urgency=low
* New upstream release. (Closes: #609908)
Modified: packages/python-memcache/trunk/debian/control
===================================================================
--- packages/python-memcache/trunk/debian/control 2011-12-07 22:24:44 UTC (rev 19535)
+++ packages/python-memcache/trunk/debian/control 2011-12-07 22:47:51 UTC (rev 19536)
@@ -1,12 +1,12 @@
Source: python-memcache
Section: python
Priority: optional
-X-Python-Version: >= 2.5
+X-Python-Version: >= 2.6
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Carl Chenet <chaica at ohmytux.com>
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: python (>= 2.6.6-3), python-setuptools
-Standards-Version: 3.9.1.0
+Standards-Version: 3.9.2.0
Homepage: http://www.tummy.com/Community/software/python-memcached/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-memcache/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-memcache/trunk/
@@ -15,7 +15,6 @@
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: memcached
-Breaks: ${python:Breaks}
Description: pure python memcached client
This software is a 100% Python interface to the memcached memory cache
daemon. It is the client side software which allows storing values in
Modified: packages/python-memcache/trunk/debian/rules
===================================================================
--- packages/python-memcache/trunk/debian/rules 2011-12-07 22:24:44 UTC (rev 19535)
+++ packages/python-memcache/trunk/debian/rules 2011-12-07 22:47:51 UTC (rev 19536)
@@ -3,3 +3,5 @@
%:
dh $@ --with python2
+override_dh_auto_build:
+ rm -f Makefile
More information about the Python-modules-commits
mailing list