[med-svn] r11046 - trunk/packages/strap-base/trunk/debian
Christoph Gille
christophgil-guest at alioth.debian.org
Mon May 28 16:15:19 UTC 2012
Author: christophgil-guest
Date: 2012-05-28 16:15:19 +0000 (Mon, 28 May 2012)
New Revision: 11046
Modified:
trunk/packages/strap-base/trunk/debian/rules
Log:
Modified: trunk/packages/strap-base/trunk/debian/rules
===================================================================
--- trunk/packages/strap-base/trunk/debian/rules 2012-05-28 16:09:40 UTC (rev 11045)
+++ trunk/packages/strap-base/trunk/debian/rules 2012-05-28 16:15:19 UTC (rev 11046)
@@ -9,9 +9,10 @@
dh $@
SRC_TMP := ~/tmp/build_strap-base
-CP := $(shell echo /usr/share/java{javatar,activation,commons-codec,commons-httpclient,commons-logging,httpclient,httpclient,httpcore,httpmime.jar} | sed 's| |.jar:|g):.:$(SRC_TMP)/compilationDependencies.jar
+# CP := $(shell echo /usr/share/java{javatar,activation,commons-codec,commons-httpclient,commons-logging,httpclient,httpclient,httpcore,httpmime.jar} | sed 's| |.jar:|g):.:$(SRC_TMP)/compilationDependencies.jar
+usj := /usr/share/java/
+CP=.:$(SRC_TMP)/compilationDependencies.jar:$(usj)javatar.jar:$(usj)activation.jar:$(usj)commons-codec.jar:$(usj)commons-httpclient.jar:$(usj)commons-logging.jar:$(usj)httpclient.jar:$(usj)httpclient.jar:$(usj)httpcore.jar:$(usj)httpmime.jar
-
SKIP :=Superimpose_LajollaProtein.java\|ChJv.java\|Flavine.java\|ChAquaScrollBarUI\|StrapMacApplicationListener
REPACKED := strap-base-$(VERSION)
STRAPSRC := ~/tmp/build_strap-base/strap-base-$(VERSION)
More information about the debian-med-commit
mailing list