File: control

package info (click to toggle)
ruby-flipper 0.26.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,288 kB
  • sloc: ruby: 16,377; sh: 61; javascript: 24; makefile: 14
file content (27 lines) | stat: -rw-r--r-- 1,074 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-flipper
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 2.1~),
               rake,
               ruby-rspec,
               quilt,
               ruby-activerecord
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-flipper.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-flipper
Homepage: https://github.com/jnunemaker/flipper

Package: ruby-flipper
Architecture: all
Depends: ruby-activerecord,
         ${misc:Depends},
         ${shlibs:Depends}
Provides: ruby-flipper-active-record (= ${source:Version}),
 ruby-flipper-active-support-cache-store (= ${source:Version})
Description: Feature flipper for ANYTHING
 Feature flipper is the act of enabling/disabling features in your application,
 ideally without re-deploying or changing anything in your code base. Flipper
 makes this extremely easy to do with any backend you would like to use.