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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
  
     | 
    
      Source: ruby-cri
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: asciidoctor,
               debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-coveralls,
               ruby-minitest,
               ruby-redcarpet,
               yard
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-cri.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-cri
Homepage: https://github.com/ddfreyne/cri
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-cri
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Multi-Arch: foreign
Description: library for building easy-to-use commandline tools
 Cri is a tool to create easy-to-use commandline interfaces in Ruby with
 support for subcommands. The central concept in Cri is the command, which has
 option definitions as well as code for actually executing itself.
Package: ruby-cri-doc
Architecture: all
Section: doc
Depends: libjs-jquery,
         ${misc:Depends}
Suggests: doc-base
Multi-Arch: foreign
Description: library for building easy-to-use commandline tools - documentation
 Cri is a tool to create easy-to-use commandline interfaces in Ruby with
 support for subcommands. The central concept in Cri is the command, which has
 option definitions as well as code for actually executing itself.
 .
 This package contains the documentation for this library.
 
     |