private packages

View: New views
3 Messages — Rating Filter:   Alert me  

private packages

by pgs :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I am working in a company selling a product based on Linux with some applications whose code belongs to us.
Currently the product is based on a Linux From Scratch and we are willing to turn to Debian for the next generation of products. To take entire benefit of the Debian system, we would like to package everything including our proprietary applications.

I still have a little doubt about it because I don't find the explicit proof that packaging a software in .deb form doesn't require it to be distributed, at least in binary format.

The chapter 2.3 of the debian policy manual says :
"Packages whose copyright permission notices (or patent problems) do not even allow redistribution of binaries only, and where no special permission has been obtained, must not be placed on the Debian FTP site and its mirrors at all."

This makes me understand that it is possible to package softwares with incompatible licenses, (it's just not possible to place them on Debian mirrors, but our need is not to do so), but it doesn't tell me if the use of the .deb format obliges the package to be distributed.

Well, I think I know the answer : the only fact of packaging is not like using code under a free license and in this case won't require to respect the terms of the GPL for our own softwares, but if I could have a confirmation of this, it would be nice.

Thank you in advance

Pascal


--
To UNSUBSCRIBE, email to debian-legal-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


Re: private packages

by Don Armstrong :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, 10 Sep 2009, Pascal GREGIS wrote:
> it doesn't tell me if the use of the .deb format obliges the package
> to be distributed.

Using the .deb packaging format doesn't add any additional requirement
to distribute the binaries or the source code. Obviously, you must
comply with the license of everything that you distribute.

You really should be engaging your corporate counsel who should be
able to work out (and explain) the rest of these issues for you.


Don Armstrong

--
Nothing is as inevitable as a mistake whose time has come.
 -- Tussman's Law

http://www.donarmstrong.com              http://rzlab.ucr.edu


--
To UNSUBSCRIBE, email to debian-legal-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


Re: private packages

by Dmitrijs Ledkovs :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/9/10 Pascal GREGIS <pgs@...>:

> Hello,
>
> I am working in a company selling a product based on Linux with some applications whose code belongs to us.
> Currently the product is based on a Linux From Scratch and we are willing to turn to Debian for the next generation of products. To take entire benefit of the Debian system, we would like to package everything including our proprietary applications.
>
> I still have a little doubt about it because I don't find the explicit proof that packaging a software in .deb form doesn't require it to be distributed, at least in binary format.
>
> The chapter 2.3 of the debian policy manual says :
> "Packages whose copyright permission notices (or patent problems) do not even allow redistribution of binaries only, and where no special permission has been obtained, must not be placed on the Debian FTP site and its mirrors at all."
>
> This makes me understand that it is possible to package softwares with incompatible licenses, (it's just not possible to place them on Debian mirrors, but our need is not to do so), but it doesn't tell me if the use of the .deb format obliges the package to be distributed.
>
> Well, I think I know the answer : the only fact of packaging is not like using code under a free license and in this case won't require to respect the terms of the GPL for our own softwares, but if I could have a confirmation of this, it would be nice.
>
> Thank you in advance
>
> Pascal
>

Debian Policy is something Debian Developers and Maintainers follow
for packages which are included in the official releases of Debian.

.deb package format imposes no restrictions on licensing or
distribution. A deb package is just an "ar" archive with a file layout
which is used by dpkg.

Many companies publish software software in deb format. Eg. Adobe,
Skype and others.


--
With best regards


Dmitrijs Ledkovs (for short Dima),
Ледков Дмитрий Юрьевич


--
To UNSUBSCRIBE, email to debian-legal-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...