Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deb install complains #1

Open
passenger94 opened this issue Apr 10, 2016 · 3 comments
Open

deb install complains #1

passenger94 opened this issue Apr 10, 2016 · 3 comments

Comments

@passenger94
Copy link

ubuntu 14.04, deb installer complains with :

Lintian check results for ~/GeanyWS/linux-shoes/Ytm-app.deb: E: ytm: maintainer-name-missing [email protected] Use of uninitialized value $name in pattern match (m//) at /usr/share/perl5/Lintian/Check.pm line 203.

Otherwise all went well and app is launching from Ytm-app dir

@ccoupe
Copy link
Member

ccoupe commented Apr 10, 2016

Thanks for giving it a try. I don't know much about deb or rpm internals and I'm not convinced that fpm is always correct. if you look at the fpm terminal output it seems to think -m is correct however as you said lintian Ytm-app.deb reports.

E: ytm: no-copyright-file
E: ytm: extended-description-is-empty
E: ytm: maintainer-name-missing [email protected]
Use of uninitialized value $name in pattern match (m//) at /usr/share/perl5/Lintian/Check.pm line 203.
W: ytm: unknown-section Office
W: ytm: non-standard-dir-perm usr/ 0775 != 0755
W: ytm: non-standard-dir-perm usr/local/ 0775 != 0755

if fpm has the ability to for copyright file, and extended description, that would be nice.

@ccoupe
Copy link
Member

ccoupe commented Apr 10, 2016

Now I know more ;-) the maintainer format is name <user@domain> The < and > are important.

ccoupe pushed a commit that referenced this issue Apr 11, 2016
@ccoupe
Copy link
Member

ccoupe commented Apr 12, 2016

I thought I should file a feature request for fpm to handle the copyright file. jordansissel/fpm#1045 (comment) - Gotta love the internet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants