[med-svn] r6496 - trunk/packages/gbrowse/trunk/debian
Charles Plessy
plessy at alioth.debian.org
Sat Apr 9 12:05:31 UTC 2011
Author: plessy
Date: 2011-04-09 12:05:24 +0000 (Sat, 09 Apr 2011)
New Revision: 6496
Modified:
trunk/packages/gbrowse/trunk/debian/compat
trunk/packages/gbrowse/trunk/debian/control
trunk/packages/gbrowse/trunk/debian/rules
Log:
Using Debhelper compatibility level, where ?\226?\128?\156dh_auto_configure -- $(GBROWSE_BUILD_OPTIONS)?\226?\128?\157 works.
(Also simplify the dh_auto_build override).
Modified: trunk/packages/gbrowse/trunk/debian/compat
===================================================================
--- trunk/packages/gbrowse/trunk/debian/compat 2011-04-09 11:46:36 UTC (rev 6495)
+++ trunk/packages/gbrowse/trunk/debian/compat 2011-04-09 12:05:24 UTC (rev 6496)
@@ -1 +1 @@
-7
+8
Modified: trunk/packages/gbrowse/trunk/debian/control
===================================================================
--- trunk/packages/gbrowse/trunk/debian/control 2011-04-09 11:46:36 UTC (rev 6495)
+++ trunk/packages/gbrowse/trunk/debian/control 2011-04-09 12:05:24 UTC (rev 6496)
@@ -1,7 +1,7 @@
Source: gbrowse
Section: science
Priority: optional
-Build-Depends: bioperl (>= 1.5.9), debhelper (>= 7.2.3~),
+Build-Depends: bioperl (>= 1.5.9), debhelper (> 8),
libbio-graphics-perl (>= 2.09), libcapture-tiny-perl,
libcgi-session-perl (>= 4.02),
libgd-gd2-perl (>= 2.07) | libgd-gd2-noxpm-perl (>= 2.07), libio-string-perl,
Modified: trunk/packages/gbrowse/trunk/debian/rules
===================================================================
--- trunk/packages/gbrowse/trunk/debian/rules 2011-04-09 11:46:36 UTC (rev 6495)
+++ trunk/packages/gbrowse/trunk/debian/rules 2011-04-09 12:05:24 UTC (rev 6496)
@@ -5,19 +5,16 @@
%:
dh $@
+override_dh_auto_configure:
+ dh_auto_configure -- $(GBROWSE_BUILD_OPTIONS)
override_dh_auto_build:
- echo "Skipping this step"
- #dh_auto_build
override_dh_auto_test:
- perl Build.PL $(GBROWSE_BUILD_OPTIONS)
./Build test
./Build clean
override_dh_auto_install:
- echo "Using specific install"
- perl Build.PL $(GBROWSE_BUILD_OPTIONS)
./Build --install_base=debian/gbrowse debianinstall
./Build apache_conf > debian/gbrowse/etc/gbrowse/apache2.conf
perl Build.PL $(GBROWSE_BUILD_OPTIONS) --installetc=y
More information about the debian-med-commit
mailing list