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

1
2
3
4
5
6
#!/usr/bin/make -f
export CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
export LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed

%:
	dh $@