[med-svn] [htqc] 01/01: Do not install includes and static lib
Andreas Tille
tille at debian.org
Mon Jun 22 15:05:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository htqc.
commit d98029a0546dbe74ba3bee669075ee26b0383211
Author: Andreas Tille <tille at debian.org>
Date: Mon Jun 22 16:48:28 2015 +0200
Do not install includes and static lib
---
debian/control | 3 ++-
debian/rules | 7 +++++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index b579a25..f2a9d59 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
Build-Depends: debhelper (>= 9),
- cmake
+ cmake,
+ zlib1g-dev
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/htqc.git
Vcs-Git: git://anonscm.debian.org/debian-med/htqc.git
diff --git a/debian/rules b/debian/rules
index 253d317..063672e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,5 +19,8 @@
%:
dh $@ --buildsystem=cmake
-#get-orig-source:
-# . debian/get-orig-source
+override_dh_install:
+ dh_install
+ find debian -type d -name include | xargs -r rm -rf
+ find debian -type d -name lib | xargs -r rm -rf
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htqc.git
More information about the debian-med-commit
mailing list