This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository bedtools.
commit beb67119ef16c58d19e74e81fb3342cd12771f76 Author: Andreas Tille <[email protected]> Date: Sat Jan 14 16:17:13 2017 +0100 Fix autopkgtest --- debian/changelog | 8 ++++++-- debian/rules | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 80f9d70..730c57d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -bedtools (2.26.0+dfsg-3) unstable; urgency=medium +bedtools (2.26.0+dfsg-3) UNRELEASED; urgency=medium + [ Charles Plessy ] d6d3452 Sync with upstream repo at commit 6bf23c, closes: #831833. - -- Charles Plessy <[email protected]> Sat, 05 Nov 2016 21:48:09 +0900 + [ Andreas Tille ] + * Fix autopkgtest + + -- Andreas Tille <[email protected]> Sat, 14 Jan 2017 16:10:04 +0100 bedtools (2.26.0+dfsg-2) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 32e7170..cc97965 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,10 @@ override_dh_install: sed -i '1 i #!/bin/bash' $${sh} ; \ fi ; \ done + # Somehow the test dir is differently named than the script has it + # Since I fail to see how this test dir was to the script at all I + # simply change the script afterwards + sed -i 's/^cd groupby;/cd groupBy;/' debian/$(DEBPKGNAME)-test/usr/share/$(DEBPKGNAME)/test/test.sh override_dh_fixperms-arch: dh_fixperms -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bedtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
