File: rules

package info (click to toggle)
kdenlive 16.12.2-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 55,340 kB
  • ctags: 8,572
  • sloc: cpp: 99,366; xml: 3,544; ansic: 1,992; sh: 68; makefile: 57
file content (24 lines) | stat: -rwxr-xr-x 470 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
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

EXTRAFLAGS :=
ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)
	EXTRAFLAGS := -DNO_JOGSHUTTLE=YES
endif

%:
	dh $@ --parallel

override_dh_auto_configure:
	dh_auto_configure -- $(EXTRAFLAGS)

override_dh_compress:
	dh_compress -X.docbook

override_dh_install:
	rm -f $(CURDIR)/debian/tmp/usr/share/doc/kde/HTML/*/kdenlive/common
	dh_install --list-missing

override_dh_strip:
	dh_strip --dbg-package=kdenlive-dbg