[DRE-commits] [ruby-pathutil] 02/02: Update copyright

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun Sep 3 06:56:43 UTC 2017


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

uwabami-guest pushed a commit to branch master
in repository ruby-pathutil.

commit ec9f65155271001e5f4e0373180fbaab69c81ead
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Sun Sep 3 15:56:25 2017 +0900

    Update copyright
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/changelog | 2 +-
 debian/control   | 9 +++++++--
 debian/copyright | 7 +++----
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 27e0a18..f7bfc4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ruby-pathutil (0.14.0-1) UNRELEASED; urgency=medium
+ruby-pathutil (0.14.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #nnnn)
 
diff --git a/debian/control b/debian/control
index 211e174..6c2eff1 100644
--- a/debian/control
+++ b/debian/control
@@ -20,5 +20,10 @@ Depends: ruby | ruby-interpreter,
          ruby-forwardable-extended (>= 2.6),
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Almost like Pathname but just a little less insane.
- Like Pathname but a little less insane.
+Description: Faster pure Ruby implementation of Pathname with extra bits
+ Pathutil tries to be a faster pure Ruby impelementation of Pathname.
+ It arose out of a need to fix basic problems with Pathname, such as
+ suscepetibility to join overrides, need for automatic encoding, and
+ normalization (for stuff like Jekyll) and the ability to do other
+ safe-style operations in an encapsulated format, like copying files and
+ folders with symlinks but only if they originate from the given root.
diff --git a/debian/copyright b/debian/copyright
index 07ffcc1..c43b362 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,13 +3,12 @@ Upstream-Name: pathutil
 Source: http://github.com/envygeeks/pathutils
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: Expat (FIXME)
+Copyright: 2015-2016 Jordon Bedwell
+License: Expat
 
 Files: debian/*
 Copyright: 2017 Youhei SASAKI <uwabami at gfd-dennou.org>
-License: Expat (FIXME)
+License: Expat
 Comment: the Debian packaging is licensed under the same terms as the original package.
 
 License: Expat

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



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