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

[lintian] 01/01: d/rules: Use correct path to dplint in the installed package



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

nthykier pushed a commit to branch master
in repository lintian.

commit e41cedfe6d0804dc8e6640c77d1cac4edc9447cb
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Sep 17 16:20:26 2013 +0200

    d/rules: Use correct path to dplint in the installed package
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b598c08..0f1d86c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -100,7 +100,7 @@ binary-indep: $(neededfiles) build
 # some manual work
 	perl -p -i -e 's/my \$$LINTIAN_VERSION;/my \$$LINTIAN_VERSION = q{$(VER)};/;' \
 	     -e 's@my \$$INIT_ROOT(\s*=.*)?;@my \$$INIT_ROOT = q{/usr/share/lintian};@;' \
-	    $(tmp)/usr/bin/lintian $(tmp)/usr/bin/dplint
+	    $(tmp)/usr/bin/lintian $(tmp)/usr/share/lintian/frontend/dplint
 	install -m 644 doc/lintianrc.example $(tmp)/etc/lintianrc
 	dh_installdocs
 	dh_installchangelogs

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


Reply to: