Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Add missing dependencies: default-jre, java-wrappers
· 0777e939
Liubov Chuprikova
authored
Oct 12, 2018
0777e939
Standards-Version: 4.2.1
· 503426a2
Liubov Chuprikova
authored
Oct 12, 2018
503426a2
Upload to unstable
· 65e27eb8
Andreas Tille
authored
Oct 12, 2018
65e27eb8
Merge branch 'master' into debian/stretch-backports
· ea790121
Andreas Tille
authored
Oct 18, 2018
ea790121
Rebuild for stretch-backports.
· 8e371868
Andreas Tille
authored
Oct 18, 2018
8e371868
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8e371868
pilon (1.22+dfsg-2~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
-- Andreas Tille <tille@debian.org> Thu, 18 Oct 2018 09:17:30 +0200
pilon (1.22+dfsg-2) unstable; urgency=medium
* Team upload.
* Add required dependencies: default-jre, java-wrappers
* Standards-Version: 4.2.1
-- Liubov Chuprikova <chuprikovalv@gmail.com> Fri, 12 Oct 2018 13:58:35 +0200
pilon (1.22+dfsg-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
...
...
debian/control
View file @
8e371868
...
...
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 11~),
javahelper,
scala,
libhtsjdk-java
Standards-Version: 4.2.
0
Standards-Version: 4.2.
1
Vcs-Browser: https://salsa.debian.org/med-team/pilon
Vcs-Git: https://salsa.debian.org/med-team/pilon.git
Homepage: https://github.com/broadinstitute/pilon/wiki
...
...
@@ -15,6 +15,8 @@ Homepage: https://github.com/broadinstitute/pilon/wiki
Package: pilon
Architecture: all
Depends: ${misc:Depends},
default-jre (>= 2:1.10) | java10-runtime,
java-wrappers,
libhtsjdk-java,
libcommons-lang-java,
scala-library
...
...