[med-svn] [Git][med-team/hyphy][master] 3 commits: Fix installation of NEWS.Debian to enable arch all only builds
Andreas Tille
gitlab at salsa.debian.org
Tue Jan 7 20:16:37 GMT 2020
Andreas Tille pushed to branch master at Debian Med / hyphy
Commits:
873800e0 by Andreas Tille at 2020-01-04T21:20:57+01:00
Fix installation of NEWS.Debian to enable arch all only builds
- - - - -
edd44568 by Andreas Tille at 2020-01-04T21:21:51+01:00
Make autopkgtest more verbose
- - - - -
86b11e2e by Andreas Tille at 2020-01-07T21:16:02+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/tests/run-unit-tests
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+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 at debian.org> Sat, 04 Jan 2020 21:21:58 +0100
+
hyphy (2.5.1+dfsg-1) unstable; urgency=medium
[ Helmut Grohne ]
=====================================
debian/rules
=====================================
@@ -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
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/med-team/hyphy/compare/ea6108b09ab13f1a0027b8ef3d022975de518a0c...86b11e2e2efb4520c50a5e03df5e5446fb981a40
--
View it on GitLab: https://salsa.debian.org/med-team/hyphy/compare/ea6108b09ab13f1a0027b8ef3d022975de518a0c...86b11e2e2efb4520c50a5e03df5e5446fb981a40
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200107/4244b644/attachment-0001.html>
More information about the debian-med-commit
mailing list