File: rules

package info (click to toggle)
xcfa 4.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,604 kB
  • ctags: 3,592
  • sloc: ansic: 41,508; sh: 4,380; makefile: 116; sed: 16
file content (21 lines) | stat: -rwxr-xr-x 455 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

export LDFLAGS+=-Wl,--as-needed

%:
	dh $@ --parallel --with autotools_dev

override_dh_auto_configure:
	dh_auto_configure -- --enable-debug

override_dh_auto_install:
	dh_auto_install
	cd $(CURDIR)/debian/tmp/usr/share/ && rm -f \
		app-install/desktop/xcfa.desktop
	find $(CURDIR)/debian/tmp/ -type d -empty -delete

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog

override_dh_strip:
	dh_strip --dbg-package=xcfa-dbg