[med-svn] r18538 - trunk/packages/biomaj-watcher/trunk/debian
Olivier Sallou
osallou at moszumanska.debian.org
Mon Dec 15 10:08:10 UTC 2014
Author: osallou
Date: 2014-12-15 10:08:07 +0000 (Mon, 15 Dec 2014)
New Revision: 18538
Modified:
trunk/packages/biomaj-watcher/trunk/debian/changelog
trunk/packages/biomaj-watcher/trunk/debian/postinst
Log:
add missing lib
Modified: trunk/packages/biomaj-watcher/trunk/debian/changelog
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/changelog 2014-12-15 09:41:55 UTC (rev 18537)
+++ trunk/packages/biomaj-watcher/trunk/debian/changelog 2014-12-15 10:08:07 UTC (rev 18538)
@@ -1,4 +1,4 @@
-biomaj-watcher (1.2.2-2) unstable; urgency=medium
+biomaj-watcher (1.2.2-2) UNRELEASED; urgency=medium
* Switch to Tomcat 8 (Closes: #769348).
Modified: trunk/packages/biomaj-watcher/trunk/debian/postinst
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/postinst 2014-12-15 09:41:55 UTC (rev 18537)
+++ trunk/packages/biomaj-watcher/trunk/debian/postinst 2014-12-15 10:08:07 UTC (rev 18538)
@@ -49,8 +49,8 @@
ln -s /usr/share/java/gnumail.jar /usr/share/java/webapps/biomaj-watcher/WEB-INF/lib/gnumail.jar
#cp /usr/share/biomaj/lib/biomaj.jar /var/lib/tomcat6/shared/
- #rm -f /var/lib/tomcat6/shared/biomaj.jar
- #cp /usr/share/biomaj/lib/biomaj.jar /var/lib/tomcat6/shared/biomaj.jar
+ rm -f /usr/share/java/webapps/biomaj-watcher/WEB-INF/lib/biomaj.jar
+ cp /usr/share/biomaj/lib/biomaj.jar /usr/share/java/webapps/biomaj-watcher/WEB-INF/lib/biomaj.jar
# Install latest definition
cp /usr/share/java/webapps/biomaj-watcher/jobs.xsd /etc/biomaj-watcher/jobs.xsd
More information about the debian-med-commit
mailing list