[SCM] soundgrain/master: Adding right path.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Sat Jul 14 05:55:35 UTC 2012


The following commit has been merged in the master branch:
commit 1557dc0a3d8bfef78a22269b8794c2c68343e1b6
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Fri Jul 13 23:55:23 2012 -0600

    Adding right path.

diff --git a/debian/patches/use-distutils.patch b/debian/patches/use-distutils.patch
index 89553eb..d6a172b 100644
--- a/debian/patches/use-distutils.patch
+++ b/debian/patches/use-distutils.patch
@@ -1,18 +1,27 @@
 --- /dev/null
 +++ b/setup.py
-@@ -0,0 +1,15 @@
+@@ -0,0 +1,24 @@
 +# -*- coding: utf-8 -*-
 +
 +from distutils.core import setup
 +
-+setup(  name = "soundbrain",
++setup(  name = "soundgrain",
 +        author = "Olivier Belanger",
 +        author_email = "belangeo at gmail.com",
 +        version = "4.1.1",
 +        description = "A graphical interface to control granular sound synthesis modules.",
 +        url = "http://code.google.com/p/soundgrain/",
-+        license="GPLv3",
-+        package_dir={'soundbrain': ''},
-+        packages=['Resources'],
-+        scripts=['SoundGrain.py'],
++        license = "GPLv3",
++        package_dir = { 'soundgrain': '' },
++        packages = ['soundgrain.Resources'],
++        py_modules = ['soundgrain.SoundGrain']
++#        install_path = 'soundgrain'
++#        entry_points = {
++#            'console_scripts': [
++#                'soundgrain = soundgrain.SoundGrain:main',
++#            ],
++            #'gui_scripts': [
++            #    'baz = my_package_gui.start_func',
++            #]
++        #}
 +    )

-- 
soundgrain packaging



More information about the pkg-multimedia-commits mailing list