[CMake] DEB package generated with cpack does not pass lintian check on Ubuntu

Hendrik Sattler post at hendrik-sattler.de
Tue Mar 17 02:11:59 EDT 2015


Hi,

you have to differ here:
lintian is for checking packaging policy of distribution packages for Debian and derivatives like Ubuntu.
Cpack does not necessarily create packages according to these policies but still valid packages. If dpkg eats it without errors, it's ok for out-of-distribution packages.

HS


Am 17. März 2015 00:25:18 MEZ, schrieb Bogdan Cristea <cristeab at gmail.com>:
>Hi
>
>I have generated a DEB package with cpack, but the analysis with
>lintian in Ubuntu reveals still some errors:
>
>E: at: changelog-file-missing-in-native-package
>E: at: control-file-has-bad-owner md5sums b/users != root/root
>E: at: no-copyright-file
>E: at: extended-description-is-empty
>E: at: maintainer-name-missing a at gmail.com
>Use of uninitialized value $name in pattern match (m//) at
>/usr/share/perl5/Lintian/Check.pm line 203.
>E: at: wrong-file-owner-uid-or-gid usr/ 1000/100
>E: at: wrong-file-owner-uid-or-gid usr/bin/ 1000/100
>E: at: wrong-file-owner-uid-or-gid usr/bin/AT 1000/100
>W: at: binary-without-manpage usr/bin/AT
>
>Could someone tell me how can I solve these ?
>
>thanks
>Bogdan
>
>
>
>------------------------------------------------------------------------
>
>-- 
>
>Powered by www.kitware.com
>
>Please keep messages on-topic and check the CMake FAQ at:
>http://www.cmake.org/Wiki/CMake_FAQ
>
>Kitware offers various services to support the CMake community. For
>more information on each offering, please visit:
>
>CMake Support: http://cmake.org/cmake/help/support.html
>CMake Consulting: http://cmake.org/cmake/help/consulting.html
>CMake Training Courses: http://cmake.org/cmake/help/training.html
>
>Visit other Kitware open-source projects at
>http://www.kitware.com/opensource/opensource.html
>
>Follow this link to subscribe/unsubscribe:
>http://public.kitware.com/mailman/listinfo/cmake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20150317/0b72072f/attachment.html>


More information about the CMake mailing list