Author: osallou-guest Date: 2012-01-24 18:29:23 +0000 (Tue, 24 Jan 2012) New Revision: 9418
Added: trunk/packages/f2j/trunk/debian/ trunk/packages/f2j/trunk/debian/changelog trunk/packages/f2j/trunk/debian/compat trunk/packages/f2j/trunk/debian/control trunk/packages/f2j/trunk/debian/copyright trunk/packages/f2j/trunk/debian/dirs trunk/packages/f2j/trunk/debian/docs trunk/packages/f2j/trunk/debian/f2j.install trunk/packages/f2j/trunk/debian/patches/ trunk/packages/f2j/trunk/debian/patches/fix_clean_target trunk/packages/f2j/trunk/debian/patches/generate_doc trunk/packages/f2j/trunk/debian/patches/series trunk/packages/f2j/trunk/debian/rules trunk/packages/f2j/trunk/debian/source/ trunk/packages/f2j/trunk/debian/source/format trunk/packages/f2j/trunk/debian/true/ trunk/packages/f2j/trunk/debian/true/usr/ trunk/packages/f2j/trunk/debian/true/usr/share/ trunk/packages/f2j/trunk/debian/true/usr/share/java/ trunk/packages/f2j/trunk/debian/watch Log: [svn-inject] Applying Debian modifications (0.8.1-1) to trunk Property changes on: trunk/packages/f2j/trunk/debian ___________________________________________________________________ Added: mergeWithUpstream + 1 Added: trunk/packages/f2j/trunk/debian/changelog =================================================================== --- trunk/packages/f2j/trunk/debian/changelog (rev 0) +++ trunk/packages/f2j/trunk/debian/changelog 2012-01-24 18:29:23 UTC (rev 9418) @@ -0,0 +1,5 @@ +f2j (0.8.1-1) unstable; urgency=low + + * Initial release (Closes: #657184) + + -- Olivier Sallou <[email protected]> Tue, 24 Jan 2012 17:34:50 +0100 Added: trunk/packages/f2j/trunk/debian/compat =================================================================== --- trunk/packages/f2j/trunk/debian/compat (rev 0) +++ trunk/packages/f2j/trunk/debian/compat 2012-01-24 18:29:23 UTC (rev 9418) @@ -0,0 +1 @@ +8 Added: trunk/packages/f2j/trunk/debian/control =================================================================== --- trunk/packages/f2j/trunk/debian/control (rev 0) +++ trunk/packages/f2j/trunk/debian/control 2012-01-24 18:29:23 UTC (rev 9418) @@ -0,0 +1,28 @@ +Source: f2j +Section: java +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Olivier Sallou <[email protected]>, +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 8.0.0), default-jdk, bison, javahelper, texlive-binaries +Standards-Version: 3.9.2 +Homepage: http://sourceforge.net/projects/f2j/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/f2j/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/f2j/ + +Package: f2j +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Fortran to Java compiler + The GOTO translation code is based on the bytecode parser + found in javab, a bytecode parallelizing tool. This package provides + the javab program. + +Package: libf2j-java +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends},f2j +Description: Fortran to Java compiler + The package provides the Java library (APIS) + to numerical libraries originally + written in Fortran (particularly BLAS and LAPACK). + Added: trunk/packages/f2j/trunk/debian/copyright =================================================================== --- trunk/packages/f2j/trunk/debian/copyright (rev 0) +++ trunk/packages/f2j/trunk/debian/copyright 2012-01-24 18:29:23 UTC (rev 9418) @@ -0,0 +1,65 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: f2j +Source: http://sourceforge.net/projects/f2j/ + +Files: util/org/j_paine/formatter/PrintfFormat.java +Copyright: 2000 Sun Microsystems, Inc. +License: SUN + Permission to use, copy, modify, and distribute this Software and its + documentation for NON-COMMERCIAL or COMMERCIAL purposes and without fee is + hereby granted. + . + This Software is provided "AS IS". All express warranties, including any + implied warranty of merchantability, satisfactory quality, fitness for a + particular purpose, or non-infringement, are disclaimed, except to the extent + that such disclaimers are held to be legally invalid. + . + You acknowledge that Software is not designed, licensed or intended for use in + the design, construction, operation or maintenance of any nuclear facility + ("High Risk Activities"). Sun disclaims any express or implied warranty of + fitness for such uses. + . + Please refer to the file http://www.sun.com/policies/trademarks/ for further + important trademark information and to + http://java.sun.com/nav/business/index.html for further important licensing + information for the Java Technology. + + +Files: * +Copyright: 2008 Keith Seymour <[email protected]> +License: GPL v2 + 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 <http://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +Files: debian/* +Copyright: 2012 Olivier Sallou <[email protected]> +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 <http://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + Added: trunk/packages/f2j/trunk/debian/dirs =================================================================== --- trunk/packages/f2j/trunk/debian/dirs (rev 0) +++ trunk/packages/f2j/trunk/debian/dirs 2012-01-24 18:29:23 UTC (rev 9418) @@ -0,0 +1 @@ +usr/bin Added: trunk/packages/f2j/trunk/debian/docs =================================================================== --- trunk/packages/f2j/trunk/debian/docs (rev 0) +++ trunk/packages/f2j/trunk/debian/docs 2012-01-24 18:29:23 UTC (rev 9418) @@ -0,0 +1 @@ +f2j_ug.pdf Added: trunk/packages/f2j/trunk/debian/f2j.install =================================================================== --- trunk/packages/f2j/trunk/debian/f2j.install (rev 0) +++ trunk/packages/f2j/trunk/debian/f2j.install 2012-01-24 18:29:23 UTC (rev 9418) @@ -0,0 +1 @@ +goto_trans/javab usr/bin/ Added: trunk/packages/f2j/trunk/debian/patches/fix_clean_target =================================================================== --- trunk/packages/f2j/trunk/debian/patches/fix_clean_target (rev 0) +++ trunk/packages/f2j/trunk/debian/patches/fix_clean_target 2012-01-24 18:29:23 UTC (rev 9418) @@ -0,0 +1,33 @@ +Subject: remove targets referencing testing +Author: Olivier Sallou <[email protected]> +Description: test and clean targets refer to testing dir but it + does not exists. This creates an infinite loop on those targets. +Last-Updated: 24/01/2012 +--- a/libbytecode/Makefile.in ++++ b/libbytecode/Makefile.in +@@ -21,7 +21,7 @@ + dlist.o: dlist.h dlist.c + + test: +- cd testing; $(MAKE) test ++ #cd testing; $(MAKE) test + + docs: + $(DOXYGEN) +@@ -32,4 +32,4 @@ + + clean: + /bin/rm -rf *.o *.a latex html +- cd testing; $(MAKE) clean ++ #cd testing; $(MAKE) clean +--- a/src/Makefile ++++ b/src/Makefile +@@ -74,7 +74,7 @@ + clean: + rm -f *.o *.class f2jparse.c y.tab.c y.tab.h \ + tmp f2j f2java core a.out *.output *~ *.vcg +- cd test; $(MAKE) clean ++ #cd test; $(MAKE) clean + + realclean: clean + rm -f ../bin/f2java ../bin/puref2j Added: trunk/packages/f2j/trunk/debian/patches/generate_doc =================================================================== --- trunk/packages/f2j/trunk/debian/patches/generate_doc (rev 0) +++ trunk/packages/f2j/trunk/debian/patches/generate_doc 2012-01-24 18:29:23 UTC (rev 9418) @@ -0,0 +1,21 @@ +Subject: fix document generation +Author: Olivier Sallou <[email protected]> +Description: fix document generation makefile +Last-Updated: 24/01/2012 +--- a/doc/Makefile ++++ b/doc/Makefile +@@ -1,12 +1,12 @@ + LATEX=latex + BIBTEX=bibtex + +-SOURCES = f2j_ug.tex title.tex ++#SOURCES = f2j_ug.tex title.tex + + f2j_ug.ps: f2j_ug.dvi + + f2j_ug.dvi: $(SOURCES) +- $(LATEX) f2j_ug.tex ++ $(LATEX) doc/f2j_ug.tex + # $(BIBTEX) f2j_ug + # $(LATEX) f2j_ug.tex + # $(LATEX) f2j_ug.tex Added: trunk/packages/f2j/trunk/debian/patches/series =================================================================== --- trunk/packages/f2j/trunk/debian/patches/series (rev 0) +++ trunk/packages/f2j/trunk/debian/patches/series 2012-01-24 18:29:23 UTC (rev 9418) @@ -0,0 +1,2 @@ +fix_clean_target +generate_doc Added: trunk/packages/f2j/trunk/debian/rules =================================================================== --- trunk/packages/f2j/trunk/debian/rules (rev 0) +++ trunk/packages/f2j/trunk/debian/rules 2012-01-24 18:29:23 UTC (rev 9418) @@ -0,0 +1,22 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +JAVA_HOME=/usr/lib/jvm/default-java + +%: + dh $@ + +override_dh_auto_install: + jh_installlibs --package=libf2j-java util/f2jutil.jar + + +override_dh_auto_configure: + dh_auto_configure + make -f doc/Makefile f2j_ug.pdf + +override_dh_clean: + dh_clean + make -f doc/Makefile clean Property changes on: trunk/packages/f2j/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/f2j/trunk/debian/source/format =================================================================== --- trunk/packages/f2j/trunk/debian/source/format (rev 0) +++ trunk/packages/f2j/trunk/debian/source/format 2012-01-24 18:29:23 UTC (rev 9418) @@ -0,0 +1 @@ +3.0 (quilt) Added: trunk/packages/f2j/trunk/debian/watch =================================================================== --- trunk/packages/f2j/trunk/debian/watch (rev 0) +++ trunk/packages/f2j/trunk/debian/watch 2012-01-24 18:29:23 UTC (rev 9418) @@ -0,0 +1,4 @@ +# Compulsory line, this is a version 3 file +version=3 + +http://sf.net/f2j/f2j-(.+)\.tgz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
