Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Adding Vcs-* tags.
· bfe8f603
Andrius Merkys
authored
Nov 19, 2019
bfe8f603
Wrapping and sorting.
· eb840761
Andrius Merkys
authored
Nov 19, 2019
eb840761
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
eb840761
...
...
@@ -2,13 +2,14 @@ Source: deepboof
Section: java
Priority: optional
Maintainer: Andrius Merkys <merkys@debian.org>
Build-Depends: debhelper (>= 11),
Build-Depends:
debhelper (>= 11),
gradle-debian-helper,
junit4,
libddogleg-java,
libejml-java (>= 0.38),
libgral-java,
libgeoregression-java,
libgral-java,
libjarchivelib-java,
libprotobuf-java,
libvectorgraphics2d-java,
...
...
@@ -17,12 +18,13 @@ Build-Depends: debhelper (>= 11),
protobuf-compiler,
Standards-Version: 4.1.3
Homepage: https://github.com/lessthanoptimal/DeepBoof
#
Vcs-Browser: https://salsa.debian.org/
debian
/deepboof
#
Vcs-Git: https://salsa.debian.org/
debian
/deepboof.git
Vcs-Browser: https://salsa.debian.org/
java-team
/deepboof
Vcs-Git: https://salsa.debian.org/
java-team
/deepboof.git
Package: libdeepboof-java
Architecture: all
Depends: ${misc:Depends}
Depends:
${misc:Depends},
Description: Java library for running deep neural networks
DeepBoof is a Java library for running deep neural networks trained using
other projects (e.g. Torch and Caffe) with a focus on processing image data.
...
...