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

 

 

 

How to use equivs-build for creating deb from python app?

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
anespa
Posts: 11
Joined: 2016-02-25 11:15

How to use equivs-build for creating deb from python app?

#1 Post by anespa »

Dear Friends,

For my PyGtk application in Ubuntu I plan to use 'equivs-build' for the purpose of creating distribution deb file. The application is based on ./configure, make, make install . Any body please suggest the step-by-step process to create the same...

Waiting for fast repsonse

Thanks
Anes


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

Re: How to use equivs-build for creating deb from python app

#3 Post by stevepusser »

The light (of knowledge) is better here. 8)

You shouldn't be using equivs to debianize something from raw source. Either use dh-make or debmake from upstream, then fill in the templates provided. If you have a pure Python package, the correct architecture is "all" for your package. The standard tiny debhelper file should work with a ".configure, make, make install" procedure. I guess your package doesn't have the python.setup and egginfo files, those should have a dh-python type of build.
MX Linux packager and developer

Post Reply