[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Zekr Ubuntu Package
- To: "Development Discussions" <developer at arabeyes dot org>
- Subject: Re: Zekr Ubuntu Package
- From: "Mohsen Saboorian" <mohsens at gmail dot com>
- Date: Fri, 29 Dec 2006 20:14:18 +0330
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bk0kdFXz3eao5fWSeHhgRBcP2MOsY6Oi33OzXcZP6YPsIEaobmuxG1ZtdibiUqzCWfRcIeOlg6UQyxGApgXeDKuY1rqSAjmuNKNup9oWMa8yUQpvq3yPaQVfnFdXuR2PiL8BGaymhxnVssQBqbfmN9h3PNlUkaPEAeOD38bN54k=
I had a look at the package and there are many issues. The main one is
the lib/ directory: you should add Depends: on what you need and *never*
ever embed your own copies of libs and jar packages.
Java, in fact differs from other Linux programming languages on this
point. The only library one can assume for a Java application is JRE.
One who had created the package also asked me if it is possible to
make dependencies over Java libraries. ncurses, pthread and other
linkable libraries are common among all Linux platforms, however no
one has jakarta-commons-io, swt, or velocity on its Linux machine.
Please let me know if there was other issues.
Thanks,
Best.