[med-svn] r6433 - trunk/packages/gbrowse/trunk/debian
olivier sallou
osallou-guest at alioth.debian.org
Sat Apr 2 06:35:12 UTC 2011
Author: osallou-guest
Date: 2011-04-02 06:35:09 +0000 (Sat, 02 Apr 2011)
New Revision: 6433
Added:
trunk/packages/gbrowse/trunk/debian/gbrowse-slave
Modified:
trunk/packages/gbrowse/trunk/debian/rules
Log:
update default file for debian install
Added: trunk/packages/gbrowse/trunk/debian/gbrowse-slave
===================================================================
--- trunk/packages/gbrowse/trunk/debian/gbrowse-slave (rev 0)
+++ trunk/packages/gbrowse/trunk/debian/gbrowse-slave 2011-04-02 06:35:09 UTC (rev 6433)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+export PERL5LIB=$PERL5LIB
+
+DAEMON=/usr/bin/gbrowse_slave
+USER=www-data
+PRELOAD=/etc/gbrowse/slave_preload.conf
+RUNDIR=/var/run/gbrowse
+LOGDIR=/var/log/gbrowse
+PORT="8101 8102 8103"
+VERBOSITY=3
+NICE=0
Modified: trunk/packages/gbrowse/trunk/debian/rules
===================================================================
--- trunk/packages/gbrowse/trunk/debian/rules 2011-04-02 02:50:14 UTC (rev 6432)
+++ trunk/packages/gbrowse/trunk/debian/rules 2011-04-02 06:35:09 UTC (rev 6433)
@@ -18,6 +18,7 @@
./Build apache_conf > debian/gbrowse/etc/gbrowse/apache2.conf
perl Build.PL --conf=/etc/gbrowse --htdocs=/usr/share/gbrowse/htdocs --tmp=/var/cache/gbrowse --databases=/usr/share/gbrowse/databases --cgibin=/usr/lib/cgi-bin/gbrowse --www-user=www-data --installetc=y
./Build --install_base=debian/gbrowse install_slave
+ cp debian/gbrowse-slave debian/gbrowse/etc/default/
mkdir -p debian/gbrowse/usr/share/perl5
mv debian/gbrowse/lib/perl5/*/* debian/gbrowse/usr/share/perl5/
# Remove arch dependant data
More information about the debian-med-commit
mailing list