File: rules

package info (click to toggle)
ecb 2.32-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 5,236 kB
  • ctags: 1,790
  • sloc: lisp: 24,391; makefile: 143; sh: 57
file content (20 lines) | stat: -rwxr-xr-x 456 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
# rules --- Debian packaging rules for ecb

# Let's use CDBS!

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/buildcore.mk

DEB_EMACS_PRIORITY := 55
DEB_INSTALL_DOCS_ALL := README RELEASE_NOTES
DEB_INSTALL_CHANGELOGS_ALL := NEWS

clean::
	find -depth -noleaf -name .cvsignore -exec rm \{\} \;
	find -depth -noleaf -name klaus.sh -exec rm \{\} \;

build: