projects
/
mass-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
5cdbb55
)
Disable some debug output; pass binaryDepends to auto-debuild
author
Ralf Jung
<post@ralfj.de>
Fri, 27 Jul 2012 13:09:43 +0000
(15:09 +0200)
committer
Ralf Jung
<ralfjung-e@gmx.de>
Fri, 27 Jul 2012 13:09:43 +0000
(15:09 +0200)
build_system.py
patch
|
blob
|
history
diff --git
a/build_system.py
b/build_system.py
index a46e6e8adc92e4c7001ae16e71f89039f41d1031..d74689ffd734fb82f3e220adbfda1c9d8b208c3e 100644
(file)
--- a/
build_system.py
+++ b/
build_system.py
@@
-51,6
+51,7
@@
try:
'email': config['debEMail'],
}
self.copyFromModule(module, 'buildDepends')
'email': config['debEMail'],
}
self.copyFromModule(module, 'buildDepends')
+ self.copyFromModule(module, 'binaryDepends')
if buildSystem == 'cmakeParameters':
self.copyFromModule(module, 'cmakeParameters')
self.vcs = vcs
if buildSystem == 'cmakeParameters':
self.copyFromModule(module, 'cmakeParameters')
self.vcs = vcs
@@
-64,7
+65,7
@@
try:
self.autoDebuildConfig['version'] = self.vcs.version() # by now, data has been fetched, so this is possible
self.vcs.ignore('/debian/') # make sure the debian folder is ignored
os.chdir(self.sourceFolder)
self.autoDebuildConfig['version'] = self.vcs.version() # by now, data has been fetched, so this is possible
self.vcs.ignore('/debian/') # make sure the debian folder is ignored
os.chdir(self.sourceFolder)
- print self.autoDebuildConfig
+
#
print self.autoDebuildConfig
self.files = auto_debuild.createDebianFiles(self.autoDebuildConfig)
self.configured = True
self.files = auto_debuild.createDebianFiles(self.autoDebuildConfig)
self.configured = True