From: <and...@us...> - 2011-08-12 09:42:23
|
Revision: 11875 http://plplot.svn.sourceforge.net/plplot/?rev=11875&view=rev Author: andrewross Date: 2011-08-12 09:42:17 +0000 (Fri, 12 Aug 2011) Log Message: ----------- Don't ship the debian/ directory in source tarball releases since this is unlikely to actually be the debian setup required for the release. This follows Debian recommended practice. Modified Paths: -------------- trunk/CMakeLists.txt Modified: trunk/CMakeLists.txt =================================================================== --- trunk/CMakeLists.txt 2011-08-12 09:10:30 UTC (rev 11874) +++ trunk/CMakeLists.txt 2011-08-12 09:42:17 UTC (rev 11875) @@ -261,6 +261,7 @@ "^${PROJECT_SOURCE_DIR}/sys/dos/emx" "^${PROJECT_SOURCE_DIR}/sys/win-tk" "^${PROJECT_SOURCE_DIR}/sys/win32" + "^${PROJECT_SOURCE_DIR}/debian" ) #message("CPACK_SOURCE_IGNORE_FILES = ${CPACK_SOURCE_IGNORE_FILES}") include(CPack) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |