chiark
/
gitweb
/
~mdw
/
runlisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1a7628a
)
debian/rules: Spruce up somewhat.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 15 Jun 2013 23:04:24 +0000
(
00:04
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 16 Jun 2013 16:35:22 +0000
(17:35 +0100)
debian/rules
patch
|
blob
|
blame
|
history
diff --git
a/debian/rules
b/debian/rules
index 269f8518b6707c81910f5c272d8a2b02428bc72e..4cf60b1b0cf939e3d2a421e635783596f3f15e2d 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-1,9
+1,8
@@
#! /usr/bin/make -f
-BUILDDIR = debian/build
-
-%:; dh $@ --builddirectory=$(BUILDDIR)
+DH_OPTIONS = --parallel -Bdebian/build
+%:; dh $@ $(DH_OPTIONS)
override_dh_auto_install:
- make -C$(BUILDDIR) install DESTDIR=../cfd/
+ dh_auto_install $(addprefix -O,$(DH_OPTIONS))
rm -f debian/cfd/usr/share/info/dir