[DRE-commits] [ruby-json] 05/05: d/control: Wrap and sort, and use HTTPS everywhere
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Thu Apr 9 13:10:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
sbadia-guest pushed a commit to branch master
in repository ruby-json.
commit ae2c7a9a9a71d71ec2157b1215c2450f6b705ed0
Author: Sebastien Badia <seb at sebian.fr>
Date: Thu Apr 9 15:09:30 2015 +0200
d/control: Wrap and sort, and use HTTPS everywhere
---
debian/changelog | 8 +++++---
debian/control | 10 ++++++----
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2625bb7..51a219c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
-ruby-json (1.8.2-1) UNRELEASED; urgency=medium
+ruby-json (1.8.2-1) unstable; urgency=medium
* Team upload.
* New upstream release
- * d/control: Bump Standards-Versions (no changes)
+ * d/control:
+ - Bump Standards-Versions (no changes)
+ - Use cgit for VCS-Browser fields (and switch to HTTPS)
- -- Sebastien Badia <seb at sebian.fr> Thu, 09 Apr 2015 15:03:11 +0200
+ -- Sebastien Badia <seb at sebian.fr> Thu, 09 Apr 2015 15:10:17 +0200
ruby-json (1.8.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index a2c753a..9f82b92 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,20 @@ Source: ruby-json
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Lucas Nussbaum <lucas at debian.org>, Antonio Terceiro <terceiro at softwarelivre.org>, Cédric Boutillier <boutil at debian.org>
+Uploaders: Lucas Nussbaum <lucas at debian.org>,
+ Antonio Terceiro <terceiro at softwarelivre.org>,
+ Cédric Boutillier <boutil at debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.4~)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-json.git
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-json.git
-Homepage: http://flori.github.com/json
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-json.git
+Homepage: https://flori.github.com/json
XS-Ruby-Versions: all
Package: ruby-json
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
Description: JSON library for Ruby
This library implements the JSON (JavaScript Object Notation) specification in
Ruby, allowing the developer to easily convert data between Ruby and JSON. You
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-json.git
More information about the Pkg-ruby-extras-commits
mailing list