diff options
author | Renken <renken@shione.net> | 2023-12-24 20:44:07 +0100 |
---|---|---|
committer | Renken <renken@shione.net> | 2024-02-20 22:53:56 +0100 |
commit | 88092e1f965a21962eebdb51ff28cc7cc595c9d6 (patch) | |
tree | f7e37622db61a6f12da5bedb62d07440b3f624a8 /config/shione/nginx/debian | |
parent | ae9f353b9f8515ba94ebfb0103b9910ad3445d95 (diff) | |
download | shione-88092e1f965a21962eebdb51ff28cc7cc595c9d6.tar.gz shione-88092e1f965a21962eebdb51ff28cc7cc595c9d6.zip |
shione: nginx: init nginx
Diffstat (limited to 'config/shione/nginx/debian')
-rw-r--r-- | config/shione/nginx/debian/changelog | 5 | ||||
-rw-r--r-- | config/shione/nginx/debian/compat | 1 | ||||
-rw-r--r-- | config/shione/nginx/debian/control | 16 | ||||
-rw-r--r-- | config/shione/nginx/debian/copyright | 8 | ||||
-rw-r--r-- | config/shione/nginx/debian/nginx-config.hide | 1 | ||||
-rw-r--r-- | config/shione/nginx/debian/nginx-config.install | 1 | ||||
-rwxr-xr-x | config/shione/nginx/debian/rules | 4 | ||||
-rw-r--r-- | config/shione/nginx/debian/source/format | 1 |
8 files changed, 37 insertions, 0 deletions
diff --git a/config/shione/nginx/debian/changelog b/config/shione/nginx/debian/changelog new file mode 100644 index 0000000..25fb9aa --- /dev/null +++ b/config/shione/nginx/debian/changelog @@ -0,0 +1,5 @@ +nginx-config (1.0) unstable; urgency=low + + * Initial release. + + -- Renken <renken@shione.net> Sun, 24 Dec 2023 19:32:00 +0100 diff --git a/config/shione/nginx/debian/compat b/config/shione/nginx/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/config/shione/nginx/debian/compat @@ -0,0 +1 @@ +9 diff --git a/config/shione/nginx/debian/control b/config/shione/nginx/debian/control new file mode 100644 index 0000000..4b5b056 --- /dev/null +++ b/config/shione/nginx/debian/control @@ -0,0 +1,16 @@ +Source: nginx-config +Section: tasks +Priority: optional +Maintainer: Renken <renken@shione.net> +Rules-Requires-Root: no +Build-Depends: debhelper (>= 13.11~), config-package-dev (>= 4.15~) +Standards-Version: 4.1.0 + +Package: nginx-config +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, nginx +Provides: ${diverted-files} +Conflicts: ${diverted-files} +Description: Shione nginx configuration. + Shione nginx configuration. diff --git a/config/shione/nginx/debian/copyright b/config/shione/nginx/debian/copyright new file mode 100644 index 0000000..2fff8a7 --- /dev/null +++ b/config/shione/nginx/debian/copyright @@ -0,0 +1,8 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://gitlab.com/renken/nichijou +Upstream-Contact: Renken <renken@shione.net> + +Files: + * +Copyright: 2023, Renken <renken@shione.net> +License: GPL-3 diff --git a/config/shione/nginx/debian/nginx-config.hide b/config/shione/nginx/debian/nginx-config.hide new file mode 100644 index 0000000..065ff61 --- /dev/null +++ b/config/shione/nginx/debian/nginx-config.hide @@ -0,0 +1 @@ +/etc/nginx/sites-enables/defaut diff --git a/config/shione/nginx/debian/nginx-config.install b/config/shione/nginx/debian/nginx-config.install new file mode 100644 index 0000000..5b79850 --- /dev/null +++ b/config/shione/nginx/debian/nginx-config.install @@ -0,0 +1 @@ +files/* / diff --git a/config/shione/nginx/debian/rules b/config/shione/nginx/debian/rules new file mode 100755 index 0000000..a089a9e --- /dev/null +++ b/config/shione/nginx/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with config-package diff --git a/config/shione/nginx/debian/source/format b/config/shione/nginx/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/config/shione/nginx/debian/source/format @@ -0,0 +1 @@ +3.0 (native) |