diff options
author | David Härdeman <david@hardeman.nu> | 2020-07-09 21:22:16 +0200 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2020-07-09 21:22:16 +0200 |
commit | 984f586e3ef70b9db759ce48da4f06f0a6680c6f (patch) | |
tree | 3fe76aa0140255aab9bb08f21615ea7ada150796 /debian | |
parent | dd6321c0acf7b0570811200a205cc4104bee49c7 (diff) |
Move example config files to external files and generate at build time
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c3739b6..3027ff8 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ Build-Depends: debhelper-compat (= 12), liburing-dev, meson, pkg-config, - xsltproc + xsltproc, + xxd Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: <insert the upstream URL, if relevant> |