From: Ian Jackson Date: Tue, 24 Feb 2015 18:43:02 +0000 (+0000) Subject: Install serialmgr and run_sympathy in examples directory (uncompressed) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=a17e36f776907ddb4f582912243f5359d6e43107;p=sympathy.git Install serialmgr and run_sympathy in examples directory (uncompressed) Signed-off-by: Ian Jackson --- 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