Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
libnginx-mod-http-fancyindex (1:0.5.2-6) unstable; urgency=medium

* d/control: update my email to [email protected]
* d/copyright: update my email to [email protected]
* d/control: bump Standards-Version: 4.7.2, no changes
* d/copyright: bump debian/* copyright year
* d/watch: use more generic template

-- Jan Mojžíš <[email protected]> Fri, 11 Apr 2025 14:26:58 +0200

libnginx-mod-http-fancyindex (1:0.5.2-5) unstable; urgency=medium

* d/control: remove Build-Depends nginx-abi-1.24.0-1
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Source: libnginx-mod-http-fancyindex
Section: httpd
Priority: optional
Maintainer: Debian Nginx Maintainers <[email protected]>
Uploaders: Jan Mojžíš <[email protected]>,
Uploaders: Jan Mojžíš <[email protected]>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-nginx,
Standards-Version: 4.6.2
Standards-Version: 4.7.2
Homepage: https://github.com/aperezdc/ngx-fancyindex
Vcs-Git: https://salsa.debian.org/nginx-team/libnginx-mod-http-fancyindex.git
Vcs-Browser: https://salsa.debian.org/nginx-team/libnginx-mod-http-fancyindex
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ License: BSD-2-clause

Files: debian/*
Copyright: 2022, Miao Wang <[email protected]>
2022, 2023, Jan Mojzis <[email protected]>
2022-2025, Jan Mojzis <[email protected]>
License: BSD-2-clause

Files: ngx_http_fancyindex_module.c
Expand Down
8 changes: 4 additions & 4 deletions debian/watch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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/aperezdc/ngx-fancyindex/tags .*/v?(\d\S+)\.tar\.gz
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|a|b)\d*)$/$1~$2/,\
" \
https://github.com/aperezdc/ngx-fancyindex/tags \
(?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@
Loading