[Python-modules-commits] r16769 - in packages/mpmath/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Apr 25 15:02:29 UTC 2011


    Date: Monday, April 25, 2011 @ 15:02:21
  Author: morph
Revision: 16769

use --install-layout=deb when installing

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

Modified: packages/mpmath/trunk/debian/changelog
===================================================================
--- packages/mpmath/trunk/debian/changelog	2011-04-25 15:00:38 UTC (rev 16768)
+++ packages/mpmath/trunk/debian/changelog	2011-04-25 15:02:21 UTC (rev 16769)
@@ -4,11 +4,12 @@
   * debian/rules
     - don't compress objects.inv; thanks to Michael Fladischer for the report;
       Closes: #608762
+    - use --install-layout=deb when installing
   * debian/control
     - bump Standards-Version to 3.9.2 (no changes needed)
     - set XS-Python-Version to 'all'
 
- -- Sandro Tosi <morph at debian.org>  Mon, 25 Apr 2011 17:00:10 +0200
+ -- Sandro Tosi <morph at debian.org>  Mon, 25 Apr 2011 17:02:01 +0200
 
 mpmath (0.16-1) experimental; urgency=low
 

Modified: packages/mpmath/trunk/debian/rules
===================================================================
--- packages/mpmath/trunk/debian/rules	2011-04-25 15:00:38 UTC (rev 16768)
+++ packages/mpmath/trunk/debian/rules	2011-04-25 15:02:21 UTC (rev 16769)
@@ -38,7 +38,7 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/python-mpmath.
-	python setup.py install --root=debian/python-mpmath;
+	python setup.py install --root=debian/python-mpmath --install-layout=deb;
 
 	# move generated documentation under subdir to keep doc/ dir clean
 	cp -arp doc/build/* $(CURDIR)/debian/python-mpmath-doc/usr/share/doc/python-mpmath-doc/html/




More information about the Python-modules-commits mailing list