[GFSD Issue] Package nvclock suggests non-free software

Projet:Trisquel
Composant:License problems
Catégorie:Rapporter un bogue
Priorité:blocking
Attribué:upstream
Statut:closed
Description

Package nvclock and packages nvclock-gtk and nvclock-qt suggest using "binary drivers".

ven, 04/27/2012 - 08:09

You can see this in apt-cache show nvclock.

dim, 06/10/2012 - 03:01
Statut:active» patch (ready)

Package-helper:

#!/bin/sh
#
# Copyright (C) 2012 Grant Houlgate <name at domain>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#

VERSION=1

. ./config

sed '/The official binary/d; /by root./d;' -i debian/control

changelog "Removed references to non-free programs"

compile

sam, 06/23/2012 - 09:31
Statut:patch (ready)» patch (needs work)

Marking this as "needs work".

If you look at the taranis or dagda versions the patch works but not for the brigantia version of the package. I will look at this when I get home.

sam, 06/23/2012 - 09:45
Assigné à:anonymous» SirGrant

I see what happened. If you look in the debian/control file they changed the description slightly which I didn't test against.

Now it says "NVIDIA-based" instead of "nVidia chip based" which brought "the" from the sed statement onto the previous line causing it to fail. Again I will look more into it when I go back home.

mer, 07/04/2012 - 01:28
Statut:patch (needs work)» active

Version 2 for Trisquel 5.5. See devel-list post

#!/bin/sh
#
# Copyright (C) 2012 Grant Houlgate <name at domain>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#

VERSION=2
EXTERNAL="deb-src http://archive.ubuntu.com/ubuntu precise universe"

. ./config

# Regular expression for Trisquel versions 5.5 and below.
sed '/The official binary/d; /by root./d;' -i debian/control

# Regular expression for Trisquel versions 5.5 and above.
# This is because the description in debian/control changed sightly
sed 's/NVIDIA-based video card. The/NVIDIA-based video card./g' -i debian/control
sed '/official binary NVIDIA/d; /root./d;' -i debian/control

changelog "Removed references to non-free programs"

compile

mer, 07/04/2012 - 01:30
Statut:active» patch (ready)
dim, 08/19/2012 - 19:03
mar, 10/30/2012 - 18:43
Titre:package nvclock suggests non-free software» [GFSD Issue] Package nvclock suggests non-free software
mer, 02/06/2013 - 19:33
Priorité:critical» blocking
mar, 06/18/2013 - 12:36

Also, nvclock-gtk suggests "install the Nvidia drivers" if run without root!

Pièce jointeTaille
nvc.png 2.4 Ko
mar, 01/13/2015 - 22:43
Statut:patch (ready)» fixed

Marked for deletion

mar, 01/13/2015 - 22:57

The package has been removed from trisquel here

It was also removed from debian

mar, 01/27/2015 - 23:00
Statut:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.