Merge lp:~sao/libpeas/added-libpeas-gtk-vapi-file into lp:~ubuntu-desktop/libpeas/ubuntu

Proposed by Oliver Sauder
Status: Merged
Merged at revision: 32
Proposed branch: lp:~sao/libpeas/added-libpeas-gtk-vapi-file
Merge into: lp:~ubuntu-desktop/libpeas/ubuntu
Diff against target: 36 lines (+9/-1)
3 files modified
debian/changelog (+6/-0)
debian/libpeas-dev.install (+1/-0)
debian/rules (+2/-1)
To merge this branch: bzr merge lp:~sao/libpeas/added-libpeas-gtk-vapi-file
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+73415@code.launchpad.net

Description of the change

Added vapi generation for libpeas-gtk-1.0.vapi

To post a comment you must log in.
Revision history for this message
Oliver Sauder (sao) wrote :

Sorry that was the wrong base branch. Gonna fix that ;).

30. By Oliver Sauder

Added peas-gtk vapi file libpeas-gtk-1.0.vapi (LP: #825834)

Revision history for this message
Martin Pitt (pitti) wrote :

Looks good; I'll drop the unneeded "cd ..", every line in a Makefile is run in its own shell, so a "cd" only persists within one line.

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-08-13 13:34:32 +0000
3+++ debian/changelog 2011-08-30 17:46:24 +0000
4@@ -1,3 +1,9 @@
5+libpeas (1.1.1-0ubuntu4) oneiric; urgency=low
6+
7+ * Added peas-gtk vapi file libpeas-gtk-1.0.vapi (LP: #825834)
8+
9+ -- Oliver Sauder <os@esite.ch> Tue, 30 Aug 2011 19:25:25 +0200
10+
11 libpeas (1.1.1-0ubuntu3) oneiric; urgency=low
12
13 * Renamed peas vapi file to libpeas-1.0.vapi
14
15=== modified file 'debian/libpeas-dev.install'
16--- debian/libpeas-dev.install 2011-07-06 14:18:37 +0000
17+++ debian/libpeas-dev.install 2011-08-30 17:46:24 +0000
18@@ -4,3 +4,4 @@
19 usr/share/gir-1.0
20 usr/share/glade/catalogs
21 libpeas/*.vapi /usr/share/vala/vapi
22+libpeas-gtk/*.vapi /usr/share/vala/vapi
23
24=== modified file 'debian/rules'
25--- debian/rules 2011-08-13 13:34:32 +0000
26+++ debian/rules 2011-08-30 17:46:24 +0000
27@@ -17,7 +17,8 @@
28
29 common-post-build-arch::
30 # build vapi interface from gir
31- cd libpeas; vapigen --library libpeas-1.0 Peas-1.0.gir
32+ cd libpeas; vapigen --library libpeas-1.0 Peas-1.0.gir; cd ..
33+ cd libpeas-gtk; vapigen --library libpeas-gtk-1.0 PeasGtk-1.0.gir --pkg gtk+-3.0 --vapidir ../libpeas --girdir ../libpeas
34
35 binary-post-install/libpeas-doc::
36 # remove compiled python and libtool .la files

Subscribers

People subscribed via source and target branches

to all changes: