[DRE-commits] [SCM] ruby-mp3tag.git branch, master, updated. debian/1.0-10-2-g3a95c5a
Paul van Tilburg
paulvt at debian.org
Tue May 29 18:49:51 UTC 2012
The following commit has been merged in the master branch:
commit 3a95c5a5a23428c03beb0de35f04b2ff1dbb20f9
Author: Paul van Tilburg <paulvt at debian.org>
Date: Tue May 29 20:48:10 2012 +0200
Changed depends to ruby | ruby-interpreter as per Debian policy
diff --git a/debian/changelog b/debian/changelog
index ddfdeec..13593f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-mp3tag (1.0-11) unstable; urgency=low
+
+ * debian/control: depend on ruby | ruby-interpreter instead of libruby*,
+ as per Debian Ruby policy.
+
+ -- Paul van Tilburg <paulvt at debian.org> Tue, 29 May 2012 20:47:28 +0200
+
ruby-mp3tag (1.0-10) unstable; urgency=low
* debian/control: added myself to uploaders.
diff --git a/debian/control b/debian/control
index e193a2e..cbad319 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Standards-Version: 3.9.3
Package: ruby-mp3tag
Architecture: all
-Depends: ${misc:Depends}, libruby1.8, libruby1.9.1
+Depends: ${misc:Depends}, ruby | ruby-interpreter
Provides: libmp3tag-ruby1.8, libmp3tag-ruby1.9.1
Replaces: libmp3tag-ruby1.8 (<< 1.0-7~), libmp3tag-ruby1.9.1 (<< 1.0-7~)
Breaks: libmp3tag-ruby1.8 (<< 1.0-7~), libmp3tag-ruby1.9.1 (<< 1.0-7~)
--
ruby-mp3tag.git
More information about the Pkg-ruby-extras-commits
mailing list