~ubuntu-branches/debian/experimental/osmo-hlr/experimental

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Thorsten Alteholz
  • Date: 2017-12-13 19:05:39 UTC
  • Revision ID: package-import@ubuntu.com-20171213190539-ixz6k575msbpuled
Tags: 0.1.0-1
Initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
#export DH_VERBOSE=1
 
4
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
5
 
 
6
%:
 
7
        dh $@ --with autoreconf
 
8
 
 
9
override_dh_shlibdeps:
 
10
        dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
 
11
 
 
12
# Print test results in case of a failure
 
13
override_dh_auto_test:
 
14
        dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)