[med-svn] r11078 - trunk/packages/strap-base/trunk/debian

Christoph Gille christophgil-guest at alioth.debian.org
Tue May 29 22:12:32 UTC 2012


Author: christophgil-guest
Date: 2012-05-29 22:12:31 +0000 (Tue, 29 May 2012)
New Revision: 11078

Modified:
   trunk/packages/strap-base/trunk/debian/rules
   trunk/packages/strap-base/trunk/debian/strap-base.install
Log:


Modified: trunk/packages/strap-base/trunk/debian/rules
===================================================================
--- trunk/packages/strap-base/trunk/debian/rules	2012-05-29 21:43:56 UTC (rev 11077)
+++ trunk/packages/strap-base/trunk/debian/rules	2012-05-29 22:12:31 UTC (rev 11078)
@@ -18,12 +18,11 @@
 	echo dh_installdocs -- do nothing
 
 override_dh_auto_build:
-	dh_auto_build
 	cd $(SRC_TMP) && tar -xzf $(ORIG_TAR)
 	# Native program to manage GUI frames by frame title. It provides always-on-top, iconization, to-front etc.
-	cd $(SRC_TMP)/src && cc -lm -lX11 -o nativeTools_unix2 nativeTools_unix2.c
+	cd $(SRC_TMP)/src && cc -lm -lX11 -o $(CURDIR)/nativeTools_unix2 nativeTools_unix2.c
 	cd $(SRC_TMP)/src && javac -O -cp @$(SRC_TMP)/classpath.txt   @$(SRC_TMP)/javaFiles.txt
-	cd $(SRC_TMP)/src && jar -cmf $(SRC_TMP)/Manifest strap-protein-alignment-$(VERSION).jar *
+	cd $(SRC_TMP)/src && jar -cmf $(SRC_TMP)/Manifest $(CURDIR)/strap-protein-alignment-$(VERSION).jar *
 
 override_dh_clean:
 	dh_clean

Modified: trunk/packages/strap-base/trunk/debian/strap-base.install
===================================================================
--- trunk/packages/strap-base/trunk/debian/strap-base.install	2012-05-29 21:43:56 UTC (rev 11077)
+++ trunk/packages/strap-base/trunk/debian/strap-base.install	2012-05-29 22:12:31 UTC (rev 11078)
@@ -1,2 +1,2 @@
-strap-protein-alignment-1.jar		usr/lib/strap-base
-nativeTools_unix2		usr/lib/strap-base
+strap-protein-alignment-1.jar	/usr/lib/strap-base
+nativeTools_unix2	/usr/lib/strap-base




More information about the debian-med-commit mailing list