Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Make Liubov changelog owner since she fixed the bug
· f9b3494b
Andreas Tille
authored
May 22, 2018
f9b3494b
Standards-Version: 4.1.4
· f54d467d
Andreas Tille
authored
May 22, 2018
f54d467d
Drop useless get-orig-source target
· eb7b4576
Andreas Tille
authored
May 22, 2018
eb7b4576
Upload to unstable
· 3dd94deb
Andreas Tille
authored
May 22, 2018
3dd94deb
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3dd94deb
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
...
...
debian/control
View file @
3dd94deb
...
...
@@ -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
...
...
debian/rules
View file @
3dd94deb
...
...
@@ -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)