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
=== modified file 'debian/changelog'
--- debian/changelog 2010-05-16 21:45:33 +0000
+++ debian/changelog 2011-01-10 22:48:21 +0000
@@ -1,3 +1,13 @@
1libfsoframework (0.2.4+git20100501-1ubuntu1) natty; urgency=low
2
3 * 01-pkg-config-for-vala-0.10.patch, debian/control:
4 - Transition from libvala-dev to libvala-0.10-dev. (LP: #618809)
5 * debian/control:
6 - Build-Depends on libtool since it's required for autoreconf.
7 * debian/rules: Run autoreconf before building.
8
9 -- Barry Warsaw <barry@ubuntu.com> Mon, 10 Jan 2011 17:42:12 -0500
10
1libfsoframework (0.2.4+git20100501-1) unstable; urgency=low11libfsoframework (0.2.4+git20100501-1) unstable; urgency=low
212
3 * new upstream snapshot13 * new upstream snapshot
414
=== modified file 'debian/control'
--- debian/control 2010-05-16 21:45:33 +0000
+++ debian/control 2011-01-10 22:48:21 +0000
@@ -1,9 +1,10 @@
1Source: libfsoframework1Source: libfsoframework
2Priority: extra2Priority: extra
3Maintainer: Debian FreeSmartphone.Org Team <pkg-fso-maint@lists.alioth.debian.org>3Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
4XSBC-Original-Maintainer: Debian FreeSmartphone.Org Team <pkg-fso-maint@lists.alioth.debian.org>
4DM-Upload-Allowed: yes5DM-Upload-Allowed: yes
5Uploaders: Heiko Stuebner <heiko@sntech.de>6Uploaders: Heiko Stuebner <heiko@sntech.de>
6Build-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-dev7Build-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
7Standards-Version: 3.8.48Standards-Version: 3.8.4
8Section: libs9Section: libs
9Homepage: http://freesmartphone.org/10Homepage: http://freesmartphone.org/
1011
=== added directory 'debian/patches'
=== added file 'debian/patches/01-pkg-config-for-vala-0.10.patch'
--- debian/patches/01-pkg-config-for-vala-0.10.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/01-pkg-config-for-vala-0.10.patch 2011-01-10 22:48:21 +0000
@@ -0,0 +1,15 @@
1From: Barry Warsaw <barry@ubuntu.com>
2Subject: Transition from libvala-dev to libvala-0.10-dev.
3Bug-Ubuntu: https://launchpad.net/bugs/618809
4diff -Nur -x '*.orig' -x '*~' 618809-ftbfs//configure.ac 618809-ftbfs.new//configure.ac
5--- 618809-ftbfs//configure.ac 2011-01-07 17:36:05.784379000 -0500
6+++ 618809-ftbfs.new//configure.ac 2011-01-07 17:37:02.103782822 -0500
7@@ -26,7 +26,7 @@
8 AC_PATH_PROG(VALAC, valac, valac)
9 AC_SUBST(VALAC)
10 PKG_CHECK_MODULES(VALA,
11- vala-1.0 >= $VALA_REQUIRED)
12+ vala-0.10 >= $VALA_REQUIRED)
13
14 # glib and friends
15 PKG_CHECK_MODULES(GLIB,
016
=== modified file 'debian/rules'
--- debian/rules 2009-09-04 09:00:23 +0000
+++ debian/rules 2011-01-10 22:48:21 +0000
@@ -8,3 +8,6 @@
8DEB_DH_MAKESHLIBS_ARGS_libfsoframework0 := -V"libfsoframework0 (>= $(DEB_UPSTREAM_VERSION))"8DEB_DH_MAKESHLIBS_ARGS_libfsoframework0 := -V"libfsoframework0 (>= $(DEB_UPSTREAM_VERSION))"
99
10DEB_INSTALL_DOCS_ALL =10DEB_INSTALL_DOCS_ALL =
11
12post-patches::
13 autoreconf -f -i -v

Subscribers

People subscribed via source and target branches

to all changes: