[DRE-commits] [ruby-googlecharts] 07/09: Run wrap-and-sort on packaging files
zeha at debian.org
zeha at debian.org
Tue Jul 5 13:16:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository ruby-googlecharts.
commit 86d55d60bacbda569e2bbfc89780905ada40924b
Author: Cédric Boutillier <boutil at moszumanska.debian.org>
Date: Fri Mar 4 15:15:05 2016 +0000
Run wrap-and-sort on packaging files
---
debian/control | 22 ++++++++++++++--------
debian/copyright | 3 +--
2 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/debian/control b/debian/control
index e348fb6..d0fa012 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: ruby-googlecharts
Section: contrib/ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryanryan52 at gmail.com>, Cédric Boutillier <cedric.boutillier at gmail.com>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>,
+ Cédric Boutillier <cedric.boutillier at gmail.com>
Build-Depends: debhelper (>= 9),
gem2deb
Standards-Version: 3.9.7
@@ -14,12 +15,15 @@ XS-Ruby-Versions: all
Package: ruby-googlecharts
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends},
+Depends: ruby | ruby-interpreter,
${misc:Depends},
- ruby | ruby-interpreter
-Replaces: libgooglecharts-ruby (<< 1.6.8-1~), libgooglecharts-ruby1.8 (<< 1.6.8-1~)
-Breaks: libgooglecharts-ruby (<< 1.6.8-1~), libgooglecharts-ruby1.8 (<< 1.6.8-1~)
-Provides: libgooglecharts-ruby, libgooglecharts-ruby1.8
+ ${shlibs:Depends}
+Replaces: libgooglecharts-ruby (<< 1.6.8-1~),
+ libgooglecharts-ruby1.8 (<< 1.6.8-1~)
+Breaks: libgooglecharts-ruby (<< 1.6.8-1~),
+ libgooglecharts-ruby1.8 (<< 1.6.8-1~)
+Provides: libgooglecharts-ruby,
+ libgooglecharts-ruby1.8
Description: Ruby library to generate charts using Google Chart API
Googlecharts is a nice and simple wrapper for the Google Chart API.
It allows one to draw a large variety of kinds of graphs such as bars or pies.
@@ -31,7 +35,8 @@ Package: libgooglecharts-ruby
Section: contrib/oldlibs
Priority: extra
Architecture: all
-Depends: ${misc:Depends}, ruby-googlecharts
+Depends: ruby-googlecharts,
+ ${misc:Depends}
Description: Transitional package for ruby-googlecharts
This is a transitional package to ease upgrades to the ruby-googlecharts
package. It can safely be removed.
@@ -40,7 +45,8 @@ Package: libgooglecharts-ruby1.8
Section: contrib/oldlibs
Priority: extra
Architecture: all
-Depends: ${misc:Depends}, ruby-googlecharts
+Depends: ruby-googlecharts,
+ ${misc:Depends}
Description: Transitional package for ruby-googlecharts
This is a transitional package to ease upgrades to the ruby-googlecharts
package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index 174e97a..08fed10 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: googlecharts
Source: http://googlecharts.rubyforge.org/
-Disclaimer:
+Disclaimer:
This package is not part of Debian because it is in contrib. It is in
contrib because it relies on an outside source (google.com) to be useful.
@@ -32,4 +32,3 @@ License: Expat
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.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-googlecharts.git
More information about the Pkg-ruby-extras-commits
mailing list