[SCM] paulstretch/master: Build in override_dh_auto_build

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Nov 11 12:36:11 UTC 2014


The following commit has been merged in the master branch:
commit e82477e2216ebcd4b598bf0c7dd5aba346cfce13
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Nov 11 13:33:27 2014 +0100

    Build in override_dh_auto_build

diff --git a/debian/rules b/debian/rules
index 2add2e1..2ddcc13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ DESTDIR=$(CURDIR)/debian/paulstretch
 %:
 	dh $@
 
-override_dh_auto_install:
+override_dh_auto_build:
 	# ./compile_linux_fftw.sh with custom LDFLAGS
 	fluid -c GUI.fl 
 	fluid -c FreeEditUI.fl
@@ -18,6 +18,8 @@ override_dh_auto_install:
 	  `pkg-config --cflags --libs jack samplerate` \
 	  `pkg-config --cflags --libs fftw3f vorbisenc vorbisfile vorbis ogg mad mxml audiofile` \
 	  -lportaudio -lpthread -lz
+
+override_dh_auto_install:
 	mkdir -p $(DESTDIR)/usr/bin/ 
 	cp -a paulstretch $(DESTDIR)/usr/bin/
 

-- 
paulstretch packaging



More information about the pkg-multimedia-commits mailing list