dee

Merge lp:~ken-vandine/dee/pygi_overrides into lp:dee

Proposed by Ken VanDine
Status: Merged
Approved by: Michal Hruby
Approved revision: 413
Merged at revision: 413
Proposed branch: lp:~ken-vandine/dee/pygi_overrides
Merge into: lp:dee
Diff against target: 41 lines (+11/-0)
3 files modified
configure.ac (+1/-0)
debian/changelog (+8/-0)
debian/control (+2/-0)
To merge this branch: bzr merge lp:~ken-vandine/dee/pygi_overrides
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Michal Hruby (community) Approve
Review via email: mp+167841@code.launchpad.net

Commit message

* Add build depends for python3-gi and python-gi to get the overrides dir
* Print the overrides_dir at the end of configure

Description of the change

* Add build depends for python3-gi and python-gi to get the overrides dir
* Print the overrides_dir at the end of configure

To post a comment you must log in.
Revision history for this message
Michal Hruby (mhr3) wrote :

LGTM

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

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 2013-06-06 14:32:05 +0000
3+++ configure.ac 2013-06-06 20:21:26 +0000
4@@ -252,6 +252,7 @@
5
6 Documentation : ${enable_gtk_doc}
7 Introspection : ${enable_introspection}
8+ PyGi Overrides : ${overrides_dir}
9
10 Tests : ${enable_tests}
11 Extended Tests : ${enable_extended_tests}
12
13=== modified file 'debian/changelog'
14--- debian/changelog 2013-06-03 04:03:41 +0000
15+++ debian/changelog 2013-06-06 20:21:26 +0000
16@@ -1,3 +1,11 @@
17+dee (1.2.5ubuntu1daily13.06.03ubuntu.unity.next-0ubuntu2) UNRELEASED; urgency=low
18+
19+ * debian/control
20+ - Add build depends for python3-gi and python-gi to get the overrides dir
21+ * Print the overrides_dir at the end of configure
22+
23+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 06 Jun 2013 16:16:32 -0400
24+
25 dee (1.2.5ubuntu1daily13.06.03ubuntu.unity.next-0ubuntu1) raring; urgency=low
26
27 [ Ted Gould ]
28
29=== modified file 'debian/control'
30--- debian/control 2012-11-07 20:44:13 +0000
31+++ debian/control 2013-06-06 20:21:26 +0000
32@@ -16,7 +16,9 @@
33 libdbus-1-dev (>= 1.0),
34 libicu-dev (>= 4.8),
35 python (>= 2.6.5),
36+ python-gi,
37 python3,
38+ python3-gi,
39 valac
40 Standards-Version: 3.9.3
41 Section: libs

Subscribers

People subscribed via source and target branches

to all changes: