Codebase list libspi-java / 20d8bd0
Build with the DH sequencer instead of CDBS Emmanuel Bourg 4 years ago
4 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
00 libspi-java (0.2.4-3) UNRELEASED; urgency=medium
11
22 * Team upload.
3 * Build with the DH sequencer instead of CDBS
34 * Standards-Version updated to 4.4.0
45 * Switch to debhelper level 11
56 * Use salsa.debian.org Vcs-* URLs
0 spi.jar
33 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
44 Uploaders: Jakub Adam <jakub.adam@ktknet.cz>,
55 tony mancill <tmancill@debian.org>
6 Build-Depends: debhelper (>= 11), cdbs, default-jdk, javahelper
6 Build-Depends: debhelper (>= 11), default-jdk, javahelper
77 Standards-Version: 4.4.0
88 Vcs-Git: https://salsa.debian.org/java-team/libspi-java.git
99 Vcs-Browser: https://salsa.debian.org/java-team/libspi-java
00 #!/usr/bin/make -f
11
2 include /usr/share/cdbs/1/class/javahelper.mk
2 %:
3 dh $@ --with javahelper
34
4 JAVA_HOME := /usr/lib/jvm/default-java
5 JH_BUILD_JAR := spi.jar
6 JH_BUILD_SRC := src
7
8 common-post-build-indep::
5 override_dh_auto_build:
6 jh_build spi.jar src
97 cd src && jar uf ../spi.jar META-INF