File: control

package info (click to toggle)
ruby-little-plugger 1.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 112 kB
  • ctags: 17
  • sloc: ruby: 123; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,043 bytes parent folder | download | duplicates (2)
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
Source: ruby-little-plugger
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hleb Valoshka <375gnu@gmail.com>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-rspec
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-little-plugger.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-little-plugger.git
Homepage: http://gemcutter.org/gems/little-plugger
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-little-plugger
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: module that provides Gem based plugin management
 LittlePlugger is a module that provides Gem based plugin management.
 By extending your own class or module with LittlePlugger you can easily
 manage the loading and initializing of plugins provided by other gems.