Skip to content

Commit c8a998d

Browse files
committed
override_dh_auto_build to prevent from running tests when 'building'
1 parent acda77a commit c8a998d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

debian/rules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/make -f
22
build-indep:
33

4+
override_dh_auto_build:
5+
46
%:
57
dh $@

0 commit comments

Comments
 (0)