[cmake-developers] [CMake 0014137]: Incorrect ownership of debian control files made from cpack
Mantis Bug Tracker
mantis at public.kitware.com
Fri May 10 04:56:29 EDT 2013
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
======================================================================
More information about the cmake-developers
mailing list