File: control

package info (click to toggle)
ruby-upr 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 264 kB
  • sloc: ruby: 1,567; sh: 32; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: ruby-upr
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jérémy Bobbio <lunar@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-moneta (>= 1.0.0)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-upr
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-upr.git
Homepage: http://upr.bogomips.org/
XS-Ruby-Versions: all

Package: ruby-upr
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-moneta (>= 1.0.0),
         ruby-rack,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: rainbows
Description: Upload Progress for Rack
 upr is Rack middleware that allows browser-side upload progress
 monitoring. It is based on (and should be client-side compatible with)
 several upload progress modules including ones used by leading web
 servers. It allows any Moneta backing store in addition to DRb.