File: rules

package info (click to toggle)
gtkpod 2.1.5-10
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 19,424 kB
  • sloc: ansic: 51,604; xml: 16,135; sh: 11,916; cpp: 7,545; perl: 1,449; makefile: 1,380; lex: 638; awk: 73; python: 35
file content (22 lines) | stat: -rwxr-xr-x 600 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
#!/usr/bin/make -f
export DH_OPTIONS

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

# Needed with gcc-10, see https://bugs.debian.org/957320
export DEB_CFLAGS_MAINT_APPEND = -fcommon

%:
	dh $@ --with pkgkde_symbolshelper,autoreconf --parallel

override_dh_auto_configure:
	dh_auto_configure -- --disable-plugin-coverweb

override_dh_install:
	rm -f debian/tmp/usr/share/gtkpod/data/COPYING
	rm -f debian/tmp/usr/share/gtkpod/doc/icon-licence.txt
	rm -f debian/tmp/usr/share/gtkpod/scripts/sync-palm-jppy.py
	dh_install

override_dh_strip:
	dh_strip --dbg-package=gtkpod-dbg