debian/0000775000000000000000000000000011755423700007174 5ustar debian/rules0000775000000000000000000000156111722415613010255 0ustar #!/usr/bin/make -f LIBRARY=activation JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with javahelper override_dh_auto_configure: # Do nothing (i.e. ignore ./configure, ty) override_dh_auto_build: mkdir classes find source -name \*.java>list.sources $(JAVA_HOME)/bin/javac -source 1.4 -sourcepath source -d classes @list.sources $(JAVA_HOME)/bin/jar -cfm $(LIBRARY).jar debian/manifest.mf -C classes javax -C classes gnu $(JAVA_HOME)/bin/javadoc -link /usr/share/doc/default-jdk-doc/api \ -d api -sourcepath source javax.activation touch build-stamp override_dh_auto_install: dh_auto_install mh_installpom -plibgnujaf-java debian/gnujaf.pom mh_installjar -plibgnujaf-java --java-lib debian/gnujaf.pom ./activation.jar \ --usj-name=activation override_dh_auto_clean: rm -fr classes list.sources $(LIBRARY).jar gjdoc_rawcomment.cache activation.so apidoc debian/control0000664000000000000000000000302111722416331010567 0ustar Source: libgnujaf-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Jakub Adam Build-Depends: debhelper (>= 8), default-jdk, javahelper (>= 0.33~), default-jdk-doc, maven-repo-helper Standards-Version: 3.9.3 Homepage: http://savannah.gnu.org/projects/classpathx Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgnujaf-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgnujaf-java Package: libgnujaf-java Architecture: all Depends: ${misc:Depends}, ${java:Depends} Description: free implementation of the javabeans activation framework With the javabeans activation framework developer can take advantage of standard services to determine the type of an arbitrary piece of data, encapsulate accesss to it, discover operations available and instanciate the appropriate bean to perform operations. . This is the classpathx free implementation of the library Package: libgnujaf-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${java:Depends} Recommends: ${java:Recommends} Description: free implementation of the javabeans activation framework (docs) With the javabeans activation framework developer can take advantage of standard services to determine the type of an arbitrary piece of data, encapsulate accesss to it, discover operations available and instanciate the appropriate bean to perform operations. . This package contains the javadoc for the classpathx free implementation of the library debian/copyright0000664000000000000000000000270511651604647011141 0ustar This package was debianized by Arnaud Vandyck on Mon, 3 Nov 2003 18:16:13 +0100. It was downloaded from Homepage: http://savannah.gnu.org/projects/classpathx Upstream Authors: Andrew Selkirk , Nic Ferrier Copyright (C) 2004 The Free Software Foundation GNU JAF 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. GNU JAF 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 library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA As a special exception, if you link this library with other files to produce an executable, this library does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. On Debian based system, the full text of the GNU GPL license can be found in: /usr/share/common-licenses/GPL-2 debian/manifest.mf0000664000000000000000000000032711651362466011336 0ustar Bundle-ManifestVersion: 2 Bundle-Name: GNU Javabeans Activation Framework Bundle-Vendor: gnu.org Bundle-SymbolicName: javax.activation Bundle-Version: 1.1.1 Export-Package: javax.activation, gnu.activation.viewers debian/README.Debian0000664000000000000000000000031110041752426011225 0ustar libgnujaf-java for Debian ------------------------- Add /usr/share/java/activation.jar in your classpath in order to use this library. -- Arnaud Vandyck , Thu Apr 22 16:21:16 2004 debian/libgnujaf-java-doc.javadoc0000664000000000000000000000000411651604647014150 0ustar api debian/gnujaf.pom0000664000000000000000000000044511722415613011164 0ustar 4.0.0 javax.activation gnujaf 1.1.1 GNU Javabeans Activation Framework jar http://savannah.gnu.org/projects/classpathx debian/docs0000664000000000000000000000001011651604647010044 0ustar AUTHORS debian/watch0000664000000000000000000000013510737250504010223 0ustar version=3 ftp://ftp.gnu.org/gnu/classpathx/activation-(\d*\.[\d\.]*)\.tar\.gz debian uupdate debian/changelog0000664000000000000000000000773211755423677011074 0ustar libgnujaf-java (1.1.1-8build1) quantal; urgency=low * No-change rebuild with openjdk-7 as default-jdk. -- James Page Fri, 18 May 2012 11:43:11 +0100 libgnujaf-java (1.1.1-8) unstable; urgency=low * Removed Michael Koch from Uploaders (Closes: #654065). * Add Jakub Adam to Uploaders. * Publish maven artifacts for gnujaf. * Bump to Standards-Version 3.9.3. -- Jakub Adam Sun, 26 Feb 2012 11:59:53 +0100 libgnujaf-java (1.1.1-7) unstable; urgency=low [ Jakub Adam ] * Team upload. * Add OSGi metadata to jar manifest * Bump to Standards-Version 3.9.2. * Increase debhelper compatibility level to 8. [ Niels Thykier ] * Corrected license to GPL-2+ with special exception rather than LGPL-2+. * Added missing copyright statements for the upstream code in d/copyright. * Converted the source package to 3.0 (quilt) format. * Added lintian override for ancient-autotools-helper-file as those files are not used for the debian build. * Converted d/rules to dh tiny-style build. - Use javahelper for install jars and javadocs. * Split javadoc documentation into a separate package. - Link the javadoc against the JDK docs. - The API doc has moved to /usr/share/doc/libgnujaf-java-doc/api, previously it was at /usr/share/doc/libgnujaf-java/apidocs. -- Jakub Adam Sun, 16 Oct 2011 11:09:37 +0200 libgnujaf-java (1.1.1-6) unstable; urgency=low * Team upload. * Remove Arnaud from Uploaders list. * Improve Depends. -- Torsten Werner Mon, 08 Aug 2011 17:42:48 +0200 libgnujaf-java (1.1.1-5) unstable; urgency=low [Michael Koch] * Fixed watch file to match latest upstream release. [Matthias Klose] * (Build-)depend on default-jre/-jdk. * Set java source version to 1.4. [Onkar Shinde] * Misc lintian fixes. [Niels Thykier] * Added Vcs-* fields to debian/control. -- Debian Java Maintainers Fri, 20 Nov 2009 09:21:07 +0530 libgnujaf-java (1.1.1-4) unstable; urgency=low * Use java-gcj-compat instead of kaffe. -- Michael Koch Sun, 17 Jun 2007 19:39:13 +0200 libgnujaf-java (1.1.1-3) unstable; urgency=low * Really added binary-arch build target -- Kalle Kivimaa Sun, 29 Oct 2006 13:00:00 +0200 libgnujaf-java (1.1.1-2) unstable; urgency=low * Added binary-arch build target (noop) (closes: #395610) -- Kalle Kivimaa Sat, 28 Oct 2006 08:30:00 +0300 libgnujaf-java (1.1.1-1) unstable; urgency=low * New upstream release by Sebastian Dransfeld , many thanks to him. -- Arnaud Vandyck Mon, 11 Sep 2006 14:11:11 +0000 libgnujaf-java (1.1-1) unstable; urgency=low * New upstream release * debian/rules(clean): + removed apidoc directory and activation.so file (which is not built at the moment) (closes: #313089). + updated VERSION to 1.1 -- Arnaud Vandyck Wed, 3 Aug 2005 14:51:24 +0200 libgnujaf-java (1.0-2) unstable; urgency=low * debian/watch: added -- Arnaud Vandyck Mon, 11 Oct 2004 15:32:29 +0200 libgnujaf-java (1.0-1) unstable; urgency=low * New upstream release -- Arnaud Vandyck Tue, 13 Jul 2004 23:34:23 +0200 libgnujaf-java (0.0cvs20040420-1) unstable; urgency=low * New upstream release * added javadoc generation -- Arnaud Vandyck Thu, 22 Apr 2004 16:25:07 +0200 libgnujaf-java (0.0cvs20031103-2) unstable; urgency=low * debian/control: modified build-dep-indep from jikes to jikes-classpath (closes: #221065). Thanks to Daniel Schepler for reporting the bug. -- Arnaud Vandyck Sun, 16 Nov 2003 21:53:14 +0100 libgnujaf-java (0.0cvs20031103-1) unstable; urgency=low * Initial Release (closes: #217929). -- Arnaud Vandyck Mon, 3 Nov 2003 18:16:13 +0100 debian/compat0000664000000000000000000000000211651363045010372 0ustar 8 debian/source/0000775000000000000000000000000011740452070010470 5ustar debian/source/format0000664000000000000000000000001411651604647011710 0ustar 3.0 (quilt) debian/source/lintian-overrides0000664000000000000000000000010711651604647014061 0ustar # They are not used for the debian build ancient-autotools-helper-file