Merge lp:~xnox/libdbusmenu/xnox-non-ci into lp:libdbusmenu/15.10

Proposed by Dimitri John Ledkov
Status: Approved
Approved by: Sebastien Bacher
Approved revision: 480
Proposed branch: lp:~xnox/libdbusmenu/xnox-non-ci
Merge into: lp:libdbusmenu/15.10
Diff against target: 44 lines (+12/-4)
3 files modified
debian/changelog (+7/-0)
debian/control (+2/-2)
tests/Makefile.am (+3/-2)
To merge this branch: bzr merge lp:~xnox/libdbusmenu/xnox-non-ci
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Sebastien Bacher Approve
Review via email: mp+279767@code.launchpad.net

Description of the change

seb said so.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

thanks, feel free to push directly to the vcs since that's what is in distro

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

480. By Dimitri John Ledkov

import changelog.

479. By Dimitri John Ledkov

Fix Vcs-* fields to point somewhere more recent.

478. By Dimitri John Ledkov

Disable test-json-instruction, hangs on buildds, see launchpad bug 1429291.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2015-04-10 21:56:13 +0000
+++ debian/changelog 2015-12-07 12:51:44 +0000
@@ -1,3 +1,10 @@
1libdbusmenu (12.10.3+15.04.20150410.2-0ubuntu2) xenial; urgency=high
2
3 * Disable test-json-instruction, hangs on buildds, see launchpad bug
4 1429291.
5
6 -- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 07 Dec 2015 10:13:22 +0000
7
1libdbusmenu (12.10.3+15.04.20150410.2-0ubuntu1) vivid; urgency=medium8libdbusmenu (12.10.3+15.04.20150410.2-0ubuntu1) vivid; urgency=medium
29
3 [ CI Train Bot ]10 [ CI Train Bot ]
411
=== modified file 'debian/control'
--- debian/control 2014-10-31 11:21:33 +0000
+++ debian/control 2015-12-07 12:51:44 +0000
@@ -29,8 +29,8 @@
29# If you aren't a member of ~dbusmenu-team but need to upload29# If you aren't a member of ~dbusmenu-team but need to upload
30# packaging changes, just go ahead. ~dbusmenu-team will notice30# packaging changes, just go ahead. ~dbusmenu-team will notice
31# and sync up the code again.31# and sync up the code again.
32Vcs-Bzr: https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk.13.0432Vcs-Bzr: https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk.15.10
33Vcs-Browser: https://bazaar.launchpad.net/~dbusmenu-team/dbusmenu/trunk.13.04/files33Vcs-Browser: https://bazaar.launchpad.net/~dbusmenu-team/dbusmenu/trunk.15.10/files
3434
35Package: libdbusmenu-glib435Package: libdbusmenu-glib4
36Section: libs36Section: libs
3737
=== modified file 'tests/Makefile.am'
--- tests/Makefile.am 2015-04-09 16:44:35 +0000
+++ tests/Makefile.am 2015-12-07 12:51:44 +0000
@@ -17,8 +17,9 @@
17if WANT_DBUSMENUDUMPER17if WANT_DBUSMENUDUMPER
18if HAVE_VALGRIND18if HAVE_VALGRIND
19TESTS += \19TESTS += \
20 test-json \20 test-json
21 test-json-instruction21# Hangs see https://bugs.launchpad.net/ubuntu/+source/libdbusmenu/+bug/1429291
22# test-json-instruction
22endif23endif
23endif24endif
2425

Subscribers

People subscribed via source and target branches