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

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Thu Jun 17 23:32:20 UTC 2010


    Date: Thursday, June 17, 2010 @ 23:32:20
  Author: chaica-guest
Revision: 13462

  * Added README.source
  * debian/docs
    - added debian/README.source
  * debian/rules
    - added export DH_ALWAYS_EXCLUDE for pip sources tarball

Added:
  packages/python-virtualenv/trunk/debian/README.source
Modified:
  packages/python-virtualenv/trunk/debian/changelog
  packages/python-virtualenv/trunk/debian/docs
  packages/python-virtualenv/trunk/debian/rules

Added: packages/python-virtualenv/trunk/debian/README.source
===================================================================
--- packages/python-virtualenv/trunk/debian/README.source	                        (rev 0)
+++ packages/python-virtualenv/trunk/debian/README.source	2010-06-17 23:32:20 UTC (rev 13462)
@@ -0,0 +1,6 @@
+The pip command from the python-pip package should be used to install
+applications in the environment created by virtualenv.
+
+The Virtualenv sources tarball provides the pip sources tarball but 
+we can omit it thanks to the dependency of the python-virtualenv 
+package with the python-pip package.

Modified: packages/python-virtualenv/trunk/debian/changelog
===================================================================
--- packages/python-virtualenv/trunk/debian/changelog	2010-06-17 22:53:35 UTC (rev 13461)
+++ packages/python-virtualenv/trunk/debian/changelog	2010-06-17 23:32:20 UTC (rev 13462)
@@ -2,6 +2,7 @@
 
   * New upstream version. Closes: #563993,#571411
   * Switched from python-virtualenv.manpages to manpages
+  * Added README.source
   * Added debian/install
   * Added Depends on python-pip >= 0.7.2
   * debian/control
@@ -13,14 +14,15 @@
     - added --distribute,--relocatable,--unzip-setuptools descriptions
   * debian/docs
     - added news.txt 
+    - added debian/README.source
   * debian/rules
-    - removed export DH_ALWAYS_EXCLUDE
+    - added export DH_ALWAYS_EXCLUDE for pip sources tarball
     - added override for auto_clean, auto_build, auto_install, install
       and link
   * debian/python-virtualenv.lintian-overrides
     - Added every *.egg in the override
 
- -- Carl Chenet <chaica at ohmytux.com>  Sat, 12 Jun 2010 14:48:43 +0200
+ -- Carl Chenet <chaica at ohmytux.com>  Fri, 18 Jun 2010 01:28:32 +0200
 
 python-virtualenv (1.4.5-1) unstable; urgency=low
 

Modified: packages/python-virtualenv/trunk/debian/docs
===================================================================
--- packages/python-virtualenv/trunk/debian/docs	2010-06-17 22:53:35 UTC (rev 13461)
+++ packages/python-virtualenv/trunk/debian/docs	2010-06-17 23:32:20 UTC (rev 13462)
@@ -1,2 +1,3 @@
 docs/index.txt
 docs/news.txt
+debian/README.source

Modified: packages/python-virtualenv/trunk/debian/rules
===================================================================
--- packages/python-virtualenv/trunk/debian/rules	2010-06-17 22:53:35 UTC (rev 13461)
+++ packages/python-virtualenv/trunk/debian/rules	2010-06-17 23:32:20 UTC (rev 13462)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DH_ALWAYS_EXCLUDE=pip-0.7.2.tar.gz
+
 %:
 	dh $@
 




More information about the Python-modules-commits mailing list