Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Commits on Source (5)
DEP3
· 45dfaad8
Andreas Tille
authored
Sep 26, 2018
45dfaad8
Fix installation
· 44f5238d
Andreas Tille
authored
Sep 26, 2018
44f5238d
Fix JAR version number
· 4bbc9063
Andreas Tille
authored
Sep 26, 2018
4bbc9063
Fix copyright
· 61e43b7c
Andreas Tille
authored
Sep 26, 2018
61e43b7c
Standards-Version: 4.2.1
· 3a498af7
Andreas Tille
authored
Sep 26, 2018
3a498af7
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3a498af7
...
...
@@ -7,6 +7,7 @@ libsis-jhdf5-java (18.09.0~pre1+git20180925.eb8733c+dfsg-1) UNRELEASED; urgency=
* Use gradle build system
* Build-Depends: ant
* Versioned Build-Depends: libsis-base-java (>= 18.08.0~)
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Mon, 13 Aug 2018 14:30:28 +0200
...
...
debian/control
View file @
3a498af7
...
...
@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 11~),
libhamcrest-java,
libjmock2-java,
libobjenesis-java
Standards-Version: 4.
1.4
Standards-Version: 4.
2.1
Vcs-Browser: https://salsa.debian.org/med-team/libsis-jhdf5-java
Vcs-Git: https://salsa.debian.org/med-team/libsis-jhdf5-java.git
Homepage: https://sissource.ethz.ch/sispub/jhdf5
...
...
debian/copyright
View file @
3a498af7
...
...
@@ -7,17 +7,10 @@ Files-Excluded: */native
*/*.jar
Files: *
Copyright: Copyright (C) The HDF Group.
Copyright (C) the Board of Trustees of the University of Illinois
License: Apache
Files: source/java/ch/*
sourceTest/*
Copyright: Copyright (C) Copyright 2007-2016 ETH Zuerich, CISD
Copyright: 2007-2018 ETH Zuerich, CISD
License: Apache
Files: source/c/hdf-java/*
source/java/ncsa/hdf/hdf5lib/*
Files: source/java/hdf/hdf5lib/*
Copyright: Copyright (C) The HDF Group.
Copyright (C) the Board of Trustees of the University of Illinois
License: HDF
...
...
@@ -89,7 +82,7 @@ License: Apache
Files: debian/*
Copyright: 2015 Tim Booth <tbooth@ceh.ac.uk>
2015 Olivier Sallou <osallou@debian.org>
2016 Andreas Tille <tille@debian.org>
2016
-2018
Andreas Tille <tille@debian.org>
License: GPL-3
On Debian systems, the full text of the GNU General Public
License version 3 can be found in the file
...
...
debian/libsis-jhdf5-java.install
0 → 100644
View file @
3a498af7
dist
/
bin
/
h5ar
usr
/
bin
debian/libsis-jhdf5-java.jlibs
View file @
3a498af7
sis-jhdf5.jar
targets/gradle/libs/
sis-jhdf5.jar
debian/libsis-jhdf5-java.manifest
View file @
3a498af7
usr/share/java/sis-jhdf5.jar:
Class-Path: commons-lang.jar commons-io.jar sis-base.jar
Class-Path: commons-lang
3
.jar commons-io.jar sis-base.jar
args4j.jar
debian/libsis-jhdf5-jni.install
View file @
3a498af7
source
/
c
/*.
so
/
usr
/
lib
/
jni
#
source/c/*.so /usr/lib/jni
debian/patches/use_debian_packaged_libs.patch
View file @
3a498af7
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 13 Aug 2018 14:30:28 +0200
Description: Use Debian packaged jars
--- a/.classpath
+++ b/.classpath
@@ -4,18 +4,18 @@
...
...
debian/rules
View file @
3a498af7
...
...
@@ -18,6 +18,10 @@ TESTIGNORE = sourceTest/java/ch/systemsx/cisd/hdf5/HDF5RoundtripTest.java \
%:
dh $@ --with javahelper --buildsystem=gradle
override_jh_installlibs:
mv targets/gradle/libs/sis-jhdf5-1.jar targets/gradle/libs/sis-jhdf5.jar
jh_installlibs --version-strip='[~pre1]*[+]git[.0-9a-f]*[+]dfsg[.0-9]*'
_override_dh_auto_clean:
rm -rf build *.jar
rm -rf source/c/*.log
...
...
@@ -65,7 +69,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
#ln -s test/hdf5lib/h5ex_g_iterate.hdf . && \
#java -Xmx2048M -Djava.library.path="$$JNIPATH" org.junit.runner.JUnitCore test.hdf5lib.TestAll
#
FIXME:
Second part of hacking around bug #842815
# Second part of hacking around bug #842815
mv debian/tmptestignore/* sourceTest/java/test/hdf5lib
rmdir debian/tmptestignore
endif
...
...