File: rules

package info (click to toggle)
pscan 1.2-9
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 116 kB
  • ctags: 43
  • sloc: ansic: 310; lex: 141; makefile: 17; sh: 1
file content (13 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

DEB_INSTALL_DOCS_ALL       := README
DEB_INSTALL_MANPAGES_pscan := debian/pscan.1
DEB_INSTALL_EXAMPLES_pscan := test.c wu-ftpd.pscan

binary-install/pscan::
	dh_install pscan usr/bin
  
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk