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 40 41 42 43 44 45 46
|
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/git-modes.el
+++ b/git-modes.el
@@ -8,6 +8,7 @@
;; RĂ¼diger Sonderfeld <ruediger@c-plusplus.net>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
;; Homepage: https://github.com/magit/git-modes
+;; Version: 1.2.8
;; Keywords: convenience vc git
;; This file is not part of GNU Emacs.
--- a/gitattributes-mode.el
+++ b/gitattributes-mode.el
@@ -5,6 +5,7 @@
;; Author: RĂ¼diger Sonderfeld <ruediger@c-plusplus.net>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
;; Homepage: https://github.com/magit/git-modes
+;; Version: 1.2.8
;; Keywords: convenience vc git
;; This file is NOT part of GNU Emacs.
--- a/gitconfig-mode.el
+++ b/gitconfig-mode.el
@@ -6,6 +6,7 @@
;; Author: Sebastian Wiesner <lunaryorn@gmail.com>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
;; Homepage: https://github.com/magit/git-modes
+;; Version: 1.2.8
;; Keywords: convenience vc git
;; This file is not part of GNU Emacs.
--- a/gitignore-mode.el
+++ b/gitignore-mode.el
@@ -6,6 +6,7 @@
;; Author: Sebastian Wiesner <lunaryorn@gmail.com>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
;; Homepage: https://github.com/magit/git-modes
+;; Version: 1.2.8
;; Keywords: convenience vc git
;; This file is not part of GNU Emacs.
|