debian/0000755000000000000000000000000011761311073007166 5ustar debian/build.properties0000644000000000000000000000027311761311022012377 0ustar build.sourceDirectory=src/java javadoc.dir=build/api classpath.compile = \ /usr/share/java/maven-ant-helper.jar:\ /usr/share/java/commons-java.jar debian/get-orig-source0000644000000000000000000000133611761311022012121 0ustar #!/bin/bash DIR=$(mktemp -d) DATE1=$(date +"%Y-%m-%d") DATE2=$(date +"%Y%m%d") pushd $DIR #cvs -d :pserver:anonymous@onemind-commons.cvs.sourceforge.net:/cvsroot/onemind-commons login cvs -d :pserver:anonymous@onemind-commons.cvs.sourceforge.net:/cvsroot/onemind-commons export -D $DATE1 commons-invoke mv commons-invoke libonemind-commons-invoke-java-1.1.0+cvs$DATE2.orig tar cfz libonemind-commons-invoke-java_1.1.0+cvs$DATE2.orig.tar.gz libonemind-commons-invoke-java-1.1.0+cvs$DATE2.orig rm -r libonemind-commons-invoke-java-1.1.0+cvs$DATE2.orig popd mv $DIR/libonemind-commons-invoke-java_1.1.0+cvs$DATE2.orig.tar.gz ../ rm -r $DIR echo "Done. Have fun with ../libonemind-commons-invoke-java_1.1.0+cvs$DATE2.orig.tar.gz" debian/watch0000644000000000000000000000012011761311022010202 0ustar # upstream has no tarballs, only a compiled jar, so the code is taken from CVS. debian/rules0000755000000000000000000000050611761311022010241 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java ANT = ant -buildfile $(CURDIR)/debian/build.xml %: dh $@ override_dh_auto_build: $(ANT) package javadoc override_dh_auto_clean: $(ANT) clean override_dh_installchangelogs: dh_installchangelogs docs/Changes.txt get-orig-source: sh debian/get-orig-source debian/control0000644000000000000000000000174011761311022010565 0ustar Source: libonemind-commons-invoke-java Section: java Priority: extra Maintainer: Debian Java Maintainers Uploaders: tony mancill , gregor herrmann Build-Depends: debhelper (>= 8), ant, maven-ant-helper Build-Depends-Indep: default-jdk, libonemind-commons-java-java Standards-Version: 3.9.3 Homepage: http://onemind-commons.sourceforge.net/commons-invoke/ Vcs-Git: git://git.debian.org/git/pkg-java/libonemind-commons-invoke-java.git Vcs-Browser: http://git.debian.org/?p=pkg-java/libonemind-commons-invoke-java.git Package: libonemind-commons-invoke-java Architecture: all Depends: ${misc:Depends} Description: Java invocation framework library The OneMind commons-invoke framework is a complimentary framework to the reflection. While reflection allow discovery/invocation of the java object through JVM kernel, the invocation framework allows programmatic help for method lookup and invocation. debian/build.xml0000644000000000000000000000172711761311022011010 0ustar debian/copyright0000644000000000000000000000362411761311022011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: commons-invoke Upstream-Contact: TiongHiang Lee (thlee@onemindsoft.org) Source: http://sourceforge.net/projects/onemind-commons Disclaimer: The upstream source was downloaded from the CVS repository of http://sourceforge.net/projects/onemind-commons via cvs -d :pserver:anonymous@onemind-commons.cvs.sourceforge.net:/cvsroot/onemind-commons export commons-invoke . This creation of the .orig.tar.gz can be reproduced with debian/get-orig-source Files: * Copyright: 2004, TiongHiang Lee License: LGPL-2.1+ Files: xdocs/documentation.xml Copyright: 2001-2004, The Apache Software Foundation License: Apache-2.0 Files: debian/* Copyright: 2009-2012, gregor herrmann 20092012, tony mancill License: LGPL-2.1+ 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'. License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . A copy of the LGPL-2.1 can be found at `/usr/share/common-licenses/LGPL-2.1' on any Debian system. debian/compat0000644000000000000000000000000211761311022010356 0ustar 8 debian/source/0000755000000000000000000000000011761311022010460 5ustar debian/source/format0000644000000000000000000000001411761311022011666 0ustar 3.0 (quilt) debian/source.lintian-overrides0000644000000000000000000000016611761311022014043 0ustar # ant is used in the clean target but as $(ANT) libonemind-commons-invoke-java source: build-depends-without-arch-dep debian/changelog0000644000000000000000000000221511761311022011032 0ustar libonemind-commons-invoke-java (1.1.0+cvs20090227-4) unstable; urgency=low * Update Maintainer field for Java team maintenance. * Add gregor to Uploaders. * Update Vcs-* headers. -- tony mancill Tue, 29 May 2012 20:18:22 -0700 libonemind-commons-invoke-java (1.1.0+cvs20090227-3) unstable; urgency=low * debian/control: change build dependency from default-jdk-builddep to default-jdk. Closes: #669218 * Update Vcs-* headers. * Switch to "3.0 (quilt)" source format. * Use debhelper 8 and dh(1). * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). * Remove JRE from Depends, add ${misc:Depends}. -- gregor herrmann Wed, 18 Apr 2012 18:28:48 +0200 libonemind-commons-invoke-java (1.1.0+cvs20090227-2) unstable; urgency=low * Adjust debian/build.xml to newer maven-ant-helper. -- gregor herrmann Mon, 10 Aug 2009 21:10:47 +0200 libonemind-commons-invoke-java (1.1.0+cvs20090227-1) unstable; urgency=low * Initial release (Closes: #519121) -- gregor herrmann Sat, 27 Jun 2009 18:32:24 +0200 debian/libonemind-commons-invoke-java.docs0000644000000000000000000000001211761311022016024 0ustar build/api debian/libonemind-commons-invoke-java.links0000644000000000000000000000011211761311022016215 0ustar usr/share/java/commons-invoke-1.1.0.jar usr/share/java/commons-invoke.jar debian/libonemind-commons-invoke-java.install0000644000000000000000000000005611761311022016552 0ustar build/commons-invoke-1.1.0.jar usr/share/java