debian/0000755000000000000000000000000012142245411007162 5ustar debian/libkryo-java.jlibs0000644000000000000000000000001112142245411012571 0ustar kryo.jar debian/orig-tar.excludes0000644000000000000000000000002612142245411012442 0ustar javadoc/* jars/* *.jardebian/rules0000755000000000000000000000036112142245411010242 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/minlog.jar:/usr/share/java/objenesis.jar:/usr/share/java/reflectasm.jar %: dh $@ --with javahelper get-orig-source: uscan --force-download debian/watch0000644000000000000000000000023712142245411010215 0ustar version=3 http://code.google.com/p/kryo/downloads/list?can=1 \ .*/kryo-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) \ debian debian/orig-tar.sh debian/changelog0000644000000000000000000000115212142245411011033 0ustar libkryo-java (2.20-3) unstable; urgency=low * Upload to unstable * d/control: Use canonical URL for Vcs-* fields. -- Damien Raude-Morvan Tue, 07 May 2013 20:41:30 +0200 libkryo-java (2.20-2) experimental; urgency=low * d/copyright: Also include Apache-2.0 licensed files. Thanks to Luca Falavigna for noticing. -- Damien Raude-Morvan Sun, 14 Apr 2013 23:06:16 +0200 libkryo-java (2.20-1) experimental; urgency=low * Initial release. (Closes: #700262) -- Damien Raude-Morvan Sat, 09 Feb 2013 13:52:40 +0100 debian/compat0000644000000000000000000000000212142245411010360 0ustar 9 debian/source/0000755000000000000000000000000012142245411010462 5ustar debian/source/format0000644000000000000000000000001412142245411011670 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000056612142245411011254 0ustar #!/bin/sh set -e # called by uscan with '--upstream-version' echo "version $2" package=`dpkg-parsechangelog | sed -n 's/^Source: //p'` version=$2 upstream_version="${version}" tarball=$3 TAR=${package}_${version}.orig.tar.gz DIR=kryo-${upstream_version} unzip -q $tarball GZIP=--best tar czf ../$TAR -X debian/orig-tar.excludes $DIR rm -rf $tarball $DIR debian/libkryo-java-doc.javadoc0000644000000000000000000000001112142245411013640 0ustar internal debian/control0000644000000000000000000000330312142245411010564 0ustar Source: libkryo-java Section: java Priority: optional Maintainer: Damien Raude-Morvan Build-Depends: debhelper (>= 9), default-jdk, javahelper (>= 0.43), libminlog-java, libobjenesis-java, libreflectasm-java Standards-Version: 3.9.4 Homepage: https://code.google.com/p/kryo/ Vcs-Git: git://anonscm.debian.org/pkg-java/libkryo-java.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libkryo-java.git Package: libkryo-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} 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. 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. Package: libkryo-java-doc Architecture: all Section: doc Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} 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/javabuild0000644000000000000000000000002212142245411011040 0ustar kryo.jar java/src debian/copyright0000644000000000000000000000521212142245411011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Kryo Upstream-contact: https://code.google.com/p/kryo/ Source: https://code.google.com/p/kryo/downloads/list Files: * Copyright: Copyright (c) 2008, Nathan Sweet 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. . 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. Files: java/src/com/esotericsoftware/kryo/util/IntMap.java java/src/com/esotericsoftware/kryo/util/IdentityMap.java Copyright: Copyright (c) 2011, Nathan Sweet 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. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0' Files: debian/* Copyright: Copyright 2013 Damien Raude-Morvan License: BSD-3-clause Apply same license as upstream code.