Merge lp:~ddecator/ubuntu/maverick/gdecrypt/call-python-20100715 into lp:ubuntu/maverick/gdecrypt

Proposed by Draycen DeCator
Status: Merged
Merged at revision: 13
Proposed branch: lp:~ddecator/ubuntu/maverick/gdecrypt/call-python-20100715
Merge into: lp:ubuntu/maverick/gdecrypt
Diff against target: 35 lines (+10/-2)
3 files modified
createui.py (+1/-1)
debian/changelog (+8/-0)
main.py (+1/-1)
To merge this branch: bzr merge lp:~ddecator/ubuntu/maverick/gdecrypt/call-python-20100715
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+29954@code.launchpad.net

Description of the change

Fixed issues with previous merge proposal (now aimed at maverick, and calls 'python' instead of 'python2.6')

To post a comment you must log in.
Revision history for this message
Stefano Rivera (stefanor) wrote :

That's better. The changes should still be represented in a quilt patch. I'll do that, the package could use a spring-clean, anyway.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'createui.py'
2--- createui.py 2008-06-03 17:33:56 +0000
3+++ createui.py 2010-07-15 07:27:42 +0000
4@@ -1,4 +1,4 @@
5-#!/usr/bin/env python2.5
6+#!/usr/bin/env python
7 # -*- Mode: python; coding: utf-8 -*-
8
9 import pygtk, gtk, gtk.glade, pango, gobject
10
11=== modified file 'debian/changelog'
12--- debian/changelog 2010-03-29 22:54:33 +0000
13+++ debian/changelog 2010-07-15 07:27:42 +0000
14@@ -1,3 +1,11 @@
15+gdecrypt (0.7.2.2-0ubuntu5) maverick; urgency=low
16+
17+ * Call python instead of python2.5 (LP: #574237)
18+ - update createui.py
19+ - update main.py
20+
21+ -- Draycen DeCator <ddecator@gmail.com> Thu, 15 Jul 2010 03:12:39 -0400
22+
23 gdecrypt (0.7.2.2-0ubuntu4) lucid; urgency=low
24
25 * debian/control: Depend on python-gksu2 rather than python-gnome2-extras
26
27=== modified file 'main.py'
28--- main.py 2008-03-03 17:54:59 +0000
29+++ main.py 2010-07-15 07:27:42 +0000
30@@ -1,4 +1,4 @@
31-#!/usr/bin/env python2.5
32+#!/usr/bin/env python
33 # -*- Mode: python; coding: utf-8 -*-
34 #
35 # Copyright (C) 2007 Kjell Braden

Subscribers

People subscribed via source and target branches

to all changes: