r46815 - in /desktop/unstable/gobject-introspection/debian: changelog control dh_girepository

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Mon Oct 26 17:30:53 UTC 2015


Author: bigon
Date: Mon Oct 26 17:30:53 2015
New Revision: 46815

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46815
Log:
Silent -Wimplicit-function-declaration warnings (Closes: #801905)

Modified:
    desktop/unstable/gobject-introspection/debian/changelog
    desktop/unstable/gobject-introspection/debian/control
    desktop/unstable/gobject-introspection/debian/dh_girepository

Modified: desktop/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/changelog?rev=46815&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/changelog	[utf-8] Mon Oct 26 17:30:53 2015
@@ -1,3 +1,9 @@
+gobject-introspection (1.46.0-2) UNRELEASED; urgency=medium
+
+  * Silent -Wimplicit-function-declaration warnings (Closes: #801905)
+
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 26 Oct 2015 18:28:27 +0100
+
 gobject-introspection (1.46.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gobject-introspection/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/control?rev=46815&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/control	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/control	[utf-8] Mon Oct 26 17:30:53 2015
@@ -6,7 +6,7 @@
 Section: devel
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.90~),
                dh-autoreconf,

Modified: desktop/unstable/gobject-introspection/debian/dh_girepository
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/dh_girepository?rev=46815&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/dh_girepository	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/dh_girepository	[utf-8] Mon Oct 26 17:30:53 2015
@@ -330,7 +330,7 @@
                 # Build a dummy binary using all referenced symbols and libraries
                 # We use -shared so that gcc doesn’t try to resolve references
                 verbose_print ("  building $bin_file");
-                doit (("gcc", "-shared", "-fPIC", "-o", $bin_file, $c_file, @libraries));
+                doit (("gcc", "-Wno-implicit-function-declaration", "-shared", "-fPIC", "-o", $bin_file, $c_file, @libraries));
                 push @bin_files, $bin_file;
             }
             if ($typelibdir =~ $typelib_multiarch_path) {




More information about the pkg-gnome-commits mailing list