File: rules

package info (click to toggle)
tint2 17.0.1-1.2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,052 kB
  • sloc: ansic: 31,056; python: 1,774; xml: 497; sh: 309; makefile: 26
file content (14 lines) | stat: -rwxr-xr-x 297 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo

override_dh_auto_install:
	dh_auto_install --destdir=$(CURDIR)/debian/tmp