[DRE-commits] [unicorn] 01/01: new upstream version

Rahulkrishnan R A rahulkrishnanra-guest at moszumanska.debian.org
Fri Feb 12 15:26:58 UTC 2016


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

rahulkrishnanra-guest pushed a commit to branch master
in repository unicorn.

commit 443f56b6f4c94a74c4ccae45c966660335226647
Author: Rahulkrishnan R A <rahulkrishnanfs at gmail.com>
Date:   Fri Feb 12 14:24:49 2016 +0000

    new upstream version
---
 debian/changelog |  6 ++++++
 debian/compat    |  2 +-
 debian/control   | 21 ++++++++++++++++-----
 3 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 81727d2..dd41132 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+unicorn (5.0.1-1) unstable; urgency=medium
+
+  * Team upload.
+
+ -- Rahulkrishnan R A <rahulkrishnanfs at gmail.com>  Fri, 12 Feb 2016 06:15:59 +0000
+
 unicorn (4.9.0-2) unstable; urgency=medium
 
   * Team upload.
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 40eda62..8c3d5e2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,28 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Hleb Valoshka <375gnu at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~), ruby-raindrops (>= 0.12.0-1~), ruby-kgio (>= 2.8.1-1~), ruby-rack, curl, dh-systemd
+Build-Depends: curl,
+               debhelper (>= 9~),
+               dh-systemd,
+               gem2deb (>= 0.5.0~),
+               ruby-kgio (>= 2.8.1-1~),
+               ruby-rack,
+               ruby-raindrops (>= 0.12.0-1~)
 Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/unicorn.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/unicorn.git;a=summary
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-ruby-extras/unicorn.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/unicorn.git
 Homepage: http://unicorn.bogomips.org/
 XS-Ruby-Versions: all
 
 Package: unicorn
-Architecture: linux-any kfreebsd-any
+Architecture: kfreebsd-any linux-any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack, ruby-kgio (>= 2.8.1-1~), ruby-raindrops (>= 0.12.0-1~)
+Depends: ruby | ruby-interpreter,
+         ruby-kgio (>= 2.8.1-1~),
+         ruby-rack,
+         ruby-raindrops (>= 0.12.0-1~),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Rack HTTP server for fast clients
  Unicorn is an HTTP server for Rack applications designed to only serve fast
  clients on low-latency, high-bandwidth connections and take advantage of

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



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