diff options
Diffstat (limited to '')
-rw-r--r-- | t/dh_installgsettings/debian/control | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/t/dh_installgsettings/debian/control b/t/dh_installgsettings/debian/control new file mode 100644 index 0000000..042803b --- /dev/null +++ b/t/dh_installgsettings/debian/control @@ -0,0 +1,18 @@ +Source: foo +Section: misc +Priority: optional +Maintainer: Test <testing@nowhere> +Standards-Version: 3.9.8 +X-DH-Compat: @DH_COMPAT_LEVEL@ + +Package: has-settings +Architecture: all +Depends: ${misc:Depends} +Description: package has-settings + This package has a GSettings schema. + +Package: no-settings +Architecture: all +Depends: ${misc:Depends} +Description: package no-settings + This package doesn't have a GSettings schema. |