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

Proposed by Barry Warsaw
Status: Merged
Merged at revision: 3
Proposed branch: lp:~barry/ubuntu/natty/libfsoresource/618809-ftbfs
Merge into: lp:ubuntu/natty/libfsoresource
Diff against target: 67 lines (+19/-4)
4 files modified
configure.ac (+1/-1)
debian/changelog (+10/-0)
debian/control (+5/-3)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~barry/ubuntu/natty/libfsoresource/618809-ftbfs
Reviewer Review Type Date Requested Status
Artur Rona (community) Approve
Ubuntu branches Pending
Review via email: mp+45573@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.

5. By Barry Warsaw

Add DEP3 patch headers

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

I noticed that there is no patch system. You can check it in source directory via command 'what-patch'. You should patch configure.ac directly. Automatically, there is no place to adding DEP3 tags. Sorry for that, I didn't check before whether patch system is used. Please also drop simple-patchsys.mk from d/rules.

However, would be nice to be more verbose in debian/changelog, I suggest:

* debian/control, configure.ac:
  - Transition from libvala-dev to libvala-0.10-dev. (LP: #618809)
* debian/rules: Run autoreconf due to touched configure.ac.

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

As mentioned in the fso-misc-vapi merge proposal, I don't like editing upstream file in place, so I'd prefer to keep the patch. I did update the changelog. Thanks.

6. By Barry Warsaw

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

7. By Barry Warsaw

Don't introduce a patch system to fix LP: #618809.

8. By Barry Warsaw

Update changelog.

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

In debian/changelog is mistake:
25 + * e

review: Needs Fixing
9. By Barry Warsaw

Update changelog.

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

> In debian/changelog is mistake:
> 25 + * e

Fixed & pushed.

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

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

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2010-05-18 21:05:49 +0000
3+++ configure.ac 2011-01-10 22:43:17 +0000
4@@ -26,7 +26,7 @@
5 AC_PATH_PROG(VALAC, valac, valac)
6 AC_SUBST(VALAC)
7 PKG_CHECK_MODULES(VALA,
8- vala-1.0 >= $VALA_REQUIRED)
9+ vala-0.10 >= $VALA_REQUIRED)
10
11 # glib and friends
12 PKG_CHECK_MODULES(GLIB,
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2010-05-18 21:05:49 +0000
16+++ debian/changelog 2011-01-10 22:43:17 +0000
17@@ -1,3 +1,13 @@
18+libfsoresource (0.1.1~git20100517-1ubuntu1) natty; urgency=low
19+
20+ * configure.ac, debian/control:
21+ - Transition from libvala-dev to libvala-0.10-dev. (LP: #618809)
22+ * debian/control:
23+ - Build-Depends on libtool since it's required for autoreconf.
24+ * debian/rules: Run autoreconf before building.
25+
26+ -- Barry Warsaw <barry@ubuntu.com> Mon, 10 Jan 2011 17:40:32 -0500
27+
28 libfsoresource (0.1.1~git20100517-1) unstable; urgency=low
29
30 * New upstream snapshot
31
32=== modified file 'debian/control'
33--- debian/control 2010-05-18 21:05:49 +0000
34+++ debian/control 2011-01-10 22:43:17 +0000
35@@ -1,6 +1,7 @@
36 Source: libfsoresource
37 Priority: extra
38-Maintainer: Debian FreeSmartphone.Org Team <pkg-fso-maint@lists.alioth.debian.org>
39+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
40+XSBC-Original-Maintainer: Debian FreeSmartphone.Org Team <pkg-fso-maint@lists.alioth.debian.org>
41 DM-Upload-Allowed: yes
42 Uploaders: Heiko Stuebner <heiko@sntech.de>
43 Build-Depends: cdbs,
44@@ -9,9 +10,10 @@
45 libfso-glib-dev (>= 2010.05.11.2),
46 libfsobasics-dev (>= 0.9.0+git20100304),
47 libfsoframework-dev (>= 0.2.4+git20100222),
48- libvala-dev (>= 0.7.10),
49+ libvala-0.10-dev,
50 pkg-config,
51- valac (>= 0.7.10)
52+ valac-0.10,
53+ libtool
54 Standards-Version: 3.8.4
55 Section: libs
56 Homepage: http://wiki.freesmartphone.org/index.php/Implementations/libfsoresource
57
58=== modified file 'debian/rules'
59--- debian/rules 2010-05-18 21:05:49 +0000
60+++ debian/rules 2011-01-10 22:43:17 +0000
61@@ -7,3 +7,6 @@
62 DEB_DH_MAKESHLIBS_ARGS_libfsoresource0 := -V"libfsoresource0 (>= $(DEB_UPSTREAM_VERSION))"
63
64 DEB_INSTALL_DOCS_ALL =
65+
66+pre-build::
67+ autoreconf -f -i -v

Subscribers

People subscribed via source and target branches

to all changes: