File: rules

package info (click to toggle)
algobox 1.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,052 kB
  • sloc: cpp: 13,997; xml: 53; makefile: 12; sh: 5
file content (17 lines) | stat: -rwxr-xr-x 455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export QT_SELECT=qt5
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

execute_before_dh_installdeb:
	rm $(CURDIR)/debian/algobox/usr/share/algobox/AUTHORS
	rm $(CURDIR)/debian/algobox/usr/share/algobox/CHANGELOG.txt
	rm $(CURDIR)/debian/algobox/usr/share/algobox/COPYING

override_dh_installchangelogs:
	dh_installchangelogs $(CURDIR)/utilities/CHANGELOG.txt