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/control | |
parent | ae9f353b9f8515ba94ebfb0103b9910ad3445d95 (diff) | |
download | shione-88092e1f965a21962eebdb51ff28cc7cc595c9d6.tar.gz shione-88092e1f965a21962eebdb51ff28cc7cc595c9d6.zip |
shione: nginx: init nginx
Diffstat (limited to 'config/shione/nginx/debian/control')
-rw-r--r-- | config/shione/nginx/debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
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. |