Skip to content

Commits on Source 3

......@@ -2,22 +2,32 @@ Source: spymemcached
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.1),
# Test dependencies
memcached, procps, net-tools
Build-Depends-Indep: libdropwizard-metrics-java, libspring-beans-java,
# Test dependencies
junit4, libjmock-java
Uploaders:
Christopher Hoskin <mans0954@debian.org>,
Build-Depends:
debhelper (>= 10),
default-jdk,
maven-debian-helper (>= 2.1),
memcached <!nocheck>,
net-tools <!nocheck>,
procps <!nocheck>,
Build-Depends-Indep:
junit4 <!nocheck>,
libdropwizard-metrics-java,
libjmock-java <!nocheck>,
libspring-beans-java,
Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/spymemcached.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/spymemcached.git
Vcs-Git: https://salsa.debian.org/java-team/spymemcached.git
Vcs-Browser: https://salsa.debian.org/java-team/spymemcached
Homepage: http://www.couchbase.org/code/couchbase/java
Package: libspymemcached-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Depends:
${maven:Depends},
${misc:Depends},
Suggests:
${maven:OptionalDepends},
Description: simple, asynchronous, single-threaded memcached client
Spymemcached is a simple, asynchronous, single-threaded memcached client
written in Java, featuring:
......@@ -47,5 +57,3 @@ Description: simple, asynchronous, single-threaded memcached client
.
* Aggressively optimized. There are many optimizations that combine to
provide high throughput.
......@@ -51,4 +51,3 @@ License: Apache-2.0
.
On Debian systems, the complete text of the Apache License 2.0 can
be found in "/usr/share/common-licenses/Apache-2.0"