debian/0000755000000000000000000000000011360201101007147 5ustar debian/README.Debian-source0000644000000000000000000000073110712100571012520 0ustar libjdbm-java ============ The upstream supplied source package contains binary jar files. Currently no clean source distribution exists. Therefore, the upstream sources were modified to comply with the Debian Free Software Guidelines. Use the rules/get-orig-source target to create the orig.tar.gz. For more details on repackaging of upstream sources please see the debian/orig-tar.sh file. -- Varun Hiremath , Wed, 31 Oct 2007 19:02:26 +0530 debian/watch0000644000000000000000000000011310712100571010204 0ustar version=3 http://sf.net/jdbm/ jdbm-(.*)-src\.zip debian debian/orig-tar.sh debian/rules0000755000000000000000000000071511360200725010245 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar DEB_ANT_BUILDFILE := src/build.xml install/libjdbm-java:: install -m 644 -D dist/jdbm*.jar $(DEB_DESTDIR)/usr/share/java/jdbm-$(DEB_UPSTREAM_VERSION).jar dh_link /usr/share/java/jdbm-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jdbm.jar get-orig-source: -uscan --upstream-version 0 debian/copyright0000644000000000000000000000470610712100571011122 0ustar This package was debianized by Varun Hiremath on Tue, 24 Apr 2007 17:19:10 +0530. It was downloaded from http://sourceforge.net/projects/jdbm/ Upstream Authors: Alex Boisvert Cees de Groot Copyright: (C) 2000-2001 Alex Boisvert. All Rights Reserved. (C) 2000 Cees de Groot. All Rights Reserved. License: Redistribution and use of this software and associated documentation ("Software"), with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain copyright statements and notices. Redistributions must also contain a copy of this document. 2. 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. 3. The name "JDBM" must not be used to endorse or promote products derived from this Software without prior written permission of Cees de Groot. For written permission, please contact cg@cdegroot.com. 4. Products derived from this Software may not be called "JDBM" nor may "JDBM" appear in their names without prior written permission of Cees de Groot. 5. Due credit should be given to the JDBM Project (http://jdbm.sourceforge.net/). THIS SOFTWARE IS PROVIDED BY THE JDBM PROJECT AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED 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 CEES DE GROOT OR ANY 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. On Debian systems, the complete text of the BSD License can be found in `/usr/share/common-licenses/BSD'. The Debian packaging is (C) 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/source/0000755000000000000000000000000011360201101010447 5ustar debian/source/format0000644000000000000000000000001411360201202011657 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000062110712100571011242 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=../libjdbm-java_$2.orig.tar.gz DIR=libjdbm-java-$2.orig # clean up the upstream tarball unzip $3 mv jdbm-$2 $DIR GZIP=--best tar -c -z -f $TAR --exclude '*/lib/*' $DIR rm -rf $3 $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/changelog0000644000000000000000000000065311360201044011033 0ustar libjdbm-java (1.0-2) unstable; urgency=low * Update my email address * Bump Standards-Version to 3.8.4 * Change Section to java * Switch to default-jdk * Switch to source format 3.0 -- Varun Hiremath Sat, 10 Apr 2010 18:56:09 -0400 libjdbm-java (1.0-1) unstable; urgency=low * Initial release (Closes: #448740) -- Varun Hiremath Tue, 24 Apr 2007 17:19:10 +0530 debian/control0000644000000000000000000000153111360201002010552 0ustar Source: libjdbm-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 7) Build-Depends-Indep: ant, default-jdk Standards-Version: 3.8.4 Homepage: http://sourceforge.net/projects/jdbm/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjdbm-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjdbm-java Package: libjdbm-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java2-runtime Description: transactional persistence engine for Java JDBM is a transactional persistence engine for Java. It aims to be for Java what GDBM is for Perl, Python, C, etcetera: a simple persistence engine that is lightweight and fast. debian/compat0000644000000000000000000000000211360200717010361 0ustar 7