summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHilko Bengen <bengen@debian.org>2017-08-03 04:16:05 +0800
committerHilko Bengen <bengen@debian.org>2017-08-03 04:16:05 +0800
commitbb2f36443da3909b67e21269df584da9efa88daf (patch)
tree5a20c7bf5e3029f0c656da1bf52ec81616a59442
Import go-mode.el_1.5.0-1.debian.tar.xz
[dgit import tarball go-mode.el 3:1.5.0-1 go-mode.el_1.5.0-1.debian.tar.xz]
-rw-r--r--changelog44
-rw-r--r--compat1
-rw-r--r--control29
-rw-r--r--copyright51
-rw-r--r--docs1
-rw-r--r--elpa-go-mode.elpa1
-rwxr-xr-xrules4
-rw-r--r--source/format1
-rw-r--r--watch2
9 files changed, 134 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..bbfe80e
--- /dev/null
+++ b/changelog
@@ -0,0 +1,44 @@
+go-mode.el (3:1.5.0-1) unstable; urgency=medium
+
+ * New upstream version 1.5.0
+ * Modernize package, switch to elpa
+
+ -- Hilko Bengen <bengen@debian.org> Wed, 02 Aug 2017 22:16:05 +0200
+
+go-mode.el (3:1.4.0-2) unstable; urgency=medium
+
+ * Do not build for emacs < 24 (Closes: #825149)
+
+ -- Hilko Bengen <bengen@debian.org> Tue, 24 May 2016 08:02:40 +0200
+
+go-mode.el (3:1.4.0-1) unstable; urgency=medium
+
+ * New upstream version
+ * Bump Standards-Version
+
+ -- Hilko Bengen <bengen@debian.org> Wed, 18 May 2016 21:31:44 +0200
+
+go-mode.el (3:1.3.1-1) unstable; urgency=medium
+
+ * Imported Upstream version 1.3.1
+
+ -- Hilko Bengen <bengen@debian.org> Tue, 21 Jul 2015 15:30:52 +0200
+
+go-mode.el (3:1.3.0-3) unstable; urgency=medium
+
+ * Disabled byte-compiling for older Emacs versions as was done before
+ (Closes: #788166)
+
+ -- Hilko Bengen <bengen@debian.org> Wed, 10 Jun 2015 00:59:31 +0200
+
+go-mode.el (3:1.3.0-2) unstable; urgency=medium
+
+ * Removed boilerplate (comments) from debian/copyright
+
+ -- Hilko Bengen <bengen@debian.org> Mon, 08 Jun 2015 22:36:15 +0200
+
+go-mode.el (3:1.3.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #786928)
+
+ -- Hilko Bengen <bengen@debian.org> Sat, 30 May 2015 21:59:49 +0200
diff --git a/compat b/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+10
diff --git a/control b/control
new file mode 100644
index 0000000..467569a
--- /dev/null
+++ b/control
@@ -0,0 +1,29 @@
+Source: go-mode.el
+Section: lisp
+Priority: optional
+Maintainer: Hilko Bengen <bengen@debian.org>
+Build-Depends: debhelper (>= 10), dh-elpa,
+Standards-Version: 4.0.0
+Homepage: https://github.com/dominikh/go-mode.el
+Vcs-Git: git://anonscm.debian.org/collab-maint/go-mode.el.git
+Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/go-mode.el.git;a=summary
+
+Package: elpa-go-mode
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends},
+Built-Using: ${misc:Built-Using}
+Replaces: golang-mode (<< 1.5.0)
+Breaks: golang-mode (<< 1.5.0)
+Recommends: golang-golang-x-tools
+Description: Emacs mode for editing Go code
+ This package provides a GNU Emacs major mode for editing code in
+ the Go programming language.
+
+Package: golang-mode
+Architecture: all
+Section: oldlibs
+Priority: extra
+Depends: ${misc:Depends}, elpa-go-mode
+Description: Emacs mode for editing Go code -- transitional package
+ This is a transitional package for elpa-go-mode and can be safely
+ removed after installation.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..c473428
--- /dev/null
+++ b/copyright
@@ -0,0 +1,51 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: go-mode.el
+Source: https://github.com/dominikh/go-mode.el
+
+Files: *
+Copyright: 2014 The go-mode Authors
+License: BSD-3-clasue
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following disclaimer
+ in the documentation and/or other materials provided with the
+ distribution.
+ * Neither the name of the copyright holder nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2015 Hilko Bengen <bengen@debian.org>
+License: GPL-2+
+ This package 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 2 of the License, or
+ (at your option) any later version.
+ .
+ This package 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 <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/docs b/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+README.md
diff --git a/elpa-go-mode.elpa b/elpa-go-mode.elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/elpa-go-mode.elpa
@@ -0,0 +1 @@
+*.el
diff --git a/rules b/rules
new file mode 100755
index 0000000..e8e22ba
--- /dev/null
+++ b/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
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..c7c7f16
--- /dev/null
+++ b/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/dominikh/go-mode.el/releases .*/archive/v(\d\..*)\.tar\.gz