[med-svn] [prottest] 01/05: Fix build
Andreas Tille
tille at debian.org
Tue May 10 11:44:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository prottest.
commit e1dfa554b78a2e441626cdd6b50fda3aafd05f63
Author: Andreas Tille <tille at debian.org>
Date: Tue May 10 13:30:03 2016 +0200
Fix build
---
debian/manifest | 2 +-
debian/patches/build.patch | 26 +++++++++++---------------
2 files changed, 12 insertions(+), 16 deletions(-)
diff --git a/debian/manifest b/debian/manifest
index f50402f..3e00181 100644
--- a/debian/manifest
+++ b/debian/manifest
@@ -1,2 +1,2 @@
-usr/share/prottest/prottest-3.4.1.jar:
+usr/share/prottest/prottest-3.4.2.jar:
Class-Path: /usr/share/java/AbsoluteLayout.jar /usr/share/java/mpj.jar /usr/share/java/pal-cvs.jar /usr/share/java/alter.jar
diff --git a/debian/patches/build.patch b/debian/patches/build.patch
index a4b0aba..b27859e 100644
--- a/debian/patches/build.patch
+++ b/debian/patches/build.patch
@@ -3,18 +3,14 @@ From: Markus Koschany <apo at gambaru.de>,
Last_Update: Mon, 09 May 2016 21:03:00 +0200
Subject: build using Debian packaged jars
----
- buildconf/project.properties | 12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
---- a/manifest.mf
-+++ b/manifest.mf
-@@ -2,7 +2,6 @@ Manifest-Version: 1.0
- Ant-Version: Apache Ant 1.7.1
- Created-By: 19.0-b09 (Sun Microsystems Inc.)
- Main-Class: es.uvigo.darwin.prottest.ProtTest
--Class-Path: lib/appframework-1.0.3.jar lib/mpj.
-- jar lib/pal.jar lib/alter.jar lib/swing-worker-1.1.jar
-+Class-Path: /usr/share/java/AbsoluteLayout.jar /usr/share/java/mpj.jar /usr/share/java/pal-cvs.jar /usr/share/java/alter.jar
- X-COMMENT: Main-Class will be added automatically by build
-
+--- a/build.xml
++++ b/build.xml
+@@ -4,7 +4,7 @@
+ <property name="src.dir" location="src/main/java" />
+ <property name="build.base.dir" location="build" />
+ <property name="build.dir" location="${build.base.dir}/classes" />
+- <property name="lib.dir" location="lib" />
++ <property name="lib.dir" location="/usr/share/java" />
+ <property name="dist.dir" location="dist" />
+ <property name="exe.dir" location="${dist.dir}/bin" />
+ <property name="log.dir" location="${dist.dir}/log" />
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/prottest.git
More information about the debian-med-commit
mailing list