Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Doubt regarding the creation of .deb file

User discussion about Debian Development, Debian Project News and Announcements. Not for support questions.
Post Reply
Message
Author
anespa
Posts: 11
Joined: 2016-02-25 11:15

Doubt regarding the creation of .deb file

#1 Post by anespa »

Hi dear friends,
I have a problem with my newly created deb package using checkinstall. I attach the
lintian command problems and corresponding .deb file . It's just a daisy player application in python...

Please advise me fast...

errors and warning : http://pastie.org/10736869

my Deb file below as in URL: http://www.4shared.com/file/_EnqaExfce/ ... _i386.html

Thanks
Anes

oldtechaa
Posts: 52
Joined: 2016-02-10 14:27

Re: Doubt regarding the creation of .deb file

#2 Post by oldtechaa »

Many of your errors are because the makefile hardcodes /usr/local as the path instead of just /usr. Also, there are some obvious ones like no copyright file, among other things. Check https://lintian.debian.org/tags-all.html for the tags you're getting, then try to fix them.
Check out SeekMIDI, a simple, lightweight MIDI sequencer at https://github.com/oldtechaa/seekmidi/!

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Doubt regarding the creation of .deb file

#3 Post by stevepusser »

If you really want to do it the right way, dump checkinstall and do it the Debian way--create a /debian folder and use the Debian packaging system.
MX Linux packager and developer

Post Reply