File: rules

package info (click to toggle)
metastore 1.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 216 kB
  • sloc: ansic: 1,271; makefile: 363; sh: 74
file content (13 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- V=1

override_dh_auto_install:
	dh_auto_install	-- PREFIX=/usr
	rm debian/metastore/usr/share/doc/metastore/LICENSE.GPLv2