minor fixes

This commit is contained in:
Sylvestre Ledru 2014-08-26 09:06:42 +00:00
parent aa16a75a06
commit 379114da54

5
debian/rules vendored
View File

@ -363,9 +363,6 @@ override_dh_strip:
dh_strip -a dh_strip -a
override_dh_install:
dh_install --fail-missing
override_dh_installdeb: override_dh_installdeb:
# Managed by the package # Managed by the package
dh_installdeb -a dh_installdeb -a
@ -378,8 +375,6 @@ override_dh_installdeb:
find $(CURDIR)/debian/llvm-$(LLVM_VERSION)-tools/usr/lib/llvm-$(LLVM_VERSION)/ -name '*.pyc' | xargs -r rm -f find $(CURDIR)/debian/llvm-$(LLVM_VERSION)-tools/usr/lib/llvm-$(LLVM_VERSION)/ -name '*.pyc' | xargs -r rm -f
ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS))) ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
# List of the archs we know we have 100 % tests working # List of the archs we know we have 100 % tests working
ARCH_LLVM_TEST_OK := amd64 i386 ARCH_LLVM_TEST_OK := amd64 i386