Author: tille Date: 2017-04-08 06:31:32 +0000 (Sat, 08 Apr 2017) New Revision: 23727
Modified: trunk/packages/flexbar/trunk/debian/changelog trunk/packages/flexbar/trunk/debian/rules Log: Fix build time test, upload to experimental Modified: trunk/packages/flexbar/trunk/debian/changelog =================================================================== --- trunk/packages/flexbar/trunk/debian/changelog 2017-04-08 06:21:49 UTC (rev 23726) +++ trunk/packages/flexbar/trunk/debian/changelog 2017-04-08 06:31:32 UTC (rev 23727) @@ -1,10 +1,11 @@ -flexbar (1:3.0.0-1) UNRELEASED; urgency=medium +flexbar (1:3.0.0-1) experimental; urgency=medium * New upstream version now at Github * cme fix dpkg-control * Build-Depends: libseqan2-dev (>= 2.1.1) * Fix lintian-overrides * hardening=+all + * Fix build time test -- Andreas Tille <[email protected]> Sat, 08 Apr 2017 08:15:44 +0200 Modified: trunk/packages/flexbar/trunk/debian/rules =================================================================== --- trunk/packages/flexbar/trunk/debian/rules 2017-04-08 06:21:49 UTC (rev 23726) +++ trunk/packages/flexbar/trunk/debian/rules 2017-04-08 06:31:32 UTC (rev 23727) @@ -11,6 +11,7 @@ cd test ; \ export PATH="$(CURDIR)/obj-$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE):$$PATH" ; \ echo $$PATH ; \ + export HOME=/tmp ; \ which flexbar ; \ ./flexbar_test.sh _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
