summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/auto-1.2.8-2-92fee97c0080d92bb0449bf5b10efe9223e6578e-156673494864
-rw-r--r--debian/patches/series1
-rw-r--r--git-modes.el1
-rw-r--r--gitattributes-mode.el1
-rw-r--r--gitconfig-mode.el1
-rw-r--r--gitignore-mode.el1
7 files changed, 72 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index e3055ea..8f3c543 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+emacs-git-modes (1.2.8-2) unstable; urgency=medium
+
+ * Team upload.
+ * Rebuild with current dh-elpa
+
+ -- David Bremner <bremner@debian.org> Sun, 25 Aug 2019 09:09:06 -0300
+
emacs-git-modes (1.2.8-1) unstable; urgency=medium
* New upstream version 1.2.8
diff --git a/debian/patches/auto-1.2.8-2-92fee97c0080d92bb0449bf5b10efe9223e6578e-1566734948 b/debian/patches/auto-1.2.8-2-92fee97c0080d92bb0449bf5b10efe9223e6578e-1566734948
new file mode 100644
index 0000000..a56dbdb
--- /dev/null
+++ b/debian/patches/auto-1.2.8-2-92fee97c0080d92bb0449bf5b10efe9223e6578e-1566734948
@@ -0,0 +1,64 @@
+From: David Bremner <bremner@debian.org>
+Subject: Automatically generated patch (1.2.8-2)
+
+Last (up to) 3 git changes, FYI:
+
+commit 92fee97c0080d92bb0449bf5b10efe9223e6578e
+Author: David Bremner <david@tethera.net>
+Date: Sun Aug 25 09:09:06 2019 -0300
+
+ changelog for rebuild with current dh-elpa
+
+commit 5d598d8ddedd39a3309925c62175dfbca4c12c28
+Author: Lev Lamberov <dogsleg@debian.org>
+Date: Thu Aug 16 17:11:55 2018 +0500
+
+ Release 1.2.8-1
+
+commit fa7fc7bb04137643a601400628842b5e91b32fa7
+Author: Lev Lamberov <dogsleg@debian.org>
+Date: Thu Aug 16 17:07:20 2018 +0500
+
+ Refresh patch to add version number
+---
+
+--- emacs-git-modes-1.2.8.orig/git-modes.el
++++ emacs-git-modes-1.2.8/git-modes.el
+@@ -8,7 +8,6 @@
+ ;; 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.
+--- emacs-git-modes-1.2.8.orig/gitattributes-mode.el
++++ emacs-git-modes-1.2.8/gitattributes-mode.el
+@@ -5,7 +5,6 @@
+ ;; 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.
+--- emacs-git-modes-1.2.8.orig/gitconfig-mode.el
++++ emacs-git-modes-1.2.8/gitconfig-mode.el
+@@ -6,7 +6,6 @@
+ ;; 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.
+--- emacs-git-modes-1.2.8.orig/gitignore-mode.el
++++ emacs-git-modes-1.2.8/gitignore-mode.el
+@@ -6,7 +6,6 @@
+ ;; 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.
diff --git a/debian/patches/series b/debian/patches/series
index 75ce5f6..4025aac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-fix-version.diff
+auto-1.2.8-2-92fee97c0080d92bb0449bf5b10efe9223e6578e-1566734948
diff --git a/git-modes.el b/git-modes.el
index 1a9d863..7a857e2 100644
--- a/git-modes.el
+++ b/git-modes.el
@@ -8,7 +8,6 @@
;; 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.
diff --git a/gitattributes-mode.el b/gitattributes-mode.el
index 1604361..918c236 100644
--- a/gitattributes-mode.el
+++ b/gitattributes-mode.el
@@ -5,7 +5,6 @@
;; 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.
diff --git a/gitconfig-mode.el b/gitconfig-mode.el
index 4d018cf..2b5c274 100644
--- a/gitconfig-mode.el
+++ b/gitconfig-mode.el
@@ -6,7 +6,6 @@
;; 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.
diff --git a/gitignore-mode.el b/gitignore-mode.el
index f135074..7c55356 100644
--- a/gitignore-mode.el
+++ b/gitignore-mode.el
@@ -6,7 +6,6 @@
;; 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.