1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: jug
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Onkar Shinde <onkarshinde@ubuntu.com>
Build-Depends:
debhelper (>= 11),
default-jdk,
junit4,
liblog4j1.2-java,
libmaven-bundle-plugin-java,
maven-debian-helper
Standards-Version: 4.1.4
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jug.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jug.git
Homepage: http://wiki.fasterxml.com/JugHome
Package: libjug-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Pure java UUID generator
JUG is a pure java UUID generator that generates UUIDs according to the IETF
UUID draft specification.
.
This package contains the library.
|