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

Christoph Gille christophgil-guest at alioth.debian.org
Mon May 28 15:15:58 UTC 2012


Author: christophgil-guest
Date: 2012-05-28 15:15:58 +0000 (Mon, 28 May 2012)
New Revision: 11038

Removed:
   trunk/packages/strap-base/trunk/debian/compileStrap.sh~
   trunk/packages/strap-base/trunk/debian/rules~
Log:


Deleted: trunk/packages/strap-base/trunk/debian/compileStrap.sh~
===================================================================
--- trunk/packages/strap-base/trunk/debian/compileStrap.sh~	2012-05-28 15:10:43 UTC (rev 11037)
+++ trunk/packages/strap-base/trunk/debian/compileStrap.sh~	2012-05-28 15:15:58 UTC (rev 11038)
@@ -1,30 +0,0 @@
-#!/bin/bash
-
-
-
-mkdir -p $SRC_TMP/$REPACKED
-
-CP=.:$TARBALLS/compilationDependencies.jar:
-# Note compilationDependencies.jar contains those classes that are required for compilation but not for runtime.
-# Conditional compilation does not work properly with javac.
-
-for jar in javatar activation commons-codec commons-httpclient commons-logging httpclient httpclient httpcore httpmime; do
-    jf=/usr/share/java/$jar.jar
-    [ -f $jf ] || echo Jar-file not found $jf
-    CP=$CP:$jf
-done
-
-echo $CP
-echo 
-cd $SRC_TMP/$REPACKED
-SKIP='/metannogen/\|Superimpose_LajollaProtein.java\|ChJv.java\|Flavine.java\|ChAquaScrollBarUI\|StrapMacApplicationListener'
-SRC_FILES=$(find . -name '[A-Z]*.java' | tr ' ' '\n' | grep -v "$SKIP")
-javac -cp $CP $SRC_FILES
-NEW_JAR=$TARBALLS/strap-$VERSION.1.jar
-jar -cf $NEW_JAR charite org/apache 
-echo NEW_JAR: $NEW_JAR
-
-
-
-
-

Deleted: trunk/packages/strap-base/trunk/debian/rules~
===================================================================
--- trunk/packages/strap-base/trunk/debian/rules~	2012-05-28 15:10:43 UTC (rev 11037)
+++ trunk/packages/strap-base/trunk/debian/rules~	2012-05-28 15:15:58 UTC (rev 11038)
@@ -1,26 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-VERSION  := 1
-SRC_TMP  := $(shell mktemp --tmpdir --directory strap-build.XXXXXXXXXX)
-REPACKED := strap-$(VERSION).orig
-TARBALLS := $(CURDIR)/../tarballs
-
-%:
-	./debian/compileStrap.sh
-	dh $@
-
-override_dh_auto_build:
-#	dh_auto_build
-
-override_dh_clean:
-	dh_clean
-
-
-
-get-orig-source:
-	./debian/get-orig-source.sh
-




More information about the debian-med-commit mailing list