[Git][java-team/libkryo-java][master] 7 commits: Removed the -java-doc package
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Thu Feb 13 10:44:19 GMT 2025
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libkryo-java
Commits:
37e3e702 by Emmanuel Bourg at 2025-02-13T11:02:50+01:00
Removed the -java-doc package
- - - - -
d9aa8faf by Emmanuel Bourg at 2025-02-13T11:02:57+01:00
Standards-Version updated to 4.7.0
- - - - -
900e957c by Emmanuel Bourg at 2025-02-13T11:03:29+01:00
Wrap and sort
- - - - -
277fe59f by Emmanuel Bourg at 2025-02-13T11:09:00+01:00
Track and download the releases with Git
- - - - -
69e53f5c by Emmanuel Bourg at 2025-02-13T11:10:58+01:00
Remove the jar files from the upstream tarball
- - - - -
60a9f58f by Emmanuel Bourg at 2025-02-13T11:41:45+01:00
Wrapped the license text in debian/copyright
- - - - -
a81bb888 by Emmanuel Bourg at 2025-02-13T11:42:21+01:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- − debian/libkryo-java-doc.javadoc
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+libkryo-java (2.20-8) unstable; urgency=medium
+
+ * Team upload.
+ * Removed the -java-doc package
+ * Standards-Version updated to 4.7.0
+ * debian/watch: Track and download the releases with Git
+ * Remove the jar files from the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 13 Feb 2025 11:42:01 +0100
+
libkryo-java (2.20-7) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -3,14 +3,15 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper-compat (= 13),
- default-jdk,
- javahelper (>= 0.43),
- libminlog-java (>= 1.3),
- libobjenesis-java,
- libreflectasm-java (>= 1.11.6+dfsg-1~),
- maven-repo-helper
-Standards-Version: 4.6.0
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk,
+ javahelper (>= 0.43),
+ libminlog-java (>= 1.3),
+ libobjenesis-java,
+ libreflectasm-java (>= 1.11.6+dfsg-1~),
+ maven-repo-helper
+Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/libkryo-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libkryo-java
Homepage: https://github.com/EsotericSoftware/kryo
@@ -18,7 +19,11 @@ Rules-Requires-Root: no
Package: libkryo-java
Architecture: all
-Depends: ${misc:Depends}, libminlog-java (>= 1.3), libobjenesis-java, libreflectasm-java (>= 1.11.6+dfsg-1~)
+Depends:
+ libminlog-java (>= 1.3),
+ libobjenesis-java,
+ libreflectasm-java (>= 1.11.6+dfsg-1~),
+ ${misc:Depends}
Description: object graph serialization framework for Java
Kryo is a fast and efficient object graph serialization framework for Java.
The goals of the project are speed, efficiency, and an easy to use API.
@@ -27,20 +32,3 @@ Description: object graph serialization framework for Java
.
Kryo can also perform automatic deep and shallow copying/cloning.
This is direct copying from object to object, not object->bytes->object.
-
-Package: libkryo-java-doc
-Architecture: all
-Section: doc
-Depends: ${java:Depends}, ${misc:Depends}
-Recommends: ${java:Recommends}
-Multi-Arch: foreign
-Description: object graph serialization framework for Java - doc
- Kryo is a fast and efficient object graph serialization framework for Java.
- The goals of the project are speed, efficiency, and an easy to use API.
- The project is useful any time objects need to be persisted, whether to a
- file, database, or over the network.
- .
- Kryo can also perform automatic deep and shallow copying/cloning.
- This is direct copying from object to object, not object->bytes->object.
- .
- This package contains the Javadoc API
=====================================
debian/copyright
=====================================
@@ -1,6 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Kryo
Source: https://github.com/EsotericSoftware/kryo
+Files-Excluded: *.jar
Files: *
Copyright: 2008, Nathan Sweet
@@ -18,9 +19,26 @@ Copyright: Copyright 2013 Damien Raude-Morvan <drazzib at debian.org>
License: BSD-3-clause
License: BSD-3-clause
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- * Neither the name of Esoteric Software nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
.
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ * Neither the name of Esoteric Software nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ THE POSSIBILITY OF SUCH DAMAGE.
=====================================
debian/libkryo-java-doc.javadoc deleted
=====================================
@@ -1 +0,0 @@
-internal
=====================================
debian/watch
=====================================
@@ -1,2 +1,3 @@
version=4
-https://github.com/EsotericSoftware/kryo/tags .*/kryo-(?:parent-)?([\d\.]+).tar.gz
+opts="mode=git,compression=xz" \
+https://github.com/EsotericSoftware/kryo refs/tags/kryo-(?:parent-)?([\d\.]+)
View it on GitLab: https://salsa.debian.org/java-team/libkryo-java/-/compare/0bd8f55f45f8d4cabd068f14d99e8eacf22de722...a81bb888781e163fbc39e8e192c828d683432bc6
--
View it on GitLab: https://salsa.debian.org/java-team/libkryo-java/-/compare/0bd8f55f45f8d4cabd068f14d99e8eacf22de722...a81bb888781e163fbc39e8e192c828d683432bc6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250213/1ea379d8/attachment.htm>
More information about the pkg-java-commits
mailing list