[DRE-commits] [ruby-sinatra-simple-navigation] 03/04: Replace gem2deb boilerplate.

Ben Armstrong synrg at alioth.debian.org
Wed Aug 14 22:06:54 UTC 2013


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

synrg pushed a commit to branch master
in repository ruby-sinatra-simple-navigation.

commit 1cc0db8b20b9a77c9df63ae4dbbd03bbf42ed0e1
Author: Ben Armstrong <synrg at debian.org>
Date:   Wed Aug 14 09:00:34 2013 -0300

    Replace gem2deb boilerplate.
---
 debian/changelog                           |    2 +-
 debian/control                             |   12 ++++----
 debian/copyright                           |   43 +++++++++++++---------------
 debian/ruby-sinatra-simple-navigation.docs |    3 +-
 4 files changed, 28 insertions(+), 32 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e9f7361..c8794cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-sinatra-simple-navigation (3.6.0-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #719312)
 
  -- Ben Armstrong <synrg at sanctuary.nslug.ns.ca>  Sun, 11 Aug 2013 08:39:22 -0300
diff --git a/debian/control b/debian/control
index b40f8ec..08db57b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,15 +5,15 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Ben Armstrong <synrg at sanctuary.nslug.ns.ca>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~)
 Standards-Version: 3.9.4
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-sinatra-simple-navigation.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-sinatra-simple-navigation.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-sinatra-simple-navigation.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-sinatra-simple-navigation.git;a=summary
 Homepage: http://github.com/andi/sinatra-simple-navigation
 XS-Ruby-Versions: all
 
 Package: ruby-sinatra-simple-navigation
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# simple-navigation (>= 3.10.1)
-Description: A Sinatra extension to enable creating navigations with the simple-navigation gem. Also works for Padrino.
- A Sinatra extension to enable creating navigations with the simple-navigation gem. Also works for Padrino. See http://github.com/andi/simple-navigation for more information on simple-navigation.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-sinatra, ruby-simple-navigation (>= 3.10.1)
+Description: Extension providing simple navigations for Sinatra or Padrino
+ A Sinatra extension enabling the use of ruby-simple-navigation in your Sinatra
+ and Padrino web applications.
diff --git a/debian/copyright b/debian/copyright
index 6586009..a713ff1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,33 +3,30 @@ Upstream-Name: sinatra-simple-navigation
 Source: FIXME <http://example.com/>
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2013 Andi Schacke <andreas.schacke at gmail.com>
+License: Expat
 
 Files: debian/*
 Copyright: 2013 Ben Armstrong <synrg at sanctuary.nslug.ns.ca>
-License: GPL-2+ (FIXME)
+License: Expat
 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: 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:
  .
- 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.
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
  .
- 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'.
+ 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-sinatra-simple-navigation.docs b/debian/ruby-sinatra-simple-navigation.docs
index 2c81977..5d86051 100644
--- a/debian/ruby-sinatra-simple-navigation.docs
+++ b/debian/ruby-sinatra-simple-navigation.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.textile
+README.textile

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



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