Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix installation of NEWS.Debian to enable arch all only builds
· 873800e0
Andreas Tille
authored
Jan 04, 2020
873800e0
Make autopkgtest more verbose
· edd44568
Andreas Tille
authored
Jan 04, 2020
edd44568
Upload to unstable
· 86b11e2e
Andreas Tille
authored
Jan 07, 2020
86b11e2e
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
86b11e2e
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 ]
...
...
debian/rules
View file @
86b11e2e
...
...
@@ -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
debian/tests/run-unit-tests
View file @
86b11e2e
...
...
@@ -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
...
...