chiark / gitweb /
Install serialmgr and run_sympathy in examples directory (uncompressed)
[sympathy.git] / debian / rules
1 #!/usr/bin/make -f
2
3 %:
4         dh $@
5
6 override_dh_auto_configure:
7         ./autogen.sh
8         dh_auto_configure
9
10 examples=debian/sympathy/usr/share/doc/sympathy/examples
11
12 override_dh_auto_install:
13         dh_auto_install
14         install -m 755 -d $(examples)
15         install -m 755 serialmgr/run_sympathy serialmgr/serialmgrd $(examples)/.
16
17 override_dh_compress:
18         dh_compress -Xexamples