Add Debian packaging
This commit is contained in:
parent
dbfc1af5e0
commit
3571405191
|
@ -0,0 +1,5 @@
|
||||||
|
puppet-terminus-redis (0.0.1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
|
|
||||||
|
-- Kienan Stewart <kienan.stewart@burntworld.ca> Sat, 20 Nov 2021 08:18:21 -0500
|
|
@ -0,0 +1,17 @@
|
||||||
|
Source: puppet-terminus-redis
|
||||||
|
Section: admin
|
||||||
|
Priority: optional
|
||||||
|
Build-Depends: debhelper, debhelper-compat (= 13)
|
||||||
|
Maintainer: Kienan Stewart <kienan.stewart@burntworld.ca>
|
||||||
|
Standards-Version: 4.6.0.1
|
||||||
|
Homepage: https://gitea.burntworld.ca/kienan/puppet-terminus-redis
|
||||||
|
Vcs-Browser: https://gitea.burntworld.ca/kienan/puppet-terminus-redis
|
||||||
|
Vcs-Git: https://gitea.burntworld.ca/kienan/puppet-terminus-redis.git
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
|
Package: puppet-terminus-redis
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}, puppet-master | puppet-master-passenger, redis, ruby-redis
|
||||||
|
Description: Cache and data store terminus for puppet servers
|
||||||
|
This provides an integration for using redis as a data store for
|
||||||
|
cached facts and/or storeconfigs from a puppet server.
|
|
@ -0,0 +1,26 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: puppet-terminus-redis
|
||||||
|
Upstream-Contact: Kienan Stewart <kienan.stewart@burntworld.ca>
|
||||||
|
Source: https://gitea.burntworld.ca/kienan/puppet-terminus-redis
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2021 Kienan Stewart
|
||||||
|
License: GPL-3
|
||||||
|
|
||||||
|
License: GPL-3
|
||||||
|
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 3 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 package; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
.
|
||||||
|
On Debian systems, the complete text of the GNU General
|
||||||
|
Public License can be found in `/usr/share/common-licenses/GPL-3'
|
|
@ -0,0 +1 @@
|
||||||
|
lib/puppet /usr/lib/ruby/vendor_ruby/
|
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
# -*- makefile -*-
|
||||||
|
|
||||||
|
# Uncomment this to turn on verbose mode.
|
||||||
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
|
@ -0,0 +1 @@
|
||||||
|
3.0 (native)
|
Loading…
Reference in New Issue