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
=== modified file 'debian/changelog'
--- debian/changelog 2011-08-13 13:34:32 +0000
+++ debian/changelog 2011-08-30 17:46:24 +0000
@@ -1,3 +1,9 @@
1libpeas (1.1.1-0ubuntu4) oneiric; urgency=low
2
3 * Added peas-gtk vapi file libpeas-gtk-1.0.vapi (LP: #825834)
4
5 -- Oliver Sauder <os@esite.ch> Tue, 30 Aug 2011 19:25:25 +0200
6
1libpeas (1.1.1-0ubuntu3) oneiric; urgency=low7libpeas (1.1.1-0ubuntu3) oneiric; urgency=low
28
3 * Renamed peas vapi file to libpeas-1.0.vapi9 * Renamed peas vapi file to libpeas-1.0.vapi
410
=== modified file 'debian/libpeas-dev.install'
--- debian/libpeas-dev.install 2011-07-06 14:18:37 +0000
+++ debian/libpeas-dev.install 2011-08-30 17:46:24 +0000
@@ -4,3 +4,4 @@
4usr/share/gir-1.04usr/share/gir-1.0
5usr/share/glade/catalogs5usr/share/glade/catalogs
6libpeas/*.vapi /usr/share/vala/vapi6libpeas/*.vapi /usr/share/vala/vapi
7libpeas-gtk/*.vapi /usr/share/vala/vapi
78
=== modified file 'debian/rules'
--- debian/rules 2011-08-13 13:34:32 +0000
+++ debian/rules 2011-08-30 17:46:24 +0000
@@ -17,7 +17,8 @@
1717
18common-post-build-arch::18common-post-build-arch::
19 # build vapi interface from gir19 # build vapi interface from gir
20 cd libpeas; vapigen --library libpeas-1.0 Peas-1.0.gir20 cd libpeas; vapigen --library libpeas-1.0 Peas-1.0.gir; cd ..
21 cd libpeas-gtk; vapigen --library libpeas-gtk-1.0 PeasGtk-1.0.gir --pkg gtk+-3.0 --vapidir ../libpeas --girdir ../libpeas
2122
22binary-post-install/libpeas-doc::23binary-post-install/libpeas-doc::
23 # remove compiled python and libtool .la files24 # remove compiled python and libtool .la files

Subscribers

People subscribed via source and target branches

to all changes: