r20539 - in /packages/unstable/gobject-introspection/debian: control control.in

kov at users.alioth.debian.org kov at users.alioth.debian.org
Wed Jul 1 11:32:07 UTC 2009


Author: kov
Date: Wed Jul  1 11:32:06 2009
New Revision: 20539

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20539
Log:
Fix Recommends syntax

Modified:
    packages/unstable/gobject-introspection/debian/control
    packages/unstable/gobject-introspection/debian/control.in

Modified: packages/unstable/gobject-introspection/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/control?rev=20539&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/control (original)
+++ packages/unstable/gobject-introspection/debian/control Wed Jul  1 11:32:06 2009
@@ -82,7 +82,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libglib2.0-0
-Recommends: libglib2.0-dev
+Recommends: libglib2.0-dev,
             gobject-introspection
 Description: Introspection data for GLib, GObject, Gio and GModule
  GObject Introspection is a project for providing machine readable

Modified: packages/unstable/gobject-introspection/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/control.in?rev=20539&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/control.in (original)
+++ packages/unstable/gobject-introspection/debian/control.in Wed Jul  1 11:32:06 2009
@@ -82,7 +82,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libglib2.0-0
-Recommends: libglib2.0-dev
+Recommends: libglib2.0-dev,
             gobject-introspection
 Description: Introspection data for GLib, GObject, Gio and GModule
  GObject Introspection is a project for providing machine readable




More information about the pkg-gnome-commits mailing list