[snappy-java] 04/04: Upload to unstable
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Feb 25 23:01:54 GMT 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository snappy-java.
commit 02e4825dcfc1f7a42eb9db781001ddb061a10c4a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Feb 25 23:59:41 2016 +0100
Upload to unstable
---
debian/changelog | 4 ++--
debian/control | 4 ++--
debian/copyright | 13 ++++++-------
3 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2820936..3a401bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-snappy-java (1.1.2.1-2) UNRELEASED; urgency=medium
+snappy-java (1.1.2.1-2) unstable; urgency=medium
* Team upload.
* Standards-Version updated to 3.9.7 (no changes)
* Fixed the build failure when building only libsnappy-jni (with debuild -B)
* Use a secure Vcs-Git URL
- -- Emmanuel Bourg <ebourg at apache.org> Thu, 25 Feb 2016 23:50:42 +0100
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 25 Feb 2016 23:59:29 +0100
snappy-java (1.1.2.1-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 92a6d8e..47bf1f9 100644
--- a/debian/control
+++ b/debian/control
@@ -16,12 +16,12 @@ Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}, libsnappy-jni
Description: Snappy for Java, a fast compressor/decompresser
Java port of Snappy, a fast compresser/decompresser written in C++,
- originally developed by Google.
+ originally developed by Google.
.
Snappy's main target is very high-speed compression/decompression with
reasonable compression size. So the compression ratio of snappy-java is
modest and about the same as LZF (ranging 20%-100% according to the
- dataset).
+ dataset).
Package: libsnappy-jni
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index d16d21d..0f8f95e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,8 +7,8 @@ Comment: lib/silk-weaver.jar is not packaged in Debian, and the other files in
Removed: lib src/main/resources/org/xerial/snappy/native
Files: *
-Copyright: © 2008–2011 Taro L. Saito
- © 2011 xerial.org
+Copyright: 2008-2011, Taro L. Saito
+ 2011-2016, xerial.org
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -24,18 +24,17 @@ License: Apache-2.0
.
On Debian systems, the complete text of the Apache License version 2.0
can be found in ‘/usr/share/common-licenses/Apache-2.0’.
-Comment:
+Comment:
This product includes software developed by Google
Snappy: http://code.google.com/p/snappy/ (New BSD License)
.
.
- This library containd statically linked libstdc++. This inclusion is allowed by
- "GCC RUntime Library Exception"
+ This library containd statically linked libstdc++. This inclusion is allowed by
+ "GCC RUntime Library Exception"
http://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html
.
== Contributors ==
- * Tatu Saloranta
+ * Tatu Saloranta
* Providing benchmark suite
* Alec Wysoker
* Performance and memory usage improvement
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/snappy-java.git
More information about the pkg-java-commits
mailing list