[DRE-commits] [ruby-blockenspiel] 01/02: Replace gem2deb boilerplate

Ben Armstrong synrg at alioth.debian.org
Sun Aug 11 16:44:41 UTC 2013


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

synrg pushed a commit to branch master
in repository ruby-blockenspiel.

commit eb89e4c8312405c235a9a7b72acea0305027f663
Author: Ben Armstrong <synrg at debian.org>
Date:   Sun Aug 11 13:26:11 2013 -0300

    Replace gem2deb boilerplate
---
 debian/changelog              |    2 +-
 debian/control                |   11 +++++----
 debian/copyright              |   50 +++++++++++++++++++++--------------------
 debian/ruby-blockenspiel.docs |    3 +--
 4 files changed, 35 insertions(+), 31 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4659265..714ecac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-blockenspiel (0.4.5-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #719313)
 
  -- Ben Armstrong <synrg at sanctuary.nslug.ns.ca>  Sun, 11 Aug 2013 08:40:40 -0300
diff --git a/debian/control b/debian/control
index 97fc5ac..af91844 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Ben Armstrong <synrg at sanctuary.nslug.ns.ca>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~)
 Standards-Version: 3.9.4
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-blockenspiel.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-blockenspiel.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-blockenspiel.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-blockenspiel.git;a=summary
 Homepage: http://dazuma.github.com/blockenspiel
 XS-Ruby-Versions: all
 
@@ -14,5 +14,8 @@ Package: ruby-blockenspiel
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Blockenspiel is a helper library designed to make it easy to implement DSL blocks.
- Blockenspiel is a helper library designed to make it easy to implement DSL blocks. It is designed to be comprehensive and robust, supporting most common usage patterns, and working correctly in the presence of nested blocks and multithreading.
+Description: Comprehensive implementation of Ruby DSL blocks
+ Blockenspiel is a helper library designed to make it easy to implement DSL
+ blocks. It is designed to be comprehensive and robust, supporting most common
+ usage patterns, and working correctly in the presence of nested blocks and
+ multithreading.
diff --git a/debian/copyright b/debian/copyright
index d9a7cec..36e3ce7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,37 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: blockenspiel
-Source: FIXME <http://example.com/>
+Source: https://github.com/dazuma/blockenspiel
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2008-2012 Daniel Azuma <dazuma at gmail.com>
+License: BSD
 
 Files: debian/*
 Copyright: 2013 Ben Armstrong <synrg at sanctuary.nslug.ns.ca>
-License: GPL-2+ (FIXME)
+License: BSD
 Comment: the Debian packaging is licensed under the same terms as the original package.
 
-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: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
  .
- 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.
+ * Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ * Neither the name of the copyright holder, nor the names of any other
+   contributors to this software, may be used to endorse or promote products
+   derived from this software without specific prior written permission.
  .
- 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'.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/ruby-blockenspiel.docs b/debian/ruby-blockenspiel.docs
index 0d5eab8..e475c53 100644
--- a/debian/ruby-blockenspiel.docs
+++ b/debian/ruby-blockenspiel.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.rdoc
+README.rdoc

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



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