diff options
author | Holger Wansing <hwansing@mailbox.org> | 2018-11-09 20:10:26 +0100 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2018-11-09 20:10:26 +0100 |
commit | 5c5d5ee4f56d78a25778b4fd8f71baa80cf90d62 (patch) | |
tree | 13b1c4e3a331074bc1abf97fd10670bd1e4731f8 /debian | |
parent | b42e98c97b3329625e6c2d55a368c167a07d8fbe (diff) | |
download | installation-guide-5c5d5ee4f56d78a25778b4fd8f71baa80cf90d62.zip |
Add debian/source/format file, to fix lintian warning
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/source/format | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 970a81e82..ec7020cc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ installation-guide (20180930) UNRELEASED; urgency=medium aptitude to allow selection of individual packages. * Correct order of modules in 'Using the installer' chapter: clock setup is after user account setup, not before. + * Add debian/source/format file, to fix lintian warning. [ Samuel Thibault ] * control: Mark packages as multi-arch: foreign. diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) |