File: use-debian-elpa-package-lint.patch

package info (click to toggle)
page-break-lines-el 0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 228 kB
  • sloc: lisp: 174; makefile: 42
file content (21 lines) | stat: -rw-r--r-- 730 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Use Debians elpa-package-lint
Author: Martin <debacle@debian.org>
Origin: vendor
Last-Update: 2021-07-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
@@ -17,10 +17,10 @@
 all: compile package-lint clean-elc
 
 package-lint:
-	${EMACS} -Q --eval ${INIT_PACKAGES} -batch -f package-lint-batch-and-exit page-break-lines.el
+	${EMACS} -q --no-splash --eval "(require 'package-lint)" -batch -f package-lint-batch-and-exit page-break-lines.el
 
 compile: clean-elc
-	${EMACS} -Q --eval ${INIT_PACKAGES} -L . -batch -f batch-byte-compile *.el
+	${EMACS} -q --no-splash --eval "(require 'package-lint)" -L . -batch -f batch-byte-compile *.el
 
 clean-elc:
 	rm -f f.elc