Re: Work-needing packages report for Mar 16, 2012
New Free Software for Computer Aided Election https://launchpad.net/sammaty On 3/16/12, w...@debian.org wrote: > The following is a listing of packages for which help has been requested > through the WNPP (Work-Needing and Prospective Packages) system in the > last week. > > Total number of orphaned packages: 440 (new: 11) > Total number of packages offered up for adoption: 146 (new: 1) > Total number of packages requested help for: 61 (new: 1) > > Please refer to http://www.debian.org/devel/wnpp/ for more information. > > > > The following packages have been orphaned: > >battleball (#664091), orphaned today > Description: soccer game played with tanks or helicopters > Installations reported by Popcon: 140 > >blt (#664092), orphaned today > Description: the BLT extension library for Tcl/Tk - run-time package > Reverse Depends: blt-demo blt-dev python-tk python-tk-dbg python3-tk >python3-tk-dbg sixpack tclspice tclspice-dev tkdesk > Installations reported by Popcon: 15176 > >jester (#664093), orphaned today > Description: board game similar to Othello > Installations reported by Popcon: 79 > >openfst (#664163), orphaned today > Description: weighted finite-state transducers library > Installations reported by Popcon: 7 > >pilot-manager (#664094), orphaned today > Description: PalmPilot PIM, UI, and Conduit Manager > Reverse Depends: syncbbdb > Installations reported by Popcon: 94 > >syncbbdb (#664095), orphaned today > Description: BBDB to PalmOS Pilot Manager conduit > Installations reported by Popcon: 24 > >wmmail (#664096), orphaned today > Description: A mail notification program designed for WindowMaker > Installations reported by Popcon: 119 > >wmppp.app (#664097), orphaned today > Description: PPP dial control and network load monitor with NeXTStep >look > Installations reported by Popcon: 68 > >wmrack (#664098), orphaned today > Description: Combined CD Player + Mixer designed for WindowMaker > Installations reported by Popcon: 70 > >xarclock (#664099), orphaned today > Description: reversed xclock > Installations reported by Popcon: 76 > >xbomb (#664100), orphaned today > Description: a 'minesweeper' game with squares, hexagons or >triangles > Installations reported by Popcon: 161 > > 429 older packages have been omitted from this listing, see > http://www.debian.org/devel/wnpp/orphaned for a complete list. > > > > The following packages have been given up for adoption: > >gpa (#663405), offered 5 days ago > Description: GNU Privacy Assistant (GPA) > Installations reported by Popcon: 533 > > 145 older packages have been omitted from this listing, see > http://www.debian.org/devel/wnpp/rfa_bypackage for a complete list. > > > > For the following packages help is requested: > > [NEW] irssi-scripts (#663577), requested 3 days ago > Description: collection of scripts for irssi > Installations reported by Popcon: 1035 > >apache2 (#646208), requested 145 days ago > Description: Apache HTTP Server > Reverse Depends: aegis-web apache2 apache2-dbg apache2-mpm-event >apache2-mpm-itk apache2-mpm-prefork apache2-mpm-worker >apache2-prefork-dev apache2-suexec apache2-suexec-custom (176 more >omitted) > Installations reported by Popcon: 63476 > >apt-xapian-index (#567955), requested 773 days ago > Description: maintenance tools for a Xapian index of Debian packages > Reverse Depends: adept ept-cache fuss-launcher goplay packagesearch > Installations reported by Popcon: 54181 > >asymptote (#517342), requested 1112 days ago > Description: script-based vector graphics language inspired by >MetaPost > Installations reported by Popcon: 3141 > >athcool (#278442), requested 2697 days ago > Description: Enable powersaving mode for Athlon/Duron processors > Installations reported by Popcon: 88 > >balsa (#642906), requested 172 days ago > Description: An e-mail client for GNOME > Reverse Depends: balsa-dbg > Installations reported by Popcon: 274 > >bastille (#592137), requested 586 days ago > Description: Security hardening tool > Installations reported by Popcon: 243 > >boinc (#511243), requested 1162 days ago > Description: BOINC distributed computing > Reverse Depends: boinc boinc-amd-opencl boinc-app-milkyway >boinc-app-seti boinc-dbg boinc-nvidia-cuda > Installations reported by Popcon: 1858 > >cardstories (#624100), requested 325 days ago > Description: Find out a card using a sentence made up by another >player >
Re: debconf and perl : how to use it ?
On Wednesday 04 April 2012 17:01:25 laurent COOPER wrote: > what did I miss ? I've tried to google the Debconf::Client::ConfModule, > I've tried to read the sources, but I didn't find the answer. Any help > would be appreciated. At the risk of beating a dead horse, you may have missed the debconf-devel man page. This page provides an overview of the debconf system for developers. HTH -- https://github.com/dod38fr/config-model/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/-o- irc: dod at irc.debian.org -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201204051017.48886@debian.org
Re: debconf and perl : how to use it ?
Hello Thank you for your answer. Alas, I read the debconf-devel man page. But today, I've found the reason. As soon as you use Debconf::Client::Confmodule, the stdout is redirected... this I didn't find anywhere in the docs. So, everything went fine except my print that where lost (I don't know where the redirection goes...) I tried a print in an open file, and it works. Hope this will be archived and help some peoples. Regards L. Le 5 avr. 2012 à 10:17, Dominique Dumont a écrit : > On Wednesday 04 April 2012 17:01:25 laurent COOPER wrote: >> what did I miss ? I've tried to google the Debconf::Client::ConfModule, >> I've tried to read the sources, but I didn't find the answer. Any help >> would be appreciated. > > At the risk of beating a dead horse, you may have missed the debconf-devel > man > page. This page provides an overview of the debconf system for developers. > > HTH > > -- > https://github.com/dod38fr/config-model/ -o- http://search.cpan.org/~ddumont/ >http://ddumont.wordpress.com/-o- irc: dod at irc.debian.org -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/3a75ed6e-ec2d-4aaa-bbfc-32e5206ce...@ac-grenoble.fr
Re: debconf and perl : how to use it ?
On Jo, 05 apr 12, 10:37:57, laurent COOPER wrote: > Hello > > Thank you for your answer. Alas, I read the debconf-devel man page. > But today, I've found the reason. As soon as you use > Debconf::Client::Confmodule, the stdout is redirected... this I didn't > find anywhere in the docs. So, everything went fine except my print > that where lost (I don't know where the redirection goes...) > > I tried a print in an open file, and it works. > > Hope this will be archived and help some peoples. You could of course propose a patch for the documentation :) Kind regards, Andrei -- Offtopic discussions among Debian users and developers: http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic signature.asc Description: Digital signature
Re: Bits from Debian Med team
Le Thu, Apr 05, 2012 at 09:05:54AM +1000, Ben Finney a écrit : > > The Nordic countries evidently have adopted that calendar tradition > https://en.wikipedia.org/wiki/Nordic_Christmas_calendar> in a > wholly secular manner. > > Would “Yule Calendar” (English translation of the Nordic names) be an > appropriate name? May I suggest "Chocolate calendar" ? Cheers, -- Charles Plessy Debian Med packaging team, http://www.debian.org/devel/debian-med Tsurumi, Kanagawa, Japan -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120405092046.gm12...@falafel.plessy.net
Re: Bits from Debian Med team
On Thu, Apr 05, 2012 at 06:20:46PM +0900, Charles Plessy wrote: > Le Thu, Apr 05, 2012 at 09:05:54AM +1000, Ben Finney a écrit : > > > > The Nordic countries evidently have adopted that calendar tradition > > https://en.wikipedia.org/wiki/Nordic_Christmas_calendar> in a > > wholly secular manner. > > > > Would “Yule Calendar” (English translation of the Nordic names) be an > > appropriate name? > > May I suggest "Chocolate calendar" ? Cool. Some piece of virtual chocolate to you. All those who do not feel offended by this: Have a nice Easter Andreas. -- http://fam-tille.de -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120405113105.gb29...@an3as.eu
machine readable copyright v1 and "GPL version 2 or later"
Hello, in one of my packages I have multiple files paragraphs with license GPL-2+, at the end I have a standalone license paragraph labeled GPL-2, this generates a lintian warning about missing license paragraph GPL-2+. Shouldn't lintian ignore the +, because it only means this version or, at your choice, any later version? I think it would be wrong to label the GPL-2 license paragraph GPL-2+, because this text is the exact text of version 2, even if you can choose to use any later version. If you only have GPL-2+ files paragraphs, lintian also generates a warning about unused license paragraph: GPL-2. What if you have both GPL-2 and GPL-2+ files paragraphs? Regards Andreas Noteng signature.asc Description: OpenPGP digital signature
Re: machine readable copyright v1 and "GPL version 2 or later"
Andreas Noteng writes: > Hello, in one of my packages I have multiple files paragraphs with > license GPL-2+, at the end I have a standalone license paragraph labeled > GPL-2, this generates a lintian warning about missing license paragraph > GPL-2+. Shouldn't lintian ignore the +, because it only means this > version or, at your choice, any later version? I think it would be wrong > to label the GPL-2 license paragraph GPL-2+, because this text is the > exact text of version 2, even if you can choose to use any later > version. Lintian is correct. GPL-2 and GPL-2+ are different, and in the License: section, you still need to expand the license, at least as far as the short "This program is free software..." paragraphs, and that MUST be different between GPL-2 and GPL-2+. > What if you have both GPL-2 and GPL-2+ files paragraphs? Then you will have to have a GPL-2 and a GPL-2+ License section, where one says: License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation, or (at your option) any later version. [...] And the other: License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. [...] Notice the difference between the two. -- |8] -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87sjgitgpx.fsf@algernon.balabit
Re: machine readable copyright v1 and "GPL version 2 or later"
On 05. april 2012 16:07, Gergely Nagy wrote: > Then you will have to have a GPL-2 and a GPL-2+ License section, where > one says: > > License: GPL-2+ > This program is free software; you can redistribute it and/or modify it > under the terms of the GNU General Public License version 2 as published > by the Free Software Foundation, or (at your option) any later version. > [...] > > And the other: > > License: GPL-2 > This program is free software; you can redistribute it and/or modify it > under the terms of the GNU General Public License version 2 as published > by the Free Software Foundation. > [...] > > Notice the difference between the two. OK, thanks for clarifying this for me. I'll update my packages accordingly. Andreas signature.asc Description: OpenPGP digital signature
Bug#667705: ITP: lcas-plugins-voms -- VOMS plugins for the LCAS authorization framework
Package: wnpp Severity: wishlist Owner: Dennis van Dok * Package name: lcas-plugins-voms Version : 1.3.10-1 Upstream Author : Nikhef Grid Security Middleware Team * URL : http://wiki.nikhef.nl/grid/Site_Access_Control * License : Apache 2 Programming Lang: C Description : VOMS plugins for the LCAS authorization framework LCAS makes binary ('yes' or 'no') authorization decisions at the site and resource level, based on grid (X.509) credentials and VOMS attributes. It has a pluggable interface. This package contains the VOMS plug-ins. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120406000743.3818.82677.reportbug@localhost6.localdomain6
Filed (Re: Preinstalled package manager(s) for PCs (wheezy))
This didn't generate as much feedback as I hoped, but I filed a ticket asking task-desktop to install synaptic: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667703 -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f7e36d8.2080...@gmail.com
Work-needing packages report for Apr 6, 2012
The following is a listing of packages for which help has been requested through the WNPP (Work-Needing and Prospective Packages) system in the last week. Total number of orphaned packages: 432 (new: 2) Total number of packages offered up for adoption: 155 (new: 5) Total number of packages requested help for: 61 (new: 0) Please refer to http://www.debian.org/devel/wnpp/ for more information. The following packages have been orphaned: libtextcat (#666432), orphaned 6 days ago Description: Language detection library Reverse Depends: libreoffice-core libtextcat-dev libtextcat0 pinot Installations reported by Popcon: 18398 svgalib (#666490), orphaned 5 days ago Description: console SVGA display libraries Reverse Depends: bochs-svga dvisvga fp-units-gfx-2.6.0 gnuboy-svga lcdproc-extra-drivers liballegro4.2-plugin-svgalib libggi-target-svgalib libggi2 libggi2-dev libggimisc2 (10 more omitted) Installations reported by Popcon: 64454 430 older packages have been omitted from this listing, see http://www.debian.org/devel/wnpp/orphaned for a complete list. The following packages have been given up for adoption: bzr-loom (#667574), offered today Description: Focused patch plugin support for Bazaar Installations reported by Popcon: 69 bzr-xmloutput (#667637), offered today Description: XML Communication plugin for Bazaar Installations reported by Popcon: 61 dar (#666251), offered 6 days ago Reverse Depends: dar libdar-dev Installations reported by Popcon: 560 python-repoze.what (#666899), offered 3 days ago Description: authorization framework for Python WSGI applications Reverse Depends: python-repoze.what-plugins Installations reported by Popcon: 76 python-repoze.who (#666900), offered 3 days ago Description: identification and authentication framework for Python WSGI applications Reverse Depends: python-repoze.what python-repoze.what-plugins python-repoze.who-plugins python-tg.devtools Installations reported by Popcon: 93 150 older packages have been omitted from this listing, see http://www.debian.org/devel/wnpp/rfa_bypackage for a complete list. For the following packages help is requested: apache2 (#646208), requested 166 days ago Description: Apache HTTP Server Reverse Depends: aegis-web apache2 apache2-dbg apache2-mpm-event apache2-mpm-itk apache2-mpm-prefork apache2-mpm-worker apache2-prefork-dev apache2-suexec apache2-suexec-custom (174 more omitted) Installations reported by Popcon: 64518 apt-xapian-index (#567955), requested 794 days ago Description: maintenance tools for a Xapian index of Debian packages Reverse Depends: adept ept-cache fuss-launcher goplay packagesearch Installations reported by Popcon: 54584 asymptote (#517342), requested 1133 days ago Description: script-based vector graphics language inspired by MetaPost Installations reported by Popcon: 3185 athcool (#278442), requested 2718 days ago Description: Enable powersaving mode for Athlon/Duron processors Installations reported by Popcon: 85 balsa (#642906), requested 193 days ago Description: An e-mail client for GNOME Reverse Depends: balsa-dbg Installations reported by Popcon: 269 bastille (#592137), requested 607 days ago Description: Security hardening tool Installations reported by Popcon: 234 boinc (#511243), requested 1183 days ago Description: BOINC distributed computing Reverse Depends: boinc boinc-amd-opencl boinc-app-milkyway boinc-app-seti boinc-dbg boinc-nvidia-cuda Installations reported by Popcon: 1841 cardstories (#624100), requested 346 days ago Description: Find out a card using a sentence made up by another player Installations reported by Popcon: 7 chromium-browser (#583826), requested 676 days ago Description: Chromium browser Reverse Depends: chromium chromium-browser chromium-browser-dbg chromium-browser-inspector chromium-browser-l10n chromium-dbg chromium-l10n mozplugger Installations reported by Popcon: 10454 cryptsetup (#600777), requested 533 days ago Description: configures encrypted block devices Reverse Depends: cryptsetup cryptsetup-udeb libcryptsetup-dev libguestfs0 libpam-mount ltsp-client mandos-client partman-crypto-dm rescue-mode systemd Installations reported by Popcon: 7807 debtags (#567954), requested 794 days ago Description: Enables support for package tags Reverse Depends: goplay packagesearch Installations reported by Popcon: 2586 doc-central (#566364), requested 8
Re: Standard C Library complance test suite
David Weinehall writes: >> Consider the case where a legal department was worried about the code >> repository becoming "tainted" with uncontrolled or ill-considered GPL >> obligations. > > If the legal department is that incompetent it's about time they got > replaced by more competent people... I think in many cases, the issue is not really an "incompetent" legal department per se, but a culture of risk-avoidance combined with a legal department that doesn't really gain much either way and incompetent high-level management (in the sense that they don't spend a lot of time listening to those in the trenches). And sometimes things are rather more sinister (e.g. Apple's crusade against the GPL)... -miles -- I'm beginning to think that life is just one long Yoko Ono album; no rhyme or reason, just a lot of incoherent shrieks and then it's over. --Ian Wolff -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/buofwch4heo@dhlpc061.dev.necel.com