Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libonemind-commons-java-java
Commits: bd90131e by Emmanuel Bourg at 2021-02-10T10:31:52+01:00 Wrap and sort - - - - - 850b5f52 by Emmanuel Bourg at 2021-02-10T10:31:59+01:00 Standards-Version updated to 4.5.1 - - - - - 1e709d13 by Emmanuel Bourg at 2021-02-10T10:32:07+01:00 Switch to debhelper level 13 - - - - - 0e4ba773 by Emmanuel Bourg at 2021-02-10T10:32:14+01:00 Use salsa.debian.org Vcs-* URLs - - - - - e2b4e8cb by Emmanuel Bourg at 2021-02-10T10:33:11+01:00 Removed the javadoc from the binary package - - - - - 58f88f1d by Emmanuel Bourg at 2021-02-10T10:35:08+01:00 Depend on libservlet-api-java instead of libservlet3.1-java - - - - - 5c31e89f by Emmanuel Bourg at 2021-02-10T10:35:34+01:00 Changed the priority from extra to optional - - - - - d39dd122 by Emmanuel Bourg at 2021-02-10T10:36:00+01:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - − debian/libonemind-commons-java-java.docs - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +libonemind-commons-java-java (1.5.5-7) unstable; urgency=medium + + * Team upload. + * Depend on libservlet-api-java instead of libservlet3.1-java + * Removed the javadoc from the binary package + * Standards-Version updated to 4.5.1 + * Switch to debhelper level 13 + * Use salsa.debian.org Vcs-* URLs + * Changed the priority from extra to optional + + -- Emmanuel Bourg <[email protected]> Wed, 10 Feb 2021 10:35:46 +0100 + libonemind-commons-java-java (1.5.5-6) unstable; urgency=medium * Team upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -8 ===================================== debian/control ===================================== @@ -1,15 +1,19 @@ Source: libonemind-commons-java-java Section: java -Priority: extra +Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: tony mancill <[email protected]> - , gregor herrmann <[email protected]> -Build-Depends: debhelper (>= 8), ant -Build-Depends-Indep: default-jdk, libcommons-fileupload-java, - libservlet3.1-java -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/libonemind-commons-java-java.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libonemind-commons-java-java.git +Uploaders: + tony mancill <[email protected]>, + gregor herrmann <[email protected]> +Build-Depends: + ant, + debhelper-compat (= 13), + default-jdk, + libcommons-fileupload-java, + libservlet-api-java +Standards-Version: 4.5.1 +Vcs-Git: https://salsa.debian.org/java-team/libonemind-commons-java-java.git +Vcs-Browser: https://salsa.debian.org/java-team/libonemind-commons-java-java Homepage: http://onemind-commons.sourceforge.net/commons-java/ Package: libonemind-commons-java-java ===================================== debian/libonemind-commons-java-java.docs deleted ===================================== @@ -1 +0,0 @@ -dist/docs/api ===================================== debian/rules ===================================== @@ -7,4 +7,4 @@ export ANT_OPTS=-Dnoget=true dh $@ override_dh_auto_build: - dh_auto_build -- jar javadoc + dh_auto_build -- jar View it on GitLab: https://salsa.debian.org/java-team/libonemind-commons-java-java/-/compare/5a9b99ed345f9466e06a79161f3eaec4bd3cb337...d39dd122ae588afb09b07809b7d064788776ba25 -- View it on GitLab: https://salsa.debian.org/java-team/libonemind-commons-java-java/-/compare/5a9b99ed345f9466e06a79161f3eaec4bd3cb337...d39dd122ae588afb09b07809b7d064788776ba25 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

