Commit 9f0ead66 authored by Andreas Tille's avatar Andreas Tille
Browse files

When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected

parent 17cf7059
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -20,5 +20,12 @@ include /usr/share/dpkg/default.mk
%:
	dh $@

### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
#override_dh_auto_test:
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
#	do_stuff_for_testing
#endif

### If you **really** can not use uscan (even not with mode=git) use a debian/get-orig-script
#get-orig-source:
#	. debian/get-orig-source