File: rules

package info (click to toggle)
muse-el 3.20%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,808 kB
  • ctags: 1,068
  • sloc: lisp: 12,366; perl: 350; makefile: 221; python: 106; sh: 16
file content (18 lines) | stat: -rwxr-xr-x 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

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

%:
	dh $@ --with elpa

override_dh_auto_build:
	make examples
	make autoloads

override_dh_installchangelogs:
	cat ChangeLog ChangeLog.5 ChangeLog.4 ChangeLog.3 ChangeLog.2 ChangeLog.1 > debian/.debhelper/changelog
	dh_installchangelogs debian/.debhelper/changelog

override_dh_compress:
	dh_compress -X.pdf