[Python-modules-commits] r8201 - in packages/python-memcache/trunk/debian (4 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Apr 10 10:52:23 UTC 2009


    Date: Friday, April 10, 2009 @ 10:52:22
  Author: morph
Revision: 8201

  - bump Standards-Version to 3.8.1 (no changes needed)
* debian/watch
  - fixed (upstream ftp site uses symlinks, breaking version check)
* debian/rules
  - fixed for the new python-support; thanks to Josselin Mouette for the
    report and patch; Closes: #517063

Modified:
  packages/python-memcache/trunk/debian/changelog
  packages/python-memcache/trunk/debian/control
  packages/python-memcache/trunk/debian/rules
  packages/python-memcache/trunk/debian/watch

Modified: packages/python-memcache/trunk/debian/changelog
===================================================================
--- packages/python-memcache/trunk/debian/changelog	2009-04-10 10:15:16 UTC (rev 8200)
+++ packages/python-memcache/trunk/debian/changelog	2009-04-10 10:52:22 UTC (rev 8201)
@@ -2,8 +2,14 @@
 
   * debian/control
     - switch Vcs-Browser field to viewsvn
+    - bump Standards-Version to 3.8.1 (no changes needed)
+  * debian/watch
+    - fixed (upstream ftp site uses symlinks, breaking version check)
+  * debian/rules
+    - fixed for the new python-support; thanks to Josselin Mouette for the
+      report and patch; Closes: #517063
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:15:28 +0100
+ -- Sandro Tosi <morph at debian.org>  Fri, 10 Apr 2009 12:51:47 +0200
 
 python-memcache (1.40-1) unstable; urgency=low
 

Modified: packages/python-memcache/trunk/debian/control
===================================================================
--- packages/python-memcache/trunk/debian/control	2009-04-10 10:15:16 UTC (rev 8200)
+++ packages/python-memcache/trunk/debian/control	2009-04-10 10:52:22 UTC (rev 8201)
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (>= 5.0.38)
 Build-Depends-Indep: python (>= 2.1), python-support (>= 0.6.4), 
                      python-setuptools
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
 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/

Modified: packages/python-memcache/trunk/debian/rules
===================================================================
--- packages/python-memcache/trunk/debian/rules	2009-04-10 10:15:16 UTC (rev 8200)
+++ packages/python-memcache/trunk/debian/rules	2009-04-10 10:52:22 UTC (rev 8201)
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 PREFIX := debian/python-memcache
-PACKAGE_DIR := /usr/share/python-support/python-memcache
+PACKAGE_DIR := /usr/lib/`pyversions -d`/site-packages
 
 build:
 
@@ -30,8 +30,8 @@
 	dh_installchangelogs ChangeLog 
 	dh_compress
 	dh_fixperms
+	chmod +x $(PREFIX)$(PACKAGE_DIR)/memcache.py
 	dh_pysupport
-	chmod +x $(PREFIX)$(PACKAGE_DIR)/memcache.py
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums

Modified: packages/python-memcache/trunk/debian/watch
===================================================================
--- packages/python-memcache/trunk/debian/watch	2009-04-10 10:15:16 UTC (rev 8200)
+++ packages/python-memcache/trunk/debian/watch	2009-04-10 10:52:22 UTC (rev 8201)
@@ -1,2 +1,2 @@
 version=3
-ftp://ftp.tummy.com/pub/python-memcached/python-memcached-(\d+.*)\.tar\.gz
+ftp://ftp.tummy.com/pub/python-memcached/python-memcached-([\d\.]*)\.tar\.gz




More information about the Python-modules-commits mailing list