[SCM] ir.lv2/master: fix convert4chan file to be instaled

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Jan 15 14:14:57 UTC 2011


The following commit has been merged in the master branch:
commit ac598cbe7715727576ee8bd1a22063393f01870b
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Jan 15 15:19:17 2011 +0100

    fix convert4chan file to be instaled

diff --git a/debian/rules b/debian/rules
index 16e033c..c4ef5c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,13 @@
 %:
 	dh $@
 
+override_dh_auto_build:
+	make convert4chan
+
+override_dh_auto_install:
+	dh_auto_install
+	mkdir -p $(CURDIR)/debian/ir.lv2/usr/bin
+	cp convert4chan $(CURDIR)/debian/ir.lv2/usr/bin
+
 override_dh_installchangelogs:
 	dh_installchangelogs README

-- 
ir.lv2 packaging



More information about the pkg-multimedia-commits mailing list