Samuel Thibault pushed to branch master at Debian Java Maintainers / joptsimple
Commits: 24b34170 by Samuel Thibault at 2019-09-07T16:00:11Z rules: Remove non-working jquery files - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ joptsimple (5.0.4-4) UNRELEASED; urgency=medium * control: Set Vcs-* to salsa.debian.org. * control: Bump Standards-Version to 4.4.0 (no changes). + * rules: Remove non-working jquery files. -- Samuel Thibault <[email protected]> Mon, 05 Aug 2019 21:23:30 +0200 ===================================== debian/rules ===================================== @@ -3,5 +3,10 @@ %: dh $@ +override_dh_auto_build: + dh_auto_build + # Does not work anyway + rm -fr target/apidocs/jquery + get-orig-source: uscan --download-current-version --force-download --no-symlink View it on GitLab: https://salsa.debian.org/java-team/joptsimple/commit/24b34170100740df5e4ce6ab7b0be6e1a1aae358 -- View it on GitLab: https://salsa.debian.org/java-team/joptsimple/commit/24b34170100740df5e4ce6ab7b0be6e1a1aae358 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

