projects
/
auto-debuild.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a9d4d5c
)
automake packages do not need automake to compile
author
Ralf Jung
<post@ralfj.de>
Sat, 18 Aug 2012 08:41:14 +0000
(10:41 +0200)
committer
Ralf Jung
<post@ralfj.de>
Sat, 18 Aug 2012 08:41:14 +0000
(10:41 +0200)
auto_debuild.py
patch
|
blob
|
history
diff --git
a/auto_debuild.py
b/auto_debuild.py
index 61d7efc394e38d34e381e06ad3a16efa20012f52..61bbd9e876dfdf2de5afa0b49c6277b6964078ec 100755
(executable)
--- a/
auto_debuild.py
+++ b/
auto_debuild.py
@@
-98,7
+98,7
@@
def pythonRules(config):
# build systems
buildSystems = {
'cmake': BuildSystem(cmakeRules, ["cmake"]),
# build systems
buildSystems = {
'cmake': BuildSystem(cmakeRules, ["cmake"]),
- 'automake': BuildSystem(automakeRules
, ["automake"]
),
+ 'automake': BuildSystem(automakeRules),
'python': BuildSystem(pythonRules, ["python-setuptools"], ["${python:Depends}"]),
}
'python': BuildSystem(pythonRules, ["python-setuptools"], ["${python:Depends}"]),
}