[SCM] Debian package checker branch, vendor-profile, updated. 2.5.1-35-g5402547
The following commit has been merged in the vendor-profile branch:
commit 5402547d740f253eb66baf4c44b59f337d9bf8cc
Author: Niels Thykier <niels@thykier.net>
Date: Thu Jun 23 16:01:05 2011 +0200
Removed profile building from build and runtests target deps
diff --git a/debian/rules b/debian/rules
index add2937..7749b3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ profiles: $(profiles)
$(profiles): $(allchecks) private/generate-profiles.pl
LINTIAN_ROOT='.' private/generate-profiles.pl
-runtests: $(neededfiles) $(allchecks) $(allcollect) $(tagfiles) $(testfiles) $(profiles)
+runtests: $(neededfiles) $(allchecks) $(allcollect) $(tagfiles) $(testfiles)
@echo .... running tests ....
rm -rf debian/tests
mkdir debian/tests
@@ -54,7 +54,7 @@ refresh-perl-provides:
perl private/refresh-perl-provides > $(perlprovides)
build-arch build-indep build: build-stamp
-build-stamp: $(neededfiles) $(docsource) $(testtarget) $(profiles)
+build-stamp: $(neededfiles) $(docsource) $(testtarget)
@echo .... running build ....
dh_testdir
cd doc && LANG=C docbook2html -V "%use-id-as-filename%" -o lintian.html lintian.xml
--
Debian package checker
Reply to: