File: control

package info (click to toggle)
ruby-upr 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 244 kB
  • ctags: 272
  • sloc: ruby: 1,567; sh: 32; makefile: 7
file content (22 lines) | stat: -rw-r--r-- 1,007 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
Source: ruby-upr
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jérémy Bobbio <lunar@debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-moneta (>= 0.7)
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-upr.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-upr.git;a=summary
Homepage: http://upr.bogomips.org/
XS-Ruby-Versions: all

Package: ruby-upr
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack, ruby-moneta (>= 0.7)
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.