[SCM] snd/master: binary-post-install hook to rename resulting binaries

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Jan 26 20:30:24 UTC 2016


The following commit has been merged in the master branch:
commit b239ad35632d6e9b5fe279e9c9ba4f0483837613
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Jan 25 23:45:58 2016 +0100

    binary-post-install hook to rename resulting binaries

diff --git a/debian/rules b/debian/rules
index b5f8620..eeb4a1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,6 +86,9 @@ build/snd-nox:: snd.nox.1
 build/snd-gtk-jack:: snd.gtk-jack.1
 build/snd-gtk-pulse:: snd.gtk-pulse.1
 
+binary-post-install/snd-nox binary-post-install/snd-gtk-jack binary-post-install/snd-gtk-pulse::
+	mv $(CURDIR)/debian/$(cdbs_curpkg)/usr/bin/snd $(CURDIR)/debian/$(cdbs_curpkg)/usr/bin/snd.$(cdbs_make_curflavor)
+
 
 clean::
 	rm -f $(SND_MANPAGES)

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list