Codebase list ruby-beaker-hostgenerator / 2b7685f7-7013-47f5-b7b2-3ea5470e8f05/main
Reading package lists... 0%Reading package lists... 100%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%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 3 package versions. Please wait... Got info from api.ftp-master.debian.org for 3 packages. Changes applied to dpkg configuration: - control source Standards-Version: '4.2.1' -> '4.5.1' # applied fix for :Current standards version is '4.5.1'. 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.2.1' to '4.5.1'. - compat deleted value: '11' - control source Build-Depends:0: 'debhelper (>= 11)' -> 'debhelper-compat (= 13)' # applied fix for :Cleared deprecated compat value; Set debhelper dependency version to 13~; changed debhelper dependency to debhelper dependency jenkins@osuosl167-amd64.debian.net 2 years ago
3 changed file(s) with 39 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
0 ruby-beaker-hostgenerator (1.1.22-2) UNRELEASED; urgency=medium
1
2 * Reading package lists... 0%Reading package lists... 100%Reading package
3 lists... Done Building dependency tree... 0%Building dependency tree...
4 0%Building dependency tree... 50%Building dependency tree... 50%Building
5 dependency tree... Done Reading state information... 0% Reading state
6 information... 0%Reading state information... Done Connecting to
7 api.ftp-master.debian.org to check 3 package versions. Please wait... Got
8 info from api.ftp-master.debian.org for 3 packages. Changes applied to dpkg
9 configuration: - control source Standards-Version: '4.2.1' -> '4.5.1' #
10 applied fix for :Current standards version is '4.5.1'. Please read
11 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
12 changes that may be needed on your package to upgrade it from standard
13 version '4.2.1' to '4.5.1'. - compat deleted value: '11' - control source
14 Build-Depends:0: 'debhelper (>= 11)' -> 'debhelper-compat (= 13)' # applied
15 fix for :Cleared deprecated compat value; Set debhelper dependency version
16 to 13~; changed debhelper dependency to debhelper dependency
17
18 -- Debian Janitor <janitor@jelmer.uk> Wed, 15 Sep 2021 06:43:44 -0000
19
020 ruby-beaker-hostgenerator (1.1.22-1) unstable; urgency=medium
121
222 * Initial release (Closes: #914976)
+0
-1
debian/compat less more
0 11
00 Source: ruby-beaker-hostgenerator
1 Section: ruby
2 Priority: optional
31 Maintainer: Freexian Packaging Team <team+freexian@tracker.debian.org>
42 Uploaders: Sebastien Delafond <seb@debian.org>
5 Build-Depends: debhelper (>= 11),
6 gem2deb,
7 rake,
8 ruby-rspec,
9 ruby-rspec-its,
10 ruby-simplecov,
11 ruby-deep-merge,
12 ruby-stringify-hash
13 Standards-Version: 4.2.1
14 Homepage: https://github.com/puppetlabs/beaker-hostgenerator
3 Section: ruby
4 Testsuite: autopkgtest-pkg-ruby
5 Priority: optional
6 Build-Depends: debhelper-compat (= 13),
7 gem2deb,
8 rake,
9 ruby-rspec,
10 ruby-rspec-its,
11 ruby-simplecov,
12 ruby-deep-merge,
13 ruby-stringify-hash
14 Standards-Version: 4.5.1
1515 Vcs-Browser: https://salsa.debian.org/debian/ruby-beaker-hostgenerator
1616 Vcs-Git: https://salsa.debian.org/debian/ruby-beaker-hostgenerator.git
17 Homepage: https://github.com/puppetlabs/beaker-hostgenerator
1718 XS-Ruby-Versions: all
18 Testsuite: autopkgtest-pkg-ruby
1919
2020 Package: ruby-beaker-hostgenerator
2121 Architecture: all
22 XB-Ruby-Versions: ${ruby:Versions}
23 Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends}, ruby-deep-merge, ruby-stringify-hash
22 Depends: ruby | ruby-interpreter,
23 ${shlibs:Depends},
24 ${misc:Depends},
25 ruby-deep-merge,
26 ruby-stringify-hash
2427 Description: command line utility designed to generate beaker host config files
2528 beaker-hostgenerator is a command line utility designed to generate
2629 beaker host config files using a compact command line SUT
2730 specification.
31 XB-Ruby-Versions: ${ruby:Versions}