Emmanuel Bourg pushed to branch master at Debian Java Maintainers / ivy-debian-helper
Commits: 3dea8006 by Emmanuel Bourg at 2021-01-16T23:14:07+01:00 Standards-Version updated to 4.5.1 - - - - - d13ee28b by Emmanuel Bourg at 2021-01-16T23:15:25+01:00 Switch to debhelper level 13 - - - - - 67824e2f by Emmanuel Bourg at 2021-01-16T23:19:08+01:00 Wrap and sort - - - - - d58e9287 by Emmanuel Bourg at 2021-01-16T23:19:22+01:00 Use salsa.debian.org Vcs-* URLs - - - - - 771d448e by Emmanuel Bourg at 2021-01-16T23:24:28+01:00 Target Java 8 - - - - - e121640a by Emmanuel Bourg at 2021-01-16T23:25:33+01:00 Removed the recommended dependency on debhelper - - - - - ee0bace3 by Emmanuel Bourg at 2021-01-16T23:25:43+01:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules - pom.xml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +ivy-debian-helper (1.1) unstable; urgency=medium + + * Target Java 8 + * Removed the recommended dependency on debhelper + * Standards-Version updated to 4.5.1 + * Switch to debhelper level 13 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Sat, 16 Jan 2021 23:25:38 +0100 + ivy-debian-helper (1.0) unstable; urgency=medium * Initial release. (Closes: #812688) ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -3,15 +3,23 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper, ivy -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-java/ivy-debian-helper.git -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/ivy-debian-helper.git +Build-Depends: + debhelper-compat (= 13), + default-jdk, + ivy, + maven-debian-helper +Standards-Version: 4.5.1 +Vcs-Git: https://salsa.debian.org/java-team/ivy-debian-helper.git +Vcs-Browser: https://salsa.debian.org/java-team/ivy-debian-helper Package: ivy-debian-helper Architecture: all -Depends: ${misc:Depends}, default-jre-headless | java7-runtime-headless, maven-repo-helper, ant, ivy -Recommends: debhelper +Depends: + ant, + default-jre-headless | java8-runtime-headless, + ivy, + maven-repo-helper, + ${misc:Depends} Description: Helper tools for building Debian packages with Ivy ivy-debian-helper contains helper tools to ease the packaging of Ivy based projects in Debian. It consists in: ===================================== debian/rules ===================================== @@ -3,4 +3,4 @@ export JAVA_HOME = /usr/lib/jvm/default-java %: - dh $@ --buildsystem=maven + dh $@ ===================================== pom.xml ===================================== @@ -29,6 +29,9 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.2</version> + <configuration> + <release>8</release> + </configuration> </plugin> </plugins> </build> View it on GitLab: https://salsa.debian.org/java-team/ivy-debian-helper/-/compare/7066ee4b8e011a8b30636cd5f9d9e417bab77b6d...ee0bace3807a31ab54187804ecbb08819fcc1a8b -- View it on GitLab: https://salsa.debian.org/java-team/ivy-debian-helper/-/compare/7066ee4b8e011a8b30636cd5f9d9e417bab77b6d...ee0bace3807a31ab54187804ecbb08819fcc1a8b 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

