Merge lp:~jbicha/ubuntu/oneiric/pitivi/pitivi-0.14.2 into lp:~ubuntu-desktop/pitivi/ubuntu

Proposed by Jeremy Bícha
Status: Merged
Merged at revision: 30
Proposed branch: lp:~jbicha/ubuntu/oneiric/pitivi/pitivi-0.14.2
Merge into: lp:~ubuntu-desktop/pitivi/ubuntu
Diff against target: 90 lines (+27/-13)
4 files modified
debian/changelog (+13/-0)
debian/control (+3/-2)
debian/patches/01_lpi.patch (+10/-10)
debian/watch (+1/-1)
To merge this branch: bzr merge lp:~jbicha/ubuntu/oneiric/pitivi/pitivi-0.14.2
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+71509@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for your work

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-07-07 14:19:32 +0000
3+++ debian/changelog 2011-08-15 06:41:22 +0000
4@@ -1,3 +1,16 @@
5+pitivi (0.14.2-0ubuntu1) oneiric; urgency=low
6+
7+ * New upstream version.
8+ - New Mallard format help
9+ * debian/control:
10+ - Add gnome-doc-utils to build-depends
11+ - Bump pygtk minimum to 2.24
12+ * debian/patches/01_lpi.patch
13+ - Move LPI items below User Manual in Help menu
14+ * debian/watch: Watch for 0.14.* tar.bz2
15+
16+ -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 15 Aug 2011 02:32:20 -0400
17+
18 pitivi (0.14.1-0ubuntu1) oneiric; urgency=low
19
20 * New upstream version
21
22=== modified file 'debian/control'
23--- debian/control 2011-07-07 14:19:32 +0000
24+++ debian/control 2011-08-15 06:41:22 +0000
25@@ -9,7 +9,8 @@
26 dh-buildinfo
27 Build-Depends-Indep: python-dev (>= 2.6.6-3~),
28 libxml-parser-perl,
29- intltool (>= 0.35)
30+ intltool (>= 0.35),
31+ gnome-doc-utils
32 Standards-Version: 3.9.0
33 Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/pitivi/ubuntu
34
35@@ -18,7 +19,7 @@
36 Depends: ${misc:Depends},
37 ${python:Depends},
38 python-launchpad-integration,
39- python-gtk2 (>= 2.18),
40+ python-gtk2 (>= 2.24),
41 python-gst0.10 (>= 0.10.19),
42 gstreamer0.10-gnonlin (>= 0.10.15),
43 python-cairo (>= 1.0.0),
44
45=== modified file 'debian/patches/01_lpi.patch'
46--- debian/patches/01_lpi.patch 2011-07-07 14:19:32 +0000
47+++ debian/patches/01_lpi.patch 2011-08-15 06:41:22 +0000
48@@ -1,8 +1,8 @@
49-Index: pitivi-0.14.1/pitivi/ui/mainwindow.py
50+Index: pitivi-0.14.2/pitivi/ui/mainwindow.py
51 ===================================================================
52---- pitivi-0.14.1.orig/pitivi/ui/mainwindow.py 2011-07-03 22:57:34.000000000 +0200
53-+++ pitivi-0.14.1/pitivi/ui/mainwindow.py 2011-07-07 13:50:18.098417360 +0200
54-@@ -360,6 +360,11 @@
55+--- pitivi-0.14.2.orig/pitivi/ui/mainwindow.py 2011-08-13 08:08:00.000000000 -0400
56++++ pitivi-0.14.2/pitivi/ui/mainwindow.py 2011-08-15 02:25:38.011729077 -0400
57+@@ -363,6 +363,11 @@
58 self.uimanager.insert_action_group(self.actiongroup, 0)
59 self.uimanager.add_ui_from_file(os.path.join(get_ui_dir(), "mainwindow.xml"))
60
61@@ -14,15 +14,15 @@
62 def _createUi(self, instance):
63 """ Create the graphical interface """
64 self.set_title("%s" % (APPNAME))
65-Index: pitivi-0.14.1/data/ui/mainwindow.xml
66+Index: pitivi-0.14.2/data/ui/mainwindow.xml
67 ===================================================================
68---- pitivi-0.14.1.orig/data/ui/mainwindow.xml 2011-07-07 13:49:50.346417346 +0200
69-+++ pitivi-0.14.1/data/ui/mainwindow.xml 2011-07-07 13:50:18.098417360 +0200
70-@@ -43,6 +43,7 @@
71- <separator />
72+--- pitivi-0.14.2.orig/data/ui/mainwindow.xml 2011-08-12 18:39:23.000000000 -0400
73++++ pitivi-0.14.2/data/ui/mainwindow.xml 2011-08-15 02:25:38.011729077 -0400
74+@@ -44,6 +44,7 @@
75 </menu>
76 <menu action="Help">
77+ <menuitem action="UserManual" />
78 + <placeholder name="LaunchpadItems" />
79- <menuitem action="UserManual" />
80 <menuitem action="About" />
81 </menu>
82+ </menubar>
83
84=== modified file 'debian/watch'
85--- debian/watch 2010-01-27 06:19:11 +0000
86+++ debian/watch 2011-08-15 06:41:22 +0000
87@@ -1,2 +1,2 @@
88 version=2
89-http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.13/pitivi-(.*)\.tar.gz
90+http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.14/pitivi-(.*)\.tar.bz2

Subscribers

People subscribed via source and target branches

to all changes: