[DRE-commits] [ruby-logify] 01/01: adjust files in debian/ for initial release

Michael Moll mmoll-guest at moszumanska.debian.org
Thu Jun 23 18:06:17 UTC 2016


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

mmoll-guest pushed a commit to branch master
in repository ruby-logify.

commit 2ffbe45031269d4e7a17367da776d582f64725fb
Author: Michael Moll <Michael Moll kvedulv at kvedulv.de>
Date:   Thu Jun 23 20:03:42 2016 +0200

    adjust files in debian/ for initial release
---
 debian/changelog |  2 +-
 debian/control   |  8 +++++---
 debian/copyright | 37 +++++++++++++++----------------------
 debian/rules     |  3 +++
 4 files changed, 24 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 281f876..e019812 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ruby-logify (0.2.0-1) UNRELEASED; urgency=medium
+ruby-logify (0.2.0-1) unstable; urgency=low
 
   * Initial release (Closes: #827920)
 
diff --git a/debian/control b/debian/control
index acad545..92079d9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9~),
                gem2deb,
                rake,
                ruby-rspec
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-logify.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-logify.git
 Homepage: https://github.com/sethvargo/logify
@@ -20,5 +20,7 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Logify is a lightweight logging library for Ruby!
- Logify is an incredibly light-weight Ruby logger with a developer-friendly API and no dependencies. It is intentionally very opinionated and is optimized for speed. This combination makes it perfect for command line applications.
+Description: Lightweight logging library for Ruby
+ Logify is an incredibly light-weight Ruby logger with a developer-friendly API
+ and no dependencies. It is intentionally very opinionated and is optimized for
+ speed. This combination makes it perfect for command line applications.
diff --git a/debian/copyright b/debian/copyright
index c8d9183..25fa65e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,33 +3,26 @@ Upstream-Name: logify
 Source: https://github.com/sethvargo/logify
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2014 Seth Vargo <sethvargo at gmail.com>
+License: Apache-2.0
 
 Files: debian/*
 Copyright: 2016 Michael Moll <kvedulv at kvedulv.de>
-License: GPL-2+ (FIXME)
+License: Apache-2.0
 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: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
  .
- 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.
+     http://www.apache.org/licenses/LICENSE-2.0
  .
- 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
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
  .
- 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'.
+ On Debian systems, the complete text of the Apache License 2.0 can
+ be found in "/usr/share/common-licenses/Apache-2.0"
diff --git a/debian/rules b/debian/rules
index 3454d59..9964b95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,6 @@ export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_installchangelogs:
+	dh_installchangelogs CHANGELOG.md

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



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