Merge lp:~barry/ubuntu/natty/libfsoframework/618809-ftbfs into lp:ubuntu/natty/libfsoframework

Proposed by Barry Warsaw
Status: Merged
Merged at revision: 8
Proposed branch: lp:~barry/ubuntu/natty/libfsoframework/618809-ftbfs
Merge into: lp:ubuntu/natty/libfsoframework
Diff against target: 66 lines (+31/-2)
4 files modified
debian/changelog (+10/-0)
debian/control (+3/-2)
debian/patches/01-pkg-config-for-vala-0.10.patch (+15/-0)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~barry/ubuntu/natty/libfsoframework/618809-ftbfs
Reviewer Review Type Date Requested Status
Artur Rona (community) Approve
Ubuntu branches Pending
Review via email: mp+45572@code.launchpad.net

Description of the change

Another libvala transition fix.

To post a comment you must log in.
Revision history for this message
Artur Rona (ari-tczew) wrote :
review: Needs Fixing
Revision history for this message
Barry Warsaw (barry) wrote :

Done. Updated branch is pushed.

10. By Barry Warsaw

Add DEP3 patch headers

Revision history for this message
Artur Rona (ari-tczew) wrote :

Would be nice to be more verbose in debian/changelog, I suggest:
* Transition from libvala-dev to libvala-0.10-dev. (LP: #618809)
* debian/rules: Run autoreconf due to touched configure.ac.

Please use also short URL in tag Bug-Ubuntu instead Bug, e.g.:
Bug-Ubuntu: https://launchpad.net/bugs/618809

I'd like to see also tag 'Fowarded' to get clear whether patch needs to be forwarded or not.

review: Needs Fixing
Revision history for this message
Barry Warsaw (barry) wrote :

Done.

11. By Barry Warsaw

debian/rules: Run autoreconf after patching configure.ac.

12. By Barry Warsaw

Update changelog

13. By Barry Warsaw

Update changelog.

Revision history for this message
Artur Rona (ari-tczew) wrote :

You are patching configure.c by 01-pkg-config-for-vala-0.10.patch, so please update debian/changelog:

  * 01-pkg-config-for-vala-0.10.patch, debian/control:
    - Transition from libvala-dev to libvala-0.10-dev. (LP: #618809)
  * debian/control:
    - Build-Depends on libtool since it's required for autoreconf.
  * debian/rules: Run autoreconf before building.

Please don't forget that sentence ends by dot.

You used wrong tag in patch:
Bug: https://launchpad.net/bugs/618809
should be:
Bug-Ubuntu: https://launchpad.net/bugs/618809

review: Needs Fixing
14. By Barry Warsaw

Update changelog.

15. By Barry Warsaw

update patch

Revision history for this message
Barry Warsaw (barry) wrote :

> You are patching configure.c by 01-pkg-config-for-vala-0.10.patch, so please
> update debian/changelog:
>
> * 01-pkg-config-for-vala-0.10.patch, debian/control:
> - Transition from libvala-dev to libvala-0.10-dev. (LP: #618809)
> * debian/control:
> - Build-Depends on libtool since it's required for autoreconf.
> * debian/rules: Run autoreconf before building.
>
> Please don't forget that sentence ends by dot.
>
> You used wrong tag in patch:
> Bug: https://launchpad.net/bugs/618809
> should be:
> Bug-Ubuntu: https://launchpad.net/bugs/618809

Fixed & pushed.

Revision history for this message
Artur Rona (ari-tczew) wrote :

OK now looks good. I'll upload it tomorrow.

review: Approve
Revision history for this message
Barry Warsaw (barry) wrote :

Thanks Artur!

Revision history for this message
Colin Watson (cjwatson) wrote :

Barry wants to get these off his list :-), so I'll double-check this and the other related merges myself and deal with the uploads.

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 2010-05-16 21:45:33 +0000
3+++ debian/changelog 2011-01-10 22:48:21 +0000
4@@ -1,3 +1,13 @@
5+libfsoframework (0.2.4+git20100501-1ubuntu1) natty; urgency=low
6+
7+ * 01-pkg-config-for-vala-0.10.patch, debian/control:
8+ - Transition from libvala-dev to libvala-0.10-dev. (LP: #618809)
9+ * debian/control:
10+ - Build-Depends on libtool since it's required for autoreconf.
11+ * debian/rules: Run autoreconf before building.
12+
13+ -- Barry Warsaw <barry@ubuntu.com> Mon, 10 Jan 2011 17:42:12 -0500
14+
15 libfsoframework (0.2.4+git20100501-1) unstable; urgency=low
16
17 * new upstream snapshot
18
19=== modified file 'debian/control'
20--- debian/control 2010-05-16 21:45:33 +0000
21+++ debian/control 2011-01-10 22:48:21 +0000
22@@ -1,9 +1,10 @@
23 Source: libfsoframework
24 Priority: extra
25-Maintainer: Debian FreeSmartphone.Org Team <pkg-fso-maint@lists.alioth.debian.org>
26+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
27+XSBC-Original-Maintainer: Debian FreeSmartphone.Org Team <pkg-fso-maint@lists.alioth.debian.org>
28 DM-Upload-Allowed: yes
29 Uploaders: Heiko Stuebner <heiko@sntech.de>
30-Build-Depends: debhelper (>= 7), cdbs, pkg-config, valac (>= 0.8.1), libvala-dev (>= 0.8.1), libglib2.0-dev, libdbus-1-dev, libdbus-glib-1-dev, libfsobasics-dev (>= 0.9.0+git20100509), libasound2-dev
31+Build-Depends: debhelper (>= 7), cdbs, pkg-config, valac-0.10, libvala-0.10-dev, libglib2.0-dev, libdbus-1-dev, libdbus-glib-1-dev, libfsobasics-dev (>= 0.9.0+git20100509), libasound2-dev, libtool
32 Standards-Version: 3.8.4
33 Section: libs
34 Homepage: http://freesmartphone.org/
35
36=== added directory 'debian/patches'
37=== added file 'debian/patches/01-pkg-config-for-vala-0.10.patch'
38--- debian/patches/01-pkg-config-for-vala-0.10.patch 1970-01-01 00:00:00 +0000
39+++ debian/patches/01-pkg-config-for-vala-0.10.patch 2011-01-10 22:48:21 +0000
40@@ -0,0 +1,15 @@
41+From: Barry Warsaw <barry@ubuntu.com>
42+Subject: Transition from libvala-dev to libvala-0.10-dev.
43+Bug-Ubuntu: https://launchpad.net/bugs/618809
44+diff -Nur -x '*.orig' -x '*~' 618809-ftbfs//configure.ac 618809-ftbfs.new//configure.ac
45+--- 618809-ftbfs//configure.ac 2011-01-07 17:36:05.784379000 -0500
46++++ 618809-ftbfs.new//configure.ac 2011-01-07 17:37:02.103782822 -0500
47+@@ -26,7 +26,7 @@
48+ AC_PATH_PROG(VALAC, valac, valac)
49+ AC_SUBST(VALAC)
50+ PKG_CHECK_MODULES(VALA,
51+- vala-1.0 >= $VALA_REQUIRED)
52++ vala-0.10 >= $VALA_REQUIRED)
53+
54+ # glib and friends
55+ PKG_CHECK_MODULES(GLIB,
56
57=== modified file 'debian/rules'
58--- debian/rules 2009-09-04 09:00:23 +0000
59+++ debian/rules 2011-01-10 22:48:21 +0000
60@@ -8,3 +8,6 @@
61 DEB_DH_MAKESHLIBS_ARGS_libfsoframework0 := -V"libfsoframework0 (>= $(DEB_UPSTREAM_VERSION))"
62
63 DEB_INSTALL_DOCS_ALL =
64+
65+post-patches::
66+ autoreconf -f -i -v

Subscribers

People subscribed via source and target branches

to all changes: