File: 0001-fix-version.diff

package info (click to toggle)
emacs-git-modes 1.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 200 kB
  • sloc: lisp: 568; makefile: 54
file content (36 lines) | stat: -rw-r--r-- 1,193 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
From: Lev Lamberov <dogsleg@debian.org>
Subject: Add version number

This patch adds version numbers to Emacs Lisp files, which are needed
for dh-elpa to operate correctly.

--- a/gitattributes-mode.el
+++ b/gitattributes-mode.el
@@ -6,6 +6,7 @@
 ;; Author: RĂ¼diger Sonderfeld <ruediger@c-plusplus.net>
 ;; Maintainer: Jonas Bernoulli <emacs.git-modes@jonas.bernoulli.dev>
 ;; Homepage: https://github.com/magit/git-modes
+;; Version: 1.4.5
 ;; Keywords: convenience vc git
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
--- a/gitconfig-mode.el
+++ b/gitconfig-mode.el
@@ -6,6 +6,7 @@
 ;; Author: Sebastian Wiesner <lunaryorn@gmail.com>
 ;; Maintainer: Jonas Bernoulli <emacs.git-modes@jonas.bernoulli.dev>
 ;; Homepage: https://github.com/magit/git-modes
+;; Version: 1.4.5
 ;; Keywords: convenience vc git
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
--- a/gitignore-mode.el
+++ b/gitignore-mode.el
@@ -6,6 +6,7 @@
 ;; Author: Sebastian Wiesner <lunaryorn@gmail.com>
 ;; Maintainer: Jonas Bernoulli <emacs.git-modes@jonas.bernoulli.dev>
 ;; Homepage: https://github.com/magit/git-modes
+;; Version: 1.4.5
 ;; Keywords: convenience vc git
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later