[cod-tools] 103/142: branches/single-source-build/ Copying in Debian 'rules' file.
Andrius Merkys
merkys-guest at moszumanska.debian.org
Mon Sep 25 13:44:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
merkys-guest pushed a commit to branch master
in repository cod-tools.
commit 4731ce4bcd22313c6f363e59931e4ab187504619
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date: Sun May 21 16:30:54 2017 +0000
branches/single-source-build/
Copying in Debian 'rules' file.
git-svn-id: svn+ssh://saulius-grazulis.lt/home/andrius/svn-repositories/cod-deb-packaging/branches/single-source-build@103 26752c47-bcd6-4c9c-b022-347364b77eb5
---
debian/rules | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9f2c10e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
+
+override_dh_auto_build:
+ ${MAKE} PACKAGE=cexceptions EXTRA_LIB_DIRS=lib
+
+override_dh_auto_test:
+ ${MAKE} PACKAGE=cexceptions EXTRA_LIB_DIRS=lib test
+
+override_dh_auto_install:
+ ${MAKE} install PREFIX=debian/libcexceptions0/usr PACKAGE=cexceptions EXTRA_LIB_DIRS=lib
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cod-tools.git
More information about the debian-science-commits
mailing list