[med-svn] r6164 - trunk/packages/vmd/trunk/debian

Steffen Möller moeller at alioth.debian.org
Sat Mar 5 15:39:16 UTC 2011


Author: moeller
Date: 2011-03-05 15:39:14 +0000 (Sat, 05 Mar 2011)
New Revision: 6164

Modified:
   trunk/packages/vmd/trunk/debian/control
   trunk/packages/vmd/trunk/debian/rules
Log:
Works.


Modified: trunk/packages/vmd/trunk/debian/control
===================================================================
--- trunk/packages/vmd/trunk/debian/control	2011-03-05 15:00:00 UTC (rev 6163)
+++ trunk/packages/vmd/trunk/debian/control	2011-03-05 15:39:14 UTC (rev 6164)
@@ -5,8 +5,8 @@
 Build-Depends: debhelper (>= 7.0.50~), autotools-dev, tcl8.5-dev, tcsh
 Standards-Version: 3.9.1
 Homepage: http://www.ks.uiuc.edu/Research/vmd/
-#Vcs-Git: git://git.debian.org/collab-maint/vmd.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/vmd.git;a=summary
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/vmd/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/vmd/trunk/
 
 Package: vmd
 Architecture: any

Modified: trunk/packages/vmd/trunk/debian/rules
===================================================================
--- trunk/packages/vmd/trunk/debian/rules	2011-03-05 15:00:00 UTC (rev 6163)
+++ trunk/packages/vmd/trunk/debian/rules	2011-03-05 15:39:14 UTC (rev 6164)
@@ -36,12 +36,17 @@
 	echo "Setting link from ../plugins to plugins to help compilation"
 	#ln -s $(CURDIR)/plugins_source ../plugins
 	echo "Now configuring core VMD"
-	VMDINSTALLBINDIR=$(DESTDIR)$(VMDINSTALLBINDIR) VMDINSTALLLIBRARYDIR=$(DESTDIR)$(VMDINSTALLLIBRARYDIR) TCL_INCLUDE_DIR=/usr/include/tcl ./configure $(KERNEL)$(PLATFORM) GCC NOSTATICPLUGINS TCL
+	VMDINSTALLBINDIR=$(DESTDIR)$(VMDINSTALLBINDIR) \
+	VMDINSTALLLIBRARYDIR=$(DESTDIR)$(VMDINSTALLLIBRARYDIR) \
+	TCL_INCLUDE_DIR=/usr/include/tcl \
+	./configure $(KERNEL)$(PLATFORM) NOSTATICPLUGINS GCC TCL
 
 override_dh_auto_build:
 	$(MAKE) -C src veryclean
 	$(MAKE) -C src 
 	ln -f ./$(KERNEL)$(PLATFORM)/vmd_$(KERNEL)$(PLATFORM) bin/vmd
+
+override_dh_auto_install:
 	$(MAKE) -C src install
 	cd debian/vmd && sed -i "s%`pwd`%%" usr/bin/vmd
 	cd debian/vmd && sed -i "s%/bin/csh%/bin/tcsh%" usr/bin/vmd




More information about the debian-med-commit mailing list