File: rules

package info (click to toggle)
emacs-jabber 0.8.92%2Bgit98dc8e-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,032 kB
  • sloc: lisp: 12,234; makefile: 71; sh: 1
file content (13 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

PKG_VER = 0.8.92

%:
	dh $@ --with elpa

override_dh_autoreconf:

override_dh_auto_build:
	sed "s|@""PACKAGE_VERSION@""|$(PKG_VER)|" < \
	$(CURDIR)/jabber-pkg.el.in > \
	$(CURDIR)/jabber-pkg.el