File: control

package info (click to toggle)
ruby-rack-livereload 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: javascript: 974; ruby: 477; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 948 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
Source: ruby-rack-livereload
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake,
               ruby-rack (>= 3~),
               ruby-rspec,
               ruby-mocha,
               ruby-webmock,
               ruby-nokogiri
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rack-livereload.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rack-livereload
Homepage: https://github.com/onesupercoder/rack-livereload
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-rack-livereload
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: LiveReload support for Rack applications
 Bring in livereload.js into handy Rack middleware.