[gl2ps] 03/15: Use cmake for lib-building.

Anton Gladky gladk at moszumanska.debian.org
Thu May 19 20:47:30 UTC 2016


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

gladk pushed a commit to branch master
in repository gl2ps.

commit 2ee76152b1cf0af05ab0cd23a9977148b9493009
Author: Anton Gladky <gladk at debian.org>
Date:   Thu May 19 21:52:50 2016 +0200

    Use cmake for lib-building.
---
 debian/rules | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7831966..dec1900 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,9 @@
 #!/usr/bin/make -f
-# Copyright 2008 Sylvestre Ledru <sylvestre.ledru at inria.fr>
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
+%:
+	dh $@ --buildsystem=cmake --parallel
 
-DEB_MAKE_INSTALL_TARGET  := install DESTDIR=$(CURDIR)/debian/tmp/
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf *.pdf
 

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



More information about the debian-science-commits mailing list