Codebase list ruby-user-agent-parser / c29a505
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 99%Reading package lists... 99%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... 84%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Connecting to api.ftp-master.debian.org to check 1 package versions. Please wait... Got info from api.ftp-master.debian.org for 1 packages. Changes applied to dpkg configuration: - control source Standards-Version: '4.5.0' -> '4.6.0' # applied fix for :Current standards version is '4.6.0'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '4.5.0' to '4.6.0'. Debian Janitor 2 years ago
2 changed file(s) with 19 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
22 * Set field Upstream-Contact in debian/copyright.
33 * Remove obsolete field Contact from debian/upstream/metadata (already present
44 in machine-readable debian/copyright).
5 * Reading package lists... 0%Reading package lists... 0%Reading package
6 lists... 0%Reading package lists... 99%Reading package lists... 99%Reading
7 package lists... Done Building dependency tree... 0%Building dependency
8 tree... 0%Building dependency tree... 50%Building dependency tree...
9 50%Building dependency tree... 84%Building dependency tree... Done Reading
10 state information... 0% Reading state information... 0%Reading state
11 information... Done Connecting to api.ftp-master.debian.org to check 1
12 package versions. Please wait... Got info from api.ftp-master.debian.org for
13 1 packages. Changes applied to dpkg configuration: - control source
14 Standards-Version: '4.5.0' -> '4.6.0' # applied fix for :Current standards
15 version is '4.6.0'. Please read
16 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
17 changes that may be needed on your package to upgrade it from standard
18 version '4.5.0' to '4.6.0'.
519
620 -- Debian Janitor <janitor@jelmer.uk> Sat, 25 Jul 2020 15:26:29 -0000
721
33 Section: ruby
44 Testsuite: autopkgtest-pkg-ruby
55 Priority: optional
6 Build-Depends: debhelper-compat (= 12), gem2deb
7 Standards-Version: 4.5.0
6 Build-Depends: debhelper-compat (= 12),
7 gem2deb
8 Standards-Version: 4.6.0
89 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-user-agent-parser
910 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-user-agent-parser.git
1011 Homepage: https://github.com/ua-parser/uap-ruby
1314
1415 Package: ruby-user-agent-parser
1516 Architecture: all
16 Depends: ${misc:Depends}, ${ruby:Depends}
17 Depends: ${misc:Depends},
18 ${ruby:Depends}
1719 Description: Simple and comprehensive Ruby gem for parsing user agent strings
1820 This Ruby gem is simple and comprehensive for parsing user agent strings with
1921 the help of BrowserScope's UA database.