[med-svn] r7901 - in trunk/packages/biomaj-watcher/trunk/debian: . patches

olivier sallou osallou-guest at alioth.debian.org
Thu Sep 22 14:13:17 UTC 2011


Author: osallou-guest
Date: 2011-09-22 14:13:16 +0000 (Thu, 22 Sep 2011)
New Revision: 7901

Added:
   trunk/packages/biomaj-watcher/trunk/debian/patches/add_missing_lib
Modified:
   trunk/packages/biomaj-watcher/trunk/debian/control
   trunk/packages/biomaj-watcher/trunk/debian/patches/series
Log:
add missing lib for compil

Modified: trunk/packages/biomaj-watcher/trunk/debian/control
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/control	2011-09-22 13:47:07 UTC (rev 7900)
+++ trunk/packages/biomaj-watcher/trunk/debian/control	2011-09-22 14:13:16 UTC (rev 7901)
@@ -9,7 +9,7 @@
 Homepage: http://biomaj.genouest.org
 Build-Depends: debhelper (>= 8),ant(>=1.7), zip, unzip
 Build-Depends-Indep: openjdk-6-jdk|default-jdk|java6-sdk, debconf, po-debconf, liblog4j1.2-java, libcommons-lang-java,
- libcommons-logging-java, libjsch-java, libjdom1-java, libquartz-java(>=1.6),
+ libcommons-logging-java, libjsch-java, libjdom1-java, libquartz-java(>=1.6),libgnumail-java
  libxerces2-java, javahelper (>=0.25), biomaj (>= 1.2)
 Standards-Version: 3.9.2
 
@@ -17,7 +17,7 @@
 Architecture: all
 Depends: ${misc:Depends}, openjdk-6-jdk|default-jdk|java6-sdk, tomcat6 (>=6.0.32-3), biomaj (>= 1.2), debconf,
  liblog4j1.2-java, libjsch-java (>= 0.1.42),libjdom1-java (>= 1.1), libcommons-lang-java (>=2.4),
- libcommons-logging-java (>=1.1),libquartz-java(>=1.6),libxerces2-java, unzip, zip
+ libcommons-logging-java (>=1.1),libquartz-java(>=1.6),libxerces2-java, unzip, zip, libgnumail-java
 Description: BioMAJ web interface
  BioMAJ watcher provide a management interface for the Biomaj tool.
  It runs in a web container (tomcat) and is accessible at address:

Added: trunk/packages/biomaj-watcher/trunk/debian/patches/add_missing_lib
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/patches/add_missing_lib	                        (rev 0)
+++ trunk/packages/biomaj-watcher/trunk/debian/patches/add_missing_lib	2011-09-22 14:13:16 UTC (rev 7901)
@@ -0,0 +1,10 @@
+--- a/usr/share/biomaj-watcher/src/build.xml
++++ b/usr/share/biomaj-watcher/src/build.xml
+@@ -18,6 +18,7 @@
+     <include name="jdom1.jar" />
+     <include name="log4j-1.2.jar" />
+     <include name="jsch.jar" />
++    <include name="gnumail.jar" />
+     </fileset>
+   </path>
+ 

Modified: trunk/packages/biomaj-watcher/trunk/debian/patches/series
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/patches/series	2011-09-22 13:47:07 UTC (rev 7900)
+++ trunk/packages/biomaj-watcher/trunk/debian/patches/series	2011-09-22 14:13:16 UTC (rev 7901)
@@ -1 +1,2 @@
 fix_config_load
+add_missing_lib




More information about the debian-med-commit mailing list