File: rules

package info (click to toggle)
kdenlive 24.12.3-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 100,908 kB
  • sloc: cpp: 191,138; xml: 9,554; ansic: 1,054; python: 514; sh: 334; javascript: 216; makefile: 15
file content (23 lines) | stat: -rwxr-xr-x 424 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
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

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

%:
	dh $@ --with kf6

override_dh_auto_configure:
	dh_auto_configure -Skf6 -- $(EXTRAFLAGS)

override_dh_install:
	dh_install
	rm -rf $(CURDIR)/debian/kdenlive-data/usr/share/doc/Kdenlive/

override_dh_missing:
	dh_missing --list-missing

override_dh_auto_test: