[Pkg-voip-commits] [SCM] StarPy branch, master, updated. 40188c102f4f21bd7d44f823e0d9191a1aaa4b05

Paul Belanger paul.belanger at polybeacon.com
Sat Feb 11 18:46:44 UTC 2012


The following commit has been merged in the master branch:
commit 147bbb764857d507dce168371b9d6291e89b4003
Author: Paul Belanger <paul.belanger at polybeacon.com>
Date:   Sat Feb 11 13:42:01 2012 -0500

    Refresh extra-license-file patch
    
    Signed-off-by: Paul Belanger <paul.belanger at polybeacon.com>

diff --git a/debian/patches/extra-license-file b/debian/patches/extra-license-file
index e5e71e2..d70f1e1 100644
--- a/debian/patches/extra-license-file
+++ b/debian/patches/extra-license-file
@@ -5,10 +5,10 @@ Description: Remove an unneeded LICENSE file
 +++ b/setup.py
 @@ -55,7 +55,7 @@ if __name__ == "__main__":
          if result:
-             allResults.append( (dirname, result))
+             allResults.append((dirname, result))
          return allResults
--    dataFiles = npFilesFor( 'doc') + npFilesFor( 'examples') + [('.',('LICENSE',))]
-+    dataFiles = npFilesFor( 'doc') + npFilesFor( 'examples')
+-    dataFiles = npFilesFor('doc') + npFilesFor('examples') + [('.', ('LICENSE',))]
++    dataFiles = npFilesFor('doc') + npFilesFor('examples')
      dataFiles = [
-         (os.path.join('starpy',directory), files)
-         for (directory,files) in dataFiles
+         (os.path.join('starpy', directory), files)
+         for (directory, files) in dataFiles

-- 
StarPy



More information about the Pkg-voip-commits mailing list