[DRE-commits] [ruby-logger-application] 02/04: Fix d/c* files

Balasankar C balasankarc-guest at moszumanska.debian.org
Mon Jun 29 11:24:06 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-logger-application.

commit 9e094c85127ef4c9ca475e00366b3ff18d149a21
Author: Balasankar C <balasankarc at autistici.org>
Date:   Mon Jun 29 16:39:32 2015 +0530

    Fix d/c* files
---
 debian/changelog |  4 ++--
 debian/control   | 11 +++++++----
 debian/copyright | 48 +++++++++++++++++++++++++-----------------------
 3 files changed, 34 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6c901b1..e6af2e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-logger-application (0.0.2-1) UNRELEASED; urgency=medium
+ruby-logger-application (0.0.2-1) unstable; urgency=medium
 
   * Initial release (Closes: #790373)
 
- -- Balasankar C <balasankarc at autistici.org>  Mon, 29 Jun 2015 16:37:17 +0530
+ -- Balasankar C <balasankarc at autistici.org>  Sun, 21 Jun 2015 16:22:02 +0530
diff --git a/debian/control b/debian/control
index 36f80b7..61529d0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,12 @@ Uploaders: Balasankar C <balasankarc at autistici.org>
 Build-Depends: debhelper (>= 7.0.50~),
                gem2deb,
                rake,
-               ruby-rspec
+               ruby-rspec,
+               ruby-test-unit
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-logger-application.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-logger-application.git
-Homepage:
+Homepage: https://github.com/ruby/logger-application
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
@@ -20,5 +21,7 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Add logging support to your application.
- Add logging support to your application.
+Description: add logging support to Ruby application
+ This gem provides the ability to add logging support to a Ruby application. It
+ is extracted from Ruby's Logger, as Logger::Application was dropped in Ruby 
+ 2.2
diff --git a/debian/copyright b/debian/copyright
index a432d53..bf127d9 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: logger-application
-Source: FIXME <http://example.com/>
+Source: https://github.com/ruby/logger-application
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2014 Hiroshi SHIBATA
+License: BSD-2-clause
 
 Files: debian/*
 Copyright: 2015 Balasankar C <balasankarc at autistici.org>
-License: GPL-2+ (FIXME)
+License: BSD-2-clause
 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-2-clause
+ All rights reserved.
  .
- 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.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
  .
- 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
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. 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.
  .
- 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.

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



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