File: rules

package info (click to toggle)
timemon.app 4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 584 kB
  • ctags: 43
  • sloc: objc: 698; ansic: 161; makefile: 23; sh: 9
file content (32 lines) | stat: -rwxr-xr-x 893 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

include /usr/share/GNUstep/debian/config.mk
d_app := $(CURDIR)/debian/timemon.app
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
optim := debug=yes
endif

%:
	dh $@

override_dh_auto_build:
	$(MAKE) $(optim) messages=yes $(shell dpkg-buildflags --export=cmdline)
	convert TimeMon.tiff -resize 32x32 TimeMon.xpm

override_dh_clean:
	$(RM) -r shared_obj
	dh_clean TimeMon.xpm

override_dh_link:
	dh_gnustep
	dh_installdirs usr/share/GNUstep
	rm $(d_app)$(GNUSTEP_SYSTEM_APPS)/*.app/Resources/*.desktop
	mv $(d_app)$(GNUSTEP_SYSTEM_APPS)/TimeMon.app/Resources \
	  $(d_app)/usr/share/GNUstep/TimeMon.app
	dh_link /usr/share/GNUstep/TimeMon.app \
	  $(GNUSTEP_SYSTEM_APPS)/TimeMon.app/Resources