Codebase list jinput / 0d337fb
Standards-Version updated to 4.5.0 Emmanuel Bourg 3 years ago
3 changed file(s) with 2 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
11
22 * Team upload.
33 * Updated the URL of the homepage
4 * Standards-Version updated to 4.5.0
45
56 -- Emmanuel Bourg <ebourg@apache.org> Sat, 06 Jun 2020 23:33:52 +0200
67
1111 libjutils-java
1212 Build-Depends-Indep:
1313 default-jdk-doc
14 Standards-Version: 4.1.4
14 Standards-Version: 4.5.0
1515 Vcs-Git: https://salsa.debian.org/java-team/jinput.git
1616 Vcs-Browser: https://salsa.debian.org/java-team/jinput
1717 Homepage: https://jinput.github.io/jinput/
2828 find plugins -name 'net_java_games_input_*.h' -delete
2929 -mkdir plugins/windows/src/native/raw plugins/windows/src/native/dx8
3030 ant clean
31
32 get-orig-source:
33 -rm $(TAR)
34 cvs -d :pserver:guest@cvs.dev.java.net:/cvs export -D $(CVSDATE) -d $(TMPDIR) $(NAME)
35 echo "The following files will not be included in Debian tarball:"
36 cd $(TMPDIR) && find . \( -name '*.class' -o -name '*.jar' \) -print -delete
37 cd $(TMPDIR) && sh ../debian/remove.nonfree
38 ZIP=--best tar --exclude-vcs -zcf $(TAR) $(TMPDIR)
39 rm -rf $(TMPDIR)
40