Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Refresh patches
· 270524ab
Andreas Tille
authored
May 27, 2018
270524ab
Build-Depends libsis-jhdf5-java
· 7904368a
Andreas Tille
authored
May 27, 2018
7904368a
cme fix dpkg-control
· 0f392055
Andreas Tille
authored
May 27, 2018
0f392055
debhelper 11
· 7160c521
Andreas Tille
authored
May 27, 2018
7160c521
Show whitespace changes
Inline
Side-by-side
debian/compat
View file @
7160c521
1
0
1
1
debian/control
View file @
7160c521
...
...
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
javahelper,
default-jdk,
ant,
...
...
@@ -16,10 +16,10 @@ Build-Depends: debhelper (>= 10),
libspring-web-java,
libcontrolsfx-java,
libgoogle-gson-java,
# Source contains jar of libgoogle-gson-java version 2.6.2 while Debian has only 2.4
Standards-Version:
3.9.8
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/megan-ce
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/megan-ce.git
libsis-jhdf5-java
Standards-Version:
4.1.4
Vcs-Browser: https://
salsa
.debian.org/
med-team
/megan-ce
Vcs-Git: https://
salsa
.debian.org/
med-team
/megan-ce.git
Homepage: https://github.com/danielhuson/megan-ce
Package: megan-ce
...
...
debian/patches/fix_megan_source_path.patch
View file @
7160c521
...
...
@@ -4,7 +4,7 @@ Description: megan source is just here ...
--- a/antbuild/build.xml
+++ b/antbuild/build.xml
@@ -4
4
,7 +4
4
,7 @@
@@ -4
3
,7 +4
3
,7 @@
<mkdir dir="${classDir}/resources/css"/>
<mkdir dir="${classDir}/resources/files"/>
<copy todir="${classDir}">
...
...
debian/patches/ignore_malt_source_for_the_moment.patch
View file @
7160c521
...
...
@@ -13,15 +13,7 @@ Description: No idea whether MALT is needed to build megan-ce - assume
<property name="meganSrcDir" value="../src"/>
<property name="srcDir" value="src"/>
<property name="classDir" value="classes"/>
@@ -22,7 +21,6 @@
<path id="build.classpath">
<fileset dir="/usr/share/java/" includes="jloda.jar"/>
- <fileset dir="../../malt/jars" includes="*.jar"/>
<fileset dir="../../megan-ce/jars/megan6server" includes="*.jar"/>
<fileset dir="../../megan-ce/jars" includes="*.jar"/>
@@ -49,7 +47,6 @@
@@ -48,7 +47,6 @@
<!-- copy sources -->
<target name="copy_sources" depends="copy_resources">
<copy todir="${srcDir}">
...
...
@@ -29,7 +21,7 @@ Description: No idea whether MALT is needed to build megan-ce - assume
<fileset dir="${meganSrcDir}" excludes=""/>
</copy>
</target>
@@ -7
2
,7 +6
9
,7 @@
@@ -7
8
,7 +
7
6,7 @@
<target name="jar" depends="compile">
<jar jarfile="${jar}"
basedir="${classDir}"
...
...
debian/patches/use_debian_packaged_jloda.patch
View file @
7160c521
...
...
@@ -13,18 +13,17 @@ Description: There is no point in copying jloda source since the packaged
<property name="maltSrcDir" value="../../malt/src"/>
<property name="meganSrcDir" value="../src"/>
<property name="srcDir" value="src"/>
@@ -22,
9
+21,
8
@@
@@ -22,
8
+21,
7
@@
<!-- class path -->
<path id="build.classpath">
- <fileset dir="../../jloda/jars" includes="*.jar"/>
+ <fileset dir="/usr/share/java/" includes="jloda.jar"/>
<fileset dir="../../malt/jars" includes="*.jar"/>
- <fileset dir="../../jloda/jars/batik-1.8" includes="*.jar"/>
+ <fileset dir="/usr/share/java/" includes="jloda.jar"/>
<fileset dir="../../megan-ce/jars/megan6server" includes="*.jar"/>
<fileset dir="../../megan-ce/jars" includes="*.jar"/>
@@ -5
1
,7 +4
9
,6 @@
@@ -5
0
,7 +4
8
,6 @@
<!-- copy sources -->
<target name="copy_sources" depends="copy_resources">
<copy todir="${srcDir}">
...
...
debian/rules
View file @
7160c521
...
...
@@ -7,7 +7,7 @@ export LC_ALL=C.UTF-8
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
DEBJAR := /usr/share/java
CLASS_PATH := $(DEBJAR)/jloda.jar:$(DEBJAR)/colt.jar:$(DEBJAR)/commons-math3.jar:$(DEBJAR)/gson.jar:$(DEBJAR)/openjfx/jre/lib/ext/jfxrt.jar
CLASS_PATH := $(DEBJAR)/jloda.jar:$(DEBJAR)/colt.jar:$(DEBJAR)/commons-math3.jar:$(DEBJAR)/gson.jar:$(DEBJAR)/openjfx/jre/lib/ext/jfxrt.jar
:$(DEBJAR)/sis-jhdf5.jar
%:
dh $@ --with javahelper
...
...