[libstxxl1] 03/04: Simplify debian/rules.
Anton Gladky
gladk at moszumanska.debian.org
Fri Aug 29 20:07:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository libstxxl1.
commit 76dc00fd4d1f5c3fceffec2a6d1a847721fa0725
Author: Anton Gladky <gladk at debian.org>
Date: Fri Aug 29 21:37:13 2014 +0200
Simplify debian/rules.
---
debian/libstxxl-dev.install | 5 ++---
debian/rules | 8 +-------
2 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/debian/libstxxl-dev.install b/debian/libstxxl-dev.install
index ab62512..e183cf9 100644
--- a/debian/libstxxl-dev.install
+++ b/debian/libstxxl-dev.install
@@ -1,3 +1,2 @@
-include/ /usr/include
-obj-*/lib/*\.so usr/lib
-
+usr/include
+usr/lib/*.so
diff --git a/debian/rules b/debian/rules
index 9c8c35c..2950873 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,6 @@
override_dh_auto_install:
dh_auto_install
-
- #CMake actually does an out-of-tree build, so there is no target for the top-level.
- # Move to the build-dir and work there
- cd obj-* && make install DESTDIR=$$(pwd)/debian/tmp/
#Don't want this, so delete it
rm -rf $$(pwd)/debian/tmp/usr/lib/cmake/
@@ -20,10 +16,8 @@ override_dh_auto_build:
cd doc/latex && make
override_dh_auto_clean:
-
dh_auto_clean
- -rm -rf doc/html/ doc/latex/
+ rm -rf doc/html/ doc/latex/
-.PHONY: override_dh_strip
override_dh_strip:
dh_strip --dbg-package=libstxxl1-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libstxxl1.git
More information about the debian-science-commits
mailing list