File: rules

package info (click to toggle)
weechat-el 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 372 kB
  • sloc: lisp: 4,161; makefile: 60
file content (12 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk

%:
	dh $@ --with elpa

override_dh_auto_build:
	make VERSION=$(DEB_VERSION_UPSTREAM)

override_dh_auto_clean:
	rm -rf weechat-*.tar weechat-*/
	make clean