Source: tbb
Version: 3.0+r147-1
Severity: minor

With the attached patch debian/rules does not ignore "make clean" errors anymore.

--
Jakub Wilk
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) clean
+	$(MAKE) clean
 	dh_clean 
 
 install: build
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
--- a/debian/source.lintian-overrides
+++ b/debian/source.lintian-overrides
@@ -1,4 +1,2 @@
-# The package does not use autotools and depends on obsolete commands
-tbb source: debian-rules-ignores-make-clean-error
 # The download site is broken and cannot be scanned by uscan
 tbb source: debian-watch-file-is-missing

Reply via email to