[SCM] csound/master: Drop old unused custom.py

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sun May 3 02:31:33 UTC 2015


The following commit has been merged in the master branch:
commit 265035bca17e4178b86e839f1e03fe4124cfae0e
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sat May 2 20:37:42 2015 -0300

    Drop old unused custom.py

diff --git a/debian/custom.py b/debian/custom.py
deleted file mode 100644
index 5b33458..0000000
--- a/debian/custom.py
+++ /dev/null
@@ -1,26 +0,0 @@
-'''
-Modify this file, by platform, to handle nonstandard options for third-party
-dependencies. If you do modify this file, you should make it read-only
-(or otherwise protect it) so that CVS will not overwrite it.
-
-Order is important: place local paths ahead of system paths.
-'''
-import sys
-
-customCPPPATH = []
-customCCFLAGS = []
-customCXXFLAGS = []
-customLIBS = []
-customLIBPATH = []
-customSHLINKFLAGS = []
-customSWIGFLAGS = []
-
-platform = 'linux'
-customCPPPATH.append('/usr/include/lua5.1')
-customCPPPATH.append('/usr/include/tcl')
-customCPPPATH.append('/usr/lib/jvm/default-java/include')
-customCPPPATH.append('/usr/lib/jvm/default-java/include/linux')
-customCPPPATH.append('/usr/include/stk')
-customLIBPATH.append('.')
-customSHLINKFLAGS.append('-Wl,--as-needed')
-

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list