File: fix-makefile-generic1-version.patch

package info (click to toggle)
euslisp 9.31%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 55,448 kB
  • sloc: ansic: 41,610; lisp: 3,339; makefile: 286; sh: 238; asm: 138; python: 53
file content (25 lines) | stat: -rw-r--r-- 636 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
22
23
24
25
Description: Fix Makefile.generic1
 Forget to update VERSION in Makefile.generic1, already fixed in upstream
 https://github.com/euslisp/EusLisp/pull/517
 .
 euslisp (9.31-1) unstable; urgency=medium
 .
Author: Kei Okada <kei.okada@gmail.com>

---
Origin: other
Reviewed-By: Kei Okada <kei.okada@gmail.com>
Last-Update: 2023-05-02

diff --git a/lisp/Makefile.generic1 b/lisp/Makefile.generic1
index fda6a8c..8920c23 100644
--- a/lisp/Makefile.generic1
+++ b/lisp/Makefile.generic1
@@ -28,6 +28,6 @@ TOOLDIR=tool
 XWINDOWDIR=xwindow
 GLDIR=opengl/src
 GLINCLUDE=-I/usr/local/Mesa/include/
-VERSION=9.30
+VERSION=9.31
 XVERSION=X_V11R6