[pkg-java] r4821 - trunk/libjcip-annotations-java/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Fri Nov 23 22:01:54 UTC 2007


Author: twerner
Date: 2007-11-23 22:01:54 +0000 (Fri, 23 Nov 2007)
New Revision: 4821

Modified:
   trunk/libjcip-annotations-java/debian/build.xml
   trunk/libjcip-annotations-java/debian/control
Log:
some fixes


Modified: trunk/libjcip-annotations-java/debian/build.xml
===================================================================
--- trunk/libjcip-annotations-java/debian/build.xml	2007-11-23 21:55:05 UTC (rev 4820)
+++ trunk/libjcip-annotations-java/debian/build.xml	2007-11-23 22:01:54 UTC (rev 4821)
@@ -1,7 +1,7 @@
 <project name="jcip-annotations" default="dist" basedir="..">
 
     <property name="root.dir" value="${basedir}"/>
-    <property name="src.dir" value="${root.dir}/src"/>
+    <property name="src.dir" value="${root.dir}"/>
     <property name="compile.dir" value="${root.dir}/classes"/>
     <property name="dist.dir" value="${root.dir}/dist"/>
     <property name="doc.dir" value="${root.dir}/doc"/>

Modified: trunk/libjcip-annotations-java/debian/control
===================================================================
--- trunk/libjcip-annotations-java/debian/control	2007-11-23 21:55:05 UTC (rev 4820)
+++ trunk/libjcip-annotations-java/debian/control	2007-11-23 22:01:54 UTC (rev 4821)
@@ -10,14 +10,14 @@
 
 Package: libjcip-annotations-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java2-runtime
 Description: Java Concurrency In Practice annotations library
  This is a package with classes from Java Concurrency In Practice
  book (blah blah, fixme)
 
 Package: libjcip-annotations-java-doc
 Architecture: all
-Section: doc
+Section: non-free/doc
 Suggests: libjcip-annotations-java
 Description: Java Concurrency In Practice annotations library documentation
  This is a package with classes from Java Concurrency In Practice




More information about the pkg-java-commits mailing list