[DRE-commits] [ruby-d3-rails] 02/02: Adding changelog, copyright and control

Balasankar C balasankarc-guest at moszumanska.debian.org
Fri Oct 31 14:47:29 UTC 2014


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

balasankarc-guest pushed a commit to branch master
in repository ruby-d3-rails.

commit ba761b27b741d1ba8e0d681d35adc16814719128
Author: Balasankar C <balasankarc at autistici.org>
Date:   Fri Oct 31 20:13:19 2014 +0530

    Adding changelog,copyright and control
---
 debian/changelog |  6 ++---
 debian/control   | 14 +++++++----
 debian/copyright | 71 ++++++++++++++++++++++++++++++++++++++------------------
 3 files changed, 60 insertions(+), 31 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c0cd965..0fe7275 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-d3-rails (3.4.13-1) UNRELEASED; urgency=medium
+ruby-d3-rails (3.4.13-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #767503)
 
- -- Balasankar C <balasankarc at autistici.org>  Fri, 31 Oct 2014 20:09:30 +0530
+ -- Balasankar C <balasankarc at autistici.org>  Fri, 31 Oct 2014 18:55:45 +0530
diff --git a/debian/control b/debian/control
index ef7323e..675fbe8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Balasankar C <balasankarc at autistici.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-d3-rails.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-d3-rails.git;a=summary
 Homepage: https://github.com/logical42/d3_rails
@@ -14,7 +14,11 @@ XS-Ruby-Versions: all
 Package: ruby-d3-rails
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# railties (>= 3.1.0), bundler (>= 1.0.0, development), rails (>= 3.1, development), pry (>= 0, development)
-Description: D3 automated install for Rails 3.1+
- Gem installation of javascript framework for data visualization, D3
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-railties
+Description: Gem installation of javascript framework for data visualization, D3
+ Gem installation of javascript framework for data visualization, D3. D3 is a 
+ small, free JavaScript library for manipulating HTML documents based on data. 
+ D3 can help you quickly visualize your data as HTML or SVG, handle 
+ interactivity, and incorporate smooth transitions and staged animations into 
+ your pages. You can use D3 as a visualization framework (like Protovis), or 
+ you can use it to build dynamic pages (like jQuery).
diff --git a/debian/copyright b/debian/copyright
index 9c482cc..4dbd097 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,60 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: d3_rails
-Source: FIXME <http://example.com/>
+Source: https://github.com/logical42/d3_rails
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2013 Han Kang<han+github at therubyists.org>
+License: Expat
+
+Files: app/assets/javascripts/*
+Copyright: 2013 Michael Bostock<mike at ocks.org>
+License: BSD-3-clause
 
 Files: debian/*
 Copyright: 2014 Balasankar C <balasankarc at autistici.org>
-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:
+ .
+ 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.
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without 
+ modification, are permitted provided that the following conditions are met:
+ * Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
  .
- 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 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.
  .
- 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
+ * The name Michael Bostock may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
  .
- 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 YAHOO! INC. 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.
+ Copyright Info : https://github.com/yahoo/pure/blob/master/LICENSE.md

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



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