[DRE-commits] [gist] 03/07: wrap-and-sort
zeha at debian.org
zeha at debian.org
Tue Aug 18 23:08:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository gist.
commit 988d93c3e4c83a27222d22fbb64e0bc6a5cb87c8
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Tue Aug 18 22:49:02 2015 +0000
wrap-and-sort
Git-Dch: ignore
---
debian/control | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 7685261..db695e3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,11 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Christian Hofstaedtler <zeha at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~), ruby-ronn, rake, locales
-# ruby-rspec, ruby-webmock, ruby-json
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.5.0~),
+ locales,
+ rake,
+ ruby-ronn
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/gist.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/gist.git;a=summary
@@ -14,7 +17,10 @@ XS-Ruby-Versions: all
Package: gist
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-json
+Depends: ruby | ruby-interpreter,
+ ruby-json,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Upload gists to gist.github.com
Allows you to convienently create gists ("pastes").
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gist.git
More information about the Pkg-ruby-extras-commits
mailing list