From b3a49396bcb89487b59399d50f253092b13f10af Mon Sep 17 00:00:00 2001 From: Lev Lamberov Date: Sun, 25 Aug 2019 14:38:48 -0300 Subject: Add version number This patch adds version numbers to Emacs Lisp files, which are needed for dh-elpa to operate correctly. Gbp-Pq: Name 0001-fix-version.diff --- git-modes.el | 1 + gitattributes-mode.el | 1 + gitconfig-mode.el | 1 + gitignore-mode.el | 1 + 4 files changed, 4 insertions(+) diff --git a/git-modes.el b/git-modes.el index 7a857e2..1a9d863 100644 --- a/git-modes.el +++ b/git-modes.el @@ -8,6 +8,7 @@ ;; RĂ¼diger Sonderfeld ;; Maintainer: Jonas Bernoulli ;; Homepage: https://github.com/magit/git-modes +;; Version: 1.2.8 ;; Keywords: convenience vc git ;; This file is not part of GNU Emacs. diff --git a/gitattributes-mode.el b/gitattributes-mode.el index 918c236..1604361 100644 --- a/gitattributes-mode.el +++ b/gitattributes-mode.el @@ -5,6 +5,7 @@ ;; Author: RĂ¼diger Sonderfeld ;; Maintainer: Jonas Bernoulli ;; Homepage: https://github.com/magit/git-modes +;; Version: 1.2.8 ;; Keywords: convenience vc git ;; This file is NOT part of GNU Emacs. diff --git a/gitconfig-mode.el b/gitconfig-mode.el index 2b5c274..4d018cf 100644 --- a/gitconfig-mode.el +++ b/gitconfig-mode.el @@ -6,6 +6,7 @@ ;; Author: Sebastian Wiesner ;; Maintainer: Jonas Bernoulli ;; Homepage: https://github.com/magit/git-modes +;; Version: 1.2.8 ;; Keywords: convenience vc git ;; This file is not part of GNU Emacs. diff --git a/gitignore-mode.el b/gitignore-mode.el index 7c55356..f135074 100644 --- a/gitignore-mode.el +++ b/gitignore-mode.el @@ -6,6 +6,7 @@ ;; Author: Sebastian Wiesner ;; Maintainer: Jonas Bernoulli ;; Homepage: https://github.com/magit/git-modes +;; Version: 1.2.8 ;; Keywords: convenience vc git ;; This file is not part of GNU Emacs. -- cgit v1.2.3