File: rules

package info (click to toggle)
dns-browse 1.9-8.3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: tcl: 1,235; perl: 658; sh: 152; makefile: 67
file content (17 lines) | stat: -rwxr-xr-x 399 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

package=dns-browse

%:
	dh $@

override_dh_auto_build: debian/dns_browse.1 debian/dns_tree.1

debian/dns_browse.1: debian/dns_browse.sgml
	docbook-to-man debian/dns_browse.sgml >debian/dns_browse.1

debian/dns_tree.1: debian/dns_tree.sgml
	docbook-to-man debian/dns_tree.sgml >debian/dns_tree.1

source diff:
	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false