[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [lintian] 02/02: c/application-not-library.*: Add libapp-cmd-perl to whitelist



On Fri, Sep 4, 2015 at 7:40 PM, Axel Beckert <abe@deuxchevaux.org> wrote:
> This is an automated email from the git hooks/post-receive script.
>
> abe pushed a commit to branch master
> in repository lintian.
>
> commit 8903dd2638fb776375ad767394481221b98e119e
> Author: Axel Beckert <abe@deuxchevaux.org>
> Date:   Fri Sep 4 19:37:41 2015 +0200
>
>     c/application-not-library.*: Add libapp-cmd-perl to whitelist
> ---
>  checks/application-not-library.pm | 10 +++++++++-
>  debian/changelog                  |  1 +
>  2 files changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/checks/application-not-library.pm b/checks/application-not-library.pm
> index 7290e64..265c240 100644
> --- a/checks/application-not-library.pm
> +++ b/checks/application-not-library.pm
> @@ -42,7 +42,15 @@ sub run {
>        $pkg =~ /^gem2deb/                            or # ruby packaging stuff
>        $pkg =~ /^xulrunner/                          or # rendering engine
>        $pkg =~ /^lib.*-(?:utils|tools|bin|dev)/      or # generic helpers
> -      any { $pkg eq $_ } qw(rake bundler coderay kdelibs-bin); # whitelist
> +      any { $pkg eq $_ } qw(
> +
> +      rake
> +      bundler
> +      coderay
> +      kdelibs-bin
> +      libapp-cmd-perl
> +
> +      ); # whitelist


Could you add this list to Data ?

Thanks

>      my @programs = ();
>      foreach my $binpath (qw(bin sbin usr/bin usr/sbin usr/games)) {
> diff --git a/debian/changelog b/debian/changelog
> index 22a20e0..d549fb5 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -4,6 +4,7 @@ lintian (2.5.37) UNRELEASED; urgency=medium
>
>    * checks/application-not-library.{desc,pm}:
>      + [AB] Downgrade libapp-perl-package-name to certainty possible.
> +    + [AB] Add libapp-cmd-perl to whitelist of not emitted packages.
>    * checks/binaries.pm:
>      + [NT] Apply patch from Michael Stapelberg to ignore
>        "no-relro" and "no-fortify-functions" issues in
>
> --
> Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git
>


Reply to: