From a17e36f776907ddb4f582912243f5359d6e43107 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 24 Feb 2015 18:43:02 +0000 Subject: [PATCH] Install serialmgr and run_sympathy in examples directory (uncompressed) Signed-off-by: Ian Jackson --- debian/rules | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/rules b/debian/rules index d160fa8..4d285cf 100755 --- a/debian/rules +++ b/debian/rules @@ -6,3 +6,13 @@ override_dh_auto_configure: ./autogen.sh dh_auto_configure + +examples=debian/sympathy/usr/share/doc/sympathy/examples + +override_dh_auto_install: + dh_auto_install + install -m 755 -d $(examples) + install -m 755 serialmgr/run_sympathy serialmgr/serialmgrd $(examples)/. + +override_dh_compress: + dh_compress -Xexamples -- 2.30.2