[Pkg-cli-apps-commits] [SCM] manos branch, master, updated. 6cbb78737db84c0c2ba1788e7b1cd36c236e0ad2
Jo Shields
directhex at apebox.org
Sat Mar 26 19:19:46 UTC 2011
The following commit has been merged in the master branch:
commit 6cbb78737db84c0c2ba1788e7b1cd36c236e0ad2
Author: Jo Shields <directhex at apebox.org>
Date: Sat Mar 26 19:08:55 2011 +0000
Clean unwanted content from manos install folder (which dh_auto_install is handling for us), such as libev includes and some .a and .la files
diff --git a/debian/rules b/debian/rules
index 4d86cca..83d7a16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,11 @@ override_dh_auto_configure:
override_dh_compress:
dh_compress -X.md
+override_dh_auto_install:
+ dh_auto_install
+ rm -r debian/manos/usr/include
+ rm debian/manos/usr/lib/manos/*.a
+ rm debian/manos/usr/lib/manos/*.la
+
%:
dh --with autoreconf $@
--
manos
More information about the Pkg-cli-apps-commits
mailing list