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

[lintian] 01/04: debian/rules: Add empty recipe to the profile rule



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

jwilk pushed a commit to branch master
in repository lintian.

commit ee8314b96f3e79aa7dbe72b48967ab75e38650c3
Author: Jakub Wilk <jwilk@debian.org>
Date:   Sun Sep 18 11:59:29 2016 +0200

    debian/rules: Add empty recipe to the profile rule
    
    Fixes:
    
        $ debian/rules profiles
        private/generate-profiles.pl
        dh profiles
        dh: Unknown sequence profiles (choose from: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep)
        debian/rules:114: recipe for target 'profiles' failed
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b8c0706..aa31de9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	PAR_ARGS=-j $(jobs)
 endif
 
-profiles: $(profiles)
+profiles: $(profiles);
 $(profiles): $(allchecks) $(autoreject_data) private/generate-profiles.pl
 	private/generate-profiles.pl
 

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


Reply to: