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

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Tue Dec 15 00:27:06 UTC 2009


    Date: Tuesday, December 15, 2009 @ 00:27:05
  Author: chaica-guest
Revision: 10775

* Added some info in the debian/changelog
* Removed a double invocation of an override in debian/rules

Modified:
  packages/python-virtualenv/trunk/debian/changelog
  packages/python-virtualenv/trunk/debian/control
  packages/python-virtualenv/trunk/debian/rules

Modified: packages/python-virtualenv/trunk/debian/changelog
===================================================================
--- packages/python-virtualenv/trunk/debian/changelog	2009-12-14 17:18:25 UTC (rev 10774)
+++ packages/python-virtualenv/trunk/debian/changelog	2009-12-15 00:27:05 UTC (rev 10775)
@@ -12,17 +12,20 @@
   * debian/python-virtualenv.manpages
     - Switched from debian/virtualenv.1.gz to 
       virtualenv.1
-  * Removed debian/README.Debian
+  * Removed debian/README.Debian because it did not contain any
+    Debian-related information
   * debian/control
     - Added Vcs-Svn and Vcs-Browser fields
-    - Switched from python to python-all
+    - Switched from python-all-dev to python-all in b-d
     - Removed Section field in Package section.
+    - Removed xsltproc and docbook-xsl from b-d-i
+    - Removed the or from Depends field
     - Added dh7 in Build-Depends
     - Switched from python-central to python-support. Closes: #556853.
     - The Maintainer is now DPMT
     - Put Carl Chenet <chaica at ohmytux.com> in Uploaders
     - Put Jeff Licquia <licquia at debian.org> in Uploaders
-    - Bump Standard-Versions to 3.8.3
+    - Bump Standard-Versions to 3.8.3 (no changes needed)
     - Added ${misc:Depends} in Depends field
   * debian/compat
     - Bump to 7
@@ -31,7 +34,7 @@
   * debian/rules
     - Added an override for the upstream changelog
 
- -- Carl Chenet <chaica at ohmytux.com>  Sat, 05 Dec 2009 13:43:04 +0100
+ -- Carl Chenet <chaica at ohmytux.com>  Tue, 15 Dec 2009 01:19:48 +0100
 
 python-virtualenv (1.3.3-1) unstable; urgency=low
 

Modified: packages/python-virtualenv/trunk/debian/control
===================================================================
--- packages/python-virtualenv/trunk/debian/control	2009-12-14 17:18:25 UTC (rev 10774)
+++ packages/python-virtualenv/trunk/debian/control	2009-12-15 00:27:05 UTC (rev 10775)
@@ -6,8 +6,8 @@
 Homepage: http://pypi.python.org/pypi/virtualenv
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-pip/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-pip/trunk/
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python-all (>= 2.3.5-7), python-support, python-setuptools
+Build-Depends: debhelper (>= 7.0.50~), python-all
+Build-Depends-Indep: python (>= 2.3.5-7), python-support, python-setuptools
 Standards-Version: 3.8.3
 XS-Python-Version: all
 

Modified: packages/python-virtualenv/trunk/debian/rules
===================================================================
--- packages/python-virtualenv/trunk/debian/rules	2009-12-14 17:18:25 UTC (rev 10774)
+++ packages/python-virtualenv/trunk/debian/rules	2009-12-15 00:27:05 UTC (rev 10775)
@@ -4,4 +4,3 @@
 
 override_dh_installchangelogs:
 	dh_installchangelogs docs/news.txt
-	dh_installchangelogs




More information about the Python-modules-commits mailing list