Project

General

Profile

« Previous | Next » 

Revision dcb27314

Added by Michael Moll almost 6 years ago

add puppet-agent-rgen

View differences:

plugins/puppet-agent-rgen/debian/changelog
puppet-agent-rgen (0.8.2-1) stable; urgency=low
* Initial release
-- Michael Moll <mmoll@mmoll.at> Sat, 07 Jul 2017 14:18:19 +0200
plugins/puppet-agent-rgen/debian/compat
7
plugins/puppet-agent-rgen/debian/control
Source: puppet-agent-rgen
Section: admin
Priority: optional
Maintainer: Foreman developers <foreman-dev@googlegroups.com>
Build-Depends: debhelper (>= 7.0.50~)
Standards-Version: 3.9.3
Homepage: http://rgenoc.org/
Package: puppet-agent-rgen
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, puppet-agent
Description: RGen is a framework for Model Driven Software Development (MDSD) in Ruby.
plugins/puppet-agent-rgen/debian/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: rgen
Source: http://ruby-gen.org/
Files: *
Copyright: 2007-2016 Loren Segal
License: Expat
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
.
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Files: debian/*
Copyright: 2016 Foreman developers <foreman-dev@googlegroups.com>
License: GPL-3
This program 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 3 of the License, or
(at your option) any later version.
.
This program 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.
.
On Debian systems, the full text of the GNU General Public License
version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
plugins/puppet-agent-rgen/debian/dirs
/usr/share/foreman-installer/gems
plugins/puppet-agent-rgen/debian/gem.list
# list of gem urls to download via Jenkins, space separated
GEMS="https://rubygems.org/downloads/rgen-0.8.2.gem"
plugins/puppet-agent-rgen/debian/install
cache/rgen-0.8.2.gem usr/share/foreman-installer/gems
plugins/puppet-agent-rgen/debian/postinst
#!/bin/sh
#
# see: dh_installdeb(1)
if [ ! -z "${DEBUG}" ]; then
set -x
else
set -e
fi
. /usr/share/debconf/confmodule
# if this script aborts with an error dpkg can
# hang if daemons have been started
trap db_stop EXIT
/opt/puppetlabs/puppet/bin/gem install --local /usr/share/foreman-installer/gems/rgen-0.8.2.gem >/dev/null
#DEBHELPER#
exit 0
plugins/puppet-agent-rgen/debian/prerm
#!/bin/sh
#
# see: dh_installdeb(1)
if [ ! -z "${DEBUG}" ]; then
set -x
else
set -e
fi
. /usr/share/debconf/confmodule
# if this script aborts with an error dpkg can
# hang if daemons have been started
trap db_stop EXIT
/opt/puppetlabs/puppet/bin/gem uninstall -x -v 0.8.2 rgen >/dev/null
#DEBHELPER#
exit 0
plugins/puppet-agent-rgen/debian/rules
#!/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.8 ruby1.9.1 require-rubygems
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
%:
dh $@
plugins/puppet-agent-rgen/debian/source/format
3.0 (quilt)

Also available in: Unified diff