~ubuntu-branches/ubuntu/trusty/globs/trusty

« back to all changes in this revision

Viewing changes to debian/patches/fix_install_path

  • Committer: Bazaar Package Importer
  • Author(s): TANIGUCHI Takaki
  • Date: 2011-04-05 16:52:25 UTC
  • Revision ID: james.westby@ubuntu.com-20110405165225-2w6i8gx7xec2g0nb
Tags: 0.2.0~svn50-2
* debian/control: add scons to Build-Depends. (Cloese: #620265)
* debian/control: add libsdl1.2-dev to BD. 
* debian/patches/add_libm: Add to link with libm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Upstream changes introduced in version 0.2.0~svn50-1
 
2
 This patch has been created by dpkg-source during the package build.
 
3
 Here's the last changelog entry, hopefully it gives details on why
 
4
 those changes were made:
 
5
 .
 
6
 globs (0.2.0~svn50-1) unstable; urgency=low
 
7
 .
 
8
   * Initial release (Closes: #510453)
 
9
 .
 
10
 The person named in the Author field signed this changelog entry.
 
11
Author: TANIGUCHI Takaki <takaki@debian.org>
 
12
Bug-Debian: http://bugs.debian.org/510453
 
13
 
 
14
---
 
15
The information above should follow the Patch Tagging Guidelines, please
 
16
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
 
17
are templates for supplementary fields that you might want to add:
 
18
 
 
19
Origin: <vendor|upstream|other>, <url of original patch>
 
20
Bug: <url in upstream bugtracker>
 
21
Bug-Debian: http://bugs.debian.org/<bugnumber>
 
22
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
 
23
Forwarded: <no|not-needed|url proving that it has been forwarded>
 
24
Reviewed-By: <name and email of someone who approved the patch>
 
25
Last-Update: <YYYY-MM-DD>
 
26
 
 
27
--- globs-0.2.0~svn50.orig/SConstruct
 
28
+++ globs-0.2.0~svn50/SConstruct
 
29
@@ -7,7 +7,7 @@ if root != '' and prefix != '': # not de
 
30
        if prefix[0] == '/':
 
31
                prefix = prefix[1:]
 
32
 
 
33
-install_dir = os.path.join(root, prefix, 'share/globs/benchmarks')
 
34
+install_dir = os.path.join(root, prefix, 'lib/globs/benchmarks')
 
35
 locale_dir = os.path.join(root, prefix, 'share/locale')
 
36
 
 
37
 # run sub scripts
 
38
--- globs-0.2.0~svn50.orig/globs.desktop
 
39
+++ globs-0.2.0~svn50/globs.desktop
 
40
@@ -6,4 +6,4 @@ Exec=globs %F
 
41
 Terminal=false
 
42
 Type=Application
 
43
 Encoding=UTF-8
 
44
-Categories=Application;System;Benchmark;
 
45
+Categories=Application;System;3DGraphics;
 
46
--- globs-0.2.0~svn50.orig/src/globs
 
47
+++ globs-0.2.0~svn50/src/globs
 
48
@@ -19,9 +19,9 @@
 
49
 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
50
 ##
 
51
 
 
52
-share_dir = '..'
 
53
-locale_dir = '../po'
 
54
-bench_dir = '.'
 
55
+share_dir = '/usr/share/globs'
 
56
+locale_dir = '/usr/share/locale'
 
57
+bench_dir = '/usr/lib/globs'
 
58
 
 
59
 import locale
 
60
 import gettext