Andreas Tille pushed to branch master at Debian Java Maintainers / libcofoja-java
Commits: ce01bd67 by Andreas Tille at 2018-09-20T11:04:32Z debhelper 11 - - - - - 3381cb36 by Andreas Tille at 2018-09-20T11:05:01Z Point Vcs fields to salsa.debian.org - - - - - e2668ba5 by Andreas Tille at 2018-09-20T11:05:01Z Standards-Version: 4.2.1 - - - - - 0321f593 by Andreas Tille at 2018-09-20T11:10:35Z Drop unneeded get-orig-source target - - - - - e8935055 by Andreas Tille at 2018-09-20T11:12:17Z Respect DEB_BUILD_OPTIONS in override_dh_auto_test - - - - - d069707f by Andreas Tille at 2018-09-20T11:16:25Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +cofoja (1.3-3) unstable; urgency=medium + + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + * d/rules: + - Drop unneeded get-orig-source target + - Respect DEB_BUILD_OPTIONS in override_dh_auto_test + + -- Andreas Tille <[email protected]> Thu, 20 Sep 2018 13:12:37 +0200 + cofoja (1.3-2) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -1,27 +1,26 @@ Source: cofoja +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Olivier Sallou <[email protected]>, + Andreas Tille <[email protected]>, + Diane Trout <[email protected]> Section: java Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: - Olivier Sallou <[email protected]>, - Andreas Tille <[email protected]>, - Diane Trout <[email protected]> -Build-Depends: - ant, - ant-optional, - debhelper (>= 10), - default-jdk, - javahelper (>=0.25), - junit4, - libasm-java (>= 5.0) -Standards-Version: 4.1.1 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcofoja-java.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcofoja-java.git +Build-Depends: ant, + ant-optional, + debhelper (>= 11~), + default-jdk, + javahelper, + junit4, + libasm-java (>= 5.0) +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/java-team/cofoja +Vcs-Git: https://salsa.debian.org/java-team/cofoja.git Homepage: https://github.com/nhatminhle/cofoja Package: libcofoja-java Architecture: all -Depends: ${misc:Depends}, libasm-java (>= 5.0) +Depends: ${misc:Depends}, + libasm-java (>= 5.0) Description: Java API for annotating code with contracts Contracts for Java is a contract programming framework for Java, which uses annotation processing and bytecode instrumentation to provide ===================================== debian/rules ===================================== @@ -15,11 +15,10 @@ override_dh_auto_build: dh_auto_build -- dist -Dcofoja.bare.jar=dist/cofoja.jar override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) dh_auto_build -- test +endif override_dh_auto_clean: dh_auto_clean rm -Rf lib - -get-orig-source: - uscan --download-current-version --rename View it on GitLab: https://salsa.debian.org/java-team/libcofoja-java/compare/0c29a5bbbc40d21d86becec2e53f73b19fac9d9d...d069707feceeef08c95c0e38eb3eb4c0263a7983 -- View it on GitLab: https://salsa.debian.org/java-team/libcofoja-java/compare/0c29a5bbbc40d21d86becec2e53f73b19fac9d9d...d069707feceeef08c95c0e38eb3eb4c0263a7983 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

