Codebase list sparsebitset / c42dd85
Both packages are arch all no need of Build-Depends-Indep Sophie Brun 4 years ago
3 changed file(s) with 8 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
0 sparsebitset (1.1+dfsg-0kali2) kali-dev; urgency=medium
1
2 * Both packages are arch all
3
4 -- Sophie Brun <[email protected]> Thu, 25 Jul 2019 17:51:20 +0200
5
06 sparsebitset (1.1+dfsg-0kali1) kali-dev; urgency=medium
17
28 * Initial release
11 Section: java
22 Priority: optional
33 Maintainer: Sophie Brun <[email protected]>
4 Build-Depends: debhelper-compat (= 12), default-jdk, maven-debian-helper (>= 2.1)
5 Build-Depends-Indep: default-jdk-doc, junit (>= 3.8.1), libmaven-javadoc-plugin-java
4 Build-Depends: debhelper-compat (= 12), default-jdk, maven-debian-helper (>= 2.1), default-jdk-doc, junit (>= 3.8.1), libmaven-javadoc-plugin-java
65 Standards-Version: 4.3.0
76 Homepage: https://github.com/brettwooldridge/SparseBitSet
87
00 #!/usr/bin/make -f
11
2 export DH_VERBOSE = 1
2 #export DH_VERBOSE = 1
33
44 %:
55 dh $@
6
7 override_dh_auto_build:
8 dh_auto_build
9
10 override_dh_auto_install:
11 echo ">>> Before dh_auto_install"
12 -find debian
13 dh_auto_install
14 echo ">>> After dh_auto_install"
15 -find debian