summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2018-05-31 12:52:55 -0300
committerLev Lamberov <dogsleg@debian.org>2018-05-31 12:52:55 -0300
commit37ecb543e35eaae2ab47956d65323b5d96c1f84d (patch)
tree06b56b60619b940265a7611303df95575ccb27c0
Import emacs-web-server_1.5.1-1.debian.tar.xz
[dgit import tarball emacs-web-server 1.5.1-1 emacs-web-server_1.5.1-1.debian.tar.xz]
-rw-r--r--changelog26
-rw-r--r--compat1
-rw-r--r--control26
-rw-r--r--copyright55
-rw-r--r--docs1
-rw-r--r--elpa1
-rwxr-xr-xrules4
-rw-r--r--source/format1
-rw-r--r--watch4
9 files changed, 119 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..9da89f6
--- /dev/null
+++ b/changelog
@@ -0,0 +1,26 @@
+emacs-web-server (1.5.1-1) unstable; urgency=medium
+
+ * New upstream version 1.5.1
+ * Migrate to dh 11
+ * d/control: Change Vcs-{Browser,Git} URL to salsa.debian.org
+ * d/control: Declare Standards-Version 4.1.4 (no changes needed)
+ * d/control: Update Maintainer field (to Debian Emacsen team)
+ * d/control: Enhance emacs25, not emacs24
+ * d/control: Remove emacs from Depends
+ * d/copyright: Bump copyright years
+ * d/copyright: Use HTTPS URL in copyright
+ * d/rules: Don't pass --parallel to dh
+
+ -- Lev Lamberov <dogsleg@debian.org> Thu, 31 May 2018 20:52:55 +0500
+
+emacs-web-server (1.4.6-2) unstable; urgency=low
+
+ * Add debian/watch file
+
+ -- Lev Lamberov <dogsleg@debian.org> Fri, 14 Oct 2016 17:30:35 +0500
+
+emacs-web-server (1.4.6-1) unstable; urgency=low
+
+ * Initial release (Closes: #840549)
+
+ -- Lev Lamberov <dogsleg@debian.org> Wed, 12 Oct 2016 20:50:49 +0500
diff --git a/compat b/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+11
diff --git a/control b/control
new file mode 100644
index 0000000..500c10c
--- /dev/null
+++ b/control
@@ -0,0 +1,26 @@
+Source: emacs-web-server
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
+Uploaders: Lev Lamberov <dogsleg@debian.org>
+Build-Depends: debhelper (>= 11),
+ dh-elpa
+Standards-Version: 4.1.4
+Testsuite: autopkgtest-pkg-elpa
+Homepage: https://github.com/skeeto/emacs-http-server
+Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-web-server
+Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-web-server.git
+
+Package: elpa-simple-httpd
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Built-Using: ${misc:Built-Using}
+Description: pure elisp HTTP server
+ This used to be httpd.el but there are already several of these out there
+ already of varying usefulness. Since the name change, it's been stripped down
+ to simply serve files and directory listings. Client requests are sanitized so
+ this should be safe, but its author makes no guarantees.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..c52ed5e
--- /dev/null
+++ b/copyright
@@ -0,0 +1,55 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: emacs-web-server
+Upstream-Contact: Christopher Wellons <wellons@nullprogram.com>
+Source: https://github.com/skeeto/emacs-web-server
+
+Files: *
+Copyright: public domain (Unlicense)
+License: Unlicense
+
+Files: debian/*
+Copyright: (C) 2016-2018 Lev Lamberov <dogsleg@debian.org>
+License: GPL-3+
+
+License: Unlicense
+ This is free and unencumbered software released into the public domain.
+ .
+ Anyone is free to copy, modify, publish, use, compile, sell, or
+ distribute this software, either in source code form or as a compiled
+ binary, for any purpose, commercial or non-commercial, and by any
+ means.
+ .
+ In jurisdictions that recognize copyright laws, the author or authors
+ of this software dedicate any and all copyright interest in the
+ software to the public domain. We make this dedication for the benefit
+ of the public at large and to the detriment of our heirs and
+ successors. We intend this dedication to be an overt act of
+ relinquishment in perpetuity of all present and future rights to this
+ software under copyright law.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+ .
+ For more information, please refer to <https://unlicense.org/>
+
+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 <https://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/docs b/docs
new file mode 100644
index 0000000..dd44972
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+*.md
diff --git a/elpa b/elpa
new file mode 100644
index 0000000..c134898
--- /dev/null
+++ b/elpa
@@ -0,0 +1 @@
+simple-httpd.el
diff --git a/rules b/rules
new file mode 100755
index 0000000..e8e22ba
--- /dev/null
+++ b/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644
index 0000000..88a6f18
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+version=4
+ opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%emacs-web-server-$1.tar.gz%" \
+ https://github.com/skeeto/emacs-web-server/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate