[med-svn] r7699 - trunk/packages/bio-formats/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Wed Sep 7 17:29:00 UTC 2011
Author: malat-guest
Date: 2011-09-07 17:29:00 +0000 (Wed, 07 Sep 2011)
New Revision: 7699
Modified:
trunk/packages/bio-formats/trunk/debian/changelog
trunk/packages/bio-formats/trunk/debian/control
trunk/packages/bio-formats/trunk/debian/rules
Log:
some easy fixes
Modified: trunk/packages/bio-formats/trunk/debian/changelog
===================================================================
--- trunk/packages/bio-formats/trunk/debian/changelog 2011-09-07 15:46:51 UTC (rev 7698)
+++ trunk/packages/bio-formats/trunk/debian/changelog 2011-09-07 17:29:00 UTC (rev 7699)
@@ -2,4 +2,4 @@
* Initial Debian Upload (Closes: #??????)
- -- Andreas Tille <tille at debian.org> Thu, 10 Feb 2011 10:26:38 +0100
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Wed, 07 Sep 2011 17:46:40 +0200
Modified: trunk/packages/bio-formats/trunk/debian/control
===================================================================
--- trunk/packages/bio-formats/trunk/debian/control 2011-09-07 15:46:51 UTC (rev 7698)
+++ trunk/packages/bio-formats/trunk/debian/control 2011-09-07 17:29:00 UTC (rev 7699)
@@ -4,7 +4,7 @@
DM-Upload-Allowed: yes
Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
Build-Depends: debhelper (>= 8), javahelper (>=0.25)
-Build-Depends-Indep: default-jdk, default-jdk-doc, ant
+Build-Depends-Indep: default-jdk, default-jdk-doc, ant, bnd, libnet-luminis-build-plugin-java, testng
Standards-Version: 3.9.2
Section: java
Homepage: http://www.loci.wisc.edu/software/bio-formats
Modified: trunk/packages/bio-formats/trunk/debian/rules
===================================================================
--- trunk/packages/bio-formats/trunk/debian/rules 2011-09-07 15:46:51 UTC (rev 7698)
+++ trunk/packages/bio-formats/trunk/debian/rules 2011-09-07 17:29:00 UTC (rev 7699)
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
JAVA_HOME=/usr/lib/jvm/default-java
+export CLASSPATH=/usr/share/java/net.luminis.build.plugin.jar:/usr/share/java/bnd.jar:/usr/share/java/testng.jar
%:
dh $@ --with javahelper
More information about the debian-med-commit
mailing list