Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Build-Depends: libfile-which-perl
· 92472bf6
Andreas Tille
authored
Sep 04, 2019
92472bf6
(Build-)Depends: s/python/python3/
· 70ab7e24
Andreas Tille
authored
Sep 04, 2019
70ab7e24
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
70ab7e24
...
...
@@ -14,6 +14,7 @@ bowtie2 (2.3.5.1-1) UNRELEASED; urgency=medium
* Use 2to3 to port to Python3
Closes: #936233
* Remove obsolete fields Name, Contact from debian/upstream/metadata.
* Build-Depends: libfile-which-perl
-- Andreas Tille <tille@debian.org> Wed, 04 Sep 2019 15:18:29 +0200
...
...
debian/control
View file @
70ab7e24
...
...
@@ -7,10 +7,11 @@ Priority: optional
Build-Depends: debhelper-compat (= 12),
help2man,
libtbb-dev,
python,
python
3
,
liblocal-lib-perl,
libtest-deep-perl,
libclone-perl,
libfile-which-perl,
zlib1g-dev
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/bowtie2
...
...
@@ -19,7 +20,7 @@ Homepage: http://bowtie-bio.sourceforge.net/bowtie2
Package: bowtie2
Architecture: amd64 kfreebsd-amd64
Depends: python,
Depends: python
3
,
${misc:Depends},
${shlibs:Depends}
Suggests: bowtie2-examples
...
...