[DRE-commits] [SCM] ruby-gnome2.git branch, master, updated. 9c70179b2e72b23904b9b3767359bdc64d4f78f4

Antonio Terceiro terceiro at softwarelivre.org
Tue Jul 26 06:26:30 UTC 2011


The following commit has been merged in the master branch:
commit 0d9d4c75a247636132a38c62a057c568b25a639b
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sun Jul 24 16:03:38 2011 -0700

    -dev package depends on ruby-pkg-config

diff --git a/debian/changelog b/debian/changelog
index 02221d9..5584ee6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,8 +43,10 @@ ruby-gnome2 (1.0.0-1) unstable; urgency=low
     also renamed according to the upstream name.
     Transitional packages were added for all renamed packages.
   * Standards-Version bumped to 3.9.2. No changes required.
+  * Added ruby-pkg-config as a dependency of ruby-gnome2-dev. Thanks to
+    Michael Suchanek for the suggestion.
 
- -- Antonio Terceiro <terceiro at debian.org>  Sun, 24 Jul 2011 15:44:25 -0700
+ -- Antonio Terceiro <terceiro at debian.org>  Sun, 24 Jul 2011 16:03:01 -0700
 
 ruby-gnome2 (0.19.3-2.1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 3796643..c5276da 100644
--- a/debian/control
+++ b/debian/control
@@ -631,7 +631,7 @@ Description: GNOME-related bindings for the Ruby language
 Package: ruby-gnome2-dev
 Architecture: any
 Section: libdevel
-Depends: ruby-gnome2, ruby1.8-dev, ${misc:Depends}
+Depends: ruby-gnome2, ruby1.8-dev, ruby-pkg-config, ${misc:Depends}
 Description: GNOME-related bindings for the Ruby language (development files)
  These bindings allow use of the GNOME developer platform using the Ruby
  programming language.

-- 
ruby-gnome2.git



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