debian/0000755000000000000000000000000012154073377007177 5ustar debian/control0000644000000000000000000000454212154073167010604 0ustar Source: libfastutil-java Maintainer: Debian Java Maintainers Uploaders: Andreas Tille Section: java Priority: optional Build-Depends: debhelper (>= 9), javahelper, default-jdk, ant Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libfastutil-java Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libfastutil-java Homepage: http://fastutil.di.unimi.it/ Package: libfastutil-java Architecture: all Depends: ${misc:Depends}, ${java:Depends} Recommends: ${java:Recommends} Description: Java API providing type-specific maps, sets, lists and queues Fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues with a small memory footprint and fast access and insertion; provides also big (64-bit) arrays, sets and lists, and fast, practical I/O classes for binary and text files. . The classes implement their standard counterpart interface (e.g., Map for maps) and can be plugged into existing code. Moreover, they provide additional features (such as bidirectional iterators) that are not available in the standard classes. . Besides objects and primitive types, fastutil classes provide support for references, that is, objects that are compared using the equality operator rather than the equals() method. Package: libfastutil-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${java:Depends} Recommends: ${java:Recommends} Description: API documentation for libfastutil-java Fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues with a small memory footprint and fast access and insertion; provides also big (64-bit) arrays, sets and lists, and fast, practical I/O classes for binary and text files. . The classes implement their standard counterpart interface (e.g., Map for maps) and can be plugged into existing code. Moreover, they provide additional features (such as bidirectional iterators) that are not available in the standard classes. . Besides objects and primitive types, fastutil classes provide support for references, that is, objects that are compared using the equality operator rather than the equals() method. . This package contains the javadoc documentation files. debian/rules0000755000000000000000000000226312154073101010243 0ustar #!/usr/bin/make -f # DH_VERBOSE := 1 %: dh $@ --with javahelper override_dh_auto_clean: dh_auto_clean rm -f fastutil-*.jar rm -rf build dist docs find src/it/unimi/dsi/fastutil -name "*.[ch]" -delete # delete auto-generated *.java files. # Attention: This # find src/it/unimi/dsi/fastutil -mindepth 2 -name "*.java" -delete # does not work because files in /io need to remain find \ src/it/unimi/dsi/fastutil/booleans \ src/it/unimi/dsi/fastutil/bytes \ src/it/unimi/dsi/fastutil/chars \ src/it/unimi/dsi/fastutil/doubles \ src/it/unimi/dsi/fastutil/floats \ src/it/unimi/dsi/fastutil/ints \ src/it/unimi/dsi/fastutil/longs \ src/it/unimi/dsi/fastutil/objects \ src/it/unimi/dsi/fastutil/shorts \ -name "*.java" -delete rm -f src/it/unimi/dsi/fastutil/io/BinIO.java src/it/unimi/dsi/fastutil/io/TextIO.java override_dh_auto_build: make sources # make sources TEST=1 # will compile behavioral and speed tests into the classes # make sources ASSERTS=1 # will compile assertions into the classes ant jar ant javadoc override_dh_builddeb: dh_builddeb -- -Z xz get-orig-source: mkdir -p ../tarballs uscan --verbose --force-download --destdir ../tarballs debian/libfastutil-java.jlibs0000644000000000000000000000001612153635034013453 0ustar fastutil*.jar debian/watch0000644000000000000000000000010512153632137010216 0ustar version=3 http://fastutil.di.unimi.it/fastutil-([.\d]+)-src\.tar\.gz debian/copyright0000644000000000000000000000345512153720105011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Sebastiano Vigna Source: http://fastutil.di.unimi.it/ Files: * Copyright: © 2003-2013 Sebastiano Vigna , Paolo Boldi License: Apache-2.0 Files: src/it/unimi/dsi/fastutil/io/*.java test/it/unimi/dsi/fastutil/io/InspectableFileCachedInputStreamTest.java Copyright: © 2003-2011 Sebastiano Vigna , Paolo Boldi License: LGPLv2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . On Debian systems you can find a copy of GNU Lesser General Public License at /usr/share/common-licenses/LGPL-2.1 Files: debian/* Copyright: © 2013 Andreas Tille License: Apache-2.0 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 systems you can find a copy of Apache 2.0 at /usr/share/common-licenses/Apache-2.0 debian/source/0000755000000000000000000000000012153632003010461 5ustar debian/source/format0000644000000000000000000000001411301174376011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000023712153720054011041 0ustar libfastutil-java (6.5.4-1) unstable; urgency=low * Initial release (Closes: #711212) -- Andreas Tille Wed, 05 Jun 2013 14:51:51 +0200 debian/compat0000644000000000000000000000000211757424317010377 0ustar 9 debian/libfastutil-java-doc.javadoc0000644000000000000000000000004512153635216014526 0ustar docs /usr/share/doc/libfastutil-java