unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* A problem with licenses
@ 2018-05-30 10:36 Tommi Höynälänmaa
  2018-05-30 10:42 ` tomas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tommi Höynälänmaa @ 2018-05-30 10:36 UTC (permalink / raw)
  To: guile-devel


I have published some guile-based software under GNU GPL and LGPL. 
However, when I open the Debian packages with Ubuntu Software 
Installation (18.04) the application claims that the software is 
proprietary. How can I fix this?

The relevant packages are:

   http://www.iki.fi/tohoyn/theme-d/theme-d_1.1.0_amd64.deb
http://www.iki.fi/tohoyn/theme-d/th-scheme-utilities_1.4.1_all.deb
   http://www.iki.fi/tohoyn/theme-d/libthemedsupport_1.1_amd64.deb

      - Tommi Höynälänmaa




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A problem with licenses
  2018-05-30 10:36 A problem with licenses Tommi Höynälänmaa
@ 2018-05-30 10:42 ` tomas
  2018-06-02 19:21 ` Mark H Weaver
  2018-06-02 21:07 ` tomas
  2 siblings, 0 replies; 4+ messages in thread
From: tomas @ 2018-05-30 10:42 UTC (permalink / raw)
  To: guile-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, May 30, 2018 at 01:36:43PM +0300, Tommi Höynälänmaa wrote:
> 
> I have published some guile-based software under GNU GPL and LGPL.
> However, when I open the Debian packages with Ubuntu Software
> Installation (18.04) the application claims that the software is
> proprietary. How can I fix this?

I think the relevant doc is here:

  https://www.debian.org/doc/manuals/maint-guide/dreq.en.html#copyright

> The relevant packages are:
> 
>   http://www.iki.fi/tohoyn/theme-d/theme-d_1.1.0_amd64.deb
> http://www.iki.fi/tohoyn/theme-d/th-scheme-utilities_1.4.1_all.deb
>   http://www.iki.fi/tohoyn/theme-d/libthemedsupport_1.1_amd64.deb

I'll try to have a look into your packages later (ATM drowning in
stuff), perhaps I can spot something.

Cheers
- -- tomás
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlsOgAMACgkQBcgs9XrR2kZH/ACfSemA0xVTEpyQvp3hJiUnUYay
i7oAn2kOVKlujffGbUE5POqGmZVHPPC7
=6yyw
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A problem with licenses
  2018-05-30 10:36 A problem with licenses Tommi Höynälänmaa
  2018-05-30 10:42 ` tomas
@ 2018-06-02 19:21 ` Mark H Weaver
  2018-06-02 21:07 ` tomas
  2 siblings, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2018-06-02 19:21 UTC (permalink / raw)
  To: Tommi Höynälänmaa; +Cc: guile-devel

Tommi Höynälänmaa <tommi.hoynalanmaa@gmail.com> writes:

> I have published some guile-based software under GNU GPL and
> LGPL. However, when I open the Debian packages with Ubuntu Software
> Installation (18.04) the application claims that the software is
> proprietary. How can I fix this?

I don't know, it depends on how that software installing application
determines the licenses of packages.  This sounds like a question for
Ubuntu.  The Debian community might also know.

      Mark



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A problem with licenses
  2018-05-30 10:36 A problem with licenses Tommi Höynälänmaa
  2018-05-30 10:42 ` tomas
  2018-06-02 19:21 ` Mark H Weaver
@ 2018-06-02 21:07 ` tomas
  2 siblings, 0 replies; 4+ messages in thread
From: tomas @ 2018-06-02 21:07 UTC (permalink / raw)
  To: guile-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, May 30, 2018 at 01:36:43PM +0300, Tommi Höynälänmaa wrote:
> 
> I have published some guile-based software under GNU GPL and LGPL.
> However, when I open the Debian packages with Ubuntu Software
> Installation (18.04) the application claims that the software is
> proprietary. How can I fix this?
> 
> The relevant packages are:
> 
>   http://www.iki.fi/tohoyn/theme-d/theme-d_1.1.0_amd64.deb
> http://www.iki.fi/tohoyn/theme-d/th-scheme-utilities_1.4.1_all.deb
>   http://www.iki.fi/tohoyn/theme-d/libthemedsupport_1.1_amd64.deb

OK, I had a look into the packages. I see you have a copyright
under usr/share/doc/<package>/copyright (possibly coming from
debian/copyright in your source package, but I can't see that).

Perhaps the Ubuntu installer can see better if you follow the
standard syntax outlined in

  https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Basically, in its minimal form, something like

  Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

  Files: *
  Copyright: 2000-2018 Eva Lu Ator
  License: GPL-3+

But I'm still guessing.

HTH
- -- t
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlsTBx4ACgkQBcgs9XrR2kZgFgCfXeQyTkrADkdusvZNPuGBbKe9
VZsAmweowUtrvEraRd04QKtmnV6mEFpn
=o05K
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-02 21:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-30 10:36 A problem with licenses Tommi Höynälänmaa
2018-05-30 10:42 ` tomas
2018-06-02 19:21 ` Mark H Weaver
2018-06-02 21:07 ` tomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).