File: rules

package info (click to toggle)
xinit 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,108 kB
  • sloc: sh: 4,378; ansic: 871; cpp: 484; makefile: 126
file content (20 lines) | stat: -rwxr-xr-x 477 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# debian/rules for the Debian xutils package.

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

%:
	dh $@ --with quilt

override_dh_auto_configure:
	dh_auto_configure -- --with-xinitdir=/etc/X11/xinit \
		             --with-xterm=/usr/bin/xterm

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

override_dh_fixperms:
	dh_fixperms
	chmod 0755 debian/xinit/etc/X11/xinit/xinitrc
	chmod 0755 debian/xinit/etc/X11/xinit/xserverrc