[DRE-commits] [SCM] librarian-puppet.git branch, master, updated. upstream/0.9.7-3-g9ce28a0
Stig Sandbeck Mathisen
ssm at debian.org
Tue Jan 29 11:58:45 UTC 2013
The following commit has been merged in the master branch:
commit c98c60005ca0153151ef33ee29a4d06171c00d98
Author: Stig Sandbeck Mathisen <ssm at debian.org>
Date: Tue Jan 29 12:53:07 2013 +0100
Initial packaging on top of gem2deb templates
diff --git a/debian/changelog b/debian/changelog
index e72b16a..d9146b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
librarian-puppet (0.9.7-1) UNRELEASED; urgency=low
- * Initial release (Closes: #nnnn)
+ * Initial release (Closes: #698209)
- -- Stig Sandbeck Mathisen <ssm at debian.org> Tue, 29 Jan 2013 12:06:55 +0100
+ -- Stig Sandbeck Mathisen <ssm at debian.org> Tue, 29 Jan 2013 12:41:32 +0100
diff --git a/debian/control b/debian/control
index ac02e47..7bf8cf6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,28 @@ Source: librarian-puppet
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: <ssm at debian.org>
+Uploaders: Stig Sandbeck Mathisen <ssm at debian.org>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Build-Depends:
+ cucumber,
+ debhelper (>= 7.0.50~),
+ gem2deb (>= 0.3.0~),
+ rake,
Standards-Version: 3.9.3
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/librarian-puppet.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/librarian-puppet.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/librarian-puppet.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/librarian-puppet.git;a=summary
Homepage: https://github.com/rodjek/librarian-puppet
XS-Ruby-Versions: all
Package: librarian-puppet
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# thor (~> 0.15), json (>= 0), puppet (>= 0), rake (>= 0, development), cucumber (>= 0, development), aruba (>= 0, development)
-Description: Bundler for your Puppet modules
- Simplify deployment of your Puppet infrastructure by
- automatically pulling in modules from the forge and git repositories with
- a single command.
+Depends:
+ ${misc:Depends},
+ puppet-common,
+ ruby | ruby-interpreter,
+ ruby-json,
+ ruby-librarian,
+Description: bundler for your puppet modules
+ Simplify deployment of your Puppet infrastructure by automatically pulling in
+ modules from the forge and git repositories with a single command.
diff --git a/debian/copyright b/debian/copyright
index b8b98d6..46176b2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,32 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: librarian-puppet
-Source: FIXME <http://example.com/>
+Source: https://github.com/rodjek/librarian-puppet
Files: *
-Copyright: <years> <put author's name and email here>
- <years> <likewise for another author>
-License: GPL-2+ (FIXME)
- 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 2 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.
- .
- 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 full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+Copyright: 2012 Tim Sharpe
+License: Expat
Files: debian/*
-Copyright: 2013 <ssm at debian.org>
-License:
- [LICENSE TEXT]
+Copyright: 2013 Stig Sandbeck Mathisen <ssm at debian.org>
+License: Expat
+
+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.
diff --git a/debian/librarian-puppet.1 b/debian/librarian-puppet.1
new file mode 100644
index 0000000..26ad36d
--- /dev/null
+++ b/debian/librarian-puppet.1
@@ -0,0 +1,36 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.10.
+.TH LIBRARIAN-PUPPET "1" "January 2013" "librarian-puppet 0.9.7" "User Commands"
+.SH NAME
+librarian-puppet \- bundler for your puppet infrastructure
+.SH DESCRIPTION
+.SS "Tasks:"
+.TP
+librarian\-puppet clean
+# Cleans out the cache and install paths.
+.TP
+librarian\-puppet config
+# Show or edit the config.
+.TP
+librarian\-puppet help [TASK]
+# Describe available tasks or one specific task
+.TP
+librarian\-puppet init
+# Initializes the current directory.
+.TP
+librarian\-puppet install
+# Resolves and installs all of the dependencies you specify.
+.TP
+librarian\-puppet outdated
+# Lists outdated dependencies.
+.TP
+librarian\-puppet package
+# Cache the puppet modules in vendor/puppet/cache.
+.TP
+librarian\-puppet show
+# Shows dependencies
+.TP
+librarian\-puppet update
+# Updates and installs the dependencies you specify.
+.TP
+librarian\-puppet version
+# Displays the version.
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..5f8dceb
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/librarian-puppet.1
--
librarian-puppet.git
More information about the Pkg-ruby-extras-commits
mailing list