Last change
on this file since 945 was
945,
checked in by hectorgh, 5 years ago
|
adding debian files
|
-
Property svn:executable set to
*
|
File size:
450 bytes
|
Line | |
---|
1 | #!/usr/bin/make -f |
---|
2 | |
---|
3 | LDFLAGS+=-Wl,--as-needed |
---|
4 | |
---|
5 | %: |
---|
6 | dh $@ --with autoreconf --fail-missing |
---|
7 | |
---|
8 | override_dh_autoreconf: |
---|
9 | NOCONFIGURE=1 dh_autoreconf ./autogen.sh |
---|
10 | |
---|
11 | |
---|
12 | override_dh_auto_build: |
---|
13 | dh_auto_build |
---|
14 | ./src/logo-generator --logo data/logo-bare.png --text '16.04 LTS' --output logo.png |
---|
15 | |
---|
16 | override_dh_auto_install: |
---|
17 | dh_auto_install |
---|
18 | cp logo.png debian/unity-greeter/usr/share/unity-greeter/logo.png |
---|
19 | |
---|
20 | override_dh_auto_clean: |
---|
21 | dh_auto_clean |
---|
22 | rm -f logo.png |
---|
Note: See
TracBrowser
for help on using the repository browser.