]> err.no Git - dpkg/commitdiff
Add support for nocheck DEB_BUILD_OPTIONS in debian/rules
authorGuillem Jover <guillem@debian.org>
Sat, 22 Mar 2008 05:09:55 +0000 (07:09 +0200)
committerGuillem Jover <guillem@debian.org>
Sat, 22 Mar 2008 05:09:55 +0000 (07:09 +0200)
So that the dpkg test suite can be skept if desired.

debian/changelog
debian/rules

index 489e9b05e82b15e5afe1c654aab6f91a4e2603bd..31d6cac4f78c232027a280c7ac34ff369e0c501b 100644 (file)
@@ -32,6 +32,8 @@ dpkg (1.14.17) UNRELEASED; urgency=low
   * Few file descriptor cleanup and error handling fixes.
     Thanks to Ian Jackson. Closes: #443338
   * Move test suite invokation to a new check target in debian/rules.
+  * Add support for nocheck DEB_BUILD_OPTIONS in debian/rules, so that the
+    dpkg test suite can be skept if desired.
 
   [ Raphael Hertzog ]
   * Add a warning displayed by dpkg-genchanges if the current version is
index 31a442826d35adab560bd0bf2961bbd7872b5791..03f84d1dbd5361096a8b01257498c83a6bdcc79b 100755 (executable)
@@ -66,7 +66,9 @@ build: build-tree/config.status
 check: build
        dh_testdir
 
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
        cd build-tree && $(MAKE) check
+endif
 
 # Install the package underneath debian/tmp
 install: check