diff options
Diffstat (limited to 'tests/data/pkg')
-rw-r--r-- | tests/data/pkg/baz-qux.pkg/control | 7 | ||||
-rwxr-xr-x | tests/data/pkg/build | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/data/pkg/baz-qux.pkg/control b/tests/data/pkg/baz-qux.pkg/control new file mode 100644 index 0000000..904541e --- /dev/null +++ b/tests/data/pkg/baz-qux.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Depends: ${Generated-Depends} +Description: Hyphenate all the things + ${Common-Description} + . + This package's name contains a hyphen. That is all. diff --git a/tests/data/pkg/build b/tests/data/pkg/build index f7055f8..dbc550a 100755 --- a/tests/data/pkg/build +++ b/tests/data/pkg/build @@ -5,3 +5,4 @@ build: install: build install -p -m 755 -D src/src/foo.sh foo.data/usr/bin/foo.sh printf 'Generated-Depends: bar\n' >foo.substvars + printf 'Generated-Depends: bar\n' >baz-qux.substvars |