File: control

package info (click to toggle)
ruby-mixlib-versioning 1.2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: ruby: 1,563; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 906 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
Source: ruby-mixlib-versioning
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hleb Valoshka <375gnu@gmail.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-rspec,
               ruby-rspec-its
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-mixlib-versioning.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-mixlib-versioning
Homepage: https://github.com/chef/mixlib-versioning
Testsuite: autopkgtest-pkg-ruby

Package: ruby-mixlib-versioning
Architecture: all
Depends: ruby:any,
         ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby library to parse, compare and manipulate version strings
 General purpose Ruby library that allows you to parse, compare and manipulate
 version strings in multiple formats.