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

[SCM] Debian package checker branch, master, updated. 2.4.3-236-gf4a7cfc



The following commit has been merged in the master branch:
commit f4a7cfc2ddc5621ed5708352f573fa8cb625aa13
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Fri Feb 18 20:41:25 2011 -0600

    Chmod debian/tests g+s to better simulate lintian.d.o's env
    
    * debian/rules:
      + [RG] Chmod the tests directory setgid to better simulate
        lintian.d.o's environment.

diff --git a/debian/changelog b/debian/changelog
index 1eb162e..6a09d3b 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -199,6 +199,8 @@ 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 4084769..cb3575f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,7 @@ 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
 
@@ -36,6 +37,7 @@ 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: