Author: twerner
Date: 2011-08-06 08:38:20 +0000 (Sat, 06 Aug 2011)
New Revision: 13985

Added:
   tags/jama/1.0.2-4/
   tags/jama/1.0.2-4/debian/build.xml
   tags/jama/1.0.2-4/debian/changelog
   tags/jama/1.0.2-4/debian/control
   tags/jama/1.0.2-4/debian/libjama-java-doc.doc-base
   tags/jama/1.0.2-4/debian/libjama-java-doc.docs
   tags/jama/1.0.2-4/debian/source/
Removed:
   tags/jama/1.0.2-4/debian/build.xml
   tags/jama/1.0.2-4/debian/changelog
   tags/jama/1.0.2-4/debian/control
   tags/jama/1.0.2-4/debian/libjama-java.docs
Log:
[svn-buildpackage] Tagging jama 1.0.2-4

Deleted: tags/jama/1.0.2-4/debian/build.xml
===================================================================
--- trunk/jama/debian/build.xml 2011-08-06 08:29:09 UTC (rev 13983)
+++ tags/jama/1.0.2-4/debian/build.xml  2011-08-06 08:38:20 UTC (rev 13985)
@@ -1,66 +0,0 @@
-<project name="Jama" default="compile" basedir="..">
-
-<!-- ========== Component Declarations ==================================== -->
-
-  <!-- The name of this component -->
-  <property name="component.name" value="jama"/>
-
-  <!-- The base directory for compilation targets -->
-  <property name="build.home" value="${basedir}/target"/>
-
-  <!-- The base directory for component sources -->
-  <property name="source.home" value="${basedir}/src"/>
- 
-<!-- ========== Compiler Defaults ========================================= -->
-
-
-  <!-- Should Java compilations set the 'debug' compiler option? -->
-  <property name="compile.debug" value="true"/>
-
-  <!-- Should Java compilations set the 'deprecation' compiler option? -->
-  <property name="compile.deprecation" value="false"/>
-
-  <!-- Should Java compilations set the 'optimize' compiler option? -->
-  <property name="compile.optimize" value="false"/>
-
-<!-- ========== Executable Targets ======================================== -->
- 
-  <target name="prepare" description="Prepare build directory">
-    <mkdir dir="${build.home}"/>
-    <mkdir dir="${build.home}/classes"/>    
-    <mkdir dir="${build.home}/docs"/>
-    <mkdir dir="${build.home}/docs/api"/>
-  </target>
-
-  <target name="compile" depends="prepare">
-    <javac srcdir="${source.home}"
-           destdir="${build.home}/classes"
-           debug="${compile.debug}"
-           deprecation="${compile.deprecation}"
-           optimize="${compile.optimize}"
-          verbose="no"
-           source="1.3" nowarn="yes">
-          <exclude name="Jama/examples/**"/>
-          <exclude name="Jama/test/**"/>
-    </javac>
-    <jar jarfile="${build.home}/${component.name}.jar"
-         basedir="${build.home}/classes">
-    </jar>
-  </target>
-
-  <target name="clean"
-   description="Clean build and distribution directories">
-    <delete dir="${build.home}"/>
-  </target>
-
-  <target name="all" depends="clean,compile,javadoc"
-   description="Clean and compile all components"/>
-
-  <target name="javadoc" depends="prepare"
-   description="Create component Javadoc documentation">    
-       <javadoc packagenames="Jama,Jama.util" sourcepath="${source.home}" 
-               destdir="${build.home}/docs/api" defaultexcludes="yes">
-       </javadoc>    
-  </target>
-
-</project>

Copied: tags/jama/1.0.2-4/debian/build.xml (from rev 13984, 
trunk/jama/debian/build.xml)
===================================================================
--- tags/jama/1.0.2-4/debian/build.xml                          (rev 0)
+++ tags/jama/1.0.2-4/debian/build.xml  2011-08-06 08:38:20 UTC (rev 13985)
@@ -0,0 +1,68 @@
+<project name="Jama" default="compile" basedir="..">
+
+<!-- ========== Component Declarations ==================================== -->
+
+  <!-- The name of this component -->
+  <property name="component.name" value="jama"/>
+
+  <!-- The base directory for compilation targets -->
+  <property name="build.home" value="${basedir}/target"/>
+
+  <!-- The base directory for component sources -->
+  <property name="source.home" value="${basedir}/src"/>
+ 
+<!-- ========== Compiler Defaults ========================================= -->
+
+
+  <!-- Should Java compilations set the 'debug' compiler option? -->
+  <property name="compile.debug" value="true"/>
+
+  <!-- Should Java compilations set the 'deprecation' compiler option? -->
+  <property name="compile.deprecation" value="false"/>
+
+  <!-- Should Java compilations set the 'optimize' compiler option? -->
+  <property name="compile.optimize" value="false"/>
+
+<!-- ========== Executable Targets ======================================== -->
+ 
+  <target name="prepare" description="Prepare build directory">
+    <mkdir dir="${build.home}"/>
+    <mkdir dir="${build.home}/classes"/>    
+    <mkdir dir="${build.home}/docs"/>
+    <mkdir dir="${build.home}/docs/api"/>
+  </target>
+
+  <target name="compile" depends="prepare">
+    <javac srcdir="${source.home}"
+           destdir="${build.home}/classes"
+           debug="${compile.debug}"
+           deprecation="${compile.deprecation}"
+           optimize="${compile.optimize}"
+          verbose="no"
+           source="1.3" nowarn="yes">
+          <exclude name="Jama/examples/**"/>
+          <exclude name="Jama/test/**"/>
+    </javac>
+    <jar jarfile="${build.home}/${component.name}.jar"
+         basedir="${build.home}/classes">
+    </jar>
+  </target>
+
+  <target name="clean"
+   description="Clean build and distribution directories">
+    <delete dir="${build.home}"/>
+  </target>
+
+  <target name="all" depends="clean,compile,javadoc"
+   description="Clean and compile all components"/>
+
+  <target name="javadoc" depends="prepare"
+   description="Create component Javadoc documentation">    
+       <javadoc packagenames="Jama,Jama.util" sourcepath="${source.home}" 
+               destdir="${build.home}/docs/api" defaultexcludes="yes">
+               
+               <link href="/usr/share/doc/default-jdk-doc/api" />
+       </javadoc>    
+  </target>
+
+</project>

Deleted: tags/jama/1.0.2-4/debian/changelog
===================================================================
--- trunk/jama/debian/changelog 2011-08-06 08:29:09 UTC (rev 13983)
+++ tags/jama/1.0.2-4/debian/changelog  2011-08-06 08:38:20 UTC (rev 13985)
@@ -1,35 +0,0 @@
-jama (1.0.2-3) unstable; urgency=low
-
-  * (Build-)Depends on default-jdk.
-  * Build-Depends on debhelper >= 7.
-  * Moved package to section 'java'.
-  * Removed Wolfang and added myself to uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch <konque...@gmx.de>  Mon, 14 Sep 2009 21:32:40 +0200
-
-jama (1.0.2-2) unstable; urgency=low
-
-  * kaffe compiler transition 
-
- -- Wolfgang Baer <wb...@gmx.de>  Sun, 15 Jan 2006 18:17:09 +0100
-
-jama (1.0.2-1) unstable; urgency=low
-
-  * New upstream release
-  * Upload to unstable
-  * Standards-Version 3.6.2 (no changes needed)
-  * Adjusted debian/control description to fix lintian warnings 
-  * rm ChangeLog from libjama-java.docs - installed by dh_installchangelogs
-  * Changed libant1.6-java build-dep to ant (now in main)
-  
-  * Upload sponsored by Petter Reinholdtsen
-
- -- Wolfgang Baer <wb...@gmx.de>  Sun,  7 Aug 2005 14:34:30 +0200
-
-jama (1.0.1-1) experimental; urgency=low
-
-  * Initial Release (closes: #294539)
-
- -- Wolfgang Baer <wb...@gmx.de>  Thu, 27 Jan 2005 10:38:29 +0100
-

Copied: tags/jama/1.0.2-4/debian/changelog (from rev 13984, 
trunk/jama/debian/changelog)
===================================================================
--- tags/jama/1.0.2-4/debian/changelog                          (rev 0)
+++ tags/jama/1.0.2-4/debian/changelog  2011-08-06 08:38:20 UTC (rev 13985)
@@ -0,0 +1,48 @@
+jama (1.0.2-4) unstable; urgency=low
+
+  * Added myself to uploaders.
+  * Removed dependency on default-jdk. (Closes: #590461)
+  * Updated Standards-Version to 3.9.1.
+  * Added Vcs-* and Homepage fields.
+  * Moved javadoc and examples to a separate package.
+    - To get the javadoc, install libjama-java-doc.
+  * Registered javadoc with docbase.
+  * Changed to 3.0 (quilt) source format.
+
+ -- Melvin Winstrøm-Møller <mithun...@gmail.com>  Wed, 28 Jul 2010 17:20:52 
+0200
+
+jama (1.0.2-3) unstable; urgency=low
+
+  * (Build-)Depends on default-jdk.
+  * Build-Depends on debhelper >= 7.
+  * Moved package to section 'java'.
+  * Removed Wolfang and added myself to uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konque...@gmx.de>  Mon, 14 Sep 2009 21:32:40 +0200
+
+jama (1.0.2-2) unstable; urgency=low
+
+  * kaffe compiler transition 
+
+ -- Wolfgang Baer <wb...@gmx.de>  Sun, 15 Jan 2006 18:17:09 +0100
+
+jama (1.0.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Upload to unstable
+  * Standards-Version 3.6.2 (no changes needed)
+  * Adjusted debian/control description to fix lintian warnings 
+  * rm ChangeLog from libjama-java.docs - installed by dh_installchangelogs
+  * Changed libant1.6-java build-dep to ant (now in main)
+  
+  * Upload sponsored by Petter Reinholdtsen
+
+ -- Wolfgang Baer <wb...@gmx.de>  Sun,  7 Aug 2005 14:34:30 +0200
+
+jama (1.0.1-1) experimental; urgency=low
+
+  * Initial Release (closes: #294539)
+
+ -- Wolfgang Baer <wb...@gmx.de>  Thu, 27 Jan 2005 10:38:29 +0100
+

Deleted: tags/jama/1.0.2-4/debian/control
===================================================================
--- trunk/jama/debian/control   2011-08-06 08:29:09 UTC (rev 13983)
+++ tags/jama/1.0.2-4/debian/control    2011-08-06 08:38:20 UTC (rev 13985)
@@ -1,23 +0,0 @@
-Source: jama
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
-Uploaders: Michael Koch <konque...@gmx.de>
-Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk
-Standards-Version: 3.8.3
-
-Package: libjama-java
-Architecture: all
-Depends: default-jdk, ${misc:Depends}
-Description: a basic linear algebra library for java
- Provides fundamental operations of numerical linear algebra. The package 
- provides five matrix decompositions. These decompositions are accessed by
- the Matrix class to compute solutions of simultaneous linear equations,
- determinants, inverses and other matrix functions.
- .
- The five decompositions are:
-  * Cholesky Decomposition of symmetric, positive definite matrices
-  * LU Decomposition (Gaussian elimination) of rectangular matrices
-  * QR Decomposition of rectangular matrices
-  * Eigenvalue Decomposition of both symmetric and nonsymmetric square matrices
-  * Singular Value Decomposition of rectangular matrices

Copied: tags/jama/1.0.2-4/debian/control (from rev 13984, 
trunk/jama/debian/control)
===================================================================
--- tags/jama/1.0.2-4/debian/control                            (rev 0)
+++ tags/jama/1.0.2-4/debian/control    2011-08-06 08:38:20 UTC (rev 13985)
@@ -0,0 +1,48 @@
+Source: jama
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: Michael Koch <konque...@gmx.de>, Melvin Winstrøm-Møller 
<mithun...@gmail.com>
+Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, default-jdk-doc
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jama
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jama/
+Homepage: http://math.nist.gov/javanumerics/jama/
+
+Package: libjama-java
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: libjama-java-doc
+Description: a basic linear algebra library for Java
+ Provides fundamental operations of numerical linear algebra. The package 
+ provides five matrix decompositions. These decompositions are accessed by
+ the Matrix class to compute solutions of simultaneous linear equations,
+ determinants, inverses and other matrix functions.
+ .
+ The five decompositions are:
+  * Cholesky Decomposition of symmetric, positive definite matrices
+  * LU Decomposition (Gaussian elimination) of rectangular matrices
+  * QR Decomposition of rectangular matrices
+  * Eigenvalue Decomposition of both symmetric and nonsymmetric square matrices
+  * Singular Value Decomposition of rectangular matrices
+
+Package: libjama-java-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: default-jdk-doc,
+Suggests: libjama-java
+Description: a basic linear algebra library for Java (documentation)
+ Provides fundamental operations of numerical linear algebra. The package
+ provides five matrix decompositions. These decompositions are accessed by
+ the Matrix class to compute solutions of simultaneous linear equations,
+ determinants, inverses and other matrix functions.
+ .
+ The five decompositions are:
+  * Cholesky Decomposition of symmetric, positive definite matrices
+  * LU Decomposition (Gaussian elimination) of rectangular matrices
+  * QR Decomposition of rectangular matrices
+  * Eigenvalue Decomposition of both symmetric and nonsymmetric square matrices
+  * Singular Value Decomposition of rectangular matrices
+ .
+ This package contains the documentation of libjama-java.

Copied: tags/jama/1.0.2-4/debian/libjama-java-doc.doc-base (from rev 13984, 
trunk/jama/debian/libjama-java-doc.doc-base)
===================================================================
--- tags/jama/1.0.2-4/debian/libjama-java-doc.doc-base                          
(rev 0)
+++ tags/jama/1.0.2-4/debian/libjama-java-doc.doc-base  2011-08-06 08:38:20 UTC 
(rev 13985)
@@ -0,0 +1,12 @@
+Document: libjama-java
+Title: JAMA: a basic linear algebra library for Java
+Author: The MathWorks and NIST
+Abstract: JAMA provides fundamental operations of numerical linear algebra.
+ The package provides five matrix decompositions. These decompositions are
+ accessed by the Matrix class to compute solutions of simultaneous linear
+ equations, determinants, inverses and other matrix functions.
+Section: Programming/Java
+
+Format: HTML
+Index: /usr/share/doc/libjama-java-doc/api/index.html
+Files: /usr/share/doc/libjama-java-doc/api/*.html

Copied: tags/jama/1.0.2-4/debian/libjama-java-doc.docs (from rev 13984, 
trunk/jama/debian/libjama-java-doc.docs)
===================================================================
--- tags/jama/1.0.2-4/debian/libjama-java-doc.docs                              
(rev 0)
+++ tags/jama/1.0.2-4/debian/libjama-java-doc.docs      2011-08-06 08:38:20 UTC 
(rev 13985)
@@ -0,0 +1,3 @@
+target/docs/api
+src/Jama/examples
+src/Jama/test

Deleted: tags/jama/1.0.2-4/debian/libjama-java.docs
===================================================================
--- trunk/jama/debian/libjama-java.docs 2011-08-06 08:29:09 UTC (rev 13983)
+++ tags/jama/1.0.2-4/debian/libjama-java.docs  2011-08-06 08:38:20 UTC (rev 
13985)
@@ -1,3 +0,0 @@
-target/docs/api
-src/Jama/examples
-src/Jama/test


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to