[med-svn] r12844 - trunk/packages/meme/trunk/debian

Andreas Tille tille at alioth.debian.org
Fri Jan 25 14:51:44 UTC 2013


Author: tille
Date: 2013-01-25 14:51:44 +0000 (Fri, 25 Jan 2013)
New Revision: 12844

Modified:
   trunk/packages/meme/trunk/debian/rules
Log:
Trying to explicitely specify PYTHON PATH to make sure WHICHPYTHON will be resolved but failed - some Python scripts remain with '#!@WHICHPYTHON@'.  Seems Build-system is borken


Modified: trunk/packages/meme/trunk/debian/rules
===================================================================
--- trunk/packages/meme/trunk/debian/rules	2013-01-25 09:07:10 UTC (rev 12843)
+++ trunk/packages/meme/trunk/debian/rules	2013-01-25 14:51:44 UTC (rev 12844)
@@ -11,8 +11,12 @@
 	dh $@ --with autoreconf,python2
 
 override_dh_auto_configure:
-	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --sysconfdir=/etc/meme \
-	--with-logs=$(LOGPATH)  --with-db=$(DBPATH)
+	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
+		    --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+		    --sysconfdir=/etc/meme \
+		    --with-logs=$(LOGPATH) \
+		    --with-db=$(DBPATH) \
+		    --with-python=/usr/bin/python
 
 override_dh_auto_install:
 	dh_auto_install -- MEME_DB=$(DBPATH)




More information about the debian-med-commit mailing list