[SCM] cecilia/master: Fixes patch. Now it uses the right path for modules.
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 3cd56256b12be5ef74106f28fa254459b23b0f81
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date: Mon Nov 26 23:54:25 2012 -0500
Fixes patch. Now it uses the right path for modules.
diff --git a/debian/changelog b/debian/changelog
index e917102..72cd256 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cecilia (5.0.7-2) experimental; urgency=low
+
+ * Fixes patch. Now it uses the right path for modules.
+
+ -- Tiago Bortoletto Vaz <tiago at debian.org> Mon, 26 Nov 2012 23:53:58 -0500
+
cecilia (5.0.7-1) experimental; urgency=low
* New upstream release. Software completely rewritten in python, so
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 39e7aa1..d68896f 100644
--- a/debian/patches/use-distutils-and-comply-with-deb-standards.diff
+++ b/debian/patches/use-distutils-and-comply-with-deb-standards.diff
@@ -46,3 +46,23 @@ Last-Update: 2012-07-15
def GetRoundBitmap( w, h, r ):
maskColor = wx.Colour(0,0,0)
+--- a/Resources/constants.py
++++ b/Resources/constants.py
+@@ -18,7 +18,7 @@
+ along with Cecilia 5. If not, see <http://www.gnu.org/licenses/>.
+ """
+
+-import os, sys
++import os, sys, cecilia
+ from images import *
+
+ reload(sys)
+@@ -39,7 +39,7 @@
+ if '/%s.app' % APP_NAME in os.getcwd():
+ RESOURCES_PATH = os.getcwd()
+ else:
+- RESOURCES_PATH = os.path.join(os.getcwd(), 'Resources')
++ RESOURCES_PATH = soundgrain.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