File: fix-versions.patch

package info (click to toggle)
treemacs 2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,992 kB
  • sloc: lisp: 10,707; python: 188; makefile: 39
file content (39 lines) | stat: -rw-r--r-- 1,339 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Description: fix version of support packages
Author: Martin <debacle@debian.org>
Origin: vendor
Last-Update: 2021-07-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/extra/treemacs-evil.el
+++ b/src/extra/treemacs-evil.el
@@ -4,7 +4,7 @@
 
 ;; Author: Alexander Miller <alexanderm@web.de>
 ;; Package-Requires: ((emacs "25") (evil "1.2.12") (treemacs "0.0"))
-;; Version: 0
+;; Version: 2.8
 ;; Homepage: https://github.com/Alexander-Miller/treemacs
 
 ;; This program is free software; you can redistribute it and/or modify
--- a/src/extra/treemacs-magit.el
+++ b/src/extra/treemacs-magit.el
@@ -4,7 +4,7 @@
 
 ;; Author: Alexander Miller <alexanderm@web.de>
 ;; Package-Requires: ((emacs "25.2") (treemacs "0.0") (pfuture "1.3" ) (magit "2.90.0"))
-;; Version: 0
+;; Version: 2.8
 ;; Homepage: https://github.com/Alexander-Miller/treemacs
 
 ;; This program is free software; you can redistribute it and/or modify
--- a/src/extra/treemacs-projectile.el
+++ b/src/extra/treemacs-projectile.el
@@ -4,7 +4,7 @@
 
 ;; Author: Alexander Miller <alexanderm@web.de>
 ;; Package-Requires: ((emacs "25.2") (projectile "0.14.0") (treemacs "0.0"))
-;; Version: 0
+;; Version: 2.8
 ;; Homepage: https://github.com/Alexander-Miller/treemacs
 
 ;; This program is free software; you can redistribute it and/or modify