Commit 886d8b1
committed
debian: rules.in: export all necessary variables and pass path to src dir
After these changes, the dh_auto_XX commands will receive all
the necessary variables and parameters and pass the applicable
variables\parameters to the dh_XX commands. All dh commands
will be run in the src directory if they are not overridden.
That is, we need to write the override like this:
override_dh_auto_build-arch:
dh_auto_build -- build-software
NOT so:
override_dh_auto_build-arch:
dh_build -- build-software1 parent f6a6942 commit 886d8b1
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | | - | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
0 commit comments