Codebase list lua-http / b01a424
Reading package lists... 0%Reading package lists... 100%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Connecting to api.ftp-master.debian.org to check 8 package versions. Please wait... Got info from api.ftp-master.debian.org for 8 packages. Changes applied to dpkg configuration: - control binary:"lua-http" Depends:0: 'lua-basexx (>= 0.2)' -> 'lua-basexx' # applied fix for :unnecessary greater-than versioned dependency: lua-basexx (>= 0.2). Debian has oldoldstable -> 0.3-2; oldstable -> 0.3-2; stable -> 0.3-2.1; unstable -> 0.3-2.1; testing -> 0.3-2.1; - control binary:"lua-http" Depends:3: 'lua-compat53 (>= 0.3)' -> 'lua-compat53' # applied fix for :unnecessary greater-than versioned dependency: lua-compat53 (>= 0.3). Debian has oldstable -> 0.3-3; oldoldstable -> 0.3-3; testing -> 0.7-2; unstable -> 0.7-2; stable -> 0.7-2; - control binary:"lua-http" Depends:4: 'lua-cqueues (>= 20161214)' -> 'lua-cqueues' # applied fix for :unnecessary greater-than versioned dependency: lua-cqueues (>= 20161214). Debian has oldoldstable -> 20161214-2; oldstable -> 20171014-1; stable -> 20200726-1; unstable -> 20200726-1; testing -> 20200726-1; - control binary:"lua-http" Depends:6: 'lua-lpeg-patterns (>= 0.3)' -> 'lua-lpeg-patterns' # applied fix for :unnecessary greater-than versioned dependency: lua-lpeg-patterns (>= 0.3). Debian has testing -> 0.4-1; oldstable -> 0.4-1; unstable -> 0.4-1; oldoldstable -> 0.4-1; stable -> 0.4-1; - control binary:"lua-http" Depends:7: 'lua-luaossl (>= 20161208)' -> 'lua-luaossl' # applied fix for :unnecessary greater-than versioned dependency: lua-luaossl (>= 20161208). Debian has oldstable -> 20161214-1; oldoldstable -> 20161214-1; testing -> 20161214-1+b1; stable -> 20161214-1+b1; unstable -> 20161214-1+b1; - control binary:"lua-http" Breaks:0 deleted value: 'knot-resolver-module-http (<< 1.2.0~)' # applied fix for :unnecessary older-than versioned dependency: knot-resolver-module-http (<< 1.2.0~). Debian has stretch-backports -> 2.3.0-3~bpo9+1; stretch-backports -> 3.2.1-3~bpo9+1; oldstable -> 3.2.1-3; stable -> 5.3.1-1; testing -> 5.4.1-2; unstable -> 5.4.1-2; jenkins@osuosl167-amd64.debian.net 2 years ago
1 changed file(s) with 11 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
00 Source: lua-http
1 Maintainer: Ondřej Surý <ondrej@debian.org>
2 Uploaders: Santiago Ruano Rincón <santiago@debian.org>
13 Section: interpreters
24 Priority: optional
3 Maintainer: Ondřej Surý <ondrej@debian.org>
4 Uploaders: Santiago Ruano Rincón <santiago@debian.org>
55 Build-Depends: debhelper-compat (= 13),
66 dh-lua,
77 pandoc
88 Standards-Version: 4.5.1
9 Vcs-Browser: https://salsa.debian.org/lua-team/lua-http
10 Vcs-Git: https://salsa.debian.org/lua-team/lua-http.git
11 Homepage: https://github.com/daurnimator/lua-http
912 Rules-Requires-Root: no
10 Homepage: https://github.com/daurnimator/lua-http
11 Vcs-Git: https://salsa.debian.org/lua-team/lua-http.git
12 Vcs-Browser: https://salsa.debian.org/lua-team/lua-http
1313
1414 Package: lua-http
1515 Architecture: all
16 Depends: lua-basexx (>= 0.2),
16 Depends: lua-basexx,
1717 lua-binaryheap,
1818 lua-bit32,
19 lua-compat53 (>= 0.3),
20 lua-cqueues (>= 20161214),
19 lua-compat53,
20 lua-cqueues,
2121 lua-fifo,
22 lua-lpeg-patterns (>= 0.3),
23 lua-luaossl (>= 20161208),
22 lua-lpeg-patterns,
23 lua-luaossl,
2424 ${misc:Depends},
2525 ${shlibs:Depends}
26 Breaks: knot-resolver-module-http (<< 1.2.0~)
2726 Provides: ${lua:Provides}
28 XB-Lua-Versions: ${lua:Versions}
2927 Description: HTTP library for Lua
3028 lua-http is an HTTP library for Lua, it supports: both client and
3129 server operations, both HTTP 1 and HTTP 2.
30 XB-Lua-Versions: ${lua:Versions}