diff options
author | Guillem Jover <guillem@debian.org> | 2019-02-22 01:42:47 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-02-23 14:27:17 +0100 |
commit | 0badaf9f58cf40c06180d2d511ebd1795682dd54 (patch) | |
tree | 4f5e9bf55d8858324fd2827321e23cee622611b5 /debian/dpkg.lintian-overrides | |
parent | 80efdd1dd7ff2277fc8e0bfa3c0c6c2e915f6069 (diff) | |
download | dpkg-0badaf9f58cf40c06180d2d511ebd1795682dd54.tar.gz |
debian: Remove Origin and Bugs fields from control file
These fields have been there mostly to showcase their usage, which
should instead be dynamically added at build-time, and as a reminder
that this should be done.
But there is already a bug filed as a reminder (see #511160), they
are also now documented in the deb-src-control(5) man page, they are
actually wrong in many cases when present on a downstream, and they
generate nagging lintian warnings to boot.
Diffstat (limited to 'debian/dpkg.lintian-overrides')
-rw-r--r-- | debian/dpkg.lintian-overrides | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/dpkg.lintian-overrides b/debian/dpkg.lintian-overrides index 66f96247a..2ee72d62a 100644 --- a/debian/dpkg.lintian-overrides +++ b/debian/dpkg.lintian-overrides @@ -1,3 +1 @@ -dpkg: redundant-origin-field -dpkg: redundant-bugs-field dpkg: arch-dep-package-has-big-usr-share |