[pkg-java] r15908 - in trunk: . jcm jcm/debian
Mathieu Malaterre
malat at alioth.debian.org
Sat Apr 7 14:43:59 UTC 2012
Author: malat
Date: 2012-04-07 14:43:58 +0000 (Sat, 07 Apr 2012)
New Revision: 15908
Added:
trunk/jcm/
trunk/jcm/debian/
trunk/jcm/debian/changelog
trunk/jcm/debian/compat
trunk/jcm/debian/control
trunk/jcm/debian/copyright
trunk/jcm/debian/javabuild
trunk/jcm/debian/libjcm-java-doc.javadoc
trunk/jcm/debian/libjcm-java.jlibs
trunk/jcm/debian/rules
trunk/jcm/debian/watch
Log:
Start work on JCM
Added: trunk/jcm/debian/changelog
===================================================================
--- trunk/jcm/debian/changelog (rev 0)
+++ trunk/jcm/debian/changelog 2012-04-07 14:43:58 UTC (rev 15908)
@@ -0,0 +1,5 @@
+jcm (1.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #)
+
+ -- Mathieu Malaterre <malat at debian.org> Wed, 04 Apr 2012 22:13:54 +0200
Added: trunk/jcm/debian/compat
===================================================================
--- trunk/jcm/debian/compat (rev 0)
+++ trunk/jcm/debian/compat 2012-04-07 14:43:58 UTC (rev 15908)
@@ -0,0 +1 @@
+7
Added: trunk/jcm/debian/control
===================================================================
--- trunk/jcm/debian/control (rev 0)
+++ trunk/jcm/debian/control 2012-04-07 14:43:58 UTC (rev 15908)
@@ -0,0 +1,48 @@
+Source: jcm
+Section: java
+Priority: extra
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Mathieu Malaterre <malat at debian.org>
+Build-Depends: debhelper (>= 8), javahelper (>= 0.25)
+Build-Depends-Indep: default-jdk, default-jdk-doc
+Standards-Version: 3.9.3
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/jcm
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jcm
+Homepage: http://math.hws.edu/javamath/
+
+Package: libjcm-java
+Architecture: all
+Depends: ${misc:Depends}, ${java:Depends}
+Recommends: ${java:Recommends}
+Suggests: libjcm-java-doc
+Description: Java Components for Mathematics
+ THE "Java Components For Mathematics" project represents an effort to develop a
+ framework of configurable mathematical software components written in the Java
+ programming language. Our Java components are meant to be used on instructional
+ Web pages as interactive illustrations, special-purpose calculators, support
+ for exercises, and so forth. The components in Version 1 are mostly useful for
+ calculus and pre-calculus and for science courses that use some of the same
+ material. They use Java 1.1, and so will not work in some older browsers that
+ support only Java 1.0.
+ .
+ This project was supported by NSF grant number DUE-9950473.
+
+Package: libjcm-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${java:Depends}
+Recommends: ${java:Recommends}
+Suggests: libjoda-convert-java
+Description: Documentation for Java Components for Mathematics
+ THE "Java Components For Mathematics" project represents an effort to develop a
+ framework of configurable mathematical software components written in the Java
+ programming language. Our Java components are meant to be used on instructional
+ Web pages as interactive illustrations, special-purpose calculators, support
+ for exercises, and so forth. The components in Version 1 are mostly useful for
+ calculus and pre-calculus and for science courses that use some of the same
+ material. They use Java 1.1, and so will not work in some older browsers that
+ support only Java 1.0.
+ .
+ This project was supported by NSF grant number DUE-9950473.
+ .
+ This package contains the API documentation of libjcm-java.
Added: trunk/jcm/debian/copyright
===================================================================
--- trunk/jcm/debian/copyright (rev 0)
+++ trunk/jcm/debian/copyright 2012-04-07 14:43:58 UTC (rev 15908)
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Java Components for Mathematics
+Source: http://math.hws.edu/javamath/
+
+Files: *.java
+Copyright: David J. Eck
+License: Public Domain
+ This source code file, and compiled classes derived from it, can
+ be used and distributed without restriction, including for commercial
+ use. (Attribution is not required but is appreciated.)
+
+Files: edu
+Copyright: David J. Eck
+License: MIT
+ 1) This source code file, in unmodified form, and compiled classes
+ derived from it can be used and distributed without restriction,
+ including for commercial use. (Attribution is not required
+ but is appreciated.)
+ .
+ 2) Modified versions of this file can be made and distributed
+ provided: the modified versions are put into a Java package
+ different from the original package, edu.hws; modified
+ versions are distributed under the same terms as the original;
+ and the modifications are documented in comments. (Modification
+ here does not include simply making subclasses that belong to
+ a package other than edu.hws, which can be done without any
+ restriction.)
+
+Files: debian/*
+Copyright: 2012, Mathieu Malaterre <malat at debian.org>
+License: Public Domain
+ Same as above
Added: trunk/jcm/debian/javabuild
===================================================================
--- trunk/jcm/debian/javabuild (rev 0)
+++ trunk/jcm/debian/javabuild 2012-04-07 14:43:58 UTC (rev 15908)
@@ -0,0 +1 @@
+jcm.jar *.java edu
Added: trunk/jcm/debian/libjcm-java-doc.javadoc
===================================================================
--- trunk/jcm/debian/libjcm-java-doc.javadoc (rev 0)
+++ trunk/jcm/debian/libjcm-java-doc.javadoc 2012-04-07 14:43:58 UTC (rev 15908)
@@ -0,0 +1 @@
+internal /usr/share/doc/libjcm-java/api
Added: trunk/jcm/debian/libjcm-java.jlibs
===================================================================
--- trunk/jcm/debian/libjcm-java.jlibs (rev 0)
+++ trunk/jcm/debian/libjcm-java.jlibs 2012-04-07 14:43:58 UTC (rev 15908)
@@ -0,0 +1 @@
+jcm.jar
Added: trunk/jcm/debian/rules
===================================================================
--- trunk/jcm/debian/rules (rev 0)
+++ trunk/jcm/debian/rules 2012-04-07 14:43:58 UTC (rev 15908)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+export JAVA_HOME=/usr/lib/jvm/default-java
+
+%:
+ dh $@ --with javahelper
+
+override_dh_auto_configure: pre-build
+ dh_auto_configure
+
+# upstream Makefiles does not build doc, prefer javahelper:
+pre-build:
+ -rm Makefiles
+
+get-orig-source:
+ uscan --verbose --force-download --rename
Property changes on: trunk/jcm/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/jcm/debian/watch
===================================================================
--- trunk/jcm/debian/watch (rev 0)
+++ trunk/jcm/debian/watch 2012-04-07 14:43:58 UTC (rev 15908)
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/$/.0/" \
+http://math.hws.edu/javamath/jcm([\d])-source.tar.gz
More information about the pkg-java-commits
mailing list