[DRE-commits] [ruby-versionomy] 04/04: Replace gem2deb boilerplate

Ben Armstrong synrg at alioth.debian.org
Sun Aug 11 20:02:06 UTC 2013


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

synrg pushed a commit to branch master
in repository ruby-versionomy.

commit 2f9fc2c916d50f67ca33eeb17d4650f03995cdb9
Author: Ben Armstrong <synrg at debian.org>
Date:   Sun Aug 11 16:56:59 2013 -0300

    Replace gem2deb boilerplate
---
 debian/changelog                  |    2 +-
 debian/control                    |    6 +++--
 debian/copyright                  |   50 +++++++++++++++++++------------------
 debian/ruby-versionomy.changelogs |    1 +
 debian/ruby-versionomy.docs       |    4 +--
 5 files changed, 34 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 64adcf1..c7bf5da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-versionomy (0.4.4-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #719314)
 
  -- Ben Armstrong <synrg at sanctuary.nslug.ns.ca>  Sun, 11 Aug 2013 08:41:58 -0300
diff --git a/debian/control b/debian/control
index e259ee0..b73bb89 100644
--- a/debian/control
+++ b/debian/control
@@ -15,5 +15,7 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 # blockenspiel (>= 0.4.5)
-Description: Versionomy is a generalized version number library.
- Versionomy is a generalized version number library. It provides tools to represent, manipulate, parse, and compare version numbers in the wide variety of versioning schemes in use.
+Description: Generalized version number class for Ruby
+ Versionomy is a generalized version number library. It provides tools to
+ represent, manipulate, parse, and compare version numbers in the wide variety
+ of versioning schemes in use.
diff --git a/debian/copyright b/debian/copyright
index 5e5f9ed..536f7c8 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: versionomy
-Source: FIXME <http://example.com/>
+Source: http://dazuma.github.io/versionomy/
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2008-2012 Daniel Azuma <dazuma at gmail.com>
+License: MIT
 
 Files: debian/*
 Copyright: 2013 Ben Armstrong <synrg at sanctuary.nslug.ns.ca>
-License: GPL-2+ (FIXME)
+License: MIT
 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: MIT
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
  .
- 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.
+ * Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+ * 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.
+ * Neither the name of the copyright holder, nor the names of any other
+   contributors to this software, may be used to endorse or promote products
+   derived from this software without specific prior written permission.
  .
- 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'.
+ 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.
diff --git a/debian/ruby-versionomy.changelogs b/debian/ruby-versionomy.changelogs
new file mode 100644
index 0000000..318431e
--- /dev/null
+++ b/debian/ruby-versionomy.changelogs
@@ -0,0 +1 @@
+History.rdoc
diff --git a/debian/ruby-versionomy.docs b/debian/ruby-versionomy.docs
index 0d5eab8..f224539 100644
--- a/debian/ruby-versionomy.docs
+++ b/debian/ruby-versionomy.docs
@@ -1,2 +1,2 @@
-# FIXME: READMEs found
-# README.rdoc
+README.rdoc
+Versionomy.rdoc

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



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