summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-12-13 13:56:56 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-12-13 13:56:56 -0700
commit1e5a297a3c8e3d4acb0419e60b044e90b21ec863 (patch)
tree3411234e6ba6a9cc47ea5c5995399c79c48ce279
parent7ae84dc3257637af7334101456dafe1759c6b68a (diff)
initial Debian packaging
-rw-r--r--debian/compat1
-rw-r--r--debian/control22
-rw-r--r--debian/copyright28
-rw-r--r--debian/docs1
-rw-r--r--debian/elpa1
-rw-r--r--debian/gbp.conf10
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/local-options2
9 files changed, 70 insertions, 0 deletions
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..80d9431
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: emacs-noflet
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Sean Whitton <spwhitton@spwhitton.name>
+Build-Depends: debhelper (>= 9), dh-elpa (>= 0.0.17)
+Standards-Version: 3.9.6
+Homepage: https://github.com/nicferrier/emacs-noflet
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/emacs-noflet.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/emacs-noflet.git/
+
+Package: elpa-noflet
+Architecture: all
+Depends: ${misc:Depends}, emacs, dash-el (>= 1.5.0)
+Built-Using: ${misc:Built-Using}
+Recommends: emacs (>= 46.0)
+Enhances: emacs, emacs24
+Description: Emacs Lisp noflet macro for dynamic, local advice
+ This package provides the Emacs Lisp macro noflet, Nic Ferrier's
+ overriding flet, for fleting functions for the purpose of decorating
+ them. It is a replacement for the deprecated flet macro.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..449e8bb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: emacs-noflet
+Source: https://github.com/nicferrier/emacs-noflet
+
+Files: *
+Copyright: (C) 2013 Nic Ferrier
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2015 Sean Whitton <spwhitton@spwhitton.name>
+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 <http://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/debian/docs b/debian/docs
new file mode 100644
index 0000000..1bd753f
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.creole
diff --git a/debian/elpa b/debian/elpa
new file mode 100644
index 0000000..995deaf
--- /dev/null
+++ b/debian/elpa
@@ -0,0 +1 @@
+noflet.el
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..02eae79
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,10 @@
+[DEFAULT]
+upstream-branch = upstream
+debian-branch = master
+upstream-tag = %(version)s
+debian-tag = debian/%(version)s
+
+#postbuild = lintian $GBP_CHANGES_FILE
+color = on
+compression = xz
+compression-level = 9
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8eb7ccb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --parallel --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)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..93deefb
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+single-debian-patch
+unapply-patches