Skip to content
Commits on Source (7)
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 <tille@debian.org> 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
......
......@@ -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
......
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 <m.goode@auckland.ac.nz>
Source: http://www.cebl.auckland.ac.nz/pal-project/
......
......@@ -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`/*