[cmake-commits] alex committed cmCPackDebGenerator.cxx 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jul 27 13:12:38 EDT 2007


Update of /cvsroot/CMake/CMake/Source/CPack
In directory public:/mounts/ram/cvs-serv7297

Modified Files:
	cmCPackDebGenerator.cxx 
Log Message:

STYLE: fix line length

Alex


Index: cmCPackDebGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackDebGenerator.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cmCPackDebGenerator.cxx	27 Jul 2007 12:59:59 -0000	1.4
+++ cmCPackDebGenerator.cxx	27 Jul 2007 17:12:36 -0000	1.5
@@ -58,7 +58,8 @@
   ctlfilename += "/control";
 
   // debian policy enforce lower case for package name
-  std::string debian_pkg_name = cmsys::SystemTools::LowerCase( this->GetOption("DEBIAN_PACKAGE_NAME") );
+  std::string debian_pkg_name = 
+       cmsys::SystemTools::LowerCase( this->GetOption("DEBIAN_PACKAGE_NAME") );
   const char* debian_pkg_version = this->GetOption("DEBIAN_PACKAGE_VERSION");
   const char* debian_pkg_arch = this->GetOption("DEBIAN_PACKAGE_ARCHITECTURE");
   const char* debian_pkg_dep  = this->GetOption("DEBIAN_PACKAGE_DEPENDS");



More information about the Cmake-commits mailing list