Merge lp:~noskcaj/ubuntu/trusty/telepathy-logger/ppc64el into lp:ubuntu/trusty/telepathy-logger

Proposed by Jackson Doak
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~noskcaj/ubuntu/trusty/telepathy-logger/ppc64el
Merge into: lp:ubuntu/trusty/telepathy-logger
Diff against target: 50 lines (+11/-3)
3 files modified
debian/changelog (+6/-0)
debian/control (+4/-2)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/trusty/telepathy-logger/ppc64el
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+200265@code.launchpad.net

Description of the change

Fix ftbfs on ppc64el

To post a comment you must log in.
34. By Jackson Doak

update-maintainer

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks, somebody came with a similar solution
https://launchpad.net/ubuntu/+source/telepathy-logger/0.8.0-2ubuntu1

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-09-07 00:44:28 +0000
3+++ debian/changelog 2014-01-02 01:16:28 +0000
4@@ -1,3 +1,9 @@
5+telepathy-logger (0.8.0-2ubuntu1) trusty; urgency=medium
6+
7+ * Build with dh_autoreconf to fix ppc64el ftbfs
8+
9+ -- Jackson Doak <noskcaj@ubuntu.com> Thu, 02 Jan 2014 11:41:34 +1100
10+
11 telepathy-logger (0.8.0-2) unstable; urgency=low
12
13 * Upload to unstable.
14
15=== modified file 'debian/control'
16--- debian/control 2013-09-07 00:44:28 +0000
17+++ debian/control 2014-01-02 01:16:28 +0000
18@@ -1,7 +1,8 @@
19 Source: telepathy-logger
20 Section: libs
21 Priority: optional
22-Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
23+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
24+XSBC-Original-Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
25 Uploaders: Dafydd Harries <daf@debian.org>,
26 Simon McVittie <smcv@debian.org>,
27 Sjoerd Simons <sjoerd@debian.org>,
28@@ -21,7 +22,8 @@
29 libgirepository1.0-dev (>= 0.10.0),
30 gobject-introspection (>= 0.10.0),
31 gir1.2-glib-2.0,
32- gir1.2-telepathyglib-0.12
33+ gir1.2-telepathyglib-0.12,
34+ dh-autoreconf
35 Standards-Version: 3.9.4
36 Vcs-Git: git://anonscm.debian.org/pkg-telepathy/telepathy-logger.git
37 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-telepathy/telepathy-logger.git
38
39=== modified file 'debian/rules'
40--- debian/rules 2013-01-14 01:08:57 +0000
41+++ debian/rules 2014-01-02 01:16:28 +0000
42@@ -1,7 +1,7 @@
43 #!/usr/bin/make -f
44
45 %:
46- dh $@
47+ dh $@ --with autoreconf
48
49 override_dh_auto_configure:
50 dh_auto_configure -- --libexecdir="\$${prefix}/lib/telepathy" \

Subscribers

People subscribed via source and target branches

to all changes: