File: rules

package info (click to toggle)
c-sig 3.8-24
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 144 kB
  • sloc: lisp: 517; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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 \"c-sig\" \"$(VER)\" \"signature tool for GNU Emacs\" '((emacs \"24.1\")))" > c-sig-pkg.el
	dh_auto_build