File: rules

package info (click to toggle)
ussp-push 0.11-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 1,616 kB
  • ctags: 152
  • sloc: sh: 8,913; ansic: 923; xml: 101; makefile: 18
file content (19 lines) | stat: -rwxr-xr-x 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

XSL_MAN=http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl

%:
	dh $@ --with autoreconf

override_dh_auto_build:
	dh_auto_build

	cd $(CURDIR)/debian && \
	    xsltproc $(XSL_MAN) $(CURDIR)/debian/ussp-push.xml
		
override_dh_auto_clean:
	dh_auto_clean
	rm -rf $(CURDIR)/debian/ussp-push.1

override_dh_strip:
	dh_strip -pussp-push --dbg-package=ussp-push-dbg