debian/0000755000000000000000000000000012163066147007174 5ustar debian/watch0000644000000000000000000000064011525253100010211 0ustar # Obtaining the source tarball of jam-lib is a bit tricky because there is no # explicite link to a downloadable tarball on the web page and the source is # only in SVN. There is even no versioning scheme and this watch file is just # checking for a new SVN commit version=3 opts="dversionmangle=s/0.0.r//" \ http://code.google.com/p/jam-lib/source/list \ detail\?r=([\d]+) \ debian debian/get-orig-source debian/copyright0000644000000000000000000000232412163065256011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jam-lib Upstream-Contact: Andrew Rambaut Source: http://code.google.com/p/jam-lib/source/checkout Files: * Copyright: © 2009-2010 Andrew Rambaut License: LGPL-3+ This program 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 3 of the License, or (at your option) any later version. . This program 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. . You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . Comment: On Debian systems, you can read the full text of the GNU Lesser General Public License in ‘/usr/share/common-licenses/LGPL-3’. Files: debian/* Copyright: © 2011 Andreas Tille License: PD The packaging work is in the public domain unless stated otherwise. debian/changelog0000644000000000000000000000103712163065360011043 0ustar jam-lib (0.0.r304-1) unstable; urgency=low * New upstream version * debian/get-orig-source: Use xz compression * debian/control: - Standards-Version: 3.9.4 (no changes needed) - Remove DM-Upload-Allowed - debhelper 9 - cme fix dpkg-control * debian/copyright: cme fix dpkg-copyright -- Andreas Tille Thu, 27 Jun 2013 18:33:37 +0200 jam-lib (0.0.r297-1) unstable; urgency=low * Initial Debian Upload (Closes: #612953) -- Andreas Tille Thu, 10 Feb 2011 10:26:38 +0100 debian/source/0000755000000000000000000000000012163064366010475 5ustar debian/source/format0000644000000000000000000000001411414066126011675 0ustar 3.0 (quilt) debian/libjam-java-doc.javadoc0000644000000000000000000000004311524736073013444 0ustar doc /usr/share/doc/libjam-java/api debian/compat0000644000000000000000000000000212163064771010373 0ustar 9 debian/get-orig-source0000755000000000000000000000075612163064447012146 0ustar #!/bin/sh # get source for jam-lib from SVN NAME=jam-lib rm -f ../detail mkdir -p ../tarballs cd ../tarballs # svn export concerves time stamps of the files, checkout does not REV=`LC_ALL=C svn export http://${NAME}.googlecode.com/svn/trunk/ ${NAME} | tail -n 1 | sed 's/^.*revision \([0-9]\+\)./\1/'` VERSION=0.0.r${REV} find ${NAME} -name .svn -type d -exec rm -rf \{\} \; rm -f ${NAME}/lib/*.jar GZIP="--best --no-name" tar -caf "$NAME"_"$VERSION".orig.tar.xz "${NAME}" rm -rf "${NAME}" debian/patches/0000755000000000000000000000000012163064657010627 5ustar debian/patches/series0000644000000000000000000000005111524734756012044 0ustar remove-mac-only-code.patch javadoc.patch debian/patches/remove-mac-only-code.patch0000644000000000000000000000440712163064651015571 0ustar --- jam-lib.orig/build.xml +++ jam-lib/build.xml @@ -7,7 +7,6 @@ - @@ -19,16 +18,12 @@ - - - - @@ -39,27 +34,6 @@ - - - - - - - - - - - - - - - - - - - - - @@ -67,7 +41,6 @@ - debian/patches/javadoc.patch0000644000000000000000000000137112163064657013261 0ustar --- /dev/null +++ jam-lib/javadoc.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + JAM-lib]]> + http://code.google.com/p/jam-lib/]]> + + + + debian/rules0000755000000000000000000000044211525330135010244 0ustar #!/usr/bin/make -f JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with javahelper override_dh_auto_clean: # build.xml does not provide a clean target rm -rf dist build doc override_dh_auto_build: dh_auto_build ant -buildfile javadoc.xml get-orig-source: . debian/get-orig-source debian/libjam-java.jlibs0000644000000000000000000000001511524730355012371 0ustar dist/jam.jar debian/control0000644000000000000000000000274712163065123010602 0ustar Source: jam-lib Maintainer: Debian Med Packaging Team Uploaders: Andreas Tille Section: java Priority: optional Build-Depends: debhelper (>= 9), javahelper Build-Depends-Indep: default-jdk, default-jdk-doc, libtrove-java, libtrove-java-doc, ant Standards-Version: 3.9.4 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libjam-java/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libjam-java/trunk/ Homepage: http://code.google.com/p/jam-lib/ Package: libjam-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: Java applications look and behave like native applications JAM provides classes for building desktop applications that look and behave like native applications. applications created using JAM will look native on Mac, Windows and Linux/UNIX machines. Package: libjam-java-doc Architecture: all Section: doc Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: Java applications look and behave like native applications (documentation) JAM provides classes for building desktop applications that look and behave like native applications. applications created using JAM will look native on Mac, Windows and Linux/UNIX machines. . This package provides the documentation for the library