[Debian-astro-commits] [cspice] 11/48: d/rules: Add install and clean overrides

Rock Storm rockstorm-guest at moszumanska.debian.org
Thu Dec 15 21:32:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

rockstorm-guest pushed a commit to branch debian
in repository cspice.

commit c0d3db55a21d39ecaf38b604a6827a0c55e8ceb7
Author: Rock Storm <rockstorm at gmx.com>
Date:   Mon Oct 31 21:39:06 2016 +0100

    d/rules: Add install and clean overrides
---
 debian/rules | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/rules b/debian/rules
index e1c367c..c0699ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,3 +23,12 @@
 #override_dh_auto_configure:
 #	dh_auto_configure -- #	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
 
+override_dh_install:
+	csh makeall.csh
+	dh_install
+
+override_dh_clean:
+	rm -f exe/*
+	rm -f lib/*
+	dh_clean
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/cspice.git



More information about the Debian-astro-commits mailing list