[DRE-commits] [ruby-stud] 01/01: Update d/{changelog, control, copyright} from templates

Tim Potter tpot-guest at moszumanska.debian.org
Fri Sep 12 01:59:25 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-stud.

commit 8da005c5aff0aa145af0afacd78c81765fdd9981
Author: Tim Potter <tpot at hp.com>
Date:   Fri Sep 12 11:59:06 2014 +1000

    Update d/{changelog,control,copyright} from templates
---
 debian/changelog |  2 +-
 debian/control   | 10 +++++-----
 debian/copyright | 43 ++++++++++++++++++-------------------------
 3 files changed, 24 insertions(+), 31 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f2387d3..e12e9d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-stud (0.0.17-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #757073)
 
  -- Tim Potter <tpot at hp.com>  Fri, 25 Jul 2014 15:44:58 +1000
diff --git a/debian/control b/debian/control
index 02074af..588347e 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-stud.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-stud.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-stud.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-stud.git;a=summary
 Homepage: https://github.com/jordansissel/ruby-stud
 XS-Ruby-Versions: all
 
@@ -14,6 +14,6 @@ Package: ruby-stud
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-metriks, ruby-ffi
-# metriks (>= 0), ffi (>= 0), rspec (>= 0, development), insist (>= 0, development)
-Description: stud - common code techniques
- small reusable bits of code I'm tired of writing over and over. A library form of my software-patterns github repo.
+Description: Common code techniques for Ruby
+ Small reusable bits of code implementing solutions for various software
+ problems.
diff --git a/debian/copyright b/debian/copyright
index 357bc45..8dd811a 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: stud
-Source: FIXME <http://example.com/>
+Upstream-Name: rubystud
+Source: https://github.com/jordansissel/ruby-stud
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2012-2013 Jodan Sissel and contributors
+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-stud.git



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