[Python-modules-commits] r7993 - in packages/matplotlib/trunk/debian (changelog control rules)

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Wed Mar 25 17:56:13 UTC 2009


    Date: Wednesday, March 25, 2009 @ 17:56:12
  Author: bdrung-guest
Revision: 7993

Install egg-info files and add python-setuptools to build depends; thanks to Gediminas Paulauskas

Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/control
  packages/matplotlib/trunk/debian/rules

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2009-03-25 17:16:49 UTC (rev 7992)
+++ packages/matplotlib/trunk/debian/changelog	2009-03-25 17:56:12 UTC (rev 7993)
@@ -9,8 +9,10 @@
       thanks Andrew Straw for the patch
     - Let all stamp files end with -stamp for automatically cleaning by dh_clean
   * Switch to debhelper 7
+  * Install egg-info files and add python-setuptools to build depends; thanks to
+    Gediminas Paulauskas
 
- -- Benjamin Drung <benjamin.drung at gmail.com>  Wed, 25 Mar 2009 18:15:32 +0100
+ -- Benjamin Drung <benjamin.drung at gmail.com>  Wed, 25 Mar 2009 18:54:34 +0100
 
 matplotlib (0.98.5.2-1) experimental; urgency=low
 

Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control	2009-03-25 17:16:49 UTC (rev 7992)
+++ packages/matplotlib/trunk/debian/control	2009-03-25 17:56:12 UTC (rev 7993)
@@ -29,6 +29,7 @@
                python-qt-dev,
                python-qt4,
                python-qt4-dev,
+               python-setuptools,
                python-sphinx (>= 0.5.1),
                python-tk,
                python-traits (>= 2.0),

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2009-03-25 17:16:49 UTC (rev 7992)
+++ packages/matplotlib/trunk/debian/rules	2009-03-25 17:56:12 UTC (rev 7993)
@@ -76,6 +76,8 @@
 
 	python$* ./setup.py install_lib \
 		-d $(CURDIR)/debian/$(p)/usr/lib/python$*/site-packages/ --no-compile
+	python$* ./setupegg.py install_egg_info \
+		-d $(CURDIR)/debian/$(p)/usr/lib/python$*/site-packages/
 	python$*-dbg ./setup.py install_lib \
 		-d $(CURDIR)/debian/$(pdbg)/usr/lib/python$*/site-packages/ --no-compile
 




More information about the Python-modules-commits mailing list