Skip to content
Snippets Groups Projects
Verified Commit 50f21ebc authored by Daniel Leidert's avatar Daniel Leidert :point_right:
Browse files

Update packaging files, fix FTBFS, and add upstream metadata

  * d/control (Build-Depends): Add ruby-rspec (closes: #952022).
    (Depends): Require puppet >=5.
  * d/rules: Add override to install upstream CHANGELOG.md.
  * d/upstream/metadata: Add metadata.
parent f2ca2e7f
No related branches found
No related tags found
No related merge requests found
Pipeline #114314 failed
ruby-puppet-syntax (2.6.1-2) UNRELEASED; urgency=medium
* Team upload.
* d/control (Build-Depends): Add ruby-rspec (closes: #952022).
(Depends): Require puppet >=5.
* d/rules: Add override to install upstream CHANGELOG.md.
* d/upstream/metadata: Add metadata.
-- Daniel Leidert <dleidert@debian.org> Wed, 04 Mar 2020 18:54:53 +0100
......
......@@ -9,7 +9,8 @@ Build-Depends: debhelper-compat (= 12),
gem2deb (>= 1),
puppet,
rake,
ruby-rspec
ruby-rspec,
ruby-sync
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-puppet-syntax.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-puppet-syntax
......@@ -21,10 +22,7 @@ Rules-Requires-Root: no
Package: ruby-puppet-syntax
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: puppet,
rake,
${ruby:Depends},
${misc:Depends},
Depends: puppet (>= 5), rake, ${misc:Depends}, ${ruby:Depends}
Description: Syntax checks for Puppet manifests, templates, and Hiera YAML
Puppet lets you centrally manage every important aspect of your
system using a cross-platform specification language that manages all
......
......@@ -5,3 +5,6 @@ export GEM2DEB_TEST_RUNNER = --check-dependencies
%:
dh $@ --buildsystem=ruby --with ruby
override_dh_installchangelogs:
dh_installchangelogs CHANGELOG.md
---
Archive: GitHub
Bug-Database: https://github.com/voxpupuli/puppet-syntax/issues
Bug-Submit: https://github.com/voxpupuli/puppet-syntax/issues
Changelog: https://github.com/voxpupuli/puppet-syntax/tags
Contact: https://github.com/voxpupuli/puppet-syntax/issues
Name: puppet-syntax
Repository: https://github.com/voxpupuli/puppet-syntax.git
Repository-Browse: https://github.com/voxpupuli/puppet-syntax
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment