File: rules

package info (click to toggle)
exec-path-from-shell-el 2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: lisp: 199; makefile: 24
file content (12 lines) | stat: -rwxr-xr-x 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_build:
	# The upsream Makefile attempts to fetch `package-lint` from melpa,
	# which fails if the network is unavailable.  The only onther thing
	# that the rule does is byte compile as a sanity check, then remove
	# the results of that compilation.  Nothing required here.

.PHONY: override_dh_auto_build