Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ea8ea0e2 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Partially revert "Enhance debian/rules."

This reverts partially revert commit
6994be42.

Tests should not be disabled through the use of
DEB_BUILD_OPTIONS=nocheck.
parent 6994be42
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/make -f
# -*- makefile -*-
# Test suite fails for this release.
export DEB_BUILD_OPTIONS=nocheck
# Hardening flags.
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
......@@ -60,7 +57,8 @@ endif
.PHONY: override_dh_auto_configure \
override_dh_auto_build-indep \
override_dh_strip
override_dh_strip \
override_dh_auto_test
%:
dh $@ --parallel --with pkgkde-symbolshelper
......@@ -78,3 +76,5 @@ override_dh_auto_build-indep:
override_dh_strip:
dh_strip -a --dbg-package=libvisp2-dbg
override_dh_auto_test:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment