[Python-modules-commits] r4724 - in packages/pycg/trunk/debian (4 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Mon Mar 3 22:34:17 UTC 2008


    Date: Monday, March 3, 2008 @ 22:34:16
  Author: morph-guest
Revision: 4724

Modified:
  packages/pycg/trunk/debian/patches/01_fix_makefile.dpatch
  packages/pycg/trunk/debian/patches/02_fix_setup.py.dpatch
  packages/pycg/trunk/debian/patches/30_move_from_numeric_to_numpy.dpatch
  packages/pycg/trunk/debian/rules

Modified: packages/pycg/trunk/debian/patches/01_fix_makefile.dpatch
===================================================================
--- packages/pycg/trunk/debian/patches/01_fix_makefile.dpatch	2008-03-03 21:48:25 UTC (rev 4723)
+++ packages/pycg/trunk/debian/patches/01_fix_makefile.dpatch	2008-03-03 22:34:16 UTC (rev 4724)
@@ -2,7 +2,7 @@
 ## 01_fix_makefile.dpatch by Sandro Tosi <matrixhasu at gmail.com>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: converge upstream build system into Makefile
 
 @DPATCH@
 diff -urNad python-pycg-0.14.1~/Makefile python-pycg-0.14.1/Makefile

Modified: packages/pycg/trunk/debian/patches/02_fix_setup.py.dpatch
===================================================================
--- packages/pycg/trunk/debian/patches/02_fix_setup.py.dpatch	2008-03-03 21:48:25 UTC (rev 4723)
+++ packages/pycg/trunk/debian/patches/02_fix_setup.py.dpatch	2008-03-03 22:34:16 UTC (rev 4724)
@@ -2,7 +2,7 @@
 ## 02_fix_setup.py.dpatch by Sandro Tosi <matrixhasu at gmail.com>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: fix setup.py file to let the package build on a Debian box
 
 @DPATCH@
 diff -urNad pycg~/setup.py pycg/setup.py

Modified: packages/pycg/trunk/debian/patches/30_move_from_numeric_to_numpy.dpatch
===================================================================
--- packages/pycg/trunk/debian/patches/30_move_from_numeric_to_numpy.dpatch	2008-03-03 21:48:25 UTC (rev 4723)
+++ packages/pycg/trunk/debian/patches/30_move_from_numeric_to_numpy.dpatch	2008-03-03 22:34:16 UTC (rev 4724)
@@ -2,7 +2,7 @@
 ## 30_move_from_numeric_to_numpy.dpatch by Sandro Tosi <matrixhasu at gmail.com>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Required changes to remove python-numeric dep and move to python-numpy
 
 @DPATCH@
 diff -urNad pycg~/Makefile pycg/Makefile

Modified: packages/pycg/trunk/debian/rules
===================================================================
--- packages/pycg/trunk/debian/rules	2008-03-03 21:48:25 UTC (rev 4723)
+++ packages/pycg/trunk/debian/rules	2008-03-03 22:34:16 UTC (rev 4724)
@@ -41,7 +41,7 @@
 
 	$(MAKE) PYTHON_I=python$*_d PYTHON=python$* clean
 	$(MAKE) PYTHON_I=python$*_d PYTHON=python$*
-	dh_install -ppython-cg-dbg _Cg.so /usr/lib/python$*_d/site-packages/
+	dh_install -ppython-cg-dbg _Cg.so /usr/lib/python$*_d/site-packages/_Cg_d.so
 
 clean: unpatch
 	dh_testdir
@@ -63,7 +63,6 @@
 	cp Cg.py Cg/__init__.py
 
 	python setup.py install --root=$(CURDIR)/debian/python-cg
-	python-dbg setup.py install --root=$(CURDIR)/debian/python-cg-dbg
 
 # Build architecture-independent files here.
 binary-indep:




More information about the Python-modules-commits mailing list