debian/0000755000000000000000000000000012142245127007166 5ustar debian/orig-tar.excludes0000644000000000000000000000002712142245127012447 0ustar javadoc/* jars/* *.jar debian/rules0000755000000000000000000000026212142245127010246 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/asm4.jar %: dh $@ --with javahelper get-orig-source: uscan --force-download debian/watch0000644000000000000000000000025312142245127010217 0ustar version=3 http://code.google.com/p/reflectasm/downloads/list?can=1 \ .*/reflectasm-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) \ debian debian/orig-tar.sh debian/changelog0000644000000000000000000000057212142245127011044 0ustar libreflectasm-java (1.05-2) unstable; urgency=low * Upload to unstable * d/control: Use canonical URL for Vcs-* fields. -- Damien Raude-Morvan Tue, 07 May 2013 20:37:14 +0200 libreflectasm-java (1.05-1) experimental; urgency=low * Initial release. (Closes: #700264) -- Damien Raude-Morvan Sat, 09 Feb 2013 14:00:11 +0100 debian/compat0000644000000000000000000000000212142245127010364 0ustar 9 debian/source/0000755000000000000000000000000012142245127010466 5ustar debian/source/format0000644000000000000000000000001412142245127011674 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000057412142245127011257 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=reflectasm-${upstream_version} unzip -q $tarball GZIP=--best tar czf ../$TAR -X debian/orig-tar.excludes $DIR rm -rf $tarball $DIR debian/control0000644000000000000000000000304312142245127010571 0ustar Source: libreflectasm-java Section: java Priority: optional Maintainer: Damien Raude-Morvan Build-Depends: debhelper (>= 9), default-jdk, javahelper (>= 0.43), libasm4-java Standards-Version: 3.9.4 Homepage: https://code.google.com/p/reflectasm/ Vcs-Git: git://anonscm.debian.org/pkg-java/libreflectasm-java.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libreflectasm-java.git Package: libreflectasm-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: library that provides reflection by using code generation ReflectASM is a very small Java library that provides high performance reflection by using code generation. An access class is generated to set/get fields, call methods, or create a new instance. . The access class uses bytecode rather than Java's reflection, so it is much faster. It can also access primitive fields via bytecode to avoid boxing. Package: libreflectasm-java-doc Architecture: all Section: doc Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: library that provides reflection by using code generation - doc ReflectASM is a very small Java library that provides high performance reflection by using code generation. An access class is generated to set/get fields, call methods, or create a new instance. . The access class uses bytecode rather than Java's reflection, so it is much faster. It can also access primitive fields via bytecode to avoid boxing. . This package contains the Javadoc API debian/libreflectasm-java.jlibs0000644000000000000000000000001712142245127013744 0ustar reflectasm.jar debian/libreflectasm-java-doc.javadoc0000644000000000000000000000001112142245127015005 0ustar internal debian/javabuild0000644000000000000000000000003012142245127011043 0ustar reflectasm.jar java/src debian/copyright0000644000000000000000000000351212142245127011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ReflectASM Upstream-contact: https://code.google.com/p/reflectasm/ Source: https://code.google.com/p/reflectasm/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: debian/* Copyright: Copyright 2013 Damien Raude-Morvan License: BSD-3-clause Apply same license as upstream code.