r23268 - in /packages/unstable/gobject-introspection/debian: changelog control control.in patches/ rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Sun Mar 14 15:58:09 UTC 2010
Author: pochu
Date: Sun Mar 14 15:58:08 2010
New Revision: 23268
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23268
Log:
* debian/control.in:
- Standards-Version is 3.8.4, no changes needed.
* debian/patches/01_disable-tests.patch:
- Removed. Build the tests again.
* debian/rules:
- Run the test suite during the build, but don't make it fatal yet.
Removed:
packages/unstable/gobject-introspection/debian/patches/
Modified:
packages/unstable/gobject-introspection/debian/changelog
packages/unstable/gobject-introspection/debian/control
packages/unstable/gobject-introspection/debian/control.in
packages/unstable/gobject-introspection/debian/rules
Modified: packages/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/changelog?rev=23268&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/changelog [utf-8] (original)
+++ packages/unstable/gobject-introspection/debian/changelog [utf-8] Sun Mar 14 15:58:08 2010
@@ -1,11 +1,17 @@
-gobject-introspection (0.6.8-1) UNRELEASED; urgency=low
+gobject-introspection (0.6.8-1) unstable; urgency=low
* New upstream release.
- Catch OSError when trying to run libtool. Closes: #573798.
* debian/watch:
- Don't uupdate.
+ * debian/control.in:
+ - Standards-Version is 3.8.4, no changes needed.
+ * debian/patches/01_disable-tests.patch:
+ - Removed. Build the tests again.
+ * debian/rules:
+ - Run the test suite during the build, but don't make it fatal yet.
- -- Emilio Pozuelo Monfort <pochu at debian.org> Sun, 14 Mar 2010 16:20:03 +0100
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Sun, 14 Mar 2010 16:57:57 +0100
gobject-introspection (0.6.7-3) unstable; urgency=low
Modified: packages/unstable/gobject-introspection/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/control?rev=23268&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/control [utf-8] (original)
+++ packages/unstable/gobject-introspection/debian/control [utf-8] Sun Mar 14 15:58:08 2010
@@ -19,7 +19,7 @@
libglib2.0-dev (>= 2.16.0),
libffi-dev,
libtool
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
XS-Python-Version: >= 2.5
Homepage: http://live.gnome.org/GObjectIntrospection
Modified: packages/unstable/gobject-introspection/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/control.in?rev=23268&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/control.in [utf-8] (original)
+++ packages/unstable/gobject-introspection/debian/control.in [utf-8] Sun Mar 14 15:58:08 2010
@@ -14,7 +14,7 @@
libglib2.0-dev (>= 2.16.0),
libffi-dev,
libtool
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
XS-Python-Version: >= 2.5
Homepage: http://live.gnome.org/GObjectIntrospection
Modified: packages/unstable/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/rules?rev=23268&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/rules [utf-8] (original)
+++ packages/unstable/gobject-introspection/debian/rules [utf-8] Sun Mar 14 15:58:08 2010
@@ -8,6 +8,7 @@
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
DEB_MAKE_ENVVARS += HOME=$(CURDIR)
+DEB_MAKE_CHECK_TARGET = check || true
libgirepositoryN := $(shell sed -rn 's/^Package:[[:space:]]*(libgirepository-1.0[0-9]+)[[:space:]]*$$/\1/p' debian/control)
More information about the pkg-gnome-commits
mailing list