[DRE-commits] [SCM] ruby-bsearch.git branch, master, updated. debian/1.5-8-5-g230c444
Paul van Tilburg
paulvt at debian.org
Tue May 29 18:45:09 UTC 2012
The following commit has been merged in the master branch:
commit 6fcfe49ba1c9da31741bf4c70a36dabb2c39f84f
Author: Paul van Tilburg <paulvt at debian.org>
Date: Tue May 29 20:36:26 2012 +0200
Fixed a typo in the depend on ruby-interpreter; added myself to the uploaders
diff --git a/debian/changelog b/debian/changelog
index df11e54..3223725 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ruby-bsearch (1.5-9) UNRELEASED; urgency=low
+
+ * debian/control:
+ - Fixed typo in the depend on ruby-interpreter
+ - Prefer ruby over a generic Ruby interpreter.
+ - Added myself to the uploaders.
+
+ -- Paul van Tilburg <paulvt at debian.org> Tue, 29 May 2012 20:34:22 +0200
+
ruby-bsearch (1.5-8) unstable; urgency=low
* debian/install: Fix dir path.
diff --git a/debian/control b/debian/control
index 2ca58b0..5980601 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: ruby-bsearch
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>, Paul van Tilburg <paulvt at debian.org>
Build-Depends: debhelper (>> 7.0.0)
Build-Depends-Indep: ruby
Standards-Version: 3.9.2
Package: ruby-bsearch
Architecture: all
-Depends: ruby-intepreter | ruby, ${misc:Depends}
+Depends: ruby | ruby-interpreter, ${misc:Depends}
Replaces: libbsearch-ruby (<< 1.5-7~), libbsearch-ruby1.8 (<< 1.5-7~)
Conflicts: libbsearch-ruby (<< 1.5-7~), libbsearch-ruby1.8 (<< 1.5-7~)
Provides: libbsearch-ruby, libbsearch-ruby1.8
--
ruby-bsearch.git
More information about the Pkg-ruby-extras-commits
mailing list