r42772 - in /desktop/experimental/gobject-introspection/debian: changelog dh_girepository

laney at users.alioth.debian.org laney at users.alioth.debian.org
Mon Sep 15 09:44:32 UTC 2014


Author: laney
Date: Mon Sep 15 09:44:32 2014
New Revision: 42772

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42772
Log:
dh_girepository: In require_typelib(), always return if we've found the
target typelib in the system directory, since we'll have definitely added
the dependency. Thanks again to mvo.

Modified:
    desktop/experimental/gobject-introspection/debian/changelog
    desktop/experimental/gobject-introspection/debian/dh_girepository

Modified: desktop/experimental/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gobject-introspection/debian/changelog?rev=42772&op=diff
==============================================================================
--- desktop/experimental/gobject-introspection/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gobject-introspection/debian/changelog	[utf-8] Mon Sep 15 09:44:32 2014
@@ -1,3 +1,11 @@
+gobject-introspection (1.41.91-2) UNRELEASED; urgency=medium
+
+  * dh_girepository: In require_typelib(), always return if we've found the
+    target typelib in the system directory, since we'll have definitely added
+    the dependency. Thanks again to mvo.
+
+ -- Iain Lane <laney at debian.org>  Mon, 15 Sep 2014 10:40:51 +0100
+
 gobject-introspection (1.41.91-1) experimental; urgency=medium
 
   * New upstream development release.

Modified: desktop/experimental/gobject-introspection/debian/dh_girepository
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gobject-introspection/debian/dh_girepository?rev=42772&op=diff
==============================================================================
--- desktop/experimental/gobject-introspection/debian/dh_girepository	[utf-8] (original)
+++ desktop/experimental/gobject-introspection/debian/dh_girepository	[utf-8] Mon Sep 15 09:44:32 2014
@@ -196,8 +196,8 @@
             }
             if (! $found) {
                 addsubstvar ($package, "gir:Depends", $deppkg);
-                return;
-            }
+            }
+            return;
         }
     }
     error("Could not find $req dependency");




More information about the pkg-gnome-commits mailing list