[DRE-commits] [ruby-parseconfig] 01/01: Initial packaging

Ben Armstrong synrg at alioth.debian.org
Sun Aug 11 14:00:22 UTC 2013


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

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

commit bafc9a517bde7cb5ea5ae60df2f8a85f89a691d0
Author: Ben Armstrong <synrg at debian.org>
Date:   Sun Aug 11 10:25:00 2013 -0300

    Initial packaging
---
 debian/changelog             |    4 ++--
 debian/control               |    9 +++++----
 debian/copyright             |   44 +++++++++++++++++++-----------------------
 debian/ruby-parseconfig.docs |    3 +--
 4 files changed, 28 insertions(+), 32 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8aa3155..158b4f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-parseconfig (1.0.2-1) UNRELEASED; urgency=low
+ruby-parseconfig (1.0.2-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #719307)
 
  -- Ben Armstrong <synrg at sanctuary.nslug.ns.ca>  Sun, 11 Aug 2013 08:27:33 -0300
diff --git a/debian/control b/debian/control
index e8b30fb..cf2cb38 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-parseconfig.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-parseconfig.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-parseconfig.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-parseconfig.git;a=summary
 Homepage: http://github.com/derks/ruby-parseconfig/
 XS-Ruby-Versions: all
 
@@ -14,5 +14,6 @@ Package: ruby-parseconfig
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Config File Parser for Standard Unix/Linux Type Config Files
- ParseConfig provides simple parsing of standard configuration files in the form of 'param = value'.  It also supports nested [group] sections.
+Description: Simple standard configuration file parser for Ruby
+ ParseConfig provides simple parsing of standard configuration files in the
+ form of 'param = value'.  It also supports nested [group] sections.
diff --git a/debian/copyright b/debian/copyright
index 72deb32..393ab8d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,31 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: parseconfig
-Source: FIXME <http://example.com/>
+Source: https://github.com/derks/ruby-parseconfig
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2006-2012 BJ Dierkes <derks at bjdierkes.com>
+License: MIT
 
 Files: debian/*
 Copyright: 2013 Ben Armstrong <synrg at sanctuary.nslug.ns.ca>
-License: GPL-2+ (FIXME)
+License: MIT
 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: MIT
+ 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:
  .
- 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.
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
  .
- 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'.
+ 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/ruby-parseconfig.docs b/debian/ruby-parseconfig.docs
index 07b3c9e..b43bf86 100644
--- a/debian/ruby-parseconfig.docs
+++ b/debian/ruby-parseconfig.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md

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



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