Remove unused debian subdirectory.
All Debian-based distributions use their own files for creating their packages, so get rid of our own "debian" subdirectory to avoid confusing people and to not have to maintain them any more. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,7 +18,7 @@ scriptDir = os.path.join(sys.path[0])
|
||||
rootDir = os.path.abspath(os.path.join(scriptDir, "..", ".."))
|
||||
contribDir = os.path.join("contrib", "src")
|
||||
|
||||
dirsToCopy = ["art", "build", "debian", "demos", "distrib/mac", "docs", "include", "interface", "lib",
|
||||
dirsToCopy = ["art", "build", "demos", "distrib/mac", "docs", "include", "interface", "lib",
|
||||
"locale", "samples", "src", "tests", "utils"]
|
||||
|
||||
dirsToIgnore = [".svn", "CVS"]
|
||||
|
Reference in New Issue
Block a user