r17311 - in /packages/unstable/libepc/debian: changelog control control.in rules
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Tue Oct 21 20:34:34 UTC 2008
Author: pochu-guest
Date: Tue Oct 21 20:34:34 2008
New Revision: 17311
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17311
Log:
- Remove build-dependency on libxml-parser-perl, it was needed by
intltool but we now build-dep on intltool directly.
* Run tests during build, but do not fail to build if they fail.
Modified:
packages/unstable/libepc/debian/changelog
packages/unstable/libepc/debian/control
packages/unstable/libepc/debian/control.in
packages/unstable/libepc/debian/rules
Modified: packages/unstable/libepc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/changelog?rev=17311&op=diff
==============================================================================
--- packages/unstable/libepc/debian/changelog (original)
+++ packages/unstable/libepc/debian/changelog Tue Oct 21 20:34:34 2008
@@ -1,4 +1,4 @@
-libepc (0.3.7-1) unstable; urgency=low
+libepc (0.3.8-1) unstable; urgency=low
[ Loic Minier ]
* Properly anchor package name regexp.
@@ -7,9 +7,11 @@
* New upstream release.
* Update Standards-Version.
* Build-depend on intltool, configure checks for it.
- * Run tests during build.
+ - Remove build-dependency on libxml-parser-perl, it was needed by
+ intltool but we now build-dep on intltool directly.
+ * Run tests during build, but do not fail to build if they fail.
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Sun, 19 Oct 2008 14:36:17 +0200
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Tue, 21 Oct 2008 11:33:39 +0200
libepc (0.3.5-2) unstable; urgency=high
Modified: packages/unstable/libepc/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/control?rev=17311&op=diff
==============================================================================
--- packages/unstable/libepc/debian/control (original)
+++ packages/unstable/libepc/debian/control Tue Oct 21 20:34:34 2008
@@ -15,7 +15,6 @@
libsoup2.4-dev,
uuid-dev (>= 1.2-1.36),
libgtk2.0-dev (>= 2.10),
- libxml-parser-perl,
intltool (>= 0.35.0)
Standards-Version: 3.8.0
Homepage: http://live.gnome.org/libepc/
Modified: packages/unstable/libepc/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/control.in?rev=17311&op=diff
==============================================================================
--- packages/unstable/libepc/debian/control.in (original)
+++ packages/unstable/libepc/debian/control.in Tue Oct 21 20:34:34 2008
@@ -15,7 +15,6 @@
libsoup2.4-dev,
uuid-dev (>= 1.2-1.36),
libgtk2.0-dev (>= 2.10),
- libxml-parser-perl,
intltool (>= 0.35.0)
Standards-Version: 3.8.0
Homepage: http://live.gnome.org/libepc/
Modified: packages/unstable/libepc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/rules?rev=17311&op=diff
==============================================================================
--- packages/unstable/libepc/debian/rules (original)
+++ packages/unstable/libepc/debian/rules Tue Oct 21 20:34:34 2008
@@ -9,7 +9,7 @@
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-DEB_MAKE_CHECK_TARGET := tests
+DEB_MAKE_CHECK_TARGET := check || true
libepc := $(shell sed -nr 's/^Package:[[:space:]]*(libepc-1\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
libepc-ui := $(shell sed -nr 's/^Package:[[:space:]]*(libepc-ui-1\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
More information about the pkg-gnome-commits
mailing list