~jderose/+junk/couchdb-1.6.0-packaging-artful

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Jason Gerard DeRose
  • Date: 2017-09-28 18:51:10 UTC
  • Revision ID: jason@system76.com-20170928185110-f5cxi9j6mvctzdkr
debian/rules: to get build working, export DEB_CFLAGS_MAINT_APPEND=-w

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
 
3
export DEB_CFLAGS_MAINT_APPEND=-w
 
4
 
3
5
%:
4
6
        dh $@ --with autoreconf,systemd
5
7