File: rules

package info (click to toggle)
pkgsync 1.28%2Bnmu1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: sh: 119; makefile: 24
file content (29 lines) | stat: -rwxr-xr-x 471 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/usr/bin/make -f


build:
build-arch:
build-indep:
clean:
	dh_testdir
	dh_testroot
	dh_clean

binary-arch:
binary-indep:
	dh_testdir
	dh_testroot
	dh_install pkgsync /usr/sbin/
	dh_install nightly-pkgsync /etc/cron.daily/
	dh_installchangelogs
	dh_installdocs
	dh_installman
	dh_compress -XREADME.Debian
	dh_fixperms
	dh_installdeb
	dh_gencontrol
	dh_md5sums
	dh_builddeb

binary: binary-indep
.PHONY: build build-arch build-indep clean binary-indep binary-arch binary