[DRE-commits] [SCM] ruby-hashie.git branch, master, updated. upstream/1.2.0-4-g7bb6294

Praveen Arimbrathodiyil praveen at debian.org
Wed Oct 31 11:09:22 UTC 2012


The following commit has been merged in the master branch:
commit 76992e52cc3a707bbd040c02fde810a735a249b1
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Oct 31 16:36:20 2012 +0530

    tune the packaging to make lintian clean
    
        - update ITP bug in changelog
        - update email in changelog and control
        - update description in control
        - install docs
        - remove ruby-test-files.yaml
        - add ruby-tests.rake
        - update copyright file

diff --git a/debian/changelog b/debian/changelog
index b75df50..9df60ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-hashie (1.2.0-1) UNRELEASED; urgency=low
+ruby-hashie (1.2.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #647066)
 
- -- Praveen Arimbrathodiyil <pravi at savannah.pnq.redhat.com>  Wed, 31 Oct 2012 14:42:18 +0530
+ -- Praveen Arimbrathodiyil <praveen at debian.org>  Wed, 31 Oct 2012 14:15:50 +0530
diff --git a/debian/control b/debian/control
index 4fdef29..e2c0ecf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,13 @@ Source: ruby-hashie
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
+Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~),
+ rake, ruby-rspec
 Standards-Version: 3.9.3
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-hashie.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-hashie.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-hashie.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-hashie.git;a=summary
 Homepage: https://github.com/intridea/hashie
 XS-Ruby-Versions: all
 
@@ -16,5 +17,9 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 # rake (~> 0.9.2, development), rspec (~> 2.5, development), guard (>= 0, development), guard-rspec (>= 0, development)
-Description: Your friendly neighborhood hash toolkit.
- Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).
+Description: small collection of tools that make hashes more powerful
+ Hashie is a growing collection of tools that extend Hashes and make
+ them more useful.
+ .
+ Currently includes Mash (Mocking Hash), Dash (Discrete Hash), Trash,
+ and Clash.
diff --git a/debian/copyright b/debian/copyright
index 7570f6b..275a908 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,31 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: hashie
-Source: FIXME <http://example.com/>
+Source: http://rubygems.org/gems/hashie
 
 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: 2009 Intridea, Inc
+License: Expat
 
 Files: debian/*
-Copyright: 2012  <>
-License:
- [LICENSE TEXT]
+Copyright: 2012 Praveen Arimbrathodiyil <praveen 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/ruby-hashie.docs b/debian/ruby-hashie.docs
index 0d5eab8..e475c53 100644
--- a/debian/ruby-hashie.docs
+++ b/debian/ruby-hashie.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.rdoc
+README.rdoc
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 83bd56d..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-- spec/hashie/clash_spec.rb
-- spec/hashie/dash_spec.rb
-- spec/hashie/hash_spec.rb
-- spec/hashie/mash_spec.rb
-- spec/hashie/trash_spec.rb
-- spec/spec.opts
-- spec/spec_helper.rb

-- 
ruby-hashie.git



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