[SCM] midisnoop/master: Install binary.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Oct 12 14:07:30 UTC 2017


The following commit has been merged in the master branch:
commit 233f24896ee0de800b1e6f9b4da2190402bc098b
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Oct 12 16:07:19 2017 +0200

    Install binary.

diff --git a/debian/rules b/debian/rules
index 3fc475e..542e2d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,8 @@ override_dh_auto_configure:
 	./configure --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
 
 override_dh_auto_install:
-	dh_auto_install
+	install -d $(CURDIR)/debian/midisnoop/usr/bin/
+	install -m 755 -p $(CURDIR)/x86_64-linux-gnu/bin/midisnoop $(CURDIR)/debian/midisnoop/usr/bin/midisnoop
 	install -d $(CURDIR)/debian/midisnoop/usr/share/pixmaps/
 	install -m 644 $(CURDIR)/debian/*.xpm $(CURDIR)/debian/midisnoop/usr/share/pixmaps/
 

-- 
midisnoop packaging



More information about the pkg-multimedia-commits mailing list