[DRE-commits] [yard] 03/09: wrap and sort
Cédric Boutillier
boutil at moszumanska.debian.org
Sun Feb 21 23:58:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository yard.
commit 23269ad8b973887cc2e4daadf477d7493e481d73
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon Feb 22 00:12:46 2016 +0100
wrap and sort
---
debian/control | 27 +++++++++++++++++++++------
debian/copyright | 5 ++---
debian/yard-doc.links | 2 +-
3 files changed, 24 insertions(+), 10 deletions(-)
diff --git a/debian/control b/debian/control
index 259076f..9dd7b5b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,19 @@ Source: yard
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Lucas Nussbaum <lucas at debian.org>, Cédric Boutillier <boutil at debian.org>, Paul van Tilburg <paulvt at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec, rake, ruby-redcarpet, ruby-redcloth, ruby-rack, bundler, libjs-jquery, ruby-gettext (>= 2.2.1~)
+Uploaders: Lucas Nussbaum <lucas at debian.org>,
+ Cédric Boutillier <boutil at debian.org>,
+ Paul van Tilburg <paulvt at debian.org>
+Build-Depends: bundler,
+ debhelper (>= 7.0.50~),
+ gem2deb (>= 0.3.0~),
+ libjs-jquery,
+ rake,
+ ruby-gettext (>= 2.2.1~),
+ ruby-rack,
+ ruby-redcarpet,
+ ruby-redcloth,
+ ruby-rspec
Standards-Version: 3.9.7
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/yard.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/yard.git
@@ -14,9 +25,13 @@ XS-Ruby-Versions: all
Package: yard
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, libjs-jquery, ruby-gettext (>= 2.2.1~)
-Recommends: ruby-redcarpet, graphviz
-Suggests: ruby-rack, ruby-redcloth, bundler, yard-doc
+Depends: libjs-jquery,
+ ruby | ruby-interpreter,
+ ruby-gettext (>= 2.2.1~),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Recommends: graphviz, ruby-redcarpet
+Suggests: bundler, ruby-rack, ruby-redcloth, yard-doc
Description: Ruby documentation tool
YARD is a documentation generation tool for the Ruby programming language.
It enables the user to generate consistent, usable documentation that can be
@@ -26,7 +41,7 @@ Description: Ruby documentation tool
Package: yard-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, libjs-jquery
+Depends: libjs-jquery, ${misc:Depends}
Suggests: doc-base
Description: Ruby documentation tool - documentation
YARD is a documentation generation tool for the Ruby programming language.
diff --git a/debian/copyright b/debian/copyright
index efa7ce5..901c067 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -151,9 +151,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.
.
@@ -220,4 +220,3 @@ License: Specific
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.
-
diff --git a/debian/yard-doc.links b/debian/yard-doc.links
index 88ec3ca..e302cb6 100644
--- a/debian/yard-doc.links
+++ b/debian/yard-doc.links
@@ -1,2 +1,2 @@
+usr/share/doc/yard-doc/doc/index.html usr/share/doc/yard-doc/doc/file.README.html
usr/share/javascript/jquery/jquery.js usr/share/doc/yard-doc/doc/js/jquery.js
-usr/share/doc/yard-doc/doc/index.html usr/share/doc/yard-doc/doc/file.README.html
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/yard.git
More information about the Pkg-ruby-extras-commits
mailing list