File: rules

package info (click to toggle)
aoeui 1.4-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 440 kB
  • ctags: 574
  • sloc: ansic: 6,005; makefile: 76; sh: 11
file content (12 lines) | stat: -rwxr-xr-x 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

DEB_MAKE_INSTALL_TARGET  := install INST_DIR=$(CURDIR)/debian/aoeui/usr
DEB_MAKE_CLEAN_TARGET := clobber 
DEB_INSTALL_CHANGELOGS_ALL := LOG

install/aoeui::
	find debian -type f -name "*.txt" -exec chmod 644 {} \;