File: rules

package info (click to toggle)
elscreen 1.4.6-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 696 kB
  • sloc: lisp: 9,177; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

VER=$(DEB_VERSION_UPSTREAM)

%:
	dh $@ --with elpa
override_dh_elpa:
	dh_elpa --emacs-loadpath="/usr/share/emacs/site-lisp/apel"

override_dh_auto_build:
	echo "(define-package \"elscreen\" \"$(VER)\" \"Screen for Emacsen\" '((emacs \"24.1\")))" > elscreen-pkg.el
	dh_auto_build