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
=== modified file 'debian/changelog'
--- debian/changelog 2011-07-07 14:19:32 +0000
+++ debian/changelog 2011-08-15 06:41:22 +0000
@@ -1,3 +1,16 @@
1pitivi (0.14.2-0ubuntu1) oneiric; urgency=low
2
3 * New upstream version.
4 - New Mallard format help
5 * debian/control:
6 - Add gnome-doc-utils to build-depends
7 - Bump pygtk minimum to 2.24
8 * debian/patches/01_lpi.patch
9 - Move LPI items below User Manual in Help menu
10 * debian/watch: Watch for 0.14.* tar.bz2
11
12 -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 15 Aug 2011 02:32:20 -0400
13
1pitivi (0.14.1-0ubuntu1) oneiric; urgency=low14pitivi (0.14.1-0ubuntu1) oneiric; urgency=low
215
3 * New upstream version16 * New upstream version
417
=== modified file 'debian/control'
--- debian/control 2011-07-07 14:19:32 +0000
+++ debian/control 2011-08-15 06:41:22 +0000
@@ -9,7 +9,8 @@
9 dh-buildinfo9 dh-buildinfo
10Build-Depends-Indep: python-dev (>= 2.6.6-3~),10Build-Depends-Indep: python-dev (>= 2.6.6-3~),
11 libxml-parser-perl,11 libxml-parser-perl,
12 intltool (>= 0.35)12 intltool (>= 0.35),
13 gnome-doc-utils
13Standards-Version: 3.9.014Standards-Version: 3.9.0
14Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/pitivi/ubuntu15Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/pitivi/ubuntu
1516
@@ -18,7 +19,7 @@
18Depends: ${misc:Depends},19Depends: ${misc:Depends},
19 ${python:Depends},20 ${python:Depends},
20 python-launchpad-integration,21 python-launchpad-integration,
21 python-gtk2 (>= 2.18),22 python-gtk2 (>= 2.24),
22 python-gst0.10 (>= 0.10.19),23 python-gst0.10 (>= 0.10.19),
23 gstreamer0.10-gnonlin (>= 0.10.15),24 gstreamer0.10-gnonlin (>= 0.10.15),
24 python-cairo (>= 1.0.0),25 python-cairo (>= 1.0.0),
2526
=== modified file 'debian/patches/01_lpi.patch'
--- debian/patches/01_lpi.patch 2011-07-07 14:19:32 +0000
+++ debian/patches/01_lpi.patch 2011-08-15 06:41:22 +0000
@@ -1,8 +1,8 @@
1Index: pitivi-0.14.1/pitivi/ui/mainwindow.py1Index: pitivi-0.14.2/pitivi/ui/mainwindow.py
2===================================================================2===================================================================
3--- pitivi-0.14.1.orig/pitivi/ui/mainwindow.py 2011-07-03 22:57:34.000000000 +02003--- pitivi-0.14.2.orig/pitivi/ui/mainwindow.py 2011-08-13 08:08:00.000000000 -0400
4+++ pitivi-0.14.1/pitivi/ui/mainwindow.py 2011-07-07 13:50:18.098417360 +02004+++ pitivi-0.14.2/pitivi/ui/mainwindow.py 2011-08-15 02:25:38.011729077 -0400
5@@ -360,6 +360,11 @@5@@ -363,6 +363,11 @@
6 self.uimanager.insert_action_group(self.actiongroup, 0)6 self.uimanager.insert_action_group(self.actiongroup, 0)
7 self.uimanager.add_ui_from_file(os.path.join(get_ui_dir(), "mainwindow.xml"))7 self.uimanager.add_ui_from_file(os.path.join(get_ui_dir(), "mainwindow.xml"))
8 8
@@ -14,15 +14,15 @@
14 def _createUi(self, instance):14 def _createUi(self, instance):
15 """ Create the graphical interface """15 """ Create the graphical interface """
16 self.set_title("%s" % (APPNAME))16 self.set_title("%s" % (APPNAME))
17Index: pitivi-0.14.1/data/ui/mainwindow.xml17Index: pitivi-0.14.2/data/ui/mainwindow.xml
18===================================================================18===================================================================
19--- pitivi-0.14.1.orig/data/ui/mainwindow.xml 2011-07-07 13:49:50.346417346 +020019--- pitivi-0.14.2.orig/data/ui/mainwindow.xml 2011-08-12 18:39:23.000000000 -0400
20+++ pitivi-0.14.1/data/ui/mainwindow.xml 2011-07-07 13:50:18.098417360 +020020+++ pitivi-0.14.2/data/ui/mainwindow.xml 2011-08-15 02:25:38.011729077 -0400
21@@ -43,6 +43,7 @@21@@ -44,6 +44,7 @@
22 <separator />
23 </menu>22 </menu>
24 <menu action="Help">23 <menu action="Help">
24 <menuitem action="UserManual" />
25+ <placeholder name="LaunchpadItems" />25+ <placeholder name="LaunchpadItems" />
26 <menuitem action="UserManual" />
27 <menuitem action="About" />26 <menuitem action="About" />
28 </menu>27 </menu>
28 </menubar>
2929
=== modified file 'debian/watch'
--- debian/watch 2010-01-27 06:19:11 +0000
+++ debian/watch 2011-08-15 06:41:22 +0000
@@ -1,2 +1,2 @@
1version=21version=2
2http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.13/pitivi-(.*)\.tar.gz2http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.14/pitivi-(.*)\.tar.bz2

Subscribers

People subscribed via source and target branches

to all changes: