Andreas Tille pushed to branch master at Debian Med / libpal-java
Commits: 560d8513 by Andreas Tille at 2018-10-29T07:04:24Z Point Vcs fields to salsa.debian.org - - - - - cfb6b971 by Andreas Tille at 2018-10-29T07:04:24Z Standards-Version: 4.2.1 - - - - - 8fa22337 by Andreas Tille at 2018-10-29T07:04:24Z Secure URI in copyright format - - - - - 80ac9809 by Andreas Tille at 2018-10-29T07:04:24Z Drop useless get-orig-source target - - - - - 7c539ac1 by Andreas Tille at 2018-10-29T07:04:24Z Remove trailing whitespace in debian/changelog - - - - - 82ef8b2e by Andreas Tille at 2018-10-29T07:21:11Z Workaround fo broken doc-base creation - - - - - e1b1c62c by Andreas Tille at 2018-10-29T07:25:11Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +libpal-java (1.5.1+dfsg-5) unstable; urgency=medium + + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + * Secure URI in copyright format + * Drop useless get-orig-source target + * Remove trailing whitespace in debian/changelog + * Workaround fo broken doc-base creation + + -- Andreas Tille <[email protected]> Mon, 29 Oct 2018 08:21:18 +0100 + libpal-java (1.5.1+dfsg-4) unstable; urgency=medium * Official homepage seems to have vanished, point watch file to Github @@ -33,7 +44,7 @@ libpal-java (1.5.1-2) unstable; urgency=low * Fix FTBFS with Java7 as default-java (thanks to Miguel Landaeta <[email protected]> for the patch) Closes: #678562 - * Bump Standards-Version to 3.9.3. No changes were required. + * Bump Standards-Version to 3.9.3. No changes were required. * debhelper 9 (control+compat) -- Andreas Tille <[email protected]> Sun, 24 Jun 2012 17:13:04 +0200 ===================================== debian/control ===================================== @@ -7,9 +7,9 @@ Build-Depends: debhelper (>= 11~), javahelper Build-Depends-Indep: default-jdk, ant -Standards-Version: 4.1.3 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libpal-java.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/libpal-java.git +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/libpal-java +Vcs-Git: https://salsa.debian.org/med-team/libpal-java.git Homepage: http://www.cebl.auckland.ac.nz/pal-project/ Package: libpal-java ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PAL (Phylogenetic Analysis Library) Upstream-Contact: Matthew Goode <[email protected]> Source: http://www.cebl.auckland.ac.nz/pal-project/ ===================================== debian/rules ===================================== @@ -12,5 +12,7 @@ override_dh_auto_build: ant -buildfile src/build.xml -propertyfile debian/ant.properties ant -buildfile src/build.xml -propertyfile debian/ant.properties doc -get-orig-source: - uscan --verbose --force-download --repack --compression xz +# fix broken doc-base creation - somehow the autogenereated doc-base prepends /debian/pkgname in front of the doc file +override_dh_installdocs: + dh_installdocs + sed -i 's?/debian/[^/]\+/usr?/usr?' `find debian -name doc-base -type d`/* View it on GitLab: https://salsa.debian.org/med-team/libpal-java/compare/13d33efc0733a8830ccbee611788c272ff52b386...e1b1c62cb9096a2dc5de209ce32c0639ab0bc7dc -- View it on GitLab: https://salsa.debian.org/med-team/libpal-java/compare/13d33efc0733a8830ccbee611788c272ff52b386...e1b1c62cb9096a2dc5de209ce32c0639ab0bc7dc You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
