File: rules

package info (click to toggle)
multimail 0.52-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 1,040 kB
  • sloc: cpp: 16,140; ansic: 82; makefile: 79
file content (17 lines) | stat: -rwxr-xr-x 398 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
# debian/rules for multimail

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Flag updates
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
DEBUG=1

%:
	dh $@

override_dh_installchangelogs:
	dh_installchangelogs --keep HISTORY.md