[DRE-commits] [ruby-ffi-rzmq] 02/07: Use https in homepage and Vcs-* fields; set debhelper compatibility level to 9

Cédric Boutillier boutil at moszumanska.debian.org
Wed Feb 24 22:31:45 UTC 2016


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

boutil pushed a commit to branch master
in repository ruby-ffi-rzmq.

commit a60e6edceb8e8387e771a0987319a277cdc66013
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Feb 24 22:26:11 2016 +0100

    Use https in homepage and Vcs-* fields; set debhelper compatibility level to 9
---
 debian/compat  |  2 +-
 debian/control | 19 +++++++++++++------
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 662c6a2..7a24488 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,24 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Dmitry Borodaenko <angdraug at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), ruby-ffi-rzmq-core, libzmq3, ruby-rspec (>= 2.6~)
-Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-ffi-rzmq.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-ffi-rzmq.git;a=summary
-Homepage: http://github.com/chuckremes/ffi-rzmq
+Build-Depends: debhelper (>= 9~),
+               gem2deb (>= 0.4.1~),
+               libzmq3,
+               ruby-ffi-rzmq-core,
+               ruby-rspec (>= 2.6~)
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/pkg-ruby-extras/ruby-ffi-rzmq.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-ffi-rzmq.git;a=summary
+Homepage: https://github.com/chuckremes/ffi-rzmq
 XS-Ruby-Versions: all
 
 Package: ruby-ffi-rzmq
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ffi-rzmq-core
+Depends: ruby | ruby-interpreter,
+         ruby-ffi-rzmq-core,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: FFI based Ruby bindings for ZeroMQ (ØMQ) networking library
  ØMQ is a library which extends the standard socket interfaces with features
  traditionally provided by specialised messaging middleware products.

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



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