ToastFreeware
/
debian
/
cdck.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce8fe6
)
debian/rules: use --no-parallel
author
gregor herrmann
<gregoa@debian.org>
Sat, 9 Jun 2018 20:15:05 +0000
(22:15 +0200)
committer
gregor herrmann
<gregoa@debian.org>
Sat, 9 Jun 2018 20:15:05 +0000
(22:15 +0200)
instead of the override with -j1.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index c97934c27922a3940e97dfb795d31caac52d9946..249370344c079405475f47c6d445f9f6f49fb26a 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-3,10
+3,7
@@
export CONFIG_SHELL=/bin/bash
%:
- dh $@
-
-override_dh_auto_build:
- dh_auto_build -- -j1
+ dh $@ --no-parallel
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/cdck