File: rules

package info (click to toggle)
clog 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 2,744 kB
  • sloc: cpp: 8,669; makefile: 10
file content (17 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ 

override_dh_auto_install:
	cp $(CURDIR)/doc/man/clog.1.in debian/clog.1
	dh_auto_install
	rm -f $(TMP)/usr/share/doc/clog/COPYING \
	      $(TMP)/usr/share/doc/clog/INSTALL