summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2018-08-16 09:11:10 -0300
committerLev Lamberov <dogsleg@debian.org>2018-08-16 09:11:10 -0300
commit56152791a2cb80ef511bf772fcf95723e4cf38a7 (patch)
tree4eb4d518acab0c8c0944e6b3ee8860da35522bee
Import emacs-git-modes_1.2.8-1.debian.tar.xz
[dgit import tarball emacs-git-modes 1.2.8-1 emacs-git-modes_1.2.8-1.debian.tar.xz]
-rw-r--r--changelog40
-rw-r--r--compat1
-rw-r--r--control73
-rw-r--r--copyright43
-rw-r--r--elpa-git-modes.docs1
-rw-r--r--elpa-git-modes.elpa1
-rw-r--r--elpa-gitattributes-mode.elpa1
-rw-r--r--elpa-gitconfig-mode.elpa1
-rw-r--r--elpa-gitignore-mode.elpa1
-rw-r--r--patches/0001-fix-version.diff46
-rw-r--r--patches/series1
-rwxr-xr-xrules9
-rw-r--r--source/format1
-rw-r--r--watch4
14 files changed, 223 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..e3055ea
--- /dev/null
+++ b/changelog
@@ -0,0 +1,40 @@
+emacs-git-modes (1.2.8-1) unstable; urgency=medium
+
+ * New upstream version 1.2.8
+ * d/control: Fix Vcs URLs
+ * d/control: Update Maintainer (to Debian Emacsen team)
+ * d/control: Declare Standards-Version 4.2.0 (no changes needed)
+ * Refresh patch to add a correct version number
+
+ -- Lev Lamberov <dogsleg@debian.org> Thu, 16 Aug 2018 17:11:10 +0500
+
+emacs-git-modes (1.2.7-1) unstable; urgency=medium
+
+ * New upstream version 1.2.7
+ * Refresh version patch
+ * Migrate to dh 11
+ * d/control: Change Vcs-{Browser,Git} URL to salsa.debian.org
+ * d/control: Declare Standards-Version 4.1.3 (no changes needed)
+ * d/control: Remove emacs24 from Enhances
+ * d/rules: Clean rules
+ * d/copyright: Add Source field to d/copyright
+ * d/copyright: Bump copyright years
+
+ -- Lev Lamberov <dogsleg@debian.org> Thu, 29 Mar 2018 13:06:58 +0500
+
+emacs-git-modes (1.2.6-1) unstable; urgency=medium
+
+ * New upstream version 1.2.6
+ * Remove patch applied upstream
+ * Refresh patch to reflect upstream version number
+ * d/control: Bump Standards-Version to 4.1.0 (no changes needed)
+ * d/control: Remove Built-Using fields
+ * d/control: Remove emacs from dependencies
+
+ -- Lev Lamberov <dogsleg@debian.org> Thu, 07 Sep 2017 20:50:43 +0500
+
+emacs-git-modes (1.2.4-1) unstable; urgency=medium
+
+ * Initial release (Closes: #853080)
+
+ -- Lev Lamberov <dogsleg@debian.org> Sun, 29 Jan 2017 18:20:34 +0500
diff --git a/compat b/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+11
diff --git a/control b/control
new file mode 100644
index 0000000..171f10a
--- /dev/null
+++ b/control
@@ -0,0 +1,73 @@
+Source: emacs-git-modes
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
+Uploaders: Lev Lamberov <dogsleg@debian.org>
+Build-Depends: debhelper (>= 11),
+ dh-elpa
+Standards-Version: 4.2.0
+Homepage: https://github.com/magit/git-modes
+Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-git-modes
+Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-git-modes.git
+
+Package: elpa-git-modes
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends},
+ elpa-gitattributes-mode (= ${binary:Version}),
+ elpa-gitconfig-mode (= ${binary:Version}),
+ elpa-gitignore-mode (= ${binary:Version})
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Description: major modes for editing Git configuration files
+ This package provides several major modes for editing Git
+ configuration files. The modes are:
+ .
+ * gitattributes-mode
+ * gitconfig-mode
+ * gitignore-mode
+ .
+ Each mode is defined in its own library by the same name. Loading
+ `git-modes' causes all three libraries to be loaded, but you could
+ also load the libraries individually.
+
+Package: elpa-gitattributes-mode
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends}
+Recommends: emacs (>= 46.0),
+ elpa-git-modes (= ${binary:Version})
+Enhances: emacs,
+ emacs25
+Description: major mode for editing Git configuration files (gitattributes)
+ This package provides major mode for editing `.gitattributes',
+ `.git/info/attributes', and `git/attributes' Git configuration files.
+
+Package: elpa-gitconfig-mode
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends}
+Recommends: emacs (>= 46.0),
+ elpa-git-modes (= ${binary:Version})
+Enhances: emacs,
+ emacs25
+Description: major mode for editing Git configuration files (gitconfig and gitmodules)
+ This package provides major mode for editing `.gitconfig', `.git/config',
+ `git/config', and `.gitmodules' Git configuration files.
+ .
+ `gitconfig-mode' derives from `conf-unix-mode'.
+
+Package: elpa-gitignore-mode
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends}
+Recommends: emacs (>= 46.0),
+ elpa-git-modes (= ${binary:Version})
+Enhances: emacs,
+ emacs25
+Description: major mode for editing Git configuration files (gitignore)
+ This package provides major mode for editing `.gitignore',
+ `.git/info/exclude', and `git/ignore' Git configuration files.
+ .
+ `gitignore-mode' derives from `conf-unix-mode'.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..94b155d
--- /dev/null
+++ b/copyright
@@ -0,0 +1,43 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: git-modes
+Source: https://github.com/magit/git-modes
+
+Files: *
+Copyright: (C) 2012-2018 The Magit Project Contributors
+License: GPL-3+
+
+Files: git-modes.el
+Copyright: (C) 2012-2013 Sebastian Wiesner
+ (C) 2013-2015 Rüdiger Sonderfeld
+ (C) 2012-2018 The Magit Project Contributors
+License: GPL-3+
+
+Files: gitattributes-mode.el
+Copyright: C) 2013-2018 The Magit Project Contributors
+License: GPL-3+
+
+Files: gitconfig-mode.el gitignore-mode.el
+Copyright: (C) 2012-2013 Sebastian Wiesner
+ (C) 2012-2018 The Magit Project Contributors
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2017-2018 Lev Lamberov <dogsleg@debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'
diff --git a/elpa-git-modes.docs b/elpa-git-modes.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/elpa-git-modes.docs
@@ -0,0 +1 @@
+README.md
diff --git a/elpa-git-modes.elpa b/elpa-git-modes.elpa
new file mode 100644
index 0000000..ed55849
--- /dev/null
+++ b/elpa-git-modes.elpa
@@ -0,0 +1 @@
+git-modes.el
diff --git a/elpa-gitattributes-mode.elpa b/elpa-gitattributes-mode.elpa
new file mode 100644
index 0000000..21e200b
--- /dev/null
+++ b/elpa-gitattributes-mode.elpa
@@ -0,0 +1 @@
+gitattributes-mode.el
diff --git a/elpa-gitconfig-mode.elpa b/elpa-gitconfig-mode.elpa
new file mode 100644
index 0000000..9008583
--- /dev/null
+++ b/elpa-gitconfig-mode.elpa
@@ -0,0 +1 @@
+gitconfig-mode.el
diff --git a/elpa-gitignore-mode.elpa b/elpa-gitignore-mode.elpa
new file mode 100644
index 0000000..358ba96
--- /dev/null
+++ b/elpa-gitignore-mode.elpa
@@ -0,0 +1 @@
+gitignore-mode.el
diff --git a/patches/0001-fix-version.diff b/patches/0001-fix-version.diff
new file mode 100644
index 0000000..8381d59
--- /dev/null
+++ b/patches/0001-fix-version.diff
@@ -0,0 +1,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.
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..75ce5f6
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+0001-fix-version.diff
diff --git a/rules b/rules
new file mode 100755
index 0000000..72cdafb
--- /dev/null
+++ b/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
+
+override_dh_auto_build:
+ @echo skipping upstream build
+
+.PHONY: override_dh_auto_build
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644
index 0000000..a4f3d7d
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+version=4
+ opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%emacs-git-modes-$1.tar.gz%" \
+ https://github.com/magit/git-modes/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate