[med-svn] r6093 - trunk/packages/gbrowse/trunk/debian

olivier sallou osallou-guest at alioth.debian.org
Thu Feb 24 16:46:22 UTC 2011


Author: osallou-guest
Date: 2011-02-24 16:46:16 +0000 (Thu, 24 Feb 2011)
New Revision: 6093

Modified:
   trunk/packages/gbrowse/trunk/debian/rules
Log:
update rules

Modified: trunk/packages/gbrowse/trunk/debian/rules
===================================================================
--- trunk/packages/gbrowse/trunk/debian/rules	2011-02-24 16:36:44 UTC (rev 6092)
+++ trunk/packages/gbrowse/trunk/debian/rules	2011-02-24 16:46:16 UTC (rev 6093)
@@ -4,11 +4,16 @@
 	dh $@
 
 
-#override_dh_auto_build:
+override_dh_auto_build:
+	echo "Skipping this step"
 	#perl Build.PL --install_path lib=/usr/lib/perl5  --conf=/etc/gbrowse2 --htdocs=/usr/share/gbrowse2/htdocs --tmp=/var/cache/gbrowse2 --databases=/usr/share/gbrowse2/databases --cgibin=/usr/lib/cgi-bin/gbrowse2 --www-user=www-data  --installetc=y
 	#dh_auto_build
 
+override_dh_auto_test:
+	echo "Skipping this step"
+
 override_dh_auto_install:
+	echo "Using specific install"
 	perl Build.PL --conf=/etc/gbrowse2 --htdocs=/usr/share/gbrowse2/htdocs --tmp=/var/cache/gbrowse2 --databases=/usr/share/gbrowse2/databases --cgibin=/usr/lib/cgi-bin/gbrowse2 --www-user=www-data  
 	./Build  --install_base=debian/gbrowse debianinstall
 	./Build   apache_conf > debian/gbrowse/etc/gbrowse2/apache2.conf




More information about the debian-med-commit mailing list