File: rules

package info (click to toggle)
xtron 1.1a-14.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 320 kB
  • sloc: ansic: 914; makefile: 22
file content (14 lines) | stat: -rwxr-xr-x 370 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

DEB_INSTALL_MANPAGES_xtron := debian/xtron.6

# DEB_DH_INSTALL_CHANGELOGS := CHANGES

binary-post-install/xtron::
	install xtron debian/xtron/usr/games
	cp -p pixmaps/* debian/xtron/usr/share/games/xtron
	cp -p xtronrc debian/xtron/etc/X11/app-defaults/Xtron

include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk