[DRE-commits] r4864 - trunk/ohai/debian

Bryan McLellan btm-guest at alioth.debian.org
Mon Mar 1 21:34:13 UTC 2010


Author: btm-guest
Date: 2010-03-01 21:34:08 +0000 (Mon, 01 Mar 2010)
New Revision: 4864

Modified:
   trunk/ohai/debian/changelog
   trunk/ohai/debian/control
Log:
add explicit dependency on source version


Modified: trunk/ohai/debian/changelog
===================================================================
--- trunk/ohai/debian/changelog	2010-03-01 21:27:58 UTC (rev 4863)
+++ trunk/ohai/debian/changelog	2010-03-01 21:34:08 UTC (rev 4864)
@@ -1,5 +1,9 @@
 ohai (0.4.0-1) unstable; urgency=low
 
+  [Joshua Timberman]
+  * Libraries explicitly depend on own source version
+
+  [Bryan McLellan]
   * New upstream release
   * Update copyright file
   * Add versioned dependency on libmixlib-*-ruby

Modified: trunk/ohai/debian/control
===================================================================
--- trunk/ohai/debian/control	2010-03-01 21:27:58 UTC (rev 4863)
+++ trunk/ohai/debian/control	2010-03-01 21:34:08 UTC (rev 4864)
@@ -12,7 +12,7 @@
 
 Package: ohai
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8, libohai-ruby1.8
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8, libohai-ruby1.8 ( = ${source:Version} )
 Suggests: ohai-doc
 Description: Detects data about your operating system and reports it in JSON
  Information about your system is collected and returned as multidimensional
@@ -25,7 +25,7 @@
 
 Package: libohai-ruby
 Architecture: all
-Depends: ${misc:Depends}, libohai-ruby1.8
+Depends: ${misc:Depends}, libohai-ruby1.8 ( = ${source:Version} )
 Suggests: ohai, ohai-doc
 Description: Library to collect data about your operating system and report it in JSON
  Information about your system is collected and returned as multidimensional




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