[DRE-commits] [ruby-sinatra] 05/05: wrap and sort

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Feb 24 05:56:41 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-sinatra.

commit b56357af8c88c82e0758fbe349cfcde766d02661
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Feb 24 11:12:59 2016 +0530

    wrap and sort
---
 debian/changelog |  1 +
 debian/control   | 47 ++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 39 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a1bf7e5..aa8299c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-sinatra (1.4.7-1) UNRELEASED; urgency=medium
 
   * New upstream patch release
   * Generate locales for tests (add locales to build deps)
+  * wrap-and-sort dependencies
 
  -- Pirate Praveen <praveen at debian.org>  Tue, 23 Feb 2016 20:43:41 +0530
 
diff --git a/debian/control b/debian/control
index dffe5cd..9fba233 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,38 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>,
- Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-json,
- ruby-rack (>= 1.4) | ruby-rack1.4, ruby-tilt (>= 1.3.4), ruby-rack-test, ruby-rack-protection (>= 1.4),
- asciidoctor, ruby-builder, ruby-coffee-script, ruby-creole, ruby-erubis,
- ruby-haml, thin, ruby-http, ruby-liquid, ruby-redcarpet, ruby-rdiscount,
- ruby-kramdown, ruby-maruku, ruby-wikicloth, ruby-nokogiri, ruby-sass,
- ruby-redcloth, ruby-yajl, ruby-rabl, ruby-slim, ruby-bluecloth, ruby-minitest, locales
-# ruby-markaby, ruby-less, ruby-radius: not (yet?) in Debian
+           Pirate Praveen <praveen at debian.org>
+Build-Depends: asciidoctor,
+               debhelper (>= 7.0.50~),
+               gem2deb (>= 0.3.0~),
+               locales,
+               rake,
+               ruby-bluecloth,
+               ruby-builder,
+               ruby-coffee-script,
+               ruby-creole,
+               ruby-erubis,
+               ruby-haml,
+               ruby-http,
+               ruby-json,
+               ruby-kramdown,
+               ruby-liquid,
+               ruby-maruku,
+               ruby-minitest,
+               ruby-nokogiri,
+               ruby-rabl,
+               ruby-rack (>= 1.4) | ruby-rack1.4,
+               ruby-rack-protection (>= 1.4),
+               ruby-rack-test,
+               ruby-rdiscount,
+               ruby-redcarpet,
+               ruby-redcloth,
+               ruby-sass,
+               ruby-slim,
+               ruby-tilt (>= 1.3.4),
+               ruby-wikicloth,
+               ruby-yajl,
+               thin
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-sinatra.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-sinatra.git;a=summary
@@ -20,7 +44,12 @@ XS-Ruby-Versions: all
 Package: ruby-sinatra
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack (>= 1.4) | ruby-rack1.4, ruby-tilt (>= 1.3.4), ruby-rack-protection (>= 1.4)
+Depends: ruby | ruby-interpreter,
+         ruby-rack (>= 1.4) | ruby-rack1.4,
+         ruby-rack-protection (>= 1.4),
+         ruby-tilt (>= 1.3.4),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ruby web-development dressed in a DSL
  Sinatra is an open source web framework for Ruby programming language.
  It provides simple Domain Specific Language (DSL) for defining RESTful

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



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