File: rules

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

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

VER=$(DEB_VERSION_UPSTREAM)

%:
	dh  $@ --with elpa

override_dh_auto_build:
	echo "(define-package \"xcite\" \"$(VER)\" \"Exciting cite utility for Emacsen\" '((emacs \"24.1\")))" > xcite-pkg.el
	dh_auto_build