Merge lp:~jbicha/unity-lens-music/build-with-valac into lp:unity-lens-music

Proposed by Jeremy Bícha
Status: Merged
Approved by: Michael Terry
Approved revision: 142
Merged at revision: 142
Proposed branch: lp:~jbicha/unity-lens-music/build-with-valac
Merge into: lp:unity-lens-music
Diff against target: 28 lines (+1/-6)
2 files modified
debian/control (+1/-1)
debian/rules (+0/-5)
To merge this branch: bzr merge lp:~jbicha/unity-lens-music/build-with-valac
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Michael Terry Approve
Review via email: mp+168200@code.launchpad.net

Commit message

Build with default valac

Description of the change

This has unity-lens-music build against the default valac (for Ubuntu 13.10 this is currently valac 0.18 but we may switch to 0.20 as Debian testing already has). I have successfully test-built against valac-0.20.

To post a comment you must log in.
Revision history for this message
Michael Terry (mterry) wrote :

Either continue to require a hard version of valac in both debian/control and debian/rules or neither place.

That is, update both to valac-0.20 or change debian/control to be valac (>= 0.18) and drop the bits in debian/rules.

I think I prefer the latter these days. I wrote these bits originally because I still remembered early valac days, where each new version basically guaranteed source incompatibility. But nowadays these can be handled like normal compiler issues (i.e. bugs that are dealt with as they come up, rather than expected issues).

review: Needs Fixing
142. By Jeremy Bícha

Build with default valac (for real)

Revision history for this message
Jeremy Bícha (jbicha) wrote :

Yeah, that's what I meant to do but I pushed my test commit (to make sure it still built against vala-0.20) instead of the real thing.

Revision history for this message
Michael Terry (mterry) wrote :

(>= 0.18.0) is missing, but it's not a big deal.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2013-05-29 15:04:08 +0000
3+++ debian/control 2013-06-12 19:53:24 +0000
4@@ -7,7 +7,7 @@
5 gnome-common,
6 pkg-config,
7 dh-translations,
8- valac-0.18,
9+ valac,
10 libglib2.0-dev (>= 2.32),
11 libgee-dev,
12 libjson-glib-dev,
13
14=== modified file 'debian/rules'
15--- debian/rules 2012-12-12 16:11:55 +0000
16+++ debian/rules 2013-06-12 19:53:24 +0000
17@@ -10,11 +10,6 @@
18 override_dh_autoreconf:
19 NOCONFIGURE=1 dh_autoreconf ./autogen.sh
20
21-override_dh_auto_configure:
22- # Manually specify compiler in case user has multiple valac's lying around,
23- # in which case 0.18 may not be the default.
24- dh_auto_configure -- VALAC=/usr/bin/valac-0.18
25-
26 override_dh_auto_build:
27 # TOREMOVE
28 touch tests/test_rhythmbox_parser_vala.stamp

Subscribers

People subscribed via source and target branches

to all changes: