r41153 - in /desktop/experimental/libpeas/debian: changelog control.in patches/ rules
ah at users.alioth.debian.org
ah at users.alioth.debian.org
Tue Apr 1 19:23:02 UTC 2014
Author: ah
Date: Tue Apr 1 19:23:02 2014
New Revision: 41153
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41153
Log:
* New upstream release.
* Update build-dependencies according to configure.ac changes:
- Bump gobject-introspection to >= 1.39.0
- Drop libgjs-dev
* Remove --disable-gjs configure flag (gjs no longer exists)
* Drop debian/patches/Fix-autogen-with-latest-gnome-common.patch
- from upstream, now part of released version.
Removed:
desktop/experimental/libpeas/debian/patches/
Modified:
desktop/experimental/libpeas/debian/changelog
desktop/experimental/libpeas/debian/control.in
desktop/experimental/libpeas/debian/rules
Modified: desktop/experimental/libpeas/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libpeas/debian/changelog?rev=41153&op=diff
==============================================================================
--- desktop/experimental/libpeas/debian/changelog [utf-8] (original)
+++ desktop/experimental/libpeas/debian/changelog [utf-8] Tue Apr 1 19:23:02 2014
@@ -1,4 +1,4 @@
-libpeas (1.9.0-2) UNRELEASED; urgency=medium
+libpeas (1.10.0-1) experimental; urgency=medium
* export NOCONFIGURE in debian/rules to avoid double-configure.
* Add --disable-gjs configure flag for now.
@@ -7,8 +7,15 @@
- doesn't build with gjs >= 1.39 (mozjs24)
* Make test-suite fatal again.
* Bump Standards-Version to 3.9.5
-
- -- Andreas Henriksson <andreas at fatal.se> Mon, 10 Mar 2014 22:48:35 +0100
+ * New upstream release.
+ * Update build-dependencies according to configure.ac changes:
+ - Bump gobject-introspection to >= 1.39.0
+ - Drop libgjs-dev
+ * Remove --disable-gjs configure flag (gjs no longer exists)
+ * Drop debian/patches/Fix-autogen-with-latest-gnome-common.patch
+ - from upstream, now part of released version.
+
+ -- Andreas Henriksson <andreas at fatal.se> Tue, 01 Apr 2014 21:13:05 +0200
libpeas (1.9.0-1) experimental; urgency=low
Modified: desktop/experimental/libpeas/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libpeas/debian/control.in?rev=41153&op=diff
==============================================================================
--- desktop/experimental/libpeas/debian/control.in [utf-8] (original)
+++ desktop/experimental/libpeas/debian/control.in [utf-8] Tue Apr 1 19:23:02 2014
@@ -10,11 +10,10 @@
gtk-doc-tools (>= 1.11),
libglib2.0-dev (>= 2.31.2),
libgladeui-dev,
- gobject-introspection (>= 0.10.1),
+ gobject-introspection (>= 1.39.0),
libgirepository1.0-dev (>= 0.10.1),
libgtk-3-dev,
libseed-gtk3-dev (>= 2.91.91) [!mips],
- libgjs-dev (>= 1.38.0),
python-dev (>= 2.5.2),
python-gi-dev (>= 3.7.2),
python3-dev,
Modified: desktop/experimental/libpeas/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libpeas/debian/rules?rev=41153&op=diff
==============================================================================
--- desktop/experimental/libpeas/debian/rules [utf-8] (original)
+++ desktop/experimental/libpeas/debian/rules [utf-8] Tue Apr 1 19:23:02 2014
@@ -14,8 +14,7 @@
DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \
--enable-python2 \
- --enable-python3 \
- --disable-gjs
+ --enable-python3
ifeq (,$(filter $(DEB_HOST_ARCH),mips))
DEB_CONFIGURE_EXTRA_FLAGS += --enable-seed
More information about the pkg-gnome-commits
mailing list