[SCM] Debian package checker branch, master, updated. 2.4.3-240-g5a62e25
The following commit has been merged in the master branch:
commit 4c8d5bc177c2e055801edfab81a5b40aef8129be
Author: Raphael Geissert <atomo64@gmail.com>
Date: Fri Feb 18 22:54:26 2011 -0600
Revert "Chmod debian/tests g+s to better simulate lintian.d.o's env"
Lintian's laboratory is the one that needs to be sgid.
This reverts commit f4a7cfc2ddc5621ed5708352f573fa8cb625aa13.
diff --git a/debian/changelog b/debian/changelog
index 6a09d3b..1eb162e 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -199,8 +199,6 @@ lintian (2.5.0) UNRELEASED; urgency=low
+ [NT] Replace dh_clean -k with dh_prep.
+ [NT] Add support for skipping the test suite per policy 4.9.1.
Many thanks to David Bremner for the patch.
- + [RG] Chmod the tests directory setgid to better simulate
- lintian.d.o's environment.
* debian/compat:
+ [NT] Bump debhelper comat to 7.
diff --git a/debian/rules b/debian/rules
index cb3575f..4084769 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,6 @@ runtests: $(neededfiles) $(allchecks) $(allcollect) $(tagfiles) $(testfiles)
@echo .... running tests ....
rm -rf debian/tests
mkdir debian/tests
- chmod g+s debian/tests
private/runtests $(onlyrun)
if [ "$(onlyrun)" = "" ]; then touch $@; fi
@@ -37,7 +36,6 @@ check-tag:
fi
rm -rf debian/tests
mkdir debian/tests
- chmod g+s debian/tests
private/runtests -t $(tag)
# this target is only run manually
--
Debian package checker
Reply to: