Wireshark-commits: [Wireshark-commits] master e56ec71: debian/control: fix minor Lintian warnings r

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Jun 2019 16:59:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e56ec71c6ada4af550df1cb52114655255fcf685
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e56ec71 by Peter Wu (peter@xxxxxxxxxxxxx):

    debian/control: fix minor Lintian warnings related to Priority, etc.
    
    Fixes the following Lintian 2.15.0 (Debian sid) warnings with WS 3.0.2:
    
        W: wireshark-common: extended-description-line-too-long
        W: wireshark-common: command-with-path-in-maintainer-script postrm:11 /usr/sbin/delgroup
        W: wireshark-dbg: priority-extra-is-replaced-by-priority-optional
        W: wireshark-doc: priority-extra-is-replaced-by-priority-optional
    
    Replace absolute path test in postrm and fix indentation.
    
    Remove the Priority line in binary packages since they default to the
    Source priority which is set to "optional". See
    https://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities
    
    Change-Id: Ib07f6414348cbbfb1e7177643d9b9acfd9f1a477
    Reviewed-on: https://code.wireshark.org/review/33675
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  5d9ab62   debian/copyright: Mention GPLv3+ code snippet in tools/pidl/idl.yp
     add  e56ec71   debian/control: fix minor Lintian warnings related to Priority, etc.


Summary of changes:
 debian/control                            |  5 ++---
 debian/wireshark-common.lintian-overrides |  2 --
 debian/wireshark-common.postrm            | 14 +++++++-------
 3 files changed, 9 insertions(+), 12 deletions(-)