Skip to content
Commits on Source (4)
bedtools (2.27.1+dfsg-2) UNRELEASED; urgency=medium
bedtools (2.27.1+dfsg-2) unstable; urgency=medium
* Team upload
[ Andreas Tille ]
* Install autopkgtest script as /usr/share/doc/bedtools/run-unit-test
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
* Drop useless get-orig-source target
[ Liubov Chuprikova ]
* Fix "autopkgtest fails while it succeeded in the past"
updated run-unit-test to match new upstream tests
Closes: #894781
-- Andreas Tille <tille@debian.org> Thu, 05 Apr 2018 09:00:44 +0200
-- Liubov Chuprikova <chuprikovalv@gmail.com> Tue, 22 May 2018 21:31:56 +0200
bedtools (2.27.1+dfsg-1) unstable; urgency=medium
......
......@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 11~),
python,
zlib1g-dev,
samtools
Standards-Version: 4.1.3
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/bedtools
Vcs-Git: https://salsa.debian.org/med-team/bedtools.git
Homepage: https://github.com/arq5x/bedtools2
......
......@@ -34,7 +34,3 @@ override_dh_fixperms-arch:
chmod -x $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/bedtools/genomes/*.genome
find $(CURDIR)/debian -name "*.bed" -executable -exec chmod -x \{\} \;
find $(CURDIR)/debian -name "*.sh" -not -executable -exec chmod +x \{\} \;
get-orig-source:
uscan --no-symlink --force-download --download-version $(DEB_VERSION_UPSTREAM)