[DRE-commits] [ruby-crack] 01/01: add ruby-safe-yaml to Depends

Cédric Boutillier boutil at moszumanska.debian.org
Tue Apr 29 09:18:01 UTC 2014


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

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

commit bf24339081bc98ec8fbd1fa01d2db759d5192053
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Apr 29 11:10:49 2014 +0200

    add ruby-safe-yaml to Depends
---
 debian/changelog | 7 +++++++
 debian/control   | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8f58a40..e5b7d31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-crack (0.4.2-2) unstable; urgency=medium
+
+  * Team upload
+  * Add also ruby-safe-yaml to Depends, as it is required by the library.
+
+ -- Cédric Boutillier <boutil at debian.org>  Tue, 29 Apr 2014 11:10:25 +0200
+
 ruby-crack (0.4.2-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index a7c897b..951850e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Hideki Yamane <henrich at debian.org>, Praveen Arimbrathodiyil <praveen at debian.org>
 Build-Depends: debhelper (>= 8.0.0), rake, gem2deb (>= 0.3.1~),
  ruby-minitest,
- ruby-safe-yaml,
+ ruby-safe-yaml (>= 1.0.0~),
  ruby-jnunemaker-matchy
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-crack.git
@@ -15,7 +15,7 @@ XS-Ruby-Versions: all
 
 Package: ruby-crack
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-safe-yaml (>= 1.0.0~)
 XB-Ruby-Versions: ${ruby:Versions}
 Description: Ruby library to parse XML and JSON
  Crack is a really simple JSON and XML parsing Ruby library.

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



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