[DRE-commits] [ruby-http-parser.rb] 03/03: Bump standards version and add changelog entry
Balasankar C
balasankarc-guest at moszumanska.debian.org
Mon Jul 20 15:59:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-http-parser.rb.
commit b5445c94930b6166e032c86f62f312275f92afe8
Author: Balasankar C <balasankarc at autistici.org>
Date: Mon Jul 20 21:28:07 2015 +0530
Bump standards version and add changelog entry
---
debian/changelog | 11 +++++++++--
debian/control | 40 +++++++++++++++-------------------------
2 files changed, 24 insertions(+), 27 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 771e208..281ca03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,16 @@
-ruby-http-parser.rb (0.6.0-3) UNRELEASED; urgency=medium
+ruby-http-parser.rb (0.6.0-3) unstable; urgency=medium
+ [Sebastien Badia]
* Team upload.
* d/watch: Fall-back to Github (githubredir webservice was discontinued)
- -- Sebastien Badia <seb at sebian.fr> Wed, 08 Apr 2015 17:19:20 +0200
+ [Balasankar C]
+ * Team upload
+ * Tweak tests to support RSpec3
+ * Make debian/ruby-tests.rake file detect specs (Closes: #791885)
+ * Bump standards version (No change)
+
+ -- Balasankar C <balasankarc at autistici.org> Mon, 20 Jul 2015 21:19:20 +0530
ruby-http-parser.rb (0.6.0-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 8389c5c..e7c209d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,16 @@ Source: ruby-http-parser.rb
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:
- Praveen Arimbrathodiyil <praveen at debian.org>,
- Per Andersson <avtobiff at gmail.com>
-Build-Depends:
- debhelper (>= 7.0.50~),
- gem2deb (>= 0.7.4~),
- libhttp-parser-dev,
- rake,
- ruby-json,
- ruby-rspec,
- ruby-yajl
-Standards-Version: 3.9.5
+Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>,
+ Per Andersson <avtobiff at gmail.com>
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.7.4~),
+ libhttp-parser-dev,
+ rake,
+ ruby-json,
+ ruby-rspec,
+ ruby-yajl
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-http-parser.rb.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-http-parser.rb.git;a=summary
Homepage: http://github.com/tmm1/http_parser.rb
@@ -22,14 +20,9 @@ XS-Ruby-Versions: all
Package: ruby-http-parser.rb
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends:
- ${shlibs:Depends},
- ${misc:Depends},
- ruby | ruby-interpreter
-Conflicts:
- ruby-http-parser
-Suggests:
- ruby-http-parser.rb-doc
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
+Conflicts: ruby-http-parser
+Suggests: ruby-http-parser.rb-doc
Description: Simple callback-based HTTP request/response parser
A simple callback-based HTTP request/response parser for writing http servers,
clients and proxies.
@@ -39,11 +32,8 @@ Description: Simple callback-based HTTP request/response parser
Package: ruby-http-parser.rb-doc
Architecture: all
Section: doc
-Depends:
- ${misc:Depends},
- libjs-jquery
-Suggests:
- ruby-http-parser.rb
+Depends: libjs-jquery, ${misc:Depends}
+Suggests: ruby-http-parser.rb
Description: Simple callback-based HTTP request/response parser (documentation)
A simple callback-based HTTP request/response parser for writing http servers,
clients and proxies.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-http-parser.rb.git
More information about the Pkg-ruby-extras-commits
mailing list