debian/0000755000000000000000000000000011664646675007213 5ustar debian/orig_tar.sh0000755000000000000000000000052611664646237011355 0ustar #!/bin/bash VERSION="$2" FILENAME="$3" TEMPDIR=`mktemp -d` NEWFILENAME="`echo "$FILENAME" | sed 's|.orig.tar.gz$||'`+ds1.orig.tar.gz" echo "$NEWFILENAME" tar xzf "$FILENAME" -C "$TEMPDIR" MAINDIR="`ls "$TEMPDIR"`" find "$TEMPDIR" -iname '*.jar' -print0 | xargs -0 rm -vf tar czf "$NEWFILENAME" -C "$TEMPDIR" "$MAINDIR" rm -fr "$TEMPDIR" debian/changelog0000644000000000000000000000024411664646237011057 0ustar collections15 (4.01+ds1-1) unstable; urgency=low * Initial release (closes: #650172). -- Giovanni Mascellani Mon, 28 Nov 2011 09:55:54 +0100 debian/copyright0000644000000000000000000000344711664646237011150 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: Collections with generics support Source: http://sourceforge.net/projects/collections/ Files: * Copyright: © 2001 - 2004, The Apache Software Foundation © 2003 - 2006, Matt Hall © 2003 - 2006, John Watkinson 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, the complete text of the Apache License version 2.0 can be found in "/usr/share/common-licenses/Apache-2.0". Files: debian/* Copyright: © 2011, Giovanni Mascellani License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/control0000644000000000000000000000152311664646237010611 0ustar Source: collections15 Section: java Priority: extra Maintainer: Debian Java Maintainers Uploaders: Giovanni Mascellani Build-Depends: debhelper (>= 8.0.0), default-jdk, javahelper, junit4 Standards-Version: 3.9.2 Homepage: http://larvalabs.com/collections/ Vcs-Git: git://git.debian.org/pkg-java/collections15.git Vcs-Browser: http://git.debian.org/?p=pkg-java/collections15.git;a=summary Package: libcollections15-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends} Description: Apache Commons Collections with generics support Collections15 is an extension of the powerful Apache Commons Collections library that takes advantage of the Java 1.5 generics support to offer the same structures as Apache Common Collections, but in a type-safe manner. debian/source/0000755000000000000000000000000011664646237010505 5ustar debian/source/format0000644000000000000000000000001411664646237011713 0ustar 3.0 (quilt) debian/javabuild0000644000000000000000000000002711664646237011070 0ustar collections15.jar src/ debian/watch0000644000000000000000000000022511664646237010235 0ustar version=3 options=dversionmangle=s|\+ds[0-9]+$|| \ http://sf.net/collections/collections-generic-([0-9\.]+)\-src.tar\.gz debian ./debian/orig_tar.sh debian/rules0000755000000000000000000000044311664646237010266 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export CLASSPATH=/usr/share/java/junit4.jar %: dh $@ --with javahelper # Avoid the default build.xml and its ant dependency override_dh_auto_build: true override_dh_auto_clean: true debian/jlibs0000644000000000000000000000002211664646237010225 0ustar collections15.jar debian/compat0000644000000000000000000000000211664646237010403 0ustar 8