[SCM] paulstretch/master: Attempt to respect build flags.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Oct 31 11:58:22 UTC 2016


The following commit has been merged in the master branch:
commit cebcf0c15dc58045151164368821257538dadeec
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Oct 31 12:58:15 2016 +0100

    Attempt to respect build flags.

diff --git a/debian/paulstretch.install b/debian/paulstretch.install
index c0cdeaf..45ee48c 100644
--- a/debian/paulstretch.install
+++ b/debian/paulstretch.install
@@ -1 +1,2 @@
+paulstretch /usr/bin
 debian/paulstretch.desktop /usr/share/applications
diff --git a/debian/rules b/debian/rules
index 831bede..da8a291 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,9 +21,5 @@ override_dh_auto_build:
 	  `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/
-
 override_dh_installchangelogs:
 	dh_installchangelogs readme.txt

-- 
paulstretch packaging



More information about the pkg-multimedia-commits mailing list