Codebase list libjbzip2-java / 9e8b483
Drop explict specification of source and target version Andreas Tille 6 years ago
2 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
88 * Remove outdated README.source and README.Debian
99 * d/rules: remove unneeded get-orig-source target
1010 * Fix encoding
11 * d/control: s/${shlibs:Depends}/${java:Depends}/
12 * d/rules: Drop explict specification of source and target version
1113 Closes: #893247
12 * d/control: s/${shlibs:Depends}/${java:Depends}/
1314
1415 -- Andreas Tille <tille@debian.org> Sun, 25 Mar 2018 09:05:46 +0200
1516
88
99 override_dh_auto_build:
1010 mkdir -p build/org/itadaki/bzip2
11 javac -source 1.5 -target 1.5 -d build src/org/itadaki/bzip2/*.java
11 javac -d build src/org/itadaki/bzip2/*.java
1212 cd build && jar cvf ../jbzip2.jar *
1313
1414 override_dh_clean: