[Pkg-voip-commits] [starpy] 06/40: Refresh extra-license-file patch

tzafrir at debian.org tzafrir at debian.org
Sat Jul 9 21:26:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository starpy.

commit 2a9ca4e033e49542e8a7b1784bb62cd060c27b6a
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>
---
 debian/patches/extra-license-file | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/starpy.git



More information about the Pkg-voip-commits mailing list