[Debian-astro-commits] [cspice] 18/48: d/rules: Rename cspice.a to libcspice.a

Rock Storm rockstorm-guest at moszumanska.debian.org
Thu Dec 15 21:32:06 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 4f0035780d6a28fa8c6379823ee56a1af205a0b7
Author: Rock Storm <rockstorm at gmx.com>
Date:   Sun Nov 13 16:24:30 2016 +0100

    d/rules: Rename cspice.a to libcspice.a
---
 debian/libcspice-dev.install | 4 ++--
 debian/rules                 | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/libcspice-dev.install b/debian/libcspice-dev.install
index 7ce15e2..0abcfe0 100644
--- a/debian/libcspice-dev.install
+++ b/debian/libcspice-dev.install
@@ -1,3 +1,3 @@
-include/*.h usr/include/cspice
+include/*.h usr/include/libcspice
 lib/lib*.so usr/lib
-lib/*.a usr/lib
+lib/lib*.a usr/lib
diff --git a/debian/rules b/debian/rules
index 59b0073..f9cf4a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,7 @@ override_dh_install:
 	for exe in $(exes) ; do \
 		mv exe/$$exe exe/cspice-$$exe ; \
 	done
+	mv lib/cspice.a lib/libcspice.a
 	dh_install
 
 override_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