summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control23
-rw-r--r--debian/copyright66
-rw-r--r--debian/elpa1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
7 files changed, 101 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e7871d5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+debian-el (36.5-1) unstable; urgency=medium
+
+ * Split from emacs-goodies-el source (36.4), and dh-elpafied.
+
+ -- David Bremner <bremner@debian.org> Sat, 9 Jun 2018 12:56:24 -0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7c10c03
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: debian-el
+Section: lisp
+Priority: optional
+Maintainer: David Bremner <bremner@debian.org>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 4.1.3
+
+Package: elpa-debian
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Description: Emacs helpers specific to Debian users
+ This package contains:
+ .
+ apt-sources - major mode for editing Debian sources.list files;
+ apt-utils - interface to APT (Debian package management);
+ debian-bug - an Emacs command to submit a bug report;
+ deb-view - view contents of Debian package, similarly to tar-mode;
+ gnus-BTS - provides buttons for bug numbers seen in Gnus messages;
+ preseed - major mode for editing debian-installer preseed files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a68c893
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,66 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This collection of files was assembled by Roland Mas <lolando@debian.org>
+ from various messages posted on the gnu.emacs.sources newsgroup, as well as
+ from various collections of Emacs Lisp files found on the web. Some
+ authors contacted Roland directly, some users sent me the files by email.
+ Most of them are covered by the GNU GPL, but the individual licences can
+ vary.
+
+Files: *
+Copyright: 2000-2003 Roland Mas <lolando@debian.org>,
+ 2005-2014 Peter S Galbraith <psg@debian.org>
+ 2014 Julian Gilbey <jdg@debian.org>
+License: GPL-2+
+Comment:
+ This covers the debian/* files, and various other glue files written
+ specificially for this package.
+
+Files: elisp/debian-el/apt-sources.el
+Copyright: 2001-2002, Dr. Rafael Sepúlveda <drs@gnulinux.org.mx>
+License: GPL-2+
+
+Files: elisp/debian-el/apt-utils.el
+Copyright: 2002, 03 Matthew P. Hodges
+License: GPL-2+
+
+Files: elisp/debian-el/debian-bug.el
+Copyright: 1998, 1999 Free Software Foundation, Inc.,
+ 2001, 2002 Peter S Galbraith <psg@debian.org>
+License: GPL-2+
+Comment:
+ Author (Up to version 1.7): Francesco Potortì <pot@gnu.org>
+ Maintainer from version 1.8 onwards: Peter S Galbraith <psg@debian.org>
+
+Files: elisp/debian-el/deb-view.el
+Copyright: Rick Macdonald <rickm@vsl.com>
+License: GPL-2+
+
+Files: elisp/debian-el/gnus-BTS.el
+Copyright: 2001 Andreas Fuchs <asf@acm.org>
+License: GPL-2+
+
+Files: elisp/debian-el/preseed.el
+Copyright: 2004 W. Borgert <debacle@debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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 2, 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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/elpa b/debian/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/debian/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e8e22ba
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)