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

 

 

 

obtaining debian source from maven project

User discussion about Debian Development, Debian Project News and Announcements. Not for support questions.
Post Reply
Message
Author
g.s.n
Posts: 2
Joined: 2017-05-27 09:07

obtaining debian source from maven project

#1 Post by g.s.n »

Hi,
I have a project created by maven, and I'm stuck on creating debian source as a previous step for building.
Any one worked on packaging maven projects please advice!.

Note: I tried mh_make, but it pointed to many missing libraries.

Thanks &Regards,
G.N

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

Re: obtaining debian source from maven project

#2 Post by stevepusser »

What is the name of the source tarball you have?

I use debmake for creating a package from source, though. It expects the tarball to be the foo-1.2.3.tar.gz type format. You can install upstream's debmake package on Jessie without trouble. https://packages.debian.org/stretch/debmake
MX Linux packager and developer

g.s.n
Posts: 2
Joined: 2017-05-27 09:07

Re: obtaining debian source from maven project

#3 Post by g.s.n »

stevepusser wrote:What is the name of the source tarball you have?
I don't have the tarball yet. The upstream doesn't provide tarball! Do you have any idea how I can build the tarball from the source I already have?

I use debmake for creating a package from source, though. It expects the tarball to be the foo-1.2.3.tar.gz type format. You can install upstream's debmake package on Jessie without trouble. https://packages.debian.org/stretch/debmake
Thanks I will check it.

Post Reply