Skip to content
Snippets Groups Projects
Verified Commit 09ecc394 authored by Jan Mojžíš's avatar Jan Mojžíš
Browse files

d/* add

parents
No related branches found
No related tags found
No related merge requests found
libnginx-mod-http-dav-ext (1:0.1-1) UNRELEASED; urgency=medium
* Initial release. (Closes: x)
-- Jan Mojžíš <jan.mojzis@gmail.com> Tue, 15 Nov 2022 15:18:36 +0100
Source: libnginx-mod-http-dav-ext
Section: httpd
Priority: optional
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Uploaders: Christos Trochalakis <ctrochalakis@debian.org>,
Ondřej Nový <onovy@debian.org>,
Thomas Ward <teward@ubuntu.com>,
Jan Mojžíš <jan.mojzis@gmail.com>,
Build-Depends: debhelper-compat (= 13),
libxml2-dev,
nginx-dev (<<1.22.1.1~),
nginx-dev (>=1.22.1),
Standards-Version: 4.6.1
Homepage: https://github.com/arut/nginx-dav-ext-module
Vcs-Git: https://salsa.debian.org/nginx-team/libnginx-mod-http-dav-ext.git
Vcs-Browser: https://salsa.debian.org/nginx-team/libnginx-mod-http-dav-ext
Rules-Requires-Root: no
Package: libnginx-mod-http-dav-ext
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Recommends: nginx,
Description: WebDAV missing commands support for Nginx
WebDAV Ext module complements the Nginx WebDAV module to provide a full
WebDAV support.
.
WebDAV Ext provides the missing PROPFIND & OPTIONS methods.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ginx-dav-ext-module
Upstream-Contact: 2012-2018, Roman Arutyunyan <arut@qip.ru>
Source: https://github.com/arut/nginx-dav-ext-module
Files: *
Copyright: 2012-2018, Roman Arutyunyan <arut@qip.ru>
License: BSD-2-clause
License: BSD-2-clause
All rights reserved.
.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
.
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[DEFAULT]
debian-branch = master
upstream-branch = upstream
upstream-tag = upstream/%(version)s
pristine-tar = True
sign-tags = True
[import-orig]
merge-mode = replace
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with=nginx --buildsystem=nginx_mod
3.0 (quilt)
Tests: generic
Restrictions: allow-stderr isolation-container needs-root
Depends: curl,
nginx,
nginx-core,
@,
#!/bin/sh
set -e
# generic test that only verifies that nginx is running with the given
# libnginx-... module
cat <<EOF > "/etc/nginx/sites-enabled/default"
server {
listen 80 default_server;
location /generic {
return 200;
}
}
EOF
nginx -t
invoke-rc.d nginx restart || { journalctl -n all -xu nginx.service; exit 1; }
curl --fail -w "response_code: %{http_code}\n" http://127.0.0.1/generic
version=4
opts="\
filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/@PACKAGE@-$1\.tar\.gz/,\
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
" https://github.com/arut/nginx-dav-ext-module/tags .*/v?(\d\S+)\.tar\.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment