~ubuntu-branches/ubuntu/utopic/alacarte/utopic

« back to all changes in this revision

Viewing changes to debian/patches/30-python_private_dir.patch

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha, Jeremy Bicha, Robert Ancell
  • Date: 2013-06-04 21:58:04 UTC
  • mfrom: (1.1.26)
  • Revision ID: package-import@ubuntu.com-20130604215804-9ji6j631ifgfvfxj
Tags: 3.7.90-0ubuntu1
[ Jeremy Bicha ]
* New upstream release.
* debian/control.in:
  - Drop no longer needed dependency on gnome-panel (LP: #656735)
* debian/patches/git_use_glib-gerror.patch: Dropped, applied in new version

[ Robert Ancell ]
* debian/control:
  - Use standards version 3.9.4
* debian/patches/40-call-exo-d-i-e-on-xfce.patch:
* debian/patches/50-xdg-menu-prefix.patch:
  - No longer applicable

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
===================================================================
3
3
--- alacarte-0.13.4.orig/alacarte.in    2012-06-04 16:04:40.606538031 +0100
4
4
+++ alacarte-0.13.4/alacarte.in 2012-06-04 16:04:48.594537680 +0100
5
 
@@ -19,6 +19,7 @@
 
5
@@ -19,5 +19,7 @@
6
6
 #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
7
7
 
8
 
 import sys
 
8
+import sys
9
9
+sys.path.insert(0,'/usr/share/alacarte')
10
 
 from Alacarte.MainWindow import MainWindow
 
10
 from Alacarte.MainWindow import main
11
11
 
12
 
 def main():
 
12
 if __name__ == '__main__':