Skip to content
Commits on Source (3)
hyphy (2.5.1+dfsg-2) unstable; urgency=medium
* Fix installation of NEWS.Debian to enable arch all only builds
* Make autopkgtest more verbose
-- Andreas Tille <tille@debian.org> Sat, 04 Jan 2020 21:21:58 +0100
hyphy (2.5.1+dfsg-1) unstable; urgency=medium
[ Helmut Grohne ]
......
......@@ -31,10 +31,12 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
find obj-* -name HYPHYGTEST -exec \{\} \;
endif
override_dh_installdocs:
dh_installdocs
override_dh_installdocs-arch:
dh_installdocs -a
for news in debian/NEWS.Debian.* ; do \
pkg=`echo $${news} | sed 's/.*NEWS.Debian.//'` ; \
cp -a $${news} debian/$${pkg}/usr/share/doc/$${pkg}/NEWS.Debian ; \
done
override_dh_installdocs-indep:
dh_installdocs -i
......@@ -24,7 +24,7 @@ rm -f ReplicateConstraint3.bf F81K81uf_relratio.bf definitions.bf definitions+ML
rm -f MolecularClockHKY85.bf MolecularClockF81.bf RelativeRatePBS.bf ParametricBootstrap.bf
# Just for debugging
# set -x
set -x
for i in *.bf; do
[ -f "$i" ] || break
......