Author: malat-guest
Date: 2011-09-12 15:02:26 +0000 (Mon, 12 Sep 2011)
New Revision: 14861

Added:
   trunk/opendap/debian/libopendap-java-doc.javadocs
   trunk/opendap/debian/libopendap-java.jlibs
Removed:
   trunk/opendap/debian/libnet-luminis-build-plugin-java.jlibs
Modified:
   trunk/opendap/debian/control
   trunk/opendap/debian/rules
Log:
Start fixing copy/paste error

Modified: trunk/opendap/debian/control
===================================================================
--- trunk/opendap/debian/control        2011-09-12 14:29:30 UTC (rev 14860)
+++ trunk/opendap/debian/control        2011-09-12 15:02:26 UTC (rev 14861)
@@ -5,18 +5,39 @@
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre <mathieu.malate...@gmail.com>
 Build-Depends: debhelper (>= 8), javahelper (>= 0.25)
-Build-Depends-Indep: default-jdk, ant, bnd
+Build-Depends-Indep: default-jdk, ant, libjdom1-java, 
libcommons-httpclient-java
 Standards-Version: 3.9.2
-Homepage: https://opensource.luminis.net/wiki/display/SITE/OSGi+Bundle+Ant+Task
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/net-luminis-build-plugin
-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/net-luminis-build-plugin/
+Homepage: http://opendap.org
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/opendap
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/opendap/
 
 Package: libopendap-java
 Architecture: all
-Depends: ${misc:Depends}
-Description: Wrapper around Bnd to allow easy bundle creation from ant builds.
- The OSGi bundle ant task is a wrapper around Bnd to allow easy bundle creation
- from ant builds.
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: Project for a Network Data Access Protocol
+ OPeNDAP is a framework that simplifies all aspects of scientific data
+ networking.
  .
- Creates an OSGi bundle. Computes OSGi headers (most notably the importPackage
- and exportPackage) from class analysis.
+ OPeNDAP provides software which makes local data accessible to remote
+ locations regardless of local storage format.
+ .
+ OPeNDAP also provides tools for transforming existing applications into
+ OPeNDAP clients (i.e., enabling them to remotely access OPeNDAP served data).
+
+Package: libopendap-java-doc
+Section: doc
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: Project for a Network Data Access Protocol (documentation)
+ OPeNDAP is a framework that simplifies all aspects of scientific data
+ networking.
+ .
+ OPeNDAP provides software which makes local data accessible to remote
+ locations regardless of local storage format.
+ .
+ OPeNDAP also provides tools for transforming existing applications into
+ OPeNDAP clients (i.e., enabling them to remotely access OPeNDAP served data).
+ .
+ This package provides the documentation for the library

Deleted: trunk/opendap/debian/libnet-luminis-build-plugin-java.jlibs
===================================================================
--- trunk/opendap/debian/libnet-luminis-build-plugin-java.jlibs 2011-09-12 
14:29:30 UTC (rev 14860)
+++ trunk/opendap/debian/libnet-luminis-build-plugin-java.jlibs 2011-09-12 
15:02:26 UTC (rev 14861)
@@ -1 +0,0 @@
-dist/*.jar

Added: trunk/opendap/debian/libopendap-java-doc.javadocs
===================================================================
--- trunk/opendap/debian/libopendap-java-doc.javadocs                           
(rev 0)
+++ trunk/opendap/debian/libopendap-java-doc.javadocs   2011-09-12 15:02:26 UTC 
(rev 14861)
@@ -0,0 +1 @@
+build/doc usr/share/doc/libopendap-java/api

Copied: trunk/opendap/debian/libopendap-java.jlibs (from rev 14860, 
trunk/opendap/debian/libnet-luminis-build-plugin-java.jlibs)
===================================================================
--- trunk/opendap/debian/libopendap-java.jlibs                          (rev 0)
+++ trunk/opendap/debian/libopendap-java.jlibs  2011-09-12 15:02:26 UTC (rev 
14861)
@@ -0,0 +1 @@
+build/dist/opendap-2.2.jar

Modified: trunk/opendap/debian/rules
===================================================================
--- trunk/opendap/debian/rules  2011-09-12 14:29:30 UTC (rev 14860)
+++ trunk/opendap/debian/rules  2011-09-12 15:02:26 UTC (rev 14861)
@@ -2,8 +2,8 @@
 #export DH_VERBOSE=1
 
 JAVA_HOME=/usr/lib/jvm/default-java
-#export CLASSPATH=/usr/share/java/bnd.jar
-#DEB_ANT_BUILD_TARGET := dist
+export 
CLASSPATH=/usr/share/java/commons-httpclient.jar:/usr/share/java/jdom1.jar
+#DEB_ANT_BUILD_TARGET := distribution
 
 %:
        dh $@ --with javahelper


_______________________________________________
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