File: rules

package info (click to toggle)
comprez 2.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 156 kB
  • sloc: sh: 526; makefile: 51
file content (16 lines) | stat: -rwxr-xr-x 275 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

PACKAGE = comprez

override_dh_auto_install:
	install -D -m 755 z \
	$(CURDIR)/debian/$(PACKAGE)/usr/bin/$(PACKAGE)

override_dh_installman:
	install -D -m 644 z.man \
	$(CURDIR)/debian/$(PACKAGE)/usr/share/man/man1/$(PACKAGE).1

%:
	dh $@

# End of file