The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=14137 
====================================================================== 
Reported By:                Hong Xu
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14137
Category:                   CPack
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-05-10 16:56 CST
Last Modified:              2013-05-10 16:56 CST
====================================================================== 
Summary:                    Incorrect ownership of debian control files made
from cpack
Description: 
The ownership of debian control files is incorrect. It should be root, but
instead it is the name of the current login. You may get a warning when
installing some deb files which has a different ownership of control files other
than root.

Steps to Reproduce: 
1. Grab any source tree using cpack features (such as this one which I used to
reproduce: https://github.com/editorconfig/editorconfig-core/archive/master.zip)

2. 

mkdir build
cd build
cmake ..
make package

3.

mkdir tmp && cd tmp
mv ../*.deb .
ar x *.deb
tar ztvf control.tar.gz

Then you will find the ownership of the files is incorrect.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-05-10 16:56 Hong Xu        New Issue                                    
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to