File: 20package-arch

package info (click to toggle)
dh-builtusing 0.0.12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: sh: 456; perl: 152; makefile: 23
file content (25 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/sh

if [ $host = amd64 ]; then
    other=i386
else
    other=amd64
fi

{
    fake_control_header 'dpkg-dev, red-herring'

    fake_control_package foo $host  '${dh-builtusing:dpkg-dev}'
    fake_control_package bar $other '${dh-builtusing:red-herring}'

} > debian/control

$tested_command

check_substvar         foo dpkg-dev dpkg
check_substvars_absent foo red-herring
check_substvars_absent bar dpkg-dev red-herring

dh_gencontrol

check_control foo dpkg