[DRE-commits] [SCM] ruby-ascii85.git branch, master, updated. upstream/1.0.1-6-g4eb4ec0

Cédric Boutillier cedric.boutillier at gmail.com
Fri Sep 2 21:57:28 UTC 2011


The following commit has been merged in the master branch:
commit ccb00fefca12d1e8a8fffc4d1f0e83f1cc57cb79
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Fri Sep 2 22:50:41 2011 +0200

    control, copyright and docs

diff --git a/debian/control b/debian/control
index 6b031ad..73d76c5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~), ruby-rspec (>=2.4.0)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-ascii85.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-ascii85.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-ascii85.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-ascii85.git;a=summary
 Homepage: http://rubyforge.org/projects/ascii85/
 XS-Ruby-Versions: all
 
@@ -15,6 +15,10 @@ Package: ruby-ascii85
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# bundler (>= 1.0.0, development), rspec (>= 2.4.0, development)
-Description: Ascii85 encoder/decoder
- Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of the same name.
+Description: Ruby library to encode/decode the Ascii85 format
+ Ascii85 (also called "Base85") is a form of binary-to-text encoding, wich is
+ mainly used in Adobe's PostScript and PDF format. This package provides a
+ ruby library to encode/decode Ascii85.
+ .
+ It ships also a command line utility, which can encode/decode files to the
+ standard output.
diff --git a/debian/copyright b/debian/copyright
index eaa0da4..1fbaaf5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,31 @@
-FIXME. fill-in with DEP5 copyright file. http://dep.debian.net/deps/dep5/
 Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
 Upstream-Name: ascii85
-Source: FIXME (URL where source can be downloaded)
+Source: http://ascii85.rubyforge.org
 
 Files: *
-Copyright: Copyright 1998 John Doe <jdoe at example.com>
-License: GPL-2+
- 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: Copyright 2009 Johannes Holzfuß <DataWraith at web.de>
+License: Expat
 
 Files: debian/*
-Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
-License:
- [LICENSE TEXT]
+Copyright: Copyright 2011 Cédric Boutillier <cedric.boutillier at gmail.com>
+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-ascii85.docs b/debian/ruby-ascii85.docs
index 0d5eab8..e475c53 100644
--- a/debian/ruby-ascii85.docs
+++ b/debian/ruby-ascii85.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.rdoc
+README.rdoc

-- 
ruby-ascii85.git



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