From 85336bc44d6036d12a50ee2ecfe222f1034fcbbf Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 9 Jun 2018 13:20:30 -0300 Subject: initial (re)-debianization From dh_make_elpa, with the old copyright file --- debian/changelog | 5 ++++ debian/compat | 1 + debian/control | 23 ++++++++++++++++++ debian/copyright | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/elpa | 1 + debian/rules | 4 ++++ debian/source/format | 1 + 7 files changed, 101 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/elpa create mode 100755 debian/rules create mode 100644 debian/source/format (limited to 'debian') 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 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 +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 + 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 , + 2005-2014 Peter S Galbraith + 2014 Julian Gilbey +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 +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 +License: GPL-2+ +Comment: + Author (Up to version 1.7): Francesco Potortì + Maintainer from version 1.8 onwards: Peter S Galbraith + +Files: elisp/debian-el/deb-view.el +Copyright: Rick Macdonald +License: GPL-2+ + +Files: elisp/debian-el/gnus-BTS.el +Copyright: 2001 Andreas Fuchs +License: GPL-2+ + +Files: elisp/debian-el/preseed.el +Copyright: 2004 W. Borgert +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) -- cgit v1.2.3