diff options
author | Andreas Metzler <ametzler@debian.org> | 2012-05-20 09:40:07 +0000 |
---|---|---|
committer | Andreas Metzler <ametzler@debian.org> | 2012-05-20 09:40:07 +0000 |
commit | 6944d09afda2c6f1ac4afc9c7be4d93172d5b575 (patch) | |
tree | f9726a1b3887b2b5954f85cd91af74aca28c4e1b | |
parent | 1892f460d12b2670e078dbf2cd8f914a122cf6a0 (diff) | |
download | exim4-6944d09afda2c6f1ac4afc9c7be4d93172d5b575.tar.gz |
Add source lintian override (debian/source/lintian-overrides) for
binaries-have-file-conflict exim4-daemon-heavy-dbg exim4-daemon-light-dbg.
*-daemon-dbg depends on the respective -daemon, and the daemon-packages
conflict with each other.
svn path=/exim/branches/branch-4.80/; revision=2700
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/source/lintian-overrides | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 792a56c..27fc82a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,10 @@ exim4 (4.80~rc2-1) UNRELEASED; urgency=low * Updated French debconf templates translation. (thanks for proofreading, debian-l10n-french!) Closes: #668475 * Fix typo usualy in update-exim4.conf.8. + * Add source lintian override (debian/source/lintian-overrides) for + binaries-have-file-conflict exim4-daemon-heavy-dbg exim4-daemon-light-dbg. + *-daemon-dbg depends on the respective -daemon, and the daemon-packages + conflict with each other. * New upstream version: + Unfuzz patches + TEMPORARILY disable 66_enlarge-dh-parameters-size.dpatch - This needs diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..c7349e0 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,3 @@ +# A Conflict is unnecessary. *-daemon-dbg depends on the +# respective -daemon, and the daemon-packages conflict with each other. +exim4 source: binaries-have-file-conflict exim4-daemon-heavy-dbg exim4-daemon-light-dbg usr/lib/debug/usr/sbin/exim4 |