[med-svn] r8609 - trunk/packages/strap-base/trunk/debian
Christoph Gille
christophgil-guest at alioth.debian.org
Fri Nov 18 19:47:53 UTC 2011
Author: christophgil-guest
Date: 2011-11-18 19:47:52 +0000 (Fri, 18 Nov 2011)
New Revision: 8609
Removed:
trunk/packages/strap-base/trunk/debian/strap/
Modified:
trunk/packages/strap-base/trunk/debian/changelog
trunk/packages/strap-base/trunk/debian/rules
Log:
Modified: trunk/packages/strap-base/trunk/debian/changelog
===================================================================
--- trunk/packages/strap-base/trunk/debian/changelog 2011-11-18 18:41:58 UTC (rev 8608)
+++ trunk/packages/strap-base/trunk/debian/changelog 2011-11-18 19:47:52 UTC (rev 8609)
@@ -1,4 +1,4 @@
-strap (1-1) UNRELEASED; urgency=low
+strap-base (1-1) UNRELEASED; urgency=low
* Initial release (Closes: #xxxxxxxxx)
Modified: trunk/packages/strap-base/trunk/debian/rules
===================================================================
--- trunk/packages/strap-base/trunk/debian/rules 2011-11-18 18:41:58 UTC (rev 8608)
+++ trunk/packages/strap-base/trunk/debian/rules 2011-11-18 19:47:52 UTC (rev 8609)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
VERSION := 1
@@ -13,7 +13,9 @@
SKIP :=Superimpose_LajollaProtein.java\|ChJv.java\|Flavine.java\|ChAquaScrollBarUI\|StrapMacApplicationListener
override_dh_auto_build:
- dh_auto_build
+ dh_auto_build
+ # Here I could remove all icons for which I do not know the copyright
+ cd charite/christo/myIcons/ && rm ncbi32x32.jpg MOL_TOOLKIT.png
find . -name "*.java" | tr ' ' '\n' | grep -v '$(SKIP)' > ../javaFiles.txt
javac -cp $(CP) $(shell cat ../javaFiles.txt )
echo "Main-Class: charite.christo.strap.Strap"> Manifest
@@ -22,11 +24,12 @@
override_dh_clean:
dh_clean
-#SRC_TMP := $(shell mktemp --tmpdir --directory strap-build.XXXXXXXXXX)
-SRC_TMP := ~/tmp/build_strap
+#SRC_TMP := $(shell mktemp --tmpdir --directory strap-base-build.XXXXXXXXXX)
+# For testing I rather use the following
+SRC_TMP := ~/tmp/build_strap-base
-ORIG_JAR := $(SRC_TMP)/strap_$(VERSION).jar
-REPACKED := strap-$(VERSION)
+ORIG_JAR := $(SRC_TMP)/strap-base_$(VERSION).jar
+REPACKED := strap-base-$(VERSION)
TARBALLS := $(CURDIR)/../tarballs
get-orig-source:
@@ -34,7 +37,7 @@
mkdir -p $(TARBALLS)
[ -f $(ORIG_JAR) ] || wget -O $(ORIG_JAR) http://www.bioinformatics.org/strap/debian/strap.jar
cd $(SRC_TMP)/$(REPACKED) && unzip -q $(ORIG_JAR) && find . -name "*.class" -delete
- cd $(SRC_TMP)/$(REPACKED) && wget -N http://www.bioinformatics.org//strap/debian/compilationDependencies.jar
- cd $(SRC_TMP) && tar -czf $(TARBALLS)/strap_$(VERSION).orig.tar.gz $(REPACKED)
+ cd $(SRC_TMP)/$(REPACKED) && wget -N http://www.bioinformatics.org/strap/debian/compilationDependencies.jar
+ cd $(SRC_TMP) && tar -czf $(TARBALLS)/strap-base_$(VERSION).orig.tar.gz $(REPACKED)
cd $(SRC_TMP) && ls
#rm -rf $(SRC_TMP)
More information about the debian-med-commit
mailing list