File: rules

package info (click to toggle)
vdr-plugin-live 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,120 kB
  • sloc: cpp: 12,806; javascript: 3,184; makefile: 238; sh: 129; awk: 39
file content (26 lines) | stat: -rwxr-xr-x 569 bytes parent folder | download
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
#!/usr/bin/make -f

#DH_VERBOSE=1

PLG_PACKAGE = $(filter-out %-dbg, $(shell dh_listpackages))
DBG_PACKAGE = $(filter %-dbg, $(shell dh_listpackages))

%:
	dh $@ --with vdrplugin

override_dh_auto_build:
	[ -d po.backup ] || cp -r po po.backup
	dh_auto_build

override_dh_auto_install:
	dh_auto_install --destdir=debian/$(PLG_PACKAGE)

override_dh_strip:
	dh_strip --dbgsym-migration='vdr-plugin-live-dbg (<< 2.3.1-2~)'

override_dh_auto_clean:
	dh_auto_clean
	if [ -d po.backup ] ; then rm -rf po; mv po.backup po; fi

get-vcs-snapshot:
	sh debian/get-vcs-snapshot.sh