[Python-modules-commits] r10065 - in packages/python-cloudfiles/trunk/debian (control rules)

mshuler-guest at users.alioth.debian.org mshuler-guest at users.alioth.debian.org
Fri Oct 16 23:01:44 UTC 2009


    Date: Friday, October 16, 2009 @ 23:01:24
  Author: mshuler-guest
Revision: 10065

fixed typos in rules and control
shortened up URLs in description - they've moved the pages before..

Modified:
  packages/python-cloudfiles/trunk/debian/control
  packages/python-cloudfiles/trunk/debian/rules

Modified: packages/python-cloudfiles/trunk/debian/control
===================================================================
--- packages/python-cloudfiles/trunk/debian/control	2009-10-16 22:25:50 UTC (rev 10064)
+++ packages/python-cloudfiles/trunk/debian/control	2009-10-16 23:01:24 UTC (rev 10065)
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 5.0.37.2), python-support (>= 0.3)
 Build-Depends-Indep: python-all-dev
 Standards-Version: 3.7.2
-Homepage: http://www.rackspacecloud.com/cloud_hosting_products/files
+Homepage: http://www.rackspacecloud.com/
 Vcs-Git: git://github.com/rackspace/python-cloudfiles.git
 Vcs-Browser: http://github.com/rackspace/python-cloudfiles
 
@@ -17,8 +17,8 @@
  python-cloudfiles provides a simple interface to the Rackspace Cloud Files
  service. "Cloud Files is reliable, scalable and affordable web-based
  storage for backing up and archiving all your static content". Find out
- more at <http://www.rackspacecloud.com/cloud_hosting_products/files>.
-
+ more at <http://www.rackspacecloud.com/>.
+ .
  To use this module you will need to sign up to Rackspace Cloud Files and
  provide a "user" and "key". If you use this module, you will incurr costs
  as specified by Rackspace. Please check the costs. If you use this module

Modified: packages/python-cloudfiles/trunk/debian/rules
===================================================================
--- packages/python-cloudfiles/trunk/debian/rules	2009-10-16 22:25:50 UTC (rev 10064)
+++ packages/python-cloudfiles/trunk/debian/rules	2009-10-16 23:01:24 UTC (rev 10065)
@@ -23,7 +23,7 @@
 	set -e; \
 	for PY in $(PYVERS); \
 	do \
-	    $$PY setup.py install --root $(CURDIR)/debian/python-freerange; \
+	    $$PY setup.py install --root $(CURDIR)/debian/python-cloudfiles; \
 	done
 	
 	touch build-stamp




More information about the Python-modules-commits mailing list