[med-svn] [brig] 01/01: Fix profile location
Andreas Tille
tille at debian.org
Sun Nov 29 11:08:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository brig.
commit 9444d1b76e372fe1c224f890359d44268af5780f
Author: Andreas Tille <tille at debian.org>
Date: Sun Nov 29 12:08:18 2015 +0100
Fix profile location
---
debian/install | 1 +
debian/patches/adapt_profile_location.patch | 15 +++++++++++++++
debian/patches/series | 1 +
3 files changed, 17 insertions(+)
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..60d3f0a
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+default-BRIG.xml /usr/share/brig/
diff --git a/debian/patches/adapt_profile_location.patch b/debian/patches/adapt_profile_location.patch
new file mode 100644
index 0000000..aadfb47
--- /dev/null
+++ b/debian/patches/adapt_profile_location.patch
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Fri, 27 Nov 2015 08:36:19 +0100
+Description: Adapt profile location
+
+--- a/src/brig/BRIG.java
++++ b/src/brig/BRIG.java
+@@ -55,7 +55,7 @@ public class BRIG extends Thread{
+
+ public static int POSITION = 0;
+ public static Document PROFILE;
+- public static String PROFILE_LOCATION = "default-BRIG.xml";
++ public static String PROFILE_LOCATION = "/usr/share/brig/default-BRIG.xml";
+ public static String SL = File.separator;
+ public static int GEN_LENGTH = 0;
+ public static String header = "BLAST Ring Image Generator v0.95-dev.0003";
diff --git a/debian/patches/series b/debian/patches/series
index a19efd6..31ad4af 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
use_debian_packaged_jars.patch
+adapt_profile_location.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/brig.git
More information about the debian-med-commit
mailing list