--- facter-plugins-1.1.orig/debian/changelog +++ facter-plugins-1.1/debian/changelog @@ -0,0 +1,19 @@ +facter-plugins (1.1-0ubuntu3) trusty; urgency=medium + + * Remove dependencies on ruby1.8. + + -- Matthias Klose Sun, 06 Apr 2014 14:41:49 +0200 + +facter-plugins (1.1-0ubuntu1) oneiric; urgency=low + + * Release 1.1, refactor code and paths + + -- Juan L. Negron Mon, 06 Jun 2011 10:01:19 -0700 + +facter-plugins (1.0-0ubuntu1) oneiric; urgency=low + + * Initial release + * debian/facter-customfacts-plugin.install: + - Fixed install path + + -- Juan L. Negron Mon, 06 Jun 2011 10:01:12 -0700 --- facter-plugins-1.1.orig/debian/compat +++ facter-plugins-1.1/debian/compat @@ -0,0 +1 @@ +7 --- facter-plugins-1.1.orig/debian/control +++ facter-plugins-1.1/debian/control @@ -0,0 +1,16 @@ +Source: facter-plugins +Section: admin +Priority: extra +Maintainer: Juan L. Negron +Build-Depends: debhelper (>= 7.0.50~), ruby (>= 1.9), facter +Standards-Version: 3.8.4 +Homepage: https://launchpad.net/facter-plugins +Vcs-Bzr: http://bazaar.launchpad.net/~facter-plugins/facter-plugins/trunk + +Package: facter-customfacts-plugin +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9.1, net-tools, bind9-host | host, facter +Description: facter plugin to insert custom facts + Provides two simple utilities ( fact-add and fact-del ) + that allows easy creation, maintenance and deletion of + dynamically created facts to facter. --- facter-plugins-1.1.orig/debian/copyright +++ facter-plugins-1.1/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Juan L. Negron +Tue, 31 May 2011 18:15:37 -0800 + +It was downloaded from: https://code.launchpad.net/~facter-plugins/facter-plugins/trunk + +Upstream Authors: + Juan L. Negron + Juan L. Negron + +Copyright: + Copyright (C) 2011 Canonical Ltd. + Copyright (C) 2011 Juan L. Negron + + All rights reserved. + +License: + + 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 version 3 of the License. + + 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. + + 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 3, can be found in /usr/share/common-licenses/GPL-3. + +The Ubuntu packaging: + Copyright (C) 2011 Canonical Ltd. + Copyright (C) 2011 Juan L. Negron + released under the GPL-3. --- facter-plugins-1.1.orig/debian/facter-customfacts-plugin.install +++ facter-plugins-1.1/debian/facter-customfacts-plugin.install @@ -0,0 +1,5 @@ +facter-customfacts-plugin/usr/lib/ruby/1.8/facter/customfacts.rb usr/lib/ruby/1.8/facter +facter-customfacts-plugin/usr/bin/fact-add /usr/bin +facter-customfacts-plugin/usr/bin/fact-del /usr/bin +facter-customfacts-plugin/usr/share/man/man1/fact-add.1 /usr/share/man/man1 +facter-customfacts-plugin/usr/share/man/man1/fact-del.1 /usr/share/man/man1 --- facter-plugins-1.1.orig/debian/facter-customfacts-plugin.manpages +++ facter-plugins-1.1/debian/facter-customfacts-plugin.manpages @@ -0,0 +1,2 @@ +facter-customfacts-plugin/usr/share/man/man1/fact-add.1 +facter-customfacts-plugin/usr/share/man/man1/fact-del.1 --- facter-plugins-1.1.orig/debian/rules +++ facter-plugins-1.1/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@