Merge lp:~ted/libappindicator/saucy-fix into lp:libappindicator/13.10

Proposed by Ted Gould
Status: Merged
Approved by: Lars Karlitski
Approved revision: 268
Merged at revision: 263
Proposed branch: lp:~ted/libappindicator/saucy-fix
Merge into: lp:libappindicator/13.10
Diff against target: 50 lines (+6/-8)
3 files modified
autogen.sh (+1/-1)
debian/rules (+0/-2)
docs/reference/Makefile.am (+5/-5)
To merge this branch: bzr merge lp:~ted/libappindicator/saucy-fix
Reviewer Review Type Date Requested Status
Lars Karlitski (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+168210@code.launchpad.net

Commit message

Making gtk-doc check run in the current source directory

Description of the change

Trying to fix the saucy test builds

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
lp:~ted/libappindicator/saucy-fix updated
264. By Ted Gould

Dropping some left over debugging info

265. By Ted Gould

Going back to the environment style

266. By Ted Gould

An odd typo worth fixing

267. By Ted Gould

Don't need the same directory twice

268. By Ted Gould

Seems no one else has this on, no reason to be the odd ball.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Lars Karlitski (larsu) wrote :

Seems fine to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'autogen.sh'
--- autogen.sh 2012-11-30 17:09:57 +0000
+++ autogen.sh 2013-06-08 04:30:36 +0000
@@ -1,6 +1,6 @@
1#!/bin/sh1#!/bin/sh
22
3PKG_NAME="liappindicator"3PKG_NAME="libappindicator"
44
5which gnome-autogen.sh || {5which gnome-autogen.sh || {
6 echo "You need gnome-common from GNOME SVN"6 echo "You need gnome-common from GNOME SVN"
77
=== modified file 'debian/rules'
--- debian/rules 2013-04-09 20:04:24 +0000
+++ debian/rules 2013-06-08 04:30:36 +0000
@@ -68,8 +68,6 @@
68override_dh_auto_test: $(FLAVORS:%=dotest-%)68override_dh_auto_test: $(FLAVORS:%=dotest-%)
6969
70dotest-%:70dotest-%:
71 ps -ef
72 env
73 dh_auto_test --builddirectory=build/$* --71 dh_auto_test --builddirectory=build/$* --
7472
7573
7674
=== modified file 'docs/reference/Makefile.am'
--- docs/reference/Makefile.am 2012-12-10 22:00:06 +0000
+++ docs/reference/Makefile.am 2013-06-08 04:30:36 +0000
@@ -98,7 +98,7 @@
98# signals and properties.98# signals and properties.
99# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)99# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
100# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)100# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
101GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src $(LIBRARY_CFLAGS)101GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src $(LIBRARY_CFLAGS)
102GTKDOC_LIBS=$(top_builddir)/src/$(APPINDICATORLIB) $(LIBRARY_LIBS)102GTKDOC_LIBS=$(top_builddir)/src/$(APPINDICATORLIB) $(LIBRARY_LIBS)
103103
104# This includes the standard gtk-doc make rules, copied by gtkdocize.104# This includes the standard gtk-doc make rules, copied by gtkdocize.
@@ -116,8 +116,8 @@
116# Comment this out if you want 'make check' to test you doc status116# Comment this out if you want 'make check' to test you doc status
117# and run some sanity checks117# and run some sanity checks
118if ENABLE_GTK_DOC118if ENABLE_GTK_DOC
119 TESTS_ENVIRONMENT = cd $(srcdir) && \119TESTS_ENVIRONMENT = cd $(srcdir) && \
120 DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \120 DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
121 SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)121 SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
122TESTS = $(GTKDOC_CHECK)122#TESTS = $(GTKDOC_CHECK)
123endif123endif

Subscribers

People subscribed via source and target branches