File: rules

package info (click to toggle)
inosync 0.2.3%2Bgit20120321-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: python: 495; sh: 17; makefile: 10
file content (17 lines) | stat: -rwxr-xr-x 365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

inosync:
	cp inosync.py inosync

inosync.1: inosync
	help2man -N ./inosync -o inosync.1 -n "$(shell sed -n '/^Description: / {s/Description: //; p; }' debian/control)"

override_dh_install: inosync
	$(shell echo $@ | sed 's/^override_//')

override_dh_installman: inosync.1
	$(shell echo $@ | sed 's/^override_//')