~ubuntu-branches/debian/squeeze/gmobilemedia/squeeze

« back to all changes in this revision

Viewing changes to debian/patches/01_configuration.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2007-09-11 14:52:05 UTC
  • Revision ID: james.westby@ubuntu.com-20070911145205-afts8a4jks7rni31
Tags: 0.4+dfsg-2
* Include python-gammu info when reporting bug.
* Fix menu section.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 01_configuration.dpatch by Michal Čihař <nijel@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Update configuration to match Debian.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad gmobilemedia-0.4~/configuration.py gmobilemedia-0.4/configuration.py
 
9
--- gmobilemedia-0.4~/configuration.py  2007-03-19 21:14:58.000000000 +0100
 
10
+++ gmobilemedia-0.4/configuration.py   2007-06-05 10:15:22.000000000 +0200
 
11
@@ -3,13 +3,13 @@
 
12
 import os, sys
 
13
 
 
14
 
 
15
-CURRENT_PATH = sys.path[0]
 
16
+CURRENT_PATH = '/usr/share/gmobilemedia/'
 
17
 
 
18
 GLADE_FILE = CURRENT_PATH + os.sep + "ui/interface.glade"
 
19
 
 
20
 TEXT_DOMAIN = "gmobilemedia"
 
21
 
 
22
-LOCALE_DIR  = "./locale"
 
23
+LOCALE_DIR  = "/usr/share/locale"
 
24
 
 
25
 # Association between file extensions and icons
 
26
 MIME_EXTENSIONS = {