[med-svn] r19438 - trunk/packages/hyphy/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon Jun 29 12:41:57 UTC 2015


Author: tille
Date: 2015-06-29 12:41:56 +0000 (Mon, 29 Jun 2015)
New Revision: 19438

Modified:
   trunk/packages/hyphy/trunk/debian/control
   trunk/packages/hyphy/trunk/debian/rules
Log:
Use intal dir properly and create mpi version


Modified: trunk/packages/hyphy/trunk/debian/control
===================================================================
--- trunk/packages/hyphy/trunk/debian/control	2015-06-29 12:11:38 UTC (rev 19437)
+++ trunk/packages/hyphy/trunk/debian/control	2015-06-29 12:41:56 UTC (rev 19438)
@@ -8,7 +8,8 @@
                mpi-default-dev,
                libcurl4-gnutls-dev | libcurl4-dev,
                python,
-               libgtk2.0-dev
+               libgtk2.0-dev,
+               libssl-dev
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/hyphy/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/hyphy/trunk/

Modified: trunk/packages/hyphy/trunk/debian/rules
===================================================================
--- trunk/packages/hyphy/trunk/debian/rules	2015-06-29 12:11:38 UTC (rev 19437)
+++ trunk/packages/hyphy/trunk/debian/rules	2015-06-29 12:41:56 UTC (rev 19438)
@@ -20,7 +20,7 @@
 	dh $@ --buildsystem=cmake
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr
+	dh_auto_configure -- -DINSTALL_PREFIX=/usr
 
 override_dh_auto_build:
-	dh_auto_build -- HYPHYGTK
+	dh_auto_build -- HYPHYGTK MPI




More information about the debian-med-commit mailing list