diff options
Diffstat (limited to '')
-rw-r--r-- | t/dh_installdocs/debian/control | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/t/dh_installdocs/debian/control b/t/dh_installdocs/debian/control new file mode 100644 index 0000000..16e6285 --- /dev/null +++ b/t/dh_installdocs/debian/control @@ -0,0 +1,22 @@ +Source: foo +Section: misc +Priority: optional +Maintainer: Test <testing@nowhere> +Rules-Requires-Root: no +Standards-Version: 3.9.8 +X-DH-Compat: @DH_COMPAT_LEVEL@ + +Package: foo +Architecture: all +Description: package foo + Package foo + +Package: bar +Architecture: all +Description: package bar + Package bar + +Package: baz +Architecture: all +Description: package baz + Package baz |