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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Jul 31 21:21:45 UTC 2013


    Date: Wednesday, July 31, 2013 @ 21:21:44
  Author: morph
Revision: 25325

* debian/rules
  - setupegg.py was removed, use setup.py instead

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2013-07-31 20:34:39 UTC (rev 25324)
+++ packages/matplotlib/trunk/debian/changelog	2013-07-31 21:21:44 UTC (rev 25325)
@@ -20,12 +20,14 @@
   * debian/copyright
     - extend packaging copyright years
     - update upstream copyright notice
+  * debian/rules
+    - setupegg.py was removed, use setup.py instead
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
   * Fix typos in README.debian.
 
- -- Sandro Tosi <morph at debian.org>  Tue, 30 Jul 2013 20:14:32 +0200
+ -- Sandro Tosi <morph at debian.org>  Wed, 31 Jul 2013 23:20:18 +0200
 
 matplotlib (1.2.0-1) experimental; urgency=low
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2013-07-31 20:34:39 UTC (rev 25324)
+++ packages/matplotlib/trunk/debian/rules	2013-07-31 21:21:44 UTC (rev 25325)
@@ -108,7 +108,7 @@
 
 	python$* ./setup.py install_lib \
 		-d $(CURDIR)/debian/$(p)/usr/lib/python$*/site-packages/ --no-compile
-	python$* ./setupegg.py install_egg_info \
+	python$* ./setup.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