File: rules

package info (click to toggle)
html2text 2.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,908 kB
  • sloc: cpp: 5,118; yacc: 885; sh: 711; makefile: 79
file content (12 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
DPKG_EXPORT_BUILDTOOLS = 1
include /usr/share/dpkg/default.mk
include /usr/share/dpkg/buildflags.mk
include /usr/share/dpkg/buildtools.mk
include /usr/share/dpkg/architecture.mk

%:
	dh $@