[DRE-commits] [ruby-ftw] 01/01: Clean up d/{changelog, control, copyright} files

Tim Potter tpot-guest at moszumanska.debian.org
Fri Sep 12 00:57:47 UTC 2014


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

tpot-guest pushed a commit to branch master
in repository ruby-ftw.

commit 9c7c801edbac98497628ccf28aab3aa37ef7b339
Author: Tim Potter <tpot at hp.com>
Date:   Fri Sep 12 10:57:31 2014 +1000

    Clean up d/{changelog,control,copyright} files
---
 debian/changelog |  2 +-
 debian/control   | 11 ++++++-----
 debian/copyright | 43 ++++++++++++++++++-------------------------
 3 files changed, 25 insertions(+), 31 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0d7806c..fe63602 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-ftw (0.0.39-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #757074)
 
  -- Tim Potter <tpot at hp.com>  Fri, 01 Aug 2014 12:32:58 +1000
diff --git a/debian/control b/debian/control
index a5f4923..62e2ccc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Tim Potter <tpot at hp.com>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~)
 Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-ftw.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-ftw.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-ftw.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-ftw.git;a=summary
 Homepage: http://github.com/jordansissel/ruby-ftw
 XS-Ruby-Versions: all
 
@@ -14,6 +14,7 @@ Package: ruby-ftw
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-cabin, ruby-http-parser.rb, ruby-addressable, ruby-backports
-# cabin (> 0), http_parser.rb (= 0.5.3), addressable (>= 0), backports (>= 2.6.2), minitest (> 0, development)
-Description: For The Web. Trying to build a solid and sane API for client and server web stuff. Client and Server operations for HTTP, WebSockets, SPDY, etc.
- For The Web. Trying to build a solid and sane API for client and server web stuff. Client and Server operations for HTTP, WebSockets, SPDY, etc.
+Description: Ruby For The Web. APIs for client and server web stuff.
+ Ruby For The Web. Trying to build a solid and sane API for client 
+ and server web stuff. Client and Server operations for HTTP, 
+ WebSockets, SPDY, etc.
diff --git a/debian/copyright b/debian/copyright
index 5557eb8..409dc7d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,28 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: ftw
-Source: FIXME <http://example.com/>
+Upstream-Name: ruby-ftw
+Source: https://github.com/jordansissel/ruby-ftw
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2012-2014 Jordan Sissel
+License: Apache-2.0
 
 Files: debian/*
-Copyright: 2014  <tpot at hp.com>
-License: GPL-2+ (FIXME)
+Copyright: 2014 Tim Potter <tpot at hp.com>
+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 full text of the Apache-2.0 license
+ can be found in the file '/usr/share/common-licenses/Apache-2.0'

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



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