Author: osallou Date: 2012-10-03 08:51:24 +0000 (Wed, 03 Oct 2012) New Revision: 12307
Removed: trunk/packages/biomaj/trunk/debian/biomaj-configure Modified: trunk/packages/biomaj/trunk/debian/biomaj.install trunk/packages/biomaj/trunk/debian/changelog Log: remove configure script Deleted: trunk/packages/biomaj/trunk/debian/biomaj-configure =================================================================== --- trunk/packages/biomaj/trunk/debian/biomaj-configure 2012-10-03 08:23:12 UTC (rev 12306) +++ trunk/packages/biomaj/trunk/debian/biomaj-configure 2012-10-03 08:51:24 UTC (rev 12307) @@ -1,29 +0,0 @@ -#!/bin/sh - -set -e - -# Source debconf library. -. /usr/share/debconf/confmodule - -ant_home="/usr/share/ant" -biomaj_root="/usr/share/biomaj" -jdk_home=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") -db_type="MySQL" -db_get biomaj/mysql_host -db_url="jdbc:mysql://$RET/biomaj_log" -db_get biomaj/mysql_login -db_login="$RET" -db_get biomaj/mysql_passwd -db_passwd="$RET" - -tomcat_port="0" - -cd $biomaj_root - -if [ ! -e /etc/biomaj/db_properties/global.properties ]; then - # If no configuration file exits, create one with template and debconf configuration - cp /usr/share/biomaj/global.properties.tpl /etc/biomaj/db_properties/global.properties -fi - -java -cp $biomaj_root/bin Configurator java_home:=$jdk_home ant_home:=$ant_home biomaj_root:=$biomaj_root db_type:=$db_type db_url:=$db_url db_login:=$db_login db_passwd:=$db_passwd - Modified: trunk/packages/biomaj/trunk/debian/biomaj.install =================================================================== --- trunk/packages/biomaj/trunk/debian/biomaj.install 2012-10-03 08:23:12 UTC (rev 12306) +++ trunk/packages/biomaj/trunk/debian/biomaj.install 2012-10-03 08:51:24 UTC (rev 12307) @@ -9,4 +9,3 @@ etc/biomaj usr/bin usr/share/biomaj/console_help.txt usr/share/biomaj/ -debian/biomaj-configure usr/bin/ Modified: trunk/packages/biomaj/trunk/debian/changelog =================================================================== --- trunk/packages/biomaj/trunk/debian/changelog 2012-10-03 08:23:12 UTC (rev 12306) +++ trunk/packages/biomaj/trunk/debian/changelog 2012-10-03 08:51:24 UTC (rev 12307) @@ -1,4 +1,4 @@ -biomaj (1.2.0-8) UNRELEASED; urgency=low +biomaj (1.2.0-8) unstable; urgency=low [ Olivier Sallou ] * debian/copyright: Fix copyright URL _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
