~ubuntu-core-dev/update-notifier/ubuntu

9 by michiels
Added debian/ dir.
1
#!/usr/bin/make -f
532 by Loïc Minier
Move to debhelper 7 by calling dh_auto_* where possible and replacing some
2
export CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
3
export LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
520 by Loïc Minier
Only pass --host to configure if DEB_BUILD_GNU_TYPE and DEB_HOST_GNU_TYPE
4
536 by Loïc Minier
Finish move to debhelper 7
5
%:
532 by Loïc Minier
Move to debhelper 7 by calling dh_auto_* where possible and replacing some
6
	dh $@