[DRE-commits] [ruby-rubyvis] 02/10: Update autogenerated files
Balint Reczey
rbalint at moszumanska.debian.org
Tue May 26 23:28:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
rbalint pushed a commit to branch master
in repository ruby-rubyvis.
commit 28e91b933a7c858ccdd8f845ceb297bc792d5097
Author: Balint Reczey <balint at balintreczey.hu>
Date: Tue May 26 17:18:55 2015 +0200
Update autogenerated files
---
debian/compat | 2 +-
debian/control | 21 +++++++++++--------
debian/copyright | 49 ++++++++++++++++++++++----------------------
debian/ruby-rubyvis.docs | 3 +--
debian/ruby-rubyvis.examples | 4 +---
debian/tests/control.ex | 13 ------------
6 files changed, 41 insertions(+), 51 deletions(-)
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 51a3b40..a6d1769 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: ruby-rubyvis
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: <balint at balintreczey.hu>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec, rake
-Standards-Version: 3.9.5
+Uploaders: Balint Reczey <balint at balintreczey.hu>
+Build-Depends: debhelper (>= 9~), gem2deb, ruby-rspec, rake, bundler, ruby-nokogiri
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rubyvis.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rubyvis.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rubyvis.git;a=summary
Homepage: http://rubygems.org/gems/rubyvis
Testsuite: autopkgtest
XS-Ruby-Versions: all
@@ -14,7 +14,12 @@ XS-Ruby-Versions: all
Package: ruby-rubyvis
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# bundler (>= 1.0.0, development), rspec (>= 0, development)
-Description: Rubyvis
- Rubyvis
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-nokogiri, ruby-coderay, ruby-haml, ruby-rspec, ruby-rspec-mocks,
+ ruby-redcloth
+Description: Ruby port of Protovis library
+ Protovis composes custom views of data with simple marks such as
+ bars and dots. Unlike low-level graphics libraries that quickly
+ become tedious for visualization, Protovis defines marks through
+ dynamic properties that encode data, allowing inheritance, scales
+ and layouts to simplify construction.
diff --git a/debian/copyright b/debian/copyright
index b31ebfe..2fb5adc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,36 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: rubyvis
-Source: FIXME <http://example.com/>
+Source: http://rubygems.org/gems/rubyvis
Files: *
-Copyright: <years> <put author's name and email here>
- <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2010-2014, Claudio Bustos <clbustos at gmail.com>
+License: BSD-2-clause
Files: debian/*
-Copyright: 2015 <balint at balintreczey.hu>
-License: GPL-2+ (FIXME)
+Copyright: 2015 Balint Reczey <balint at balintreczey.hu>
+License: BSD-2-clause
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: BSD-2-clause
+ All rights reserved.
.
- 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.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
.
- 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
+ 1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
.
- 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'.
+ 2. 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.
+ .
+ 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 HOLDER 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-rubyvis.docs b/debian/ruby-rubyvis.docs
index 07b3c9e..b43bf86 100644
--- a/debian/ruby-rubyvis.docs
+++ b/debian/ruby-rubyvis.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md
diff --git a/debian/ruby-rubyvis.examples b/debian/ruby-rubyvis.examples
index d970cc8..e39721e 100644
--- a/debian/ruby-rubyvis.examples
+++ b/debian/ruby-rubyvis.examples
@@ -1,3 +1 @@
-# FIXME: examples/ dir found in source. Consider installing the examples.
-# Examples:
-# examples/*
+examples/*
diff --git a/debian/tests/control.ex b/debian/tests/control.ex
deleted file mode 100644
index 429a392..0000000
--- a/debian/tests/control.ex
+++ /dev/null
@@ -1,13 +0,0 @@
-# AUTOGENERATED FILE
-#
-# As of autopkgtest 3.5, Ruby packages that use gem2deb are automatically
-# detected, and if debian/tests/control does not exist the contents below will
-# be assumed (with the exception of gem2deb being filtered out from
-# @builddeps@):
-
-Test-Command: gem2deb-test-runner --autopkgtest 2>&1
-Depends: @, @builddeps@, gem2deb-test-runner
-
-# if you would need to change something to the above, to that and rename this
-# file to `control`. Otherwise, you should probably delete this file
-# (recommended).
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rubyvis.git
More information about the Pkg-ruby-extras-commits
mailing list