[DRE-commits] [roodi] 04/05: Wrap and sort
David Suárez
deiv-guest at moszumanska.debian.org
Sat Mar 1 13:36:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
deiv-guest pushed a commit to branch master
in repository roodi.
commit b70beb23b19b3ba840c0bdb677531bdf90d05f5e
Author: David Suárez <david.sephirot at gmail.com>
Date: Sat Mar 1 14:33:52 2014 +0100
Wrap and sort
---
debian/control | 11 +++++++++--
debian/copyright | 1 -
debian/install | 2 +-
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 4bb272a..4a77930 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,11 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: David Suárez <david.sephirot at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), ruby-rspec (>= 2.13.0), ruby-parser (>= 2.3.0), rake
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.4.1~),
+ rake,
+ ruby-parser (>= 2.3.0),
+ ruby-rspec (>= 2.13.0)
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/roodi.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/roodi.git;a=summary
@@ -13,7 +17,10 @@ XS-Ruby-Versions: all
Package: roodi
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-parser (>= 2.3.0)
+Depends: ruby | ruby-interpreter,
+ ruby-parser (>= 2.3.0),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Ruby object oriented design inferometer
Roodi stands for Ruby Object Oriented Design Inferometer. It parses your
Ruby code and warns you about design issues you have based on the
diff --git a/debian/copyright b/debian/copyright
index e0f3728..1f01e8d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -30,4 +30,3 @@ License: Expat
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.
-
diff --git a/debian/install b/debian/install
index ba75ae2..a2d4ba0 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1 @@
-roodi.yml etc/
\ No newline at end of file
+roodi.yml etc/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/roodi.git
More information about the Pkg-ruby-extras-commits
mailing list