[SCM] avldrums.lv2/master: Set PREFIX in d/rules.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jun 26 11:15:15 UTC 2017


The following commit has been merged in the master branch:
commit 7b38f17c64e8680b187f072197c5efbe9f001478
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jun 26 13:15:07 2017 +0200

    Set PREFIX in d/rules.

diff --git a/debian/rules b/debian/rules
index 79ed689..603af9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,21 +6,14 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 export OPTIMIZATIONS= -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
 
+export PREFIX=/usr
+
 %:
 	dh $@
 
 override_dh_auto_clean:
-	
-
-override_dh_auto_configure:
-	dh_auto_configure -- \
-		--prefix=/usr
-
-override_dh_auto_build:
-	dh_auto_build -- PREFIX=/usr
 
 override_dh_auto_install:
 	$(MAKE) install \
-		DESTDIR=$(CURDIR)/debian/tmp \
-		PREFIX=/usr
+		DESTDIR=$(CURDIR)/debian/tmp
 	dh_auto_install

-- 
avldrums.lv2 packaging



More information about the pkg-multimedia-commits mailing list