[Python-modules-commits] r15743 - in packages/python-memcache/trunk/debian (5 files)
chaica-guest at users.alioth.debian.org
chaica-guest at users.alioth.debian.org
Wed Feb 16 23:33:04 UTC 2011
Date: Wednesday, February 16, 2011 @ 23:33:00
Author: chaica-guest
Revision: 15743
* New upstream release. (Closes: #609908)
* debian/source/format
- Bump to 3.0 (quilt)
* debian/control
- Removed python-support from Build-Depends-Indep
- Bump python to 2.6.6-3
- Bump Standards-Version to 3.9.1.0.
- Replaced XS-Python-Version: all by X-Python-Version >= 2.5
- Added Breaks: ${python:Breaks} to binary package info
* debian/copyright
- Removed path to BSD license and include the license text itself
* debian/rules
- Replaced dh $@ by dh $@ --with python2
Modified:
packages/python-memcache/trunk/debian/changelog
packages/python-memcache/trunk/debian/control
packages/python-memcache/trunk/debian/copyright
packages/python-memcache/trunk/debian/rules
packages/python-memcache/trunk/debian/source/format
Modified: packages/python-memcache/trunk/debian/changelog
===================================================================
--- packages/python-memcache/trunk/debian/changelog 2011-02-16 22:20:55 UTC (rev 15742)
+++ packages/python-memcache/trunk/debian/changelog 2011-02-16 23:33:00 UTC (rev 15743)
@@ -1,3 +1,21 @@
+python-memcache (1.47-1) unstable; urgency=low
+
+ * New upstream release. (Closes: #609908)
+ * debian/source/format
+ - Bump to 3.0 (quilt)
+ * debian/control
+ - Removed python-support from Build-Depends-Indep
+ - Bump python to 2.6.6-3
+ - Bump Standards-Version to 3.9.1.0.
+ - Replaced XS-Python-Version: all by X-Python-Version >= 2.5
+ - Added Breaks: ${python:Breaks} to binary package info
+ * debian/copyright
+ - Removed path to BSD license and include the license text itself
+ * debian/rules
+ - Replaced dh $@ by dh $@ --with python2
+
+ -- Carl Chenet <chaica at ohmytux.com> Thu, 17 Feb 2011 01:30:02 +0100
+
python-memcache (1.45-1) unstable; urgency=low
* New upstream version.
Modified: packages/python-memcache/trunk/debian/control
===================================================================
--- packages/python-memcache/trunk/debian/control 2011-02-16 22:20:55 UTC (rev 15742)
+++ packages/python-memcache/trunk/debian/control 2011-02-16 23:33:00 UTC (rev 15743)
@@ -1,12 +1,12 @@
Source: python-memcache
Section: python
Priority: optional
-XS-Python-Version: all
+X-Python-Version: >= 2.5
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, python-support, python-setuptools
-Standards-Version: 3.8.4
+Build-Depends-Indep: python (>= 2.6.6-3), python-setuptools
+Standards-Version: 3.9.1.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,6 +15,7 @@
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/copyright
===================================================================
--- packages/python-memcache/trunk/debian/copyright 2011-02-16 22:20:55 UTC (rev 15742)
+++ packages/python-memcache/trunk/debian/copyright 2011-02-16 23:33:00 UTC (rev 15743)
@@ -59,5 +59,29 @@
The Debian packaging is © 2008 Christopher Schmidt <crschmidt at metacarta.com>
and is licensed under the BSD License.
-On Debian systems, the complete text of the BSD License can be found in
-`/usr/share/common-licenses/BSD'.
+ Copyright (c) The Regents of the University of California.
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
Modified: packages/python-memcache/trunk/debian/rules
===================================================================
--- packages/python-memcache/trunk/debian/rules 2011-02-16 22:20:55 UTC (rev 15742)
+++ packages/python-memcache/trunk/debian/rules 2011-02-16 23:33:00 UTC (rev 15743)
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with python2
Modified: packages/python-memcache/trunk/debian/source/format
===================================================================
--- packages/python-memcache/trunk/debian/source/format 2011-02-16 22:20:55 UTC (rev 15742)
+++ packages/python-memcache/trunk/debian/source/format 2011-02-16 23:33:00 UTC (rev 15743)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
More information about the Python-modules-commits
mailing list