File: rules

package info (click to toggle)
qstardict 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,872 kB
  • sloc: cpp: 6,962; xml: 77; makefile: 6; sh: 2
file content (14 lines) | stat: -rwxr-xr-x 406 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

include /usr/share/dpkg/architecture.mk

%:
	dh $@ --buildsystem=qmake6

execute_after_dh_auto_install:
	# upstream ships COPYING file which is a copy of GPL-2 license.
        # This file is available in /usr/share/common-licenses folder.
	# Let's remove it to make lintian happy
	rm -f debian/qstardict/usr/share/doc/qstardict/COPYING