[DRE-commits] [SCM] ruby-rack-accept.git branch, master, updated. upstream/0.4.5-5-g01b2a17

Nitesh A Jain niteshjain92 at gmail.com
Wed Jul 10 19:38:15 UTC 2013


The following commit has been merged in the master branch:
commit 03678b1d75b3819f8b1f16ea42caf5fefb26d7da
Author: Nitesh A Jain <niteshjain92 at gmail.com>
Date:   Thu Jul 11 01:06:44 2013 +0530

    update changelog, copyright, control

diff --git a/debian/changelog b/debian/changelog
index 2580183..227d280 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-rack-accept (0.4.5-1) UNRELEASED; urgency=low
+ruby-rack-accept (0.4.5-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #715820)
 
- -- Nitesh A Jain <niteshjain92 at gmail.com>  Thu, 11 Jul 2013 01:00:30 +0530
+ -- Nitesh A Jain <niteshjain92 at gmail.com>  Wed, 10 Jul 2013 23:51:29 +0530
diff --git a/debian/control b/debian/control
index d868c7e..714d44c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,11 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Nitesh A Jain <niteshjain92 at gmail.com>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.3
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rack-accept.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rack-accept.git;a=summary
-Homepage: http://mjijackson.github.com/rack-accept
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rack
+Standards-Version: 3.9.4
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rack-accept.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rack-accept.git;a=summary
+Homepage: https://github.com/mjijackson/rack-accept
 XS-Ruby-Versions: all
 
 Package: ruby-rack-accept
@@ -16,5 +15,12 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 # rack (>= 0.4), rake (>= 0, development)
-Description: HTTP Accept* for Ruby/Rack
- HTTP Accept, Accept-Charset, Accept-Encoding, and Accept-Language for Ruby/Rack
+Description: suite of tools for interpreting HTTP Accept family for Ruby/Rack 
+ Rack-Accept is a suite of tools for Ruby/Rack applications 
+ that eases the complexity of building and interpreting 
+ the Accept*family of HTTP request headers.It has full support 
+ for the Accept, Accept-Charset, Accept-Encoding, and Accept-Language
+ HTTP request headers.
+ .
+ It implements the Rack middleware interface and may be used with any 
+ Rack-based application 
diff --git a/debian/copyright b/debian/copyright
index 5984b2d..41e2958 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: rack-accept
-Source: FIXME <http://example.com/>
+Source: https://github.com/mjijackson/rack-accept
 
 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 Michael Jackson <mjijackson at gmail.com>
+License: Expat
+ 
 Files: debian/*
 Copyright: 2013 Nitesh A Jain <niteshjain92 at gmail.com>
-License:
- [LICENSE TEXT]
+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.

-- 
ruby-rack-accept.git



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