Markus Koschany pushed to branch master at Debian Java Maintainers / gnome-split
Commits: d9aaf394 by Markus Koschany at 2018-08-23T09:37:36Z Declare compliance with Debian Policy 4.2.0. - - - - - 6cf83489 by Markus Koschany at 2018-08-23T09:39:55Z Use --no-parallel option to avoid build failures. Closes: #893201 - - - - - 9c52463c by Markus Koschany at 2018-08-23T09:40:43Z Update changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gnome-split (1.2-3) unstable; urgency=medium + + * Team upload. + * Declare compliance with Debian Policy 4.2.0. + * Use --no-parallel option to avoid build failures. (Closes: #893201) + + -- Markus Koschany <[email protected]> Thu, 23 Aug 2018 11:40:28 +0200 + gnome-split (1.2-2) unstable; urgency=low * Team upload. ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Guillaume Mazoyer <[email protected]> Build-Depends: debhelper (>= 11), default-jdk, libjava-gnome-java (>= 4.1.3) -Standards-Version: 4.1.3 +Standards-Version: 4.2.0 Homepage: https://github.com/respawner/gnome-split Vcs-Git: https://anonscm.debian.org/git/pkg-java/gnome-split.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gnome-split.git ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --no-parallel override_dh_auto_configure: ./configure prefix=/usr libdir=/usr/lib/jni jardir=/usr/share/java View it on GitLab: https://salsa.debian.org/java-team/gnome-split/compare/18ec2913d74fe62c876e98aa81673e46514aba3d...9c52463c4e278c541c8eb0277738c19ca4a77a33 -- View it on GitLab: https://salsa.debian.org/java-team/gnome-split/compare/18ec2913d74fe62c876e98aa81673e46514aba3d...9c52463c4e278c541c8eb0277738c19ca4a77a33 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

