From 8e2d33d3a5d17531a36e629bcf4c0bc36cbf1cfe Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 2 Nov 2014 20:40:40 +0100 Subject: Imported Upstream version 14.04.10 --- debian/rules | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ff8fb91 --- /dev/null +++ b/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +LDFLAGS+=-Wl,--as-needed + +%: + dh $@ --with autoreconf --fail-missing + +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + + +override_dh_auto_build: + dh_auto_build + ./src/logo-generator --logo data/logo-bare.png --text '14.04 LTS' --output logo.png + +override_dh_auto_install: + dh_auto_install + cp logo.png debian/unity-greeter/usr/share/unity-greeter/logo.png + +override_dh_auto_clean: + dh_auto_clean + rm -f logo.png -- cgit v1.2.3