r40745 - in /desktop/unstable/gobject-introspection/debian: changelog control control.in
mpitt at users.alioth.debian.org
mpitt at users.alioth.debian.org
Tue Feb 25 08:59:26 UTC 2014
Author: mpitt
Date: Tue Feb 25 08:59:26 2014
New Revision: 40745
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40745
Log:
Add missing build-essential dependency (for libc-dev, linux-libc-dev,
gcc); spotted by autopkgtest.
Modified:
desktop/unstable/gobject-introspection/debian/changelog
desktop/unstable/gobject-introspection/debian/control
desktop/unstable/gobject-introspection/debian/control.in
Modified: desktop/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/changelog?rev=40745&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/changelog [utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/changelog [utf-8] Tue Feb 25 08:59:26 2014
@@ -5,6 +5,8 @@
[ Martin Pitt ]
* Bump Standards-Version to 3.9.5 (no changes necessary).
+ * Add missing build-essential dependency (for libc-dev, linux-libc-dev,
+ gcc); spotted by autopkgtest.
-- Jeremy Bicha <jbicha at ubuntu.com> Fri, 28 Jun 2013 18:32:47 -0400
Modified: desktop/unstable/gobject-introspection/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/control?rev=40745&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/control [utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/control [utf-8] Tue Feb 25 08:59:26 2014
@@ -104,6 +104,7 @@
${misc:Depends},
${python:Depends},
libgirepository-1.0-1 (= ${binary:Version}),
+ build-essential,
python-mako
Description: Generate interface introspection data for GObject libraries
GObject Introspection is a project for providing machine readable
Modified: desktop/unstable/gobject-introspection/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/control.in?rev=40745&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/control.in [utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/control.in [utf-8] Tue Feb 25 08:59:26 2014
@@ -100,6 +100,7 @@
${misc:Depends},
${python:Depends},
libgirepository-1.0-1 (= ${binary:Version}),
+ build-essential,
python-mako
Description: Generate interface introspection data for GObject libraries
GObject Introspection is a project for providing machine readable
More information about the pkg-gnome-commits
mailing list