From: TANIGUCHI Takaki <takaki@debian.org>
Date: Fri, 6 Jul 2018 14:05:21 +0900
Subject: Upstream changes introduced in version 0.2.0~svn50-1

This patch has been created by dpkg-source during the package build.
Here's the last changelog entry, hopefully it gives details on why
those changes were made:

globs (0.2.0~svn50-1) unstable; urgency=low

  * Initial release (Closes: #510453)

The person named in the Author field signed this changelog entry.
Bug-Debian: http://bugs.debian.org/510453
---
 SConstruct    | 2 +-
 globs.desktop | 2 +-
 src/globs     | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/SConstruct b/SConstruct
index 737afcf..8d47059 100644
--- a/SConstruct
+++ b/SConstruct
@@ -7,7 +7,7 @@ if root != '' and prefix != '': # not defaults
 	if prefix[0] == '/':
 		prefix = prefix[1:]
 
-install_dir = os.path.join(root, prefix, 'share/globs/benchmarks')
+install_dir = os.path.join(root, prefix, 'lib/globs/benchmarks')
 locale_dir = os.path.join(root, prefix, 'share/locale')
 
 # run sub scripts
diff --git a/globs.desktop b/globs.desktop
index b29e129..f0d9b8c 100644
--- a/globs.desktop
+++ b/globs.desktop
@@ -6,4 +6,4 @@ Exec=globs %F
 Terminal=false
 Type=Application
 Encoding=UTF-8
-Categories=Application;System;Benchmark;
+Categories=Application;System;3DGraphics;
diff --git a/src/globs b/src/globs
index dea686e..4791ba1 100755
--- a/src/globs
+++ b/src/globs
@@ -19,9 +19,9 @@
 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 ##
 
-share_dir = '..'
-locale_dir = '../po'
-bench_dir = '.'
+share_dir = '/usr/share/globs'
+locale_dir = '/usr/share/locale'
+bench_dir = '/usr/lib/globs'
 
 import locale
 import gettext
