[libfastutil-java] 01/06: Inject libfastutil-java

Andreas Tille tille at debian.org
Wed Aug 13 19:54:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository libfastutil-java.

commit c6e0df89bbfcc0139d087700569d890bde5dc4f3
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jun 5 20:39:18 2013 +0000

    Inject libfastutil-java
---
 debian/changelog                    |  5 ++++
 debian/compat                       |  1 +
 debian/control                      | 57 +++++++++++++++++++++++++++++++++++++
 debian/copyright                    | 44 ++++++++++++++++++++++++++++
 debian/libfastutil-java-doc.javadoc |  1 +
 debian/libfastutil-java.jlibs       |  1 +
 debian/rules                        | 39 +++++++++++++++++++++++++
 debian/source/format                |  1 +
 debian/watch                        |  2 ++
 9 files changed, 151 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..40f526a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libfastutil-java (6.5.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #711212)
+
+ -- Andreas Tille <tille at debian.org>  Wed, 05 Jun 2013 14:51:51 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..996e642
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,57 @@
+Source: libfastutil-java
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: java
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               javahelper,
+               default-jdk,
+               ant
+Standards-Version: 3.9.4
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libfastutil-java
+Vcs-Browser: http://svn.debian.org/wsvn/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.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e28a427
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Sebastiano Vigna <vigna at acm.org>
+Source: http://fastutil.di.unimi.it/
+
+Files: *
+Copyright: © 2003-2013 Sebastiano Vigna <vigna at acm.org>, 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 <vigna at acm.org>, 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 <tille at debian.org>
+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
+
diff --git a/debian/libfastutil-java-doc.javadoc b/debian/libfastutil-java-doc.javadoc
new file mode 100644
index 0000000..7f94ad4
--- /dev/null
+++ b/debian/libfastutil-java-doc.javadoc
@@ -0,0 +1 @@
+docs /usr/share/doc/libfastutil-java
diff --git a/debian/libfastutil-java.jlibs b/debian/libfastutil-java.jlibs
new file mode 100644
index 0000000..5541373
--- /dev/null
+++ b/debian/libfastutil-java.jlibs
@@ -0,0 +1 @@
+fastutil*.jar
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7b348a4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,39 @@
+#!/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
+
+get-orig-source:
+	mkdir -p ../tarballs
+	uscan --verbose --force-download --destdir ../tarballs
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b7302bd
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://fastutil.di.unimi.it/fastutil-([.\d]+)-src\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libfastutil-java.git



More information about the pkg-java-commits mailing list