File: rules

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

PKG_VER = 0.8.92

%:
	dh $@ --parallel --with elpa

override_dh_autoreconf:

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