[DRE-commits] [ruby-bdb] 12/12: Wrap and sort
David Suárez
deiv-guest at moszumanska.debian.org
Wed Mar 12 20:40:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
deiv-guest pushed a commit to branch master
in repository ruby-bdb.
commit e474f4be4604abc1e254299d8c57a1e2ea3a002d
Author: David Suárez <david.sephirot at gmail.com>
Date: Wed Mar 12 21:38:08 2014 +0100
Wrap and sort
---
debian/control | 10 ++++++++--
debian/copyright | 6 +++---
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 4b63a1e..3d9b94a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,10 @@ Source: ruby-bdb
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>, Michael Schutte <m.schutte.jr at gmail.com>, Gunnar Wolf <gwolf at debian.org>, Antonio Terceiro <terceiro at softwarelivre.org>
+Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>,
+ Michael Schutte <m.schutte.jr at gmail.com>,
+ Gunnar Wolf <gwolf at debian.org>,
+ Antonio Terceiro <terceiro at softwarelivre.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~), libdb-dev
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bdb.git
@@ -13,7 +16,10 @@ XS-Ruby-Versions: all
Package: ruby-bdb
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, libjs-jquery
+Depends: libjs-jquery,
+ ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Interface to Berkeley DB for Ruby
BDB is an interface to the Berkeley database library.
.
diff --git a/debian/copyright b/debian/copyright
index a2d353e..1ed0d90 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -31,7 +31,7 @@ License: Ruby
make them Freely Available, such as by posting said
modifications to Usenet or an equivalent medium, or by allowing
the author to include your modifications in the software.
- .
+ .
b) use the modified software only within your corporation or
organization.
.
@@ -62,9 +62,9 @@ License: Ruby
For the list of those files and their copying conditions, see the
file LEGAL.
.
- 5. The scripts and library files supplied as input to or produced as
+ 5. The scripts and library files supplied as input to or produced as
output from the software do not automatically fall under the
- copyright of the software, but belong to whomever generated them,
+ copyright of the software, but belong to whomever generated them,
and may be sold commercially, and may be aggregated with this
software.
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-bdb.git
More information about the Pkg-ruby-extras-commits
mailing list