File: rules

package info (click to toggle)
x11proto-randr 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 852 kB
  • ctags: 1,021
  • sloc: sh: 3,357; ansic: 1,078; makefile: 23
file content (22 lines) | stat: -rwxr-xr-x 655 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 x11proto-randr-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

PACKAGE = x11proto-randr-dev

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

override_dh_auto_configure:
	dh_auto_configure -- --docdir=\$${datadir}/doc/$(PACKAGE) --libdir=\$${prefix}/share

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

override_dh_install:
	dh_install --sourcedir=debian/tmp --fail-missing