~ubuntu-branches/debian/sid/tini/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): ChangZhuo Chen (陳昌倬)
  • Date: 2018-04-25 09:52:55 UTC
  • Revision ID: package-import@ubuntu.com-20180425095255-zzq4h6xmxiu52nwa
Tags: 0.18.0-1
Initial release. Closes: #896769

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
3
export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
 
4
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
5
 
 
6
%:
 
7
        dh $@