summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-06-09 13:11:13 -0300
committerDavid Bremner <david@tethera.net>2018-06-09 13:11:13 -0300
commit0574a85ad127678b3632e72e6d24f06821db10de (patch)
tree2f59cbf7959910c1d1694c9d1be5d0e93d0dbda3
parent8b3c0989199cb68dfe3e547896a95da40bd8ae7f (diff)
initial (re)-debianization
From dh_make_elpa, with the old copyright file
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control22
-rw-r--r--debian/copyright60
-rw-r--r--debian/elpa1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
7 files changed, 94 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..57645f7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+dpkg-dev-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:13:02 -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..f68493c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: dpkg-dev-el
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 4.1.3
+
+Package: elpa-dpkg-dev
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Description: Emacs helpers specific to Debian development
+ This package contains:
+ .
+ debian-bts-control - builds control@bugs.debian.org email messages;
+ debian-changelog-mode - a helper mode for Debian changelogs;
+ debian-control-mode - a helper mode for debian/control files;
+ debian-copyright - major mode for Debian package copyright files;
+ readme-debian - major mode for editing README.Debian files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a01ede2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,60 @@
+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/dpkg-dev-el/debian-bts-control.el
+Copyright: 2003 Peter S Galbraith
+License: GPL-2+
+
+Files: elisp/dpkg-dev-el/debian-changelog-mode.el
+Copyright: 1996 Ian Jackson, 1997 Klee Dienes, 1999 Chris Waters,
+ 2000 Peter S Galbraith
+License: GPL-2+
+
+Files: elisp/dpkg-dev-el/debian-control-mode.el
+Copyright: 2001 Free Software Foundation, Inc.
+License: GPL-2+
+Comment: Author: Colin Walters <walters@debian.org>
+
+Files: elisp/dpkg-dev-el/debian-copyright.el
+Copyright: 2002, 2003 Junichi Uekawa <dancer@netfort.gr.jp>
+License: GPL-2+
+
+Files: elisp/dpkg-dev-el/readme-debian.el
+Copyright: 2002 Junichi Uekawa <dancer@netfort.gr.jp>
+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)