File: rules

package info (click to toggle)
xtrans 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,092 kB
  • sloc: ansic: 4,732; sh: 3,996; xml: 1,182; makefile: 38
file content (22 lines) | stat: -rwxr-xr-x 572 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
#!/usr/bin/make -f
# debian/rules for the Debian xtrans-dev package.
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>
# Copyright © 2005 Daniel Stone <daniel@fooishbar.org>
# Copyright © 2005 David Nusinow <dnusinow@debian.org>

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_auto_configure:
	dh_auto_configure -- \
		--libdir=/usr/lib \
		--docdir=/usr/share/doc/xtrans-dev \
		--with-xmlto \
		--without-fop \

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

%:
	dh $@ --with quilt \
		--builddirectory=build/