summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2017-02-18 17:16:54 +0500
committerLev Lamberov <dogsleg@debian.org>2017-02-18 17:52:45 +0500
commitef95f779e87348c530124f48bf0c83a8fcef5942 (patch)
tree85d8c97841a4e0d845e8184c9e9cba34b0a89279
parent0d66d2bd414b10fcdb326de50ee6bf8eb87b7cf2 (diff)
Initial packaging
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control29
-rw-r--r--debian/copyright33
-rw-r--r--debian/docs1
-rw-r--r--debian/elpa1
-rwxr-xr-xdebian/rules12
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
9 files changed, 86 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d557d27
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+el-x (0.3.1-1) unstable; urgency=medium
+
+ * Initial release (Closes: #855452)
+
+ -- Lev Lamberov <dogsleg@debian.org> Sat, 18 Feb 2017 17:07:33 +0500
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..26e0222
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: el-x
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Lev Lamberov <dogsleg@debian.org>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 3.9.8
+Homepage: https://github.com/sigma/el-x
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/el-x.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/el-x.git
+
+Package: elpa-el-x
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends},
+ emacsen-common (>= 2.0.8)
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs24,
+ emacs25
+Built-Using: ${misc:Built-Using}
+Description: Emacs Lisp extensions
+ This package provides several Emacs Lisp extensions. Content:
+ .
+ * dflet.el: defines the `dflet' macro, to provide the historic behavior of
+ `flet', a global and dynamic temporary function (re)definition tool.
+ .
+ * subr-compat.el: stubs `declare-function' for older Emacs
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e5de6c7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: el-x
+Source: https://github.com/sigma/el-x
+
+Files: *
+Copyright: (C) 2012 Yann Hodique <yann.hodique@gmail.com>
+License: GPL-2+
+
+Files: lisp/dflet.el
+Copyright: (C) 2012 Yann Hodique <yann.hodique@gmail.com>
+ (C) 1993, 2001-2012 Free Software Foundation, Inc.
+License: GPL-2+
+
+Files: debian/*
+Copyright: (C) 2017 Lev Lamberov <dogsleg@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 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 <https://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/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/elpa b/debian/elpa
new file mode 100644
index 0000000..2c3df1d
--- /dev/null
+++ b/debian/elpa
@@ -0,0 +1 @@
+lisp/*.el
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3caaf24
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+include /usr/share/dpkg/pkg-info.mk
+export DEB_VERSION_UPSTREAM
+
+%:
+ dh $@ --with elpa
+
+override_dh_auto_build:
+ @echo skipping upstream build
+
+.PHONY: override_dh_auto_build
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/watch b/debian/watch
new file mode 100644
index 0000000..77a21ee
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/el-x-$1\.tar\.gz/ \
+ https://github.com/sigma/el-x/tags .*/v?(\d\S*)\.tar\.gz