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
|
Source: ruby-jekyll-watch
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>,
Daniel Leidert <dleidert@debian.org>
Build-Depends: debhelper (>= 12~), gem2deb
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-jekyll-watch.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-jekyll-watch
Homepage: https://github.com/jekyll/jekyll-watch
XS-Ruby-Versions: all
Package: ruby-jekyll-watch
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-listen,
ruby-rb-inotify,
${misc:Depends},
${shlibs:Depends}
Enhances: jekyll
Description: Rebuild your Jekyll site when a file changes
Jekyll::Watch is plugin in order to rebuild your Jekyll site when a
file changes with the `--watch` switch.
|