[DRE-commits] [ruby-puppetlabs-spec-helper] 01/01: * Fix debian/copyright information * Add bug-number to debian/changelog * Fix dependencies and description in debian/control

Thomas Bechtold toabctl-guest at moszumanska.debian.org
Sat Nov 30 07:06:59 UTC 2013


This is an automated email from the git hooks/post-receive script.

toabctl-guest pushed a commit to branch master
in repository ruby-puppetlabs-spec-helper.

commit dfb5f14ea162dde660d483739dfed5c1529b2efe
Author: Thomas Bechtold <thomasbechtold at jpberlin.de>
Date:   Sat Nov 30 08:05:48 2013 +0100

    * Fix debian/copyright information
    * Add bug-number to debian/changelog
    * Fix dependencies and description in debian/control
---
 debian/changelog |  2 +-
 debian/control   | 26 +++++++++++++++++++-------
 debian/copyright | 40 ++++++++++++++++------------------------
 3 files changed, 36 insertions(+), 32 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dc00ef6..0afb415 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-puppetlabs-spec-helper (0.4.1-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #730843)
 
  -- Thomas Bechtold <thomasbechtold at jpberlin.de>  Fri, 29 Nov 2013 15:58:56 +0100
diff --git a/debian/control b/debian/control
index 16bb4f7..8e3f31f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,28 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Thomas Bechtold <thomasbechtold at jpberlin.de>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~)
-Standards-Version: 3.9.4
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-puppetlabs-spec-helper.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-puppetlabs-spec-helper.git;a=summary
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-puppetlabs-spec-helper.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-puppetlabs-spec-helper.git;a=summary
 Homepage: http://github.com/puppetlabs/puppetlabs_spec_helper
 XS-Ruby-Versions: all
 
 Package: ruby-puppetlabs-spec-helper
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake (>= 0), rspec (>= 2.9.0), mocha (>= 0.10.5), rspec-puppet (>= 0.1.1)
-Description: Standard tasks and configuration for module spec tests
- Contains rake tasks and a standard spec_helper for running spec tests on puppet modules
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ruby | ruby-interpreter,
+         rake,
+         ruby-rspec (>= 2.9.0),
+         ruby-mocha (>= 0.10.5),
+         rspec-puppet (>= 0.1.1),
+Description: rake tasks and spec helper for spec tests on puppet modules
+ Puppet lets you centrally manage every important aspect of your system
+ using a cross-platform specification language that manages all the
+ separate elements normally aggregated in different files, like users,
+ cron jobs, and hosts, along with obviously discrete elements like
+ packages, services, and files.
+ .
+ This ruby module contains rake tasks and a standard spec_helper for
+ running spec tests on puppet modules.
diff --git a/debian/copyright b/debian/copyright
index 50b4dcf..f77885d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,27 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: puppetlabs_spec_helper
-Source: FIXME <http://example.com/>
+Source: https://rubygems.org/gems/puppetlabs_spec_helper
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2012 Puppet Labs Inc <info at puppetlabs.com>
+License: Apache-2.0
 
 Files: debian/*
 Copyright: 2013 Thomas Bechtold <thomasbechtold at jpberlin.de>
-License: GPL-2+ (FIXME)
-Comment: the Debian packaging is licensed under the same terms as the original package.
+License: Apache-2.0
 
-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.
+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
  .
- 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.
+     http://www.apache.org/licenses/LICENSE-2.0
  .
- 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
+ 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 full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ On Debian systems, the complete text of the Apache License 2.0 can
+ be found in "/usr/share/common-licenses/Apache-2.0"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-puppetlabs-spec-helper.git



More information about the Pkg-ruby-extras-commits mailing list