[DRE-commits] [ruby-fssm] 03/05: Format control file
Lucas Moura
lucasmoura-guest at moszumanska.debian.org
Mon Feb 29 16:36:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
lucasmoura-guest pushed a commit to branch master
in repository ruby-fssm.
commit be540e3bc6f1c46f1add27b9b27b7791c7cba1fc
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date: Mon Feb 29 11:37:46 2016 -0300
Format control file
---
debian/changelog | 1 +
debian/control | 12 +++++++++---
debian/copyright | 1 -
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e774b34..19635c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-fssm (0.2.10-2) UNRELEASED; urgency=medium
* Team upload.
* Fix monitor_spec.rb be_false method for newer rspec version.
* Silence lintian warnings
+ * Format control file
-- Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com> Mon, 29 Feb 2016 10:37:33 -0300
diff --git a/debian/control b/debian/control
index 67d84f2..cce642f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,12 @@ Source: ruby-fssm
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Micah Anderson <micah at debian.org>, Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-rspec (>= 2.4.0), rake
+Uploaders: Micah Anderson <micah at debian.org>,
+ Cédric Boutillier <boutil at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.7.5~),
+ rake,
+ ruby-rspec (>= 2.4.0)
Standards-Version: 3.9.7
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fssm.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-fssm.git;a=summary
@@ -13,7 +17,9 @@ XS-Ruby-Versions: all
Package: ruby-fssm
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Recommends: ruby-rb-inotify [linux-any]
Description: Ruby library firing events when the state of monitored paths changes
FFSM (File System State Monitor) keeps track of the state of any number of
diff --git a/debian/copyright b/debian/copyright
index e47d9c0..84b3a00 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -30,4 +30,3 @@ License: Expat
LIABLE FOR ANY 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.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fssm.git
More information about the Pkg-ruby-extras-commits
mailing list