File: rules

package info (click to toggle)
diffpdf 2.1.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 628 kB
  • ctags: 312
  • sloc: cpp: 3,366; makefile: 9
file content (17 lines) | stat: -rwxr-xr-x 270 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
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_auto_build:
	qmake-qt4 diffpdf.pro
	for i in *.ts; do \
		lrelease $$i; \
	done
	dh_auto_build

%:
	dh $@