File: rules

package info (click to toggle)
cpipe 3.0.1-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: ansic: 795; makefile: 21
file content (15 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

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

#LDFLAGS += --as-needed
#CFLAGS += -Wl,--as-needed

%:
	dh $@

override_dh_auto_install:
	$(MAKE) install BINDIR=$(CURDIR)/debian/cpipe/usr/bin MANDIR=$(CURDIR)/debian/cpipe/usr/share/man/man1