[mbsystem] 02/39: very rough broad strokes

Andreas Tille tille at debian.org
Thu Aug 20 08:40:10 UTC 2015


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

tille pushed a commit to branch master
in repository mbsystem.

commit ecaf51904821067f557b0cafe60e54a680934c16
Author: M. Hamish Bowman <hamish_b at yahoo.com>
Date:   Sat Aug 29 15:44:40 2009 +0000

    very rough broad strokes
---
 debian/rules | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/debian/rules b/debian/rules
new file mode 100644
index 0000000..679bae2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,37 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+
+
+
+
+
+# apply patches
+include /usr/share/dpatch/dpatch.make
+
+
+# configure
+./install_makefiles
+
+# make
+make all
+
+
+# install
+## sort of modeled after GMT packaging:
+install bin/* /usr/lib/mbsystem/bin
+install --mode=644 lib/* /usr/lib/mbsystem
+install --mode=644 man/manl/* /usr/share/man/man1
+install --mode=644 html /usr/share/doc/mbsystem/html
+install --mode=644 ps /usr/share/doc/mbsystem/ps
+install --mode=644 share /usr/share/mbsystem
+install --mode=644 include /usr/lib/mbsystem/include
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mbsystem.git



More information about the Pkg-grass-devel mailing list