Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
3
Annotating test dependencies with <!nocheck>.
· 27bf6f8b
Andrius Merkys
authored
Oct 08, 2019
27bf6f8b
Wrapping and sorting.
· 0e1a6663
Andrius Merkys
authored
Oct 08, 2019
0e1a6663
Updating Vcs-* links.
· 56a66204
Andrius Merkys
authored
Oct 08, 2019
56a66204
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
56a66204
...
...
@@ -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.
debian/copyright
View file @
56a66204
...
...
@@ -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"