Author: plessy
Date: 2008-09-13 09:09:28 +0000 (Sat, 13 Sep 2008)
New Revision: 2491

Modified:
   trunk/packages/gbrowse/trunk/debian/changelog
   trunk/packages/gbrowse/trunk/debian/rules
Log:
New upstream prerelease that eases Debian package building.


Modified: trunk/packages/gbrowse/trunk/debian/changelog
===================================================================
--- trunk/packages/gbrowse/trunk/debian/changelog       2008-09-12 12:46:22 UTC 
(rev 2490)
+++ trunk/packages/gbrowse/trunk/debian/changelog       2008-09-13 09:09:28 UTC 
(rev 2491)
@@ -1,4 +1,4 @@
-gbrowse (1.69-1) UNRELEASED; urgency=low
+gbrowse (1.70-1) UNRELEASED; urgency=low
 
   TODO: It seems that this version of gbrowse prefers BioPerl 1.6, that is to
   come soon.

Modified: trunk/packages/gbrowse/trunk/debian/rules
===================================================================
--- trunk/packages/gbrowse/trunk/debian/rules   2008-09-12 12:46:22 UTC (rev 
2490)
+++ trunk/packages/gbrowse/trunk/debian/rules   2008-09-13 09:09:28 UTC (rev 
2491)
@@ -32,10 +32,13 @@
        # Add commands to compile the package here
        $(PERL) Makefile.PL \
                INSTALLDIRS=vendor \
-               APACHE=/etc/apache2 \
-               CONF=/etc \
-               CGIBIN=/usr/lib/cgi-bin \
-               HTDOCS=/usr/share \
+               PACKAGE_DIR=$(TMP) \
+               PREFIX=$(TMP) \
+               APACHE=$(TMP)/etc/apache2 \
+               CONF=$(TMP)/etc \
+               CGIBIN=$(TMP)/usr/lib/cgi-bin \
+               HTDOCS=$(TMP)/usr/share \
+               GBROWSE_ROOT=gbrowse \
                DO_XS=1
        $(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
        $(MAKE) test
@@ -54,13 +57,6 @@
        dh_testroot
        dh_clean -k
        # Add commands to install the package into $(TMP)
-       $(PERL) Makefile.PL \
-               INSTALLDIRS=vendor \
-               APACHE=$(TMP)/etc/apache2 \
-               CONF=$(TMP)/etc \
-               CGIBIN=$(TMP)/usr/lib/cgi-bin \
-               HTDOCS=$(TMP)/usr/share/ \
-               DO_XS=1
        $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
        [ ! -d $(TMP)/usr/share/perl5 ] || \
                rmdir --ignore-fail-on-non-empty --parents --verbose \


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to