File: 45multiple-matches

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 (17 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

{
    fake_control_header  'autotools-dev, dpkg-dev'

    fake_control_package foo all '${dh-builtusing:S-dev}'

} > debian/control

$tested_command

check_substvar foo S-dev "autotools-dev$re_verinfo, dpkg"

dh_gencontrol

check_control foo autotools-dev
check_control foo dpkg