File: rules

package info (click to toggle)
solarized-emacs 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 776 kB
  • sloc: lisp: 3,404; python: 53; sh: 51; ruby: 40; makefile: 37; haskell: 25; perl: 23; ansic: 21; php: 18; javascript: 15; java: 9
file content (9 lines) | stat: -rwxr-xr-x 130 bytes parent folder | download | duplicates (25)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_build:
	@echo skipping upstream build

.PHONY: override_dh_auto_build