File: rules

package info (click to toggle)
liborigin2 2%3A20110117-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 672 kB
  • sloc: cpp: 10,621; makefile: 12
file content (22 lines) | stat: -rwxr-xr-x 370 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
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export QT_SELECT=qt5

%:
	dh $@

override_dh_auto_configure:
	cp debian/tree.hh .
	qmake

#override_dh_auto_install:
#	$(MAKE) INSTALL_ROOT=$(CURDIR)/debian/tmp install

override_dh_auto_install:
	dh_install --list-missing

override_dh_auto_clean:
	[ ! -f Makefile ] || $(MAKE) distclean
	rm -f tree.hh