File: rules

package info (click to toggle)
anomaly 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 220 kB
  • sloc: cpp: 404; perl: 81; sh: 43; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@ 

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