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

[lintian] 01/02: Defactor parenthesised text in package-installs-into-obsolete-dir generation.



This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit 46926e1861f8096247e7413166f9281e092d59bf
Author: Chris Lamb <lamby@debian.org>
Date:   Sun Aug 13 21:20:17 2017 -0700

    Defactor parenthesised text in package-installs-into-obsolete-dir generation.
---
 checks/files.pm           | 2 +-
 data/files/obsolete-paths | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/checks/files.pm b/checks/files.pm
index af91648..b5dea67 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -467,7 +467,7 @@ sub run {
                 my $newpath  = $obs_data->{'newdir'};
                 my $moreinfo = $obs_data->{'moreinfo'};
                 tag 'package-installs-into-obsolete-dir',
-                  "$file : $oldpath -> $newpath (see also $moreinfo)";
+                  "$file : $oldpath -> $newpath $moreinfo";
             }
         }
 
diff --git a/data/files/obsolete-paths b/data/files/obsolete-paths
index 7daa987..cf1635a 100644
--- a/data/files/obsolete-paths
+++ b/data/files/obsolete-paths
@@ -1,6 +1,6 @@
 # obsolete path (regexp) -> newer path ~~ Reference
 #
 # Please alpha sort
-^etc/bash_completion.d/   -> usr/share/bash-completion/completions  ~~ https://bugs.debian.org/776954
-^etc/dhcp3/               -> etc/dhcp                               ~~ https://bugs.debian.org/673029
-^etc/X11/fonts/X11R7/     -> etc/X11/fonts                          ~~ https://bugs.debian.org/364530#24
+^etc/bash_completion.d/   -> usr/share/bash-completion/completions  ~~ (see also https://bugs.debian.org/776954)
+^etc/dhcp3/               -> etc/dhcp                               ~~ (see also https://bugs.debian.org/673029)
+^etc/X11/fonts/X11R7/     -> etc/X11/fonts                          ~~ (see also https://bugs.debian.org/364530#24)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: