[DRE-commits] [ruby-bootstrap-sass] 01/06: d/control: Wrap and sort control file (better maintenance)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Mon Apr 21 14:02:31 UTC 2014


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

sbadia-guest pushed a commit to branch master
in repository ruby-bootstrap-sass.

commit 544ac1a1a0576205bb5ea0e856840e2c1e6e3259
Author: Sebastien Badia <seb at sebian.fr>
Date:   Wed Mar 19 00:43:40 2014 +0100

    d/control: Wrap and sort control file (better maintenance)
---
 debian/changelog |  7 +++++++
 debian/control   | 21 +++++++++++++++------
 2 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 50446a4..eec3203 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-bootstrap-sass (2.3.1.0-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * d/control: Wrap and sort control file (better maintenance)
+
+ -- Sebastien Badia <seb at sebian.fr>  Wed, 19 Mar 2014 00:42:41 +0100
+
 ruby-bootstrap-sass (2.3.1.0-2) unstable; urgency=low
 
   * Upload to unstable
diff --git a/debian/control b/debian/control
index 8d67a39..0aea7c8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-sass (>=3.2~), ruby-sass-rails (>=3.2~)
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.3.0~),
+               ruby-sass (>=3.2~),
+               ruby-sass-rails (>=3.2~)
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bootstrap-sass.git
 Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-bootstrap-sass.git;a=summary
@@ -13,10 +16,13 @@ XS-Ruby-Versions: all
 Package: ruby-bootstrap-sass
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
-  ruby-sass (>=3.2~), ruby-sass-rails (>= 3.2~)
+Depends: ruby | ruby-interpreter,
+         ruby-sass (>=3.2~),
+         ruby-sass-rails (>= 3.2~),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Twitter's Bootstrap, converted to Sass
- `bootstrap-sass` is an Sass-powered version of Twitter's Bootstrap, ready 
+ `bootstrap-sass` is an Sass-powered version of Twitter's Bootstrap, ready
  to drop right into your Sass powered applications.
  .
  Import "bootstrap" in your SCSS file of choice to get all of Bootstrap's
@@ -25,8 +31,11 @@ Description: Twitter's Bootstrap, converted to Sass
 Package: compass-bootstrap-sass-plugin
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-compass | ruby-sass,ruby-bootstrap-sass
+Depends: ruby | ruby-interpreter,
+         ruby-bootstrap-sass,
+         ruby-compass | ruby-sass,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Recommends: ruby-compass
 Description: Compass plugin implementing Twitter's Bootstrap
  Compass is a framework for compiling CSS from similar yet more flexible

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



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