From: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Date: Wed, 13 Apr 2016 07:30:36 +0200
Subject: _data_in_usr_share

#! /bin/sh /usr/share/dpatch/dpatch-run
## All lines beginning with `## DP:' are a description of the patch.
## DP: Goneri Le Bouder
## DP: just load data in /usr/share instead of data/ and /usr/local to
## DP: avoid conflit with installed from source release

@DPATCH@
---
 main.cc | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/main.cc b/main.cc
index 533a94f..f9e22c5 100644
--- a/main.cc
+++ b/main.cc
@@ -49,15 +49,6 @@ void light() {
 void load_audio(std::string dir) {
 	std::string path;
 	if (dir=="") {
-		path="data/";
-		std::cout << "  Looking in " << path << std::endl;
-		if (Audio::load(path)) return;
-		
-		path="/usr/local/share/";
-		path+=PATHNAME;
-		path+="/";
-		std::cout << "  Looking in " << path << std::endl;
-		if (Audio::load(path)) return;
 
 		path="/usr/share/";
 		path+=PATHNAME;
