[SCM] cecilia/master: Fixing patch.
tiago at users.alioth.debian.org
tiago at users.alioth.debian.org
Tue Nov 27 16:11:00 UTC 2012
The following commit has been merged in the master branch:
commit 884cd16aea9311ea237b48042859d66976848a6e
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date: Mon Nov 26 23:56:04 2012 -0500
Fixing patch.
diff --git a/debian/patches/use-distutils-and-comply-with-deb-standards.diff b/debian/patches/use-distutils-and-comply-with-deb-standards.diff
index d68896f..45fa10c 100644
--- a/debian/patches/use-distutils-and-comply-with-deb-standards.diff
+++ b/debian/patches/use-distutils-and-comply-with-deb-standards.diff
@@ -62,7 +62,7 @@ Last-Update: 2012-07-15
RESOURCES_PATH = os.getcwd()
else:
- RESOURCES_PATH = os.path.join(os.getcwd(), 'Resources')
-+ RESOURCES_PATH = soundgrain.Resources.__path__[0]
++ RESOURCES_PATH = cecilia.Resources.__path__[0]
if not os.path.isdir(RESOURCES_PATH) and sys.platform == "win32":
RESOURCES_PATH = os.path.join(os.getenv("ProgramFiles"), "Cecilia5", "Resources")
--
cecilia packaging
More information about the pkg-multimedia-commits
mailing list