debian/0000755000000000000000000000000012244467430007174 5ustar debian/rules0000755000000000000000000000065011772005761010255 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.9.1 # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/ruby-hiera.manpages0000644000000000000000000000001711767623470012765 0ustar debian/hiera.1 debian/watch0000644000000000000000000000044712146001512010214 0ustar version=3 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \ https://github.com/puppetlabs/hiera/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) # Bart Martens Sat, 22 Dec 2012 15:32:57 +0000 debian/source/0000755000000000000000000000000011767623470010503 5ustar debian/source/format0000644000000000000000000000001411767623470011711 0ustar 3.0 (quilt) debian/ruby-tests.rake0000644000000000000000000000020712121002251012134 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:test) do |t| t.pattern = 'spec/**/*_spec.rb' end task :default => [:test] debian/copyright0000644000000000000000000000337111767623470011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: hiera Source: https://github.com/puppetlabs/hiera Files: * Copyright: 2010-2012 R.I.Pienaar 2012 Puppet Labs License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". Files: debian/* Copyright: 2012 Patrick Ringl License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/control0000644000000000000000000000224312244467430010600 0ustar Source: ruby-hiera Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Patrick Ringl , Jonas Genannt Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-json, ruby-mocha, ruby-rspec Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-hiera.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-hiera.git;a=summary Homepage: https://github.com/puppetlabs/hiera/ XS-Ruby-Versions: all Package: ruby-hiera Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Suggests: mcollective-common (>= 2.0.0), puppet-common (>= 2.6.2) Description: Light weight hierarchical data store ruby-hiera is a simple pluggable hierarchical database. It can be used to store various information and therefore is a good fit for the representation of infrastructure information. It can be used to query multiple data backends e.g. YAML or Puppet. debian/patches/0000755000000000000000000000000012243511112010605 5ustar debian/compat0000644000000000000000000000000211767623470010401 0ustar 7 debian/changelog0000644000000000000000000000203212244467430011043 0ustar ruby-hiera (1.3.0-1) unstable; urgency=low [ Stig Sandbeck Mathisen ] * Refresh build tests - Add ruby-json to list of build dependencies - remove spec.opts reference * debian/watch: - ignore release candidates and beta versions when looking for new versions - only use plain versions * Update changelog [ Cédric Boutillier ] * debian/control: remove obsolete DM-Upload-Allowed flag * use canonical URI in Vcs-* fields [ Jonas Genannt ] * New Upstream Release 1.3.0 * bumped standards version * d/control: - added myself as uploader - wrap-sort - changed Recommends to Suggests (Closes: #693845) - fixed typos in description * Imported Upstream version 1.2.1 * removed dont-require-rubygems since rubygems is loaded per default in 1.9/2.0 -- Jonas Genannt Sun, 24 Nov 2013 01:07:54 +0100 ruby-hiera (1.0.0~rc3-1) unstable; urgency=low * Initial release (Closes: #677875) -- Patrick Ringl Sun, 17 Jun 2012 07:02:21 +0200 debian/ruby-hiera.docs0000644000000000000000000000001211772005761012106 0ustar README.md debian/hiera.10000644000000000000000000000232411767623470010356 0ustar .TH "HIERA" "1" "2012" "hiera" "Utils" .SH "NAME" hiera \- Lightweight Pluggable Hierarchical Database .SH "SYNOPSIS" .LP .B hiera [\fBoptions\fR] .SH "DESCRIPTION" .LP hiera is a simple pluggable hierarchical database. .br .SH "OPTIONS" .LP Mandatory arguments to long options are mandatory for short options too. .LP .TP \fB\-V\fR, \fB\-\-version\fR Version information .TP \fB\-d\fR, \fB\-\-debug\fR Show debugging information .TP \fB\-a\fR, \fB\-\-array\fR Array search .TP \fB\-h\fR, \fB\-\-hash\fR Hash search .TP \fB\-c\fR, \fB\-\-config\fR CONFIG Configuration file .TP \fB\-j\fR, \fB\-\-json\fR SCOPE JSON format file to load scope from .TP \fB\-y\fR, \fB\-\-yaml\fR SCOPE YAML format file to load scope from .TP \fB\-m\fR, \fB\-\-mcollective\fR IDENTITY Retrieve facts from a node via mcollective as scope .HP \fB\-i\fR, \fB\-\-inventory_service\fR IDENTITY Retrieve facts for a node via Puppet's inventory service as scope .PP .br .SH "AUTHORS" .LP hiera is a part of Puppet Hiera and developed by Puppet Labs , (R.I.Pienaar respectively). .LP This man page was written by Patrick Ringl for the Debian GNU/Linux distribution (but it may also be used by others).