File: rules

package info (click to toggle)
stopmotion 0.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,004 kB
  • sloc: cpp: 16,117; makefile: 9; sh: 1
file content (14 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export QT_SELECT = 5
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_before_dh_auto_test:
	$(MAKE) -C obj-* test-stopmotion

execute_after_dh_installmime:
	mkdir -p debian/stopmotion/usr/lib/mime/packages
	cp stopmotion.mime debian/stopmotion/usr/lib/mime/packages/stopmotion