Author: plessy
Date: 2013-09-15 04:49:01 +0000 (Sun, 15 Sep 2013)
New Revision: 14713

Modified:
   trunk/packages/emboss-explorer/trunk/debian/rules
Log:
Simplify debian/rules.


Modified: trunk/packages/emboss-explorer/trunk/debian/rules
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/rules   2013-09-15 04:44:27 UTC 
(rev 14712)
+++ trunk/packages/emboss-explorer/trunk/debian/rules   2013-09-15 04:49:01 UTC 
(rev 14713)
@@ -2,10 +2,6 @@
 
 export DH_VERBOSE=1
 
-PERL   ?= /usr/bin/perl
-PACKAGE = emboss-explorer
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
 %:
        dh $@ --with apache2
 
@@ -14,7 +10,7 @@
 
 override_dh_install:
        dh_install
-       $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+       $(MAKE) install DESTDIR=$(CURDIR)/debian/emboss-explorer PREFIX=/usr
        # Move ACD.pm to a separate package, that is useful for making
        # manpages from EMBOSS ACD files without being bothered by the
        # dependancy on web servers.


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

Reply via email to