Codebase list ruby-user-agent-parser / e878a68
Update packaging files * d/compat: Remove obsolete file. * d/control (Build-Depends): Use debhelper-compat version 12. (Standards-Version): Bump to 4.5.0. (Depends): Add ${ruby:Depends}. * d/copyright: Minor wording update. Daniel Leidert 4 years ago
4 changed file(s) with 17 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
00 ruby-user-agent-parser (2.5.1-2) UNRELEASED; urgency=medium
11
2 [ Utkarsh Gupta ]
23 * Add salsa-ci.yml
4
5 [ Daniel Leidert ]
6 * d/compat: Remove obsolete file.
7 * d/control (Build-Depends): Use debhelper-compat version 12.
8 (Standards-Version): Bump to 4.5.0.
9 (Depends): Add ${ruby:Depends}.
310
411 -- Utkarsh Gupta <guptautkarsh2102@gmail.com> Tue, 13 Aug 2019 08:10:17 +0530
512
+0
-1
debian/compat less more
0 11
00 Source: ruby-user-agent-parser
1 Section: ruby
2 Priority: optional
31 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
42 Uploaders: Samyak Jain <samyak.jn11@gmail.com>
5 Build-Depends: debhelper (>= 11~),
6 gem2deb
7 Standards-Version: 4.3.0
3 Section: ruby
4 Testsuite: autopkgtest-pkg-ruby
5 Priority: optional
6 Build-Depends: debhelper-compat (= 12), gem2deb
7 Standards-Version: 4.5.0
8 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-user-agent-parser
89 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-user-agent-parser.git
9 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-user-agent-parser
1010 Homepage: https://github.com/ua-parser/uap-ruby
11 Testsuite: autopkgtest-pkg-ruby
11 Rules-Requires-Root: no
1212 XS-Ruby-Versions: all
13 Rules-Requires-Root: no
1413
1514 Package: ruby-user-agent-parser
1615 Architecture: all
17 XB-Ruby-Versions: ${ruby:Versions}
18 Depends: ruby | ruby-interpreter,
19 ${misc:Depends}
16 Depends: ${misc:Depends}, ${ruby:Depends}
2017 Description: Simple and comprehensive Ruby gem for parsing user agent strings
2118 This Ruby gem is simple and comprehensive for parsing user agent strings with
2219 the help of BrowserScope's UA database.
2522 the submodule needs to be updated and the gem is re-released, the gem includes
2623 a user_agent_parser bin command which will read from standard input, and parse
2724 each line and prints the results.
25 XB-Ruby-Versions: ${ruby:Versions}
88 Files: debian/*
99 Copyright: 2019 Samyak Jain <samyak.jn11@gmail.com>
1010 License: Expat
11 Comment: the Debian packaging is licensed under the same terms as the original package.
11 Comment: The Debian packaging is licensed under the same terms as the source.
1212
1313 License: Expat
1414 Permission is hereby granted, free of charge, to any person obtaining a copy