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
=== modified file 'configure.ac'
--- configure.ac 2013-06-06 14:32:05 +0000
+++ configure.ac 2013-06-06 20:21:26 +0000
@@ -252,6 +252,7 @@
252252
253 Documentation : ${enable_gtk_doc}253 Documentation : ${enable_gtk_doc}
254 Introspection : ${enable_introspection}254 Introspection : ${enable_introspection}
255 PyGi Overrides : ${overrides_dir}
255256
256 Tests : ${enable_tests}257 Tests : ${enable_tests}
257 Extended Tests : ${enable_extended_tests}258 Extended Tests : ${enable_extended_tests}
258259
=== modified file 'debian/changelog'
--- debian/changelog 2013-06-03 04:03:41 +0000
+++ debian/changelog 2013-06-06 20:21:26 +0000
@@ -1,3 +1,11 @@
1dee (1.2.5ubuntu1daily13.06.03ubuntu.unity.next-0ubuntu2) UNRELEASED; urgency=low
2
3 * debian/control
4 - Add build depends for python3-gi and python-gi to get the overrides dir
5 * Print the overrides_dir at the end of configure
6
7 -- Ken VanDine <ken.vandine@canonical.com> Thu, 06 Jun 2013 16:16:32 -0400
8
1dee (1.2.5ubuntu1daily13.06.03ubuntu.unity.next-0ubuntu1) raring; urgency=low9dee (1.2.5ubuntu1daily13.06.03ubuntu.unity.next-0ubuntu1) raring; urgency=low
210
3 [ Ted Gould ]11 [ Ted Gould ]
412
=== modified file 'debian/control'
--- debian/control 2012-11-07 20:44:13 +0000
+++ debian/control 2013-06-06 20:21:26 +0000
@@ -16,7 +16,9 @@
16 libdbus-1-dev (>= 1.0),16 libdbus-1-dev (>= 1.0),
17 libicu-dev (>= 4.8),17 libicu-dev (>= 4.8),
18 python (>= 2.6.5),18 python (>= 2.6.5),
19 python-gi,
19 python3,20 python3,
21 python3-gi,
20 valac22 valac
21Standards-Version: 3.9.323Standards-Version: 3.9.3
22Section: libs24Section: libs

Subscribers

People subscribed via source and target branches

to all changes: