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

[lintian] 07/07: r/harness: Create a symlink to dplint



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

nthykier pushed a commit to branch master
in repository lintian.

commit 8ecb00b8db68d2ef45fc3b6fec7dabcd2b3d25f6
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Apr 25 20:10:35 2016 +0000

    r/harness: Create a symlink to dplint
    
    A minor service to ease migration.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 frontend/dplint   | 2 ++
 reporting/harness | 1 +
 2 files changed, 3 insertions(+)

diff --git a/frontend/dplint b/frontend/dplint
index d7c09c3..4da967e 100755
--- a/frontend/dplint
+++ b/frontend/dplint
@@ -232,6 +232,8 @@ sub main {
             $cmd = 'check';
         } elsif ($called_as eq 'lintian') {
             $cmd = 'lintian';
+        } elsif ($called_as eq 'harness') {
+            $cmd = 'reporting-harness';
         } elsif ($called_as =~ m{\A (?:(?:lintian|dplint)-)? (.+) \Z}xsm) {
             $cmd = $1;
         } else {
diff --git a/reporting/harness b/reporting/harness
new file mode 120000
index 0000000..d47a847
--- /dev/null
+++ b/reporting/harness
@@ -0,0 +1 @@
+../frontend/dplint
\ No newline at end of file

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


Reply to: