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

[SCM] Debian package checker branch, master, updated. 2.4.3-162-g262e34f



The following commit has been merged in the master branch:
commit 262e34fe5bb5a2fcc515e8c47aa1762cb10fa4ad
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Wed Jan 26 00:29:52 2011 -0600

    Fix file paths in debian/rules
    
    Some of the wildcards used to obtain the list of target files have been
    out of date for at least two years.

diff --git a/debian/rules b/debian/rules
index 805cfff..92ee8d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,11 +5,12 @@ PERL ?= /usr/bin/perl
 VER := $(shell head -1 debian/changelog | sed -e 's/^.*(//' -e 's/).*$$//')
 tmp := $(CURDIR)/debian/lintian
 neededfiles := debian/rules frontend/lintian
-docsource := doc/lintian.sgml doc/README.in
+docsource := doc/lintian.sgml doc/README.in man/lintian.pod.in \
+	     man/lintian-info.pod
 allchecks := $(wildcard checks/*)
 allcollect := $(wildcard collection/*)
-tagfiles := $(wildcard testset/tags.* t/*/tags)
-testfiles := $(wildcard t/tests/*.desc)
+tagfiles := $(wildcard testset/tags.* t/*/*/tags)
+testfiles := $(wildcard t/tests/*/*.desc)
 perlprovides := data/fields/perl-provides
 onlyrun =
 tag =

-- 
Debian package checker


Reply to: