projects
/
auto-debuild.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
7bfd35d
)
we have to disable dh_usrlocal
master
author
Ralf Jung
<post@ralfj.de>
Sat, 17 Aug 2024 10:49:17 +0000
(12:49 +0200)
committer
Ralf Jung
<post@ralfj.de>
Sat, 17 Aug 2024 10:49:17 +0000
(12:49 +0200)
auto_debuild.py
patch
|
blob
|
history
diff --git
a/auto_debuild.py
b/auto_debuild.py
index f7ed9e0714401c561233a202db30296bd4498d21..a964b657695a54a49ce798d6cffaee824d8cc8cc 100755
(executable)
--- a/
auto_debuild.py
+++ b/
auto_debuild.py
@@
-325,6
+325,7
@@
def createDebianFiles(config):
r.rules['auto_test'] = []
r.rules['auto_install'] = [safeCall('dh_auto_install', '--destdir=debian/'+binaryName)] # install everything into the binary package
r.rules['auto_configure'] = ['dh_auto_configure'] # make sure there is an override (we may just append to it later)
r.rules['auto_test'] = []
r.rules['auto_install'] = [safeCall('dh_auto_install', '--destdir=debian/'+binaryName)] # install everything into the binary package
r.rules['auto_configure'] = ['dh_auto_configure'] # make sure there is an override (we may just append to it later)
+ r.rules['usrlocal'] = [] # we *do* want to install things in /usr/local
# patch rule file for build system: may only touch auto_* rules and the dh options
buildSystem.ruleMaker(r, config)
# global rules
# patch rule file for build system: may only touch auto_* rules and the dh options
buildSystem.ruleMaker(r, config)
# global rules