projects
/
alioth
/
jupp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
093ab0d
)
first fix, reverse logic mistake, sorry
author
mirabilos
<t.glaser@tarent.de>
Sat, 2 Dec 2017 23:26:04 +0000
(
00:26
+0100)
committer
mirabilos
<t.glaser@tarent.de>
Sat, 2 Dec 2017 23:26:04 +0000
(
00:26
+0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
fd237e1
..
7992190
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-217,7
+217,7
@@
ifeq (1,${USE_SELINUX})
DSC_DEPS:= ${DSC_DEPS}, libselinux1-dev [linux-any]
endif
-if
n
eq (,$(findstring noautotools,${DEB_BUILD_OPTIONS}))
+ifeq (,$(findstring noautotools,${DEB_BUILD_OPTIONS}))
DSC_DEPS:= ${DSC_DEPS}, autotools-dev
endif