Author: osallou Date: 2012-05-09 08:03:10 +0000 (Wed, 09 May 2012) New Revision: 10782
Modified: trunk/packages/biomaj-watcher/trunk/debian/changelog trunk/packages/biomaj-watcher/trunk/debian/postinst Log: refix 670495, wrong file deleted Modified: trunk/packages/biomaj-watcher/trunk/debian/changelog =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/changelog 2012-05-09 07:52:40 UTC (rev 10781) +++ trunk/packages/biomaj-watcher/trunk/debian/changelog 2012-05-09 08:03:10 UTC (rev 10782) @@ -1,3 +1,9 @@ +biomaj-watcher (1.2.0-7) unstable; urgency=low + + * Fix upgrade issue, deleted wrong file (Closes: #670495) + + -- Olivier Sallou <[email protected]> Wed, 09 May 2012 09:39:02 +0200 + biomaj-watcher (1.2.0-6) unstable; urgency=low * Fix upgrade issue (Closes: #670495) Modified: trunk/packages/biomaj-watcher/trunk/debian/postinst =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/postinst 2012-05-09 07:52:40 UTC (rev 10781) +++ trunk/packages/biomaj-watcher/trunk/debian/postinst 2012-05-09 08:03:10 UTC (rev 10782) @@ -41,7 +41,7 @@ ln -s /usr/share/java/log4j-1.2.jar /usr/share/java/webapps/biomaj-watcher/WEB-INF/lib/log4j-1.2.jar rm -f /usr/share/java/webapps/biomaj-watcher/WEB-INF/lib/quartz.jar ln -s /usr/share/java/quartz.jar /usr/share/java/webapps/biomaj-watcher/WEB-INF/lib/quartz.jar - rm -f /usr/share/java/gnumail.jar + rm -f /usr/share/java/webapps/biomaj-watcher/WEB-INF/lib/gnumail.jar 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/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
