[Python-apps-commits] r2750 - in packages/s3cmd/trunk/debian (control rules s3cmd.dirs)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Apr 14 22:21:37 UTC 2009


    Date: Tuesday, April 14, 2009 @ 22:21:36
  Author: piotr
Revision: 2750

* add ${misc:Depends} to Depends
* fix path in the command which removes Egg metadata
* remove .dirs file, `setup.py install` will create it

Modified:
  packages/s3cmd/trunk/debian/control
  packages/s3cmd/trunk/debian/rules
Deleted:
  packages/s3cmd/trunk/debian/s3cmd.dirs

Modified: packages/s3cmd/trunk/debian/control
===================================================================
--- packages/s3cmd/trunk/debian/control	2009-04-14 21:51:13 UTC (rev 2749)
+++ packages/s3cmd/trunk/debian/control	2009-04-14 22:21:36 UTC (rev 2750)
@@ -13,7 +13,7 @@
 
 Package: s3cmd
 Architecture: all
-Depends: python (>= 2.5) | python-elementtree, ${python:Depends}
+Depends: python (>= 2.5) | python-elementtree, ${python:Depends}, ${misc:Depends}
 XB-Python-Version: ${python:Versions}
 Description: command-line Amazon S3 client
  Command-line tool to upload, retrieve and manage data in Amazon S3 service

Modified: packages/s3cmd/trunk/debian/rules
===================================================================
--- packages/s3cmd/trunk/debian/rules	2009-04-14 21:51:13 UTC (rev 2749)
+++ packages/s3cmd/trunk/debian/rules	2009-04-14 22:21:36 UTC (rev 2750)
@@ -2,7 +2,6 @@
 # -*- makefile -*-
 
 include /usr/share/quilt/quilt.make
-include /usr/share/python/python.mk
 
 PACKAGE_NAME=s3cmd
 PACKAGE_DIR=$(CURDIR)/debian/$(PACKAGE_NAME)
@@ -32,7 +31,7 @@
 
 	S3CMD_PACKAGING=1 python setup.py install --no-compile \
 		 --root $(PACKAGE_DIR) --install-lib /usr/share/s3cmd
-	rm -rf $(PACKAGE_DIR)/usr/lib/python*/site-packages/*.egg-info
+	rm -rf $(PACKAGE_DIR)/usr/share/s3cmd/*.egg-info
 
 binary-indep: install
 	dh_testdir

Deleted: packages/s3cmd/trunk/debian/s3cmd.dirs
===================================================================
--- packages/s3cmd/trunk/debian/s3cmd.dirs	2009-04-14 21:51:13 UTC (rev 2749)
+++ packages/s3cmd/trunk/debian/s3cmd.dirs	2009-04-14 22:21:36 UTC (rev 2750)
@@ -1 +0,0 @@
-usr/share/s3cmd




More information about the Python-apps-commits mailing list