Re: RFC: Providing vi when /usr isn't mounted

2009-09-10 Thread Miquel van Smoorenburg
On Wed, 2009-09-09 at 19:02 -0400, James Vega wrote:
> tag 528494 help
> thanks
> 
> #528494 raised the idea of having vim-tiny (the default vi-like editor
> on a base install) provide /bin/vi so that it would be accessible in
> situations where /usr isn't available.  At first glance, I naïvely
> figured this would be an easy change.  Of course, this wasn't the case
> so I'd like to get some feedback on the proper approach for this since
> this use case is actually something I've intended on doing since
> vim-tiny became Priority: important.
> 
> We currently have 8 source packages[0] building binary packages which
> provide vi in some form.  All except elvis-tiny use the alternatives
> system to provide /usr/bin/vi.  Elvis-tiny ships /bin/vi which is a
> small binary implementing its own sort of alternatives functionality[1].
> 
> The problem here is that I can't simply have vim-tiny ship /bin/vi
> partly due to elvis-tiny but primarily due to the alternatives system
> rightly not supporting a provided alternative changing location
> depending on which of the available alternatives is active.

[I sent this as a reply to bug #528494, but forgot to add Cc's, so
 here it is again]

Well, the original bug submission #528494 talks about that- you
cannot have different 'vi' binaries in /bin and /usr/bin, since
that would be very inconsistent.

What /bin/vi in elvis-tiny does is very simple:

- if /usr/bin/vi exists, execute it (common case)
- else if /bin/elvis-tiny exists execute it (/usr not available)
- else print error and exit

This way you always get /usr/bin/vi, even if /bin is in your
PATH first, unless /usr/bin/vi doesn't exist.

We could work together to allow multiple '*vi-tiny' packages to
be installed, in that case we should really do the following:

- each *vi-tiny package sets an alternative for /bin/vi-tiny
- each *vi-tiny package depends on vi-tiny-common
- vi-tiny-common is basically the /bin/vi from elvis-tiny,
  as described above, where it tries to execute /bin/vi-tiny
  instead of /bin/elvis-tiny

However, to me this sounds as a lot of work for very little
gain. We already have the elvis-tiny package to provide a small
vi clone for situations where /usr is not available. This
would be a rescue situation. Is it really neccesary to be
able to choose between tons of vi-clones in that case ?

Mike.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545949: who should cleanup /var/lib/update-rd.d ? should it be cleaned up at all?

2009-09-10 Thread Holger Levsen
package: sysv-rc
severity: important
x-debbugs-cc: debian-devel@lists.debian.org
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi Petter,

On Mittwoch, 9. September 2009, Petter Reinholdtsen wrote:
> > today I noticed that quite many packages fail the piuparts test,
> > because of a file left after purge in /var/lib/update-rd.d - who's
> > responsibility is it to clean this up? Each package? Or? Or
> > shouldn't those be cleaned on purge and piuparts should ignore those
> > files? (I don't think the latter is the correct approach.)
>
> The directory belong to the sysv-rc package, and will be cleaned up
> when that package is removed. :)
>
> We discussed on IRC to remove files from there when update-rc.d is
> asked to remove symlinks to a script, and if we decide to implement it
> that would solve the piuparts issue.  Thanks for bringing it to our
> attention. :)

Thanks for your reply, filing a bug so this doesnt get forgotten.


regards,
Holger


signature.asc
Description: This is a digitally signed message part.


Re: Modifying /etc/nsswitch.conf in Debian Packages

2009-09-10 Thread Jonas Smedegaard

Hi Luke,

On Wed, Sep 09, 2009 at 09:58:34PM -0400, Luke Faraone wrote:
I'm currently working on packaging 
Rainbow, an implementation of the 
Bitfrost  security 
spesification. Rainbow runs user-level desktop applications with the 
same level of resource isolation already used with a variety of system 
daemons, giving each application instance its own UID, GID, and 
persistent storage directory.


In order to function, Rainbow requires a NSS module, libnss-rainbow, to 
be installed and enabled in /etc/nsswitch.conf.


From what I can tell (as seen on bug 
388864 ), 
libnss-mdns modifies /etc/nsswitch.conf directly as part of its 
postinst. I thought this wasn't allowed by Debian policy, but if I'm 
misunderstanding I'm more than happy to adopt their solution.


libnss-mdns 0.10-3.1 currently in Sid contains the following:

 README.Debian 
Previously the base-files package shipped /etc/nsswitch.conf and specified:

hosts:  files dns mdns

However, due to bug#351990, this is no longer the case. /etc/nsswitch.conf
is now generated post-installation. Upon installation of nss-mdns, if the
strings 'mdns', 'mdns_minimal', 'mdns4', 'mdns4_minimal', 'mdns6' or
'mdns6_minimal' appear on the hosts line, your /etc/nsswitch.conf file
will not be updated, otherwise it will updated to match the upstream
recommended configuration which usually looks like:

hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4
 README.Debian 

Perhaps you could do similar arrangements until a unified solution is 
found.



On Ubuntu AuthClientConfig  
seems to serve a similar purpose. Assuming the above workaround was not 
acceptable, would porting ACC to Debian and using that hook in my 
package be so?


I don't know that tool (and have no time to investigate it currently) so 
can't comment on that at the moment.




Please CC me, as I'm not subscribed to this list.


You _are_ subscribed to the OLPC list at Alioth, so I've just made sure 
to include that one :-)



Regards,

- Jonas

--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Faster boot by running init.d scripts in parallel

2009-09-10 Thread Petter Reinholdtsen
One "hidden" feature of the current Debian boot sustem, is the ability
to run the init.d scripts in parallel.  This require dependency based
boot sequencing to be enabled, and the init.d script dependencies to
be complete and correct to work reliably.  The feature is hidden and
undocumented, because we plan to drop the CONCURRENCY variable in the
future and make concurrent booting the default when dependency based
boot sequencing is enabled.

If you want to test this feature in testing or unstable, use this
command:

  echo CONCURRENCY=makefile >> /etc/default/rcS

It will enable makefile style concurrency, and run N scripts in
parallel during boot, where N is the number of CPUs or cores on the
machine.  This only work when dependency based boot sequencing.  This
can be enabled using

  dpkg-reconfigure insserv sysv-rc

If some services fail to work properly, the problem is most likely
because of bugs in the init.d script headers.  See
http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot > for
clues on how to fix it.  Most scripts have correct enough dependency
information, but help is needed to find and fix the remaning few with
bugs.  Please make sure to usertag reported bugs to make them show up
on
http://bugs.debian.org/cgi-bin/pkgreport.cgi?usertag=initscripts-ng-de...@lists.alioth.debian.org
 >

If you want to improve boot speed even more, I recommend installing
the readahead-fedora packages, and boot once with the 'profile' kernel
option to adjust its readahead list to the list of files needed during
boot.

Happy hacking,
-- 
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Explicitely Cc bug reporters

2009-09-10 Thread Samuel Thibault
Hello,

I'd like to remind maintainers that in order to reach bug reporters to
ask for tests etc. you _need_ to explicitely Cc the bug reporter, else
he won't receive the mail and of course not do the tests etc.  It's now
quite a few times that I have received a "you didn't answer" mail...

Samuel


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Sandro Tosi
On Thu, Sep 10, 2009 at 15:45, Samuel Thibault  wrote:
> Hello,
>
> I'd like to remind maintainers that in order to reach bug reporters to
> ask for tests etc. you _need_ to explicitely Cc the bug reporter, else
> he won't receive the mail and of course not do the tests etc.  It's now
> quite a few times that I have received a "you didn't answer" mail...

I was thinking about this a couple of hours ago, but in the different
direction: why not mailing the submitter by default?

Ideally, I'd imaging nnn...@b.d.o to reach

- submitter
- maintainers
- subscribers

We already have -quite if we want to not mail people.

Do others feel we should enable emailing the submitter by default?
there are some reasons not to?

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Josselin Mouette
Le jeudi 10 septembre 2009 à 16:09 +0200, Sandro Tosi a écrit : 
> I was thinking about this a couple of hours ago, but in the different
> direction: why not mailing the submitter by default?

Because the debbugs maintainer doesn’t want it.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: Explicitely Cc bug reporters

2009-09-10 Thread Bernhard R. Link
* Sandro Tosi  [090910 16:09]:
> Do others feel we should enable emailing the submitter by default?
> there are some reasons not to?

But reporters are sacrifing some of their time to help us make our
distribution better. Do you really think we should scare them away
by rewarding bug reports by pulling the reporters in lengthy
discussions how the bug is best fixed?

Hochachtungsvoll,
Bernhard R. Link


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Sandro Tosi
2009/9/10 Josselin Mouette :
> Le jeudi 10 septembre 2009 à 16:09 +0200, Sandro Tosi a écrit :
>> I was thinking about this a couple of hours ago, but in the different
>> direction: why not mailing the submitter by default?
>
> Because the debbugs maintainer doesn’t want it.

Yes, I seemed to remember something similar to this. Now, I understand
Don is the main (only?) maintainer of BTS infrastructure, but I
believe he would listen to us if a considerable number of people like
to mail submitter by default.

Cheers,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Kumar Appaiah
On Thu, Sep 10, 2009 at 04:21:50PM +0200, Bernhard R. Link wrote:
> * Sandro Tosi  [090910 16:09]:
> > Do others feel we should enable emailing the submitter by default?
> > there are some reasons not to?
> 
> But reporters are sacrifing some of their time to help us make our
> distribution better. Do you really think we should scare them away
> by rewarding bug reports by pulling the reporters in lengthy
> discussions how the bug is best fixed?

This is subjective. I know of several bug reporters who would either
be happy to see that their bug is being dicussed/attended to, or even
be able to pariticipate in the fixing efforts if their technical
knowledge falls in the category of that bug.

Just my view, I try to remember to Cc the reporter, but I'd much
rather prefer being subscribed to bugs as I report them.

Kumar


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



[RANT] [OT] Bloating dependencies instead of using recommends (was: Re: RFS: sqlkit)

2009-09-10 Thread Rogério Brito
On Sep 04 2009, Boyd Stephen Smith Jr. wrote:
> On Friday 04 September 2009 13:14:43 Alessandro Dentella wrote:
> > So I'd really prefer to leave those 2 drivers as dependencies.
> 
> Recommends, right?  As a user it annoys me to no end when the packager 
> Depends 
> on something the system will work without; I end up having to roll my own 
> packages to get the small footprint I desire.

Thank you so very much for bringing this up. I agree 100% with your comment.

I am really annoyed with the current trend of packages dragging in a lot
of dependencies on which the packages don't really "depend". The word
"dependency" seems to has lost its meaning.

A software that is merely an "additive" to another should be a suggests
or recommends. The package managers explicitly install recommends,
unless told otherwise.

For instance, some packages of mine may be useful with some tools that I
myself never, ever use (and most probably never will---e.g., for
compression, I am willing to use gzip, bzip2 or lzma instead of lzo).  I
list such other packages as recommends or suggests, as determined by
policy.

But the problem is that other people seem to have infinite computational
resources: hard disks are always the biggest, their computer memory has
no end, their cpus can run even the silliest background daemons killing
lots of cycles just to put a purple pixel in the lower right corner of
the screen with super-duper 4D with many effects, doing everything
(sure, why not) in interpreted languages (that, of course, have to be
re-JIT compiled every single time the program is run---why bother
compiling it once).

They need a super computer with the latest graphics processing unit just
to show some silly mouse trail animation.

And this problem does not happen only with Debian, and with the current
Desktop environments (proprietary or not). It also seems to happen with
some meant-to-be-small packages, also.

I can cite many examples, but I leave this as an exercise to anybody who
thinks that his system is "leaner" than other unnamed operating systems:
just run debtree [1] on some of your packages and be scared of what you
get as output.

[1] http://alioth.debian.org/~fjp/debtree/

Geee. Just think of the already bought, installed, established base of
computers that were sold during the last decade (which are the ones that
*are* in the hands of the users) and the sold-from-now-on.

Apparently, people don't even remember how coding were done in, say, 15
or 20 years ago.  If you want to see what a surprising animation, with
sound, synchronized could be done on a i386 computer, just watch Future
Crew's Second Reality. [2]

[2] http://www.youtube.com/watch?v=XtCW-axRJV8

It was meant to be run on computers that were much slower than the ones
that we have today.

An ironic thing here is that the video on youtube has more than 17 times
(17 times!) the size of the original program.

People have come to be used to fast computers which even "forbids" bad
coding. I would recommend them to read a very good book called
"Programming Pearls", by Jon Bentley.

> With recommends, newbie and novice users will get the packages, and
> one of the first things you learn in wrangling apt-get/aptitude is how
> to not install Recommends by default.

Amen to that.


Regards, Rogério Brito.

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Sandro Tosi
On Thu, Sep 10, 2009 at 16:21, Bernhard R. Link  wrote:
> * Sandro Tosi  [090910 16:09]:
>> Do others feel we should enable emailing the submitter by default?
>> there are some reasons not to?
>
> But reporters are sacrifing some of their time to help us make our
> distribution better. Do you really think we should scare them away
> by rewarding bug reports by pulling the reporters in lengthy
> discussions how the bug is best fixed?

Yes, I do believe that submitters should be informed of any activity
on their bugs (to know they're not ignored, to contribute to the tech
discussion (not every reported is a non-tech guy), etc). Lengthy
discussions are rare, people mailing n...@b.d.o believing it will
reach submitters too are much more common.

And no, I don't think they'd be scared or wasting their time receiving
updates on their bugs.

Cheers,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Benjamin Drung
Am Donnerstag, den 10.09.2009, 16:09 +0200 schrieb Sandro Tosi:
> Ideally, I'd imaging nnn...@b.d.o to reach
> 
> - submitter
> - maintainers
> - subscribers
> 
> We already have -quite if we want to not mail people.
> 
> Do others feel we should enable emailing the submitter by default?

Yes, please email the submitter by default. It would be good if the
submitter can unsubscribe himself from the bug report.

Cheers,
Benjamin


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Explicitely Cc bug reporters

2009-09-10 Thread Leo "costela" Antunes
Sandro Tosi wrote:
> Do others feel we should enable emailing the submitter by default?
> there are some reasons not to?

As raised by Berhard[0], this could bother some reporters, OTOH - as
Kumar said[1] - other posters would actually like being more closely
involved with their bugs.

Why not include a pseudo-header to subscribe to bugreports on submit?
This way reportbug could include a question asking if the user wants to
follow the bug closely or just fire-and-forget. Should leave the choice
to the submitter and still leave the option of explicitly using
nnn-submit...@b.d.o

Disclaimer: I have no idea how feasible this is. I never even looked at
the BTS code.

Cheers


[0]
http://lists.debian.org/msgid-search/20090910142150.ga15...@pcpool00.mathematik.uni-freiburg.de
[1]
http://lists.debian.org/msgid-search/20090910143253.ga11...@146653177.ece.utexas.edu

-- 
Leo "costela" Antunes
[insert a witty retort here]


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Bernhard R. Link
* Sandro Tosi  [090910 16:35]:
> Yes, I do believe that submitters should be informed of any activity
> on their bugs (to know they're not ignored, to contribute to the tech
> discussion (not every reported is a non-tech guy), etc).

Not everyone is a non-tech guy, but even most tech-savy persons are not
intrested in everything.

If I as tech guy send you a bug report, that is often mostly altruistic:
The fix will not enter the current stable, so it will be a long time
before it helps me, if it helps at all because I already know the
work-around.

> Lengthy
> discussions are rare, people mailing n...@b.d.o believing it will
> reach submitters too are much more common.

So we should punish users for incompotent developers?

> And no, I don't think they'd be scared or wasting their time receiving
> updates on their bugs.

I can say that I am personally often scared with other bug reporting
utilities. I will for example think twice before ever again submitting
bugs to some bugzilla. It has those little checkboxes with what you want
to get mail, but no description what causes what so I end up getting
mails about status changes telling me nothing and of developers changing
their email addresses.

Hochachtungsvoll,
Bernhard R. Link


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Mark Brown
On Thu, Sep 10, 2009 at 09:32:55AM -0500, Kumar Appaiah wrote:
> On Thu, Sep 10, 2009 at 04:21:50PM +0200, Bernhard R. Link wrote:

> > But reporters are sacrifing some of their time to help us make our
> > distribution better. Do you really think we should scare them away
> > by rewarding bug reports by pulling the reporters in lengthy
> > discussions how the bug is best fixed?

> This is subjective. I know of several bug reporters who would either
> be happy to see that their bug is being dicussed/attended to, or even
> be able to pariticipate in the fixing efforts if their technical
> knowledge falls in the category of that bug.

> Just my view, I try to remember to Cc the reporter, but I'd much
> rather prefer being subscribed to bugs as I report them.

What would be really useful here is the ability to set up the BTS to
subscribe you to bugs you've filed by default.  That avoids the issue
with confusing less technical users.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Kumar Appaiah
On Thu, Sep 10, 2009 at 03:43:16PM +0100, Mark Brown wrote:
> > This is subjective. I know of several bug reporters who would either
> > be happy to see that their bug is being dicussed/attended to, or even
> > be able to pariticipate in the fixing efforts if their technical
> > knowledge falls in the category of that bug.
> 
> > Just my view, I try to remember to Cc the reporter, but I'd much
> > rather prefer being subscribed to bugs as I report them.
> 
> What would be really useful here is the ability to set up the BTS to
> subscribe you to bugs you've filed by default.  That avoids the issue
> with confusing less technical users.

To be more specific, we should have a pseudo-header like

Subscribe: yes

which would allow me to subscribe to the bug during submission. This
way, we avoid all issues of forcing users to see the BTS mail
exchanges, and allow the brave ones to participate without explicit
subscription.

I recall having contacted Don about this. He was not averse to
implementing this feature, but did not have sufficient time to handle
it.

Thanks.

Kumar


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Pierre Habouzit
On Thu, Sep 10, 2009 at 04:21:50PM +0200, Bernhard R. Link wrote:
> * Sandro Tosi  [090910 16:09]:
> > Do others feel we should enable emailing the submitter by default?
> > there are some reasons not to?
> 
> But reporters are sacrifing some of their time to help us make our
> distribution better. Do you really think we should scare them away
> by rewarding bug reports by pulling the reporters in lengthy
> discussions how the bug is best fixed?

When the maintainer think the bug reporter is not to be annoyed, then he
should mail nnn-silent or whatever, because that is the exception.

Not the reverse. This is a major (if not _THE_ major) annoyance with the
BTS. FWIW this is a long discussed issue, and the BTS maintainers do not
share this opinion (that mailing @ should also mail the submitter)
so we're basically stuck.
-- 
·O·  Pierre Habouzit
··Omadco...@debian.org
OOOhttp://www.madism.org


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Colin Tuckley

Quoting Mark Brown :


What would be really useful here is the ability to set up the BTS to
subscribe you to bugs you've filed by default.  That avoids the issue
with confusing less technical users.


That is exactly what I was going to suggest - with the addition that  
the message you get sent after submitting the bug included the fact  
that you had been subscribed and a link to click to unsubscribe easily.


Colin


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Samuel Thibault
Leo costela Antunes, le Thu 10 Sep 2009 16:52:43 +0200, a écrit :
> Why not include a pseudo-header to subscribe to bugreports on submit?

I thought about that too, but that doesn't solve the original problem:
clueless reporters won't enable it and absent-minded maintainers will
forget to Cc them.

Samuel


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Josselin Mouette
Le jeudi 10 septembre 2009 à 15:43 +0100, Mark Brown a écrit : 
> What would be really useful here is the ability to set up the BTS to
> subscribe you to bugs you've filed by default.  That avoids the issue
> with confusing less technical users.

No, it wouldn’t be useful.

Not all reports are well-written and contain a clear enough explanation
for the issue. When they are, there’s rarely a need for discussion
anyway. Most reports are useless junk explaining “It doesn’t work”, or
simply lack sufficient information to understand the affected component.

90% of emails I write to a bug are meant for the submitter. I should not
have to Cc him. Ever. This is the whole point of a bug tracking system.
Debbugs is, AFAIK, the only one to require that.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: Explicitely Cc bug reporters

2009-09-10 Thread Josselin Mouette
Le jeudi 10 septembre 2009 à 16:58 +0200, Bernhard R. Link a écrit : 
> So we should punish users for incompotent developers?

Whoa? Informing users is punishing them?

This whole thread is a complete WTF, as were previous discussions on the
topic.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: Explicitely Cc bug reporters

2009-09-10 Thread Bernhard R. Link
* Pierre Habouzit  [090910 17:08]:
> On Thu, Sep 10, 2009 at 04:21:50PM +0200, Bernhard R. Link wrote:
> > * Sandro Tosi  [090910 16:09]:
> > > Do others feel we should enable emailing the submitter by default?
> > > there are some reasons not to?
> >
> > But reporters are sacrifing some of their time to help us make our
> > distribution better. Do you really think we should scare them away
> > by rewarding bug reports by pulling the reporters in lengthy
> > discussions how the bug is best fixed?
>
> When the maintainer think the bug reporter is not to be annoyed, then he
> should mail nnn-silent or whatever,

That is only true for very small packages where only the maintainer is
intrested in. Often there are people subscribed to the package
or the maintainer some mailing list. And then you can also subscribe to
bugs, so those should always get it.  Thus if someone wants to give some
additional information or insight to some bug, the current
n...@bugs.debian.org is exactly the right thing.

It might be nice to have some additional email address that is like
mailing both nnn@ and nnn-submit...@.

> because that is the exception.

It might be an exception for the first reply (and guess what: BTS sends
the maintainer a mail where the reply to is both nnn@ and the bug
submitter). But for non-maintainers sending mail to a bug report, I
guess it is even the default.

> Not the reverse. This is a major (if not _THE_ major) annoyance with the
> BTS.

In my eyes it is one of the biggest advantages of the BTS.

Hochachtungsvoll,
Bernhard R. Link
-- 
"Never contain programs so few bugs, as when no debugging tools are available!"
Niklaus Wirth


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Nico Golde
Hi,
* Kumar Appaiah  [2009-09-10 17:03]:
> On Thu, Sep 10, 2009 at 04:21:50PM +0200, Bernhard R. Link wrote:
> > * Sandro Tosi  [090910 16:09]:
> > > Do others feel we should enable emailing the submitter by default?
> > > there are some reasons not to?
> > 
> > But reporters are sacrifing some of their time to help us make our
> > distribution better. Do you really think we should scare them away
> > by rewarding bug reports by pulling the reporters in lengthy
> > discussions how the bug is best fixed?
> 
> This is subjective. I know of several bug reporters who would either
> be happy to see that their bug is being dicussed/attended to, or even
> be able to pariticipate in the fixing efforts if their technical
> knowledge falls in the category of that bug.
> 
> Just my view, I try to remember to Cc the reporter, but I'd much
> rather prefer being subscribed to bugs as I report them.

Same here. As long as we give reporters the possibility to 
unsubscribe theirself or provide two mail aliases one which 
includes an auto subscription and one which doesnt (or a 
question in reportbug...) this should be no problem. At 
least I _always_ use a group-reply and never got any 
complains back.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpNF3cv7Crc7.pgp
Description: PGP signature


Re: Explicitely Cc bug reporters

2009-09-10 Thread Josselin Mouette
Le jeudi 10 septembre 2009 à 15:45 +0200, Samuel Thibault a écrit : 
> I'd like to remind maintainers that in order to reach bug reporters to
> ask for tests etc. you _need_ to explicitely Cc the bug reporter, else
> he won't receive the mail and of course not do the tests etc.  It's now
> quite a few times that I have received a "you didn't answer" mail...

Actually, CCing the bug reporter is not enough. You have to manually set
the Reply-To: field to nnn...@bugs.d.o, since otherwise, the user’s
reply will go to yourself, not to the BTS.

Automatically subscribing him would mostly fix that issue as well, since
the BTS can add a Reply-To: header as needed.

[Note that some mailers don’t even implement Reply-To: correctly, which
is why tracking systems that do it right (like roundup) reforge the
From: header instead.]

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: Explicitely Cc bug reporters

2009-09-10 Thread Stefano Zacchiroli
On Thu, Sep 10, 2009 at 05:08:00PM +0200, Pierre Habouzit wrote:
> When the maintainer think the bug reporter is not to be annoyed, then he
> should mail nnn-silent or whatever, because that is the exception.

Full ACK.

> Not the reverse. This is a major (if not _THE_ major) annoyance with the
> BTS. FWIW this is a long discussed issue, and the BTS maintainers do not
> share this opinion (that mailing @ should also mail the submitter)
> so we're basically stuck.

Conceptually, what "we" want is trivial: we want submitter to be
subscribed (in the sense of "bts subscribe") by default. If they want,
they are free to opt unsubscribing.

We currently even have procmail recipe to automatically subscribe upon
BTS ack receipt, that should be the default and the recipes reverted to
unsubscribe by default who doesn't want subscription.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: trac maintenance activity?

2009-09-10 Thread Andres Salomon
On Thu, 10 Sep 2009 11:01:45 -0400
Andres Salomon  wrote:

> On Mon, 17 Aug 2009 18:57:38 -0400
> Andres Salomon  wrote:
> 
> > Hi,
> > 
> > Is trac being actively maintained?  I no longer use it, so I'd like
> > to be removed from the uploaders list when someone does the next
> > upload. If no one is maintaining it, it should really be orphaned..
> > 
> > Note that 0.11.5 has been released, and debian's still on 0.11.1
> > (from a year ago).
> 
> I never got a response to this.  Anyone out there interested in
> joining the trac team?
> 

Ah, just noticed debacle's emails[0] regarding this.  You'll certainly
find no objections from me.  Feel free to take over.

[0] 
http://lists.alioth.debian.org/pipermail/pkg-trac-devel/2009-August/000523.html


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Mark Brown
On Thu, Sep 10, 2009 at 10:04:19AM -0500, Kumar Appaiah wrote:
> On Thu, Sep 10, 2009 at 03:43:16PM +0100, Mark Brown wrote:

> > What would be really useful here is the ability to set up the BTS to
> > subscribe you to bugs you've filed by default.  That avoids the issue
> > with confusing less technical users.

> To be more specific, we should have a pseudo-header like

> Subscribe: yes

> which would allow me to subscribe to the bug during submission. This
> way, we avoid all issues of forcing users to see the BTS mail
> exchanges, and allow the brave ones to participate without explicit
> subscription.

It'd be nicer to be able to store this server side - having to set it up
on each system would be a pain.  Obviously more work for the BTS,
though.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Josselin Mouette
Le jeudi 10 septembre 2009 à 17:19 +0200, Bernhard R. Link a écrit : 
> > When the maintainer think the bug reporter is not to be annoyed, then he
> > should mail nnn-silent or whatever,
> 
> That is only true for very small packages where only the maintainer is
> intrested in. 

Since apparently you don’t work on large packages which interest a
number of people reading the mailing list, maybe you could refrain from
second-guessing the needs of others.

This is *especially* an issue for such packages, since people who come
to help and participate in bug triage often get it wrong and reporters
don’t get CCed.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: trac maintenance activity?

2009-09-10 Thread Andres Salomon
On Mon, 17 Aug 2009 18:57:38 -0400
Andres Salomon  wrote:

> Hi,
> 
> Is trac being actively maintained?  I no longer use it, so I'd like to
> be removed from the uploaders list when someone does the next upload.
> If no one is maintaining it, it should really be orphaned..
> 
> Note that 0.11.5 has been released, and debian's still on 0.11.1 (from
> a year ago).

I never got a response to this.  Anyone out there interested in joining
the trac team?


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Mark Brown
On Thu, Sep 10, 2009 at 05:08:00PM +0200, Pierre Habouzit wrote:

> Not the reverse. This is a major (if not _THE_ major) annoyance with the
> BTS. FWIW this is a long discussed issue, and the BTS maintainers do not
> share this opinion (that mailing @ should also mail the submitter)
> so we're basically stuck.

Incidentally, this also results in breakage with things like WNPP (which
aren't really idiomatic uses of the BTS but anyway).  Mostly the person
who filed an ITP/RFA should get notified about activity since they are
effectively the maintainer but currently that doesn't happen.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Bernhard R. Link
* Josselin Mouette  [090910 17:26]:
> Le jeudi 10 septembre 2009 à 17:19 +0200, Bernhard R. Link a écrit :
> > > When the maintainer think the bug reporter is not to be annoyed, then he
> > > should mail nnn-silent or whatever,
> >
> > That is only true for very small packages where only the maintainer is
> > intrested in.
>
> This is *especially* an issue for such packages, since people who come
> to help and participate in bug triage often get it wrong and reporters
> don???t get CCed.

If all one does with the bugs is collecting them, hoping upstream will fix
them (for which one does not even have the manpower to check oneself)
or the submitters lose interest, then the current system is of course
not favourable.

Otherwise most packages have some crowd of people following the package
or even only specific bugs. Then additional user input not reaching them
is losing valuate chances for additional information.

Bernhard R. Link


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: trac maintenance activity?

2009-09-10 Thread W. Martin Borgert

Quoting "Andres Salomon" :

Ah, just noticed debacle's emails[0] regarding this.  You'll certainly
find no objections from me.  Feel free to take over.


Yes, trac will be maintained in the Python Application Packaging Team.
I already tried to copy the git history to the PAPT svn, but - lacking
any experience with git - failed. I will now just start with the last
version and for the history people have to look into the git.

After bringing trac up to date, I hope to have time to package some of
the (to me!) most important plugins, such as bitten and email2trac.


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Josselin Mouette
Le jeudi 10 septembre 2009 à 17:55 +0200, Bernhard R. Link a écrit : 
> If all one does with the bugs is collecting them, hoping upstream will fix
> them (for which one does not even have the manpower to check oneself)
> or the submitters lose interest, then the current system is of course
> not favourable.

I fail to see how it is favorable to other cases. I used to have the
luxury to be able to track each and every report I received and hunt it
down myself, and it was already a major issue I had with the BTS. In all
cases, most bugs are easy to fix, and the difficulty is to understand
the exact issue the user is facing. 

(Otherwise I always welcome solutions to lack of manpower, but so far
people seem to think the problem will solve itself eventually.)

> Otherwise most packages have some crowd of people following the package
> or even only specific bugs. Then additional user input not reaching them
> is losing valuate chances for additional information.

We’re not talking about preventing additional user input from reaching
other subscribers. We’re talking, on the contrary, about preventing
additional input from getting lost in the wild.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: Explicitely Cc bug reporters

2009-09-10 Thread Bernhard R. Link
* Josselin Mouette  [090910 18:11]:
> > Otherwise most packages have some crowd of people following the package
> > or even only specific bugs. Then additional user input not reaching them
> > is losing valuate chances for additional information.
>
> We???re not talking about preventing additional user input from reaching
> other subscribers. We???re talking, on the contrary, about preventing
> additional input from getting lost in the wild.

That is the thread at large. Currently it was about why nnn-quiet is no
suitable workaround if the followup address for users (nnn@) would suddenly
also mail users.

Bernhard R. Link


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Josselin Mouette
Le jeudi 10 septembre 2009 à 18:25 +0200, Bernhard R. Link a écrit : 
> That is the thread at large. Currently it was about why nnn-quiet is no
> suitable workaround if the followup address for users (nnn@) would suddenly
> also mail users.

Then use nnn-maintonly@, which will reach the PTS and mailing lists. Or
let’s create another alias to handle such exceptions. Whatever, as long
as the default behavior is made sane.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: Explicitely Cc bug reporters

2009-09-10 Thread Pierre Habouzit
On Thu, Sep 10, 2009 at 05:23:32PM +0200, Stefano Zacchiroli wrote:
> On Thu, Sep 10, 2009 at 05:08:00PM +0200, Pierre Habouzit wrote:
> > When the maintainer think the bug reporter is not to be annoyed, then he
> > should mail nnn-silent or whatever, because that is the exception.
> 
> Full ACK.
> 
> > Not the reverse. This is a major (if not _THE_ major) annoyance with the
> > BTS. FWIW this is a long discussed issue, and the BTS maintainers do not
> > share this opinion (that mailing @ should also mail the submitter)
> > so we're basically stuck.
> 
> Conceptually, what "we" want is trivial: we want submitter to be
> subscribed (in the sense of "bts subscribe") by default. If they want,
> they are free to opt unsubscribing.

That should probably be something that would fly for me actually. and
you could make reportbug take an option to add some kind of pseudo
header so that subscribing is not done for the rare cases when sender
doesn't want to be subscribed.


-- 
·O·  Pierre Habouzit
··Omadco...@debian.org
OOOhttp://www.madism.org


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Pierre Habouzit
On Thu, Sep 10, 2009 at 04:58:30PM +0200, Samuel Thibault wrote:
> Leo costela Antunes, le Thu 10 Sep 2009 16:52:43 +0200, a écrit :
> > Why not include a pseudo-header to subscribe to bugreports on submit?
> 
> I thought about that too, but that doesn't solve the original problem:
> clueless reporters won't enable it and absent-minded maintainers will
> forget to Cc them.

that's easy, it must be the reverse. Sane default, and simple way to
override it.

Sane default is: submitter should be subscribed.
Easy way to override: pseudo-header to not be subscribed
Easy way to override 2: let reportbug have a
  
--do-not-subscribe-me-to-bugs--I-mean-it--I-really-want-to-be-a-PITA-for-the-maintainer
  for people that never remember about the pseudo-header.
-- 
·O·  Pierre Habouzit
··Omadco...@debian.org
OOOhttp://www.madism.org


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



[iproute2] tc action mirred __ documents

2009-09-10 Thread wu xiaofei
Hi all,

I need some 'tc ... action ... mirred'  doc/man.
On "http://lartc.org/howto/lartc.intro.linux.html";  (Linux Advanced Routing & 
Traffic Control), it said
'Traffic control is almost undocumented.'

What I want to do:

My network is

/A\
B  D
\C/

All of the nodes(A, B, C, D) have two wireless cards (wlan0, wlan1). 
A-B, B-C, A-D, D-C are wireless links.

Node A wnats to transmit packets with node C. Because the wireless links are 
not very reliable, 
I want to forward the same packet through A-B-C and A-D-C simultaneously. 
How to achieve my purpose?

Someone said,
>Not sure what the best solution would be, but you could investigate
>using the 'tc filter mirred' action. Essentially, the traffic control
>command allows putting filters on output (or input) that can be used
>to do things like mirror packets.
>

On node A,
wlan0, IP address 192.168.1.1/24 ; wlan1, IP address 192.168.2.1/24
I use command 'tc filter add dev wlan0 ... match ip src 192.168.1.0/24 ...
action mirred egress mirror dev wlan1' to mirror packets.

When I use 'tcpdump -i wlan1', I can 'see' the packets  'A(wlan0)->B' (node B 
will forward them to C). 
How to forward the mirroring packets 'A(wlan1)' to D (then, node D forwards 
them to C) ?

Regards,
Wu





Re: Explicitely Cc bug reporters

2009-09-10 Thread Sandro Tosi
Ok, recap-ing a bit, adding ow...@bts in the loop directly.

On Thu, Sep 10, 2009 at 16:09, Sandro Tosi  wrote:
> On Thu, Sep 10, 2009 at 15:45, Samuel Thibault  wrote:
>> Hello,
>>
>> I'd like to remind maintainers that in order to reach bug reporters to
>> ask for tests etc. you _need_ to explicitely Cc the bug reporter, else
>> he won't receive the mail and of course not do the tests etc.  It's now
>> quite a few times that I have received a "you didn't answer" mail...
>
> I was thinking about this a couple of hours ago, but in the different
> direction: why not mailing the submitter by default?
>
> Ideally, I'd imaging nnn...@b.d.o to reach
>
> - submitter
> - maintainers
> - subscribers
>
> We already have -quite if we want to not mail people.
>
> Do others feel we should enable emailing the submitter by default?
> there are some reasons not to?

Hi Don,
sorry but I had to bring this up again.

In my opinion, and it seems it's shared among other people,
nn...@bugs.d.o should mail the submitter too. Now, I'd like to recap
some of the options that were brought in the discussion (some of them
can be mixed)

1. leave nn@ as it is now
2. n@ should mail the submitter by default
3. as 2. but adding an easy way to unsubscribe (if it's not already implemented)
4. same as 2. but adding a pseudo-header (and/or reportbug options) to
not subscribe
5. same as 1. but adding a pseudo-header (and/or reportbug options) to subscribe

maybe some new alias can be created: for exampel n-all@ to mail
everyone involved, or something similar to -quiet@ to implement
the current behavior is 2. passes.

IMO I strongly believe that 2. should be the default of Debian BTS;
submitters must be informed of any activities on the bugs they
submitted (to prevent losing questions/informations/requests etc etc);
and several are in favour of it.

Don, could you please share your thoughts on this?

Thanks in advance,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Don Armstrong
On Thu, 10 Sep 2009, Sandro Tosi wrote:
> I was thinking about this a couple of hours ago, but in the
> different direction: why not mailing the submitter by default?
> 
> Ideally, I'd imaging nnn...@b.d.o to reach
> 
> - submitter

n...@bdo should reach submitters who are interested in being reached by
default, but submitters who just want their problem fixed shouldn't be
deluged with mail. Always cc'ing submitters doesn't allow for
submitters to decide not to get those mail messages.

The right solution (which is on my long todo list) is to:

 1) allow submiters subscribe to a bug at submit@ time

 2) nnn-submitter@ makes "certain" that the submitter gets one copy
message as well as the bug report. (Currently nnn-submitter@ is an
alias for the submitter only.)

The main blockers for this is that it requires patches to EoC[0] which
I haven't written (and various other bits of administrivia) to:

  1) allow direct subscription of people to bugs by the BTS[1]
  2) report subscribers to bugs back to the BTS

Once that's done, we can discuss whether to make subscription to the
bug for submitters the default or not; it'll of course be controllable
at submit@ time no matter what is the default.


Don Armstrong

0: This is what the per-bug subscription currently uses; I'm not
particularly attached to one MLM or another.

1: This isn't strictly necessary, but I'd like to couple this to the
submit@ ack message sent out by the BTS, so submitters can just
respond to subscribe (and I'd like to skip the confirmation for GPG
signed mails which have previously opted-in with that key.)
-- 
I'd never hurt another living thing.
But if I did...
It would be you.
 -- Chris Bishop  http://www.chrisbishop.com/her/archives/her69.html

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread martin f krafft
also sprach Samuel Thibault  [2009.09.10.1545 +0200]:
> I'd like to remind maintainers that in order to reach bug reporters to
> ask for tests etc. you _need_ to explicitely Cc the bug reporter, else
> he won't receive the mail and of course not do the tests etc.  It's now
> quite a few times that I have received a "you didn't answer" mail...

As others have stated, I think this is wrong and the submitter
should receive all mail. In the mean time, those submitters who
would like not to wait debbugs to do the IMHO sensible thing can do
what I did:

  http://madduck.net/blog/2008.06.20:auto-subscribing-to-debian-bugs-i-file/

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
fighting for peace is like screwing for virginity.
 -- the irish times, washington dc


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


#545996: please inform submitters they need to subs cribe

2009-09-10 Thread Holger Levsen
package: bugs.debian.org
severity: wishlist
x-debbugs-cc: debian-devel@lists.debian.org

Hi,

On Donnerstag, 10. September 2009, Bernhard R. Link wrote:
> But reporters are sacrifing some of their time to help us make our
> distribution better. Do you really think we should scare them away
> by rewarding bug reports by pulling the reporters in lengthy
> discussions how the bug is best fixed?

I think I agree with this rhetorical question.

But I also think the acknowledgement mail should contain the information that 
the submitter is not being subscribed by default and how s/he can subscribe.

Also it would be nice if #351856 would be implemented, so people who want 
this, will be automatically subscribed to their bugs. 


regards,
Holger

P.S.: this mail was manually resend to -devel, somehow my mail triggered a bug 
in the BTS, so instead of this mail being send with the bugnumber to -devel@ 
(as it usually works), this time I got a confirmation request for my 
subscription to debian-bugs-dist-requ...@lists.debian.org 8-)

P.S.: After three attempts I gave up and went to the listmaster irc channel 
where I learned that my mail didnt make it through because I had "subscribe" 
in the subject...


signature.asc
Description: This is a digitally signed message part.


Re: Explicitely Cc bug reporters

2009-09-10 Thread Russ Allbery
Pierre Habouzit  writes:
> On Thu, Sep 10, 2009 at 05:23:32PM +0200, Stefano Zacchiroli wrote:

>> Conceptually, what "we" want is trivial: we want submitter to be
>> subscribed (in the sense of "bts subscribe") by default. If they want,
>> they are free to opt unsubscribing.

> That should probably be something that would fly for me actually. and
> you could make reportbug take an option to add some kind of pseudo
> header so that subscribing is not done for the rare cases when sender
> doesn't want to be subscribed.

I would ideally like to see this implemented by having reportbug ask
whether they want to be subscribed, perhaps with a default of yes, rather
than just subscribing them and making them opt-out.

-- 
Russ Allbery (r...@debian.org)   


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: #545996: please inform submitters they need to subs cribe

2009-09-10 Thread Don Armstrong
On Thu, 10 Sep 2009, Holger Levsen wrote:
> Also it would be nice if #351856 would be implemented, so people who want 
> this, will be automatically subscribed to their bugs. 

That actually is fairly easy to implement, but I haven't done so
primarily because I want to solve it properly, which means the process
I outlined in
http://lists.debian.org/debian-devel/2009/09/msg00458.html. Of course,
considering that it's been on my todo list for quite some time, I
probably should just implement the hack...


Don Armstrong

-- 
All my dreams came true.
I just didn't think them through.
 -- a softer world #388
http://www.asofterworld.com/index.php?id=388

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Sandro Tosi
On Thu, Sep 10, 2009 at 20:46, Russ Allbery  wrote:
> Pierre Habouzit  writes:
>> On Thu, Sep 10, 2009 at 05:23:32PM +0200, Stefano Zacchiroli wrote:
>
>>> Conceptually, what "we" want is trivial: we want submitter to be
>>> subscribed (in the sense of "bts subscribe") by default. If they want,
>>> they are free to opt unsubscribing.
>
>> That should probably be something that would fly for me actually. and
>> you could make reportbug take an option to add some kind of pseudo
>> header so that subscribing is not done for the rare cases when sender
>> doesn't want to be subscribed.
>
> I would ideally like to see this implemented by having reportbug ask
> whether they want to be subscribed, perhaps with a default of yes, rather
> than just subscribing them and making them opt-out.

But note that not everyone is using reportbug (sadly for me :) ).

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Andrew Price
On Thu, Sep 10, 2009 at 04:32:09PM +0200, Sandro Tosi wrote:
> 2009/9/10 Josselin Mouette :
> > Le jeudi 10 septembre 2009 à 16:09 +0200, Sandro Tosi a écrit :
> >> I was thinking about this a couple of hours ago, but in the different
> >> direction: why not mailing the submitter by default?
> >
> > Because the debbugs maintainer doesn’t want it.
> 
> Yes, I seemed to remember something similar to this. Now, I understand
> Don is the main (only?) maintainer of BTS infrastructure, but I
> believe he would listen to us if a considerable number of people like
> to mail submitter by default.

I admit that when my interest migrated from Fedora and Ubuntu to Debian
the BTS behaviour of not subscribing the submitter to the bug confused
me - Bugzilla and Launchpad both let the submitter know when their bug
report has been updated and I think that is a sensible default.  I've
not noticed any users of Launchpad or Bugzilla complaining about that
behaviour.

--
Andrew Price


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Andrei Popescu
On Thu,10.Sep.09, 09:32:55, Kumar Appaiah wrote:
> 
> Just my view, I try to remember to Cc the reporter, but I'd much
> rather prefer being subscribed to bugs as I report them.

Or maybe make it possible to subscribe by just replying to the ACK mail.

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: #545996: please inform submitters they need to subs cribe

2009-09-10 Thread Frans Pop
Holger Levsen wrote:
> But I also think the acknowledgement mail should contain the information
> that the submitter is not being subscribed by default and how s/he can
> subscribe.

IMHO this is very wrong: the user has already taken the trouble to report 
the bug. We should not make him/her jump through extra hoops just so he 
can participate in the resolution of the bug. And he should also not run 
the risk of missing requests for additional information from the package 
maintainer if he fails to subscribe.

Therefore I think the title of this BR "inform submitters they *need* to 
subscribe" is horribly wrong.
Submitters should not have to do anything to get informed when they should 
be. As long as CCing (or subscribing) submitters is NOT the default, the 
burden is on _us_, the Debian Developers, to get it right.

My personal opinion is that there is only one valid use case for opting 
out of getting CCed as subscriber, and that is when the submitter is also 
receiving follow-ups because he's a member of the packaging team and thus 
already subscribed to the maintainer mailing list or PTS for the package.

I'm very much in favor of having submitters receive mails by default, at 
least for follow-ups, but IMO also for status changes.

Only too often have I missed the fact that a maintainer silently changed 
the priority of a bug I thought was RC. That should not happen. The 
submitter should be informed so he can argue against the change if he 
feels it's wrong.

Cheers,
FJP


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Frans Pop
Russ Allbery wrote:
>> That should probably be something that would fly for me actually. and
>> you could make reportbug take an option to add some kind of pseudo
>> header so that subscribing is not done for the rare cases when sender
>> doesn't want to be subscribed.
> 
> I would ideally like to see this implemented by having reportbug ask
> whether they want to be subscribed, perhaps with a default of yes,
> rather than just subscribing them and making them opt-out.

I don't think it should be too easy to opt-out. We should not get in a 
situation where we no longer CC a submitter because we assume he/she is 
subscribed, while the submitter will never get the mails because he did 
not realize that would be the consequence of opting out when he submitted 
the bug.

That will only lead to frustration on the part of both users (who'll think 
their issue is being ignored by an arrogant developer who does not care 
about users) and maintainers (who'll think it's yet another fscking user 
can't be arsed to follow up).

IMO opting out should mainly be for the case where the submitter is also 
receiving follow-ups because he's a member of the packaging team and thus 
already subscribed to the maintainer mailing list or PTS for the package. 
I.e. to avoid getting duplicate mails from the BTS.

See also my follow-up to #545996 (submitted a bit earlier by Holger).

Cheers,
FJP


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread David Nusinow

Don Armstrong wrote:

On Thu, 10 Sep 2009, Sandro Tosi wrote:
  

I was thinking about this a couple of hours ago, but in the
different direction: why not mailing the submitter by default?

Ideally, I'd imaging nnn...@b.d.o to reach

- submitter



n...@bdo should reach submitters who are interested in being reached by
default, but submitters who just want their problem fixed shouldn't be
deluged with mail. Always cc'ing submitters doesn't allow for
submitters to decide not to get those mail messages.
  
On what % of bugs will the submitter be unnecessarily "deluged with 
mail"? This seems like an abstract hypothetical with no basis in reality 
at least according to any of the packages I've ever worked on.


The submitter almost always needs to be in on the discussion for testing 
fixes and clarifying the report. For non-team maintained packages, there 
shouldn't be a whole lot of discussion in the bug report anyway that 
doesn't concern the submitter. As for XSF bugs (as an example of 
team-maintained packages) I can't recall an example when we didn't 
consider it critical to have the submitter in the loop for all 
communication.


The only counter-example I can think of is when maintainers decide to be 
jerks and play bug ping-pong, in which case we have an entirely 
different problem.


I, for one, would much prefer to have the submitter always CC'ed by default.

- David Nusinow


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread John Goerzen
On Thu, Sep 10, 2009 at 04:05:19PM +0100, Colin Tuckley wrote:
> Quoting Mark Brown :
> 
> >What would be really useful here is the ability to set up the BTS to
> >subscribe you to bugs you've filed by default.  That avoids the issue
> >with confusing less technical users.
> 
> That is exactly what I was going to suggest - with the addition that
> the message you get sent after submitting the bug included the fact
> that you had been subscribed and a link to click to unsubscribe
> easily.

The problem with that is that people that work on bugs don't have a
consistent idea of who will get copies of emails.  It makes it all
confusing.

I don't find the existing behavior confusing, especially since there
is -submitter@

I would be fine with a change too, so that reporters are always CCd
automatically.

I would NOT appreciate a system in which they sometimes are and
sometimes aren't.

-- John


> 
> Colin
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> 
> 


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Don Armstrong
On Thu, 10 Sep 2009, David Nusinow wrote:
> Don Armstrong wrote:
> >On Thu, 10 Sep 2009, Sandro Tosi wrote:
> >>I was thinking about this a couple of hours ago, but in the
> >>different direction: why not mailing the submitter by default?
> >>
> >>Ideally, I'd imaging nnn...@b.d.o to reach
> >>
> >>- submitter
> >
> >n...@bdo should reach submitters who are interested in being reached by
> >default, but submitters who just want their problem fixed shouldn't be
> >deluged with mail. Always cc'ing submitters doesn't allow for
> >submitters to decide not to get those mail messages.
>
> On what % of bugs will the submitter be unnecessarily "deluged with
> mail"? This seems like an abstract hypothetical with no basis in
> reality at least according to any of the packages I've ever worked
> on.

I'm fine with it being the default, it just needs to be something that
a submitter can choose not to receive.

If the consensus is that we should implement Cc:'ing the submitter
quickly, and that it's ok to implement the opt-out at some future
time, that's trivial for me to do, but I've been loth to change the
historical functionality of the BTS like this without clear consensus.


Don Armstrong

-- 
There are two types of people in this world, good and bad. The good
sleep better, but the bad seem to enjoy the waking hours much more.  
 -- Woody Allen

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Sandro Tosi
On Thu, Sep 10, 2009 at 22:31, Don Armstrong  wrote:
> On Thu, 10 Sep 2009, David Nusinow wrote:
>> Don Armstrong wrote:
>> >On Thu, 10 Sep 2009, Sandro Tosi wrote:
>> >>I was thinking about this a couple of hours ago, but in the
>> >>different direction: why not mailing the submitter by default?
>> >>
>> >>Ideally, I'd imaging nnn...@b.d.o to reach
>> >>
>> >>- submitter
>> >
>> >n...@bdo should reach submitters who are interested in being reached by
>> >default, but submitters who just want their problem fixed shouldn't be
>> >deluged with mail. Always cc'ing submitters doesn't allow for
>> >submitters to decide not to get those mail messages.
>>
>> On what % of bugs will the submitter be unnecessarily "deluged with
>> mail"? This seems like an abstract hypothetical with no basis in
>> reality at least according to any of the packages I've ever worked
>> on.
>
> I'm fine with it being the default, it just needs to be something that
> a submitter can choose not to receive.
>
> If the consensus is that we should implement Cc:'ing the submitter
> quickly, and that it's ok to implement the opt-out at some future
> time, that's trivial for me to do, but I've been loth to change the
> historical functionality of the BTS like this without clear consensus.

Given the high rate of people (at least in those that replied here) in
favor of adding submitter in the loop of n...@b.d.o, I think your plan
is very good:

- include the submitter in n...@b.d.o by default now;
- implement the opt-out somewhere in the future; that could also be
'never', if the fall back of the change generates no concerns from
users.

Thanks a lot for considering this change,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Explicitely Cc bug reporters

2009-09-10 Thread Don Armstrong
On Thu, 10 Sep 2009, Sandro Tosi wrote:
> Given the high rate of people (at least in those that replied here)
> in favor of adding submitter in the loop of n...@b.d.o, I think your
> plan is very good:
> 
> - include the submitter in n...@b.d.o by default now;

Considering the fact that this thread has only been here for a few
hours,[1] I'm going to hold off at least for a few days to entertain
objections. But hearing none, I'll implement this when I get a chance.


Don Armstrong

1: Not to mention the multiple messages erroneously describing my
position on the matter without allowing time for a response, or
bothering to read the logs of the relevant bugs.
-- 
There is no more concentrated form of evil
than apathy.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: trac maintenance activity?

2009-09-10 Thread anatoly techtonik
On Thu, Sep 10, 2009 at 6:45 PM, W. Martin Borgert  wrote:
> Quoting "Andres Salomon" :
>
> Yes, trac will be maintained in the Python Application Packaging Team.
> I already tried to copy the git history to the PAPT svn, but - lacking
> any experience with git - failed. I will now just start with the last
> version and for the history people have to look into the git.

If you have any experience with Mercurial - you may use convert
extension to convert GIT repository to HG first and then merge HG
changes back to SVN. There is always Tailor that is capable of
converting various repositories into each other. HG to SVN for sure.

I may try to do the conversion, just let me know where to get GIT
sources (althout HG repository would be better to start with).

BTW, when doing test commit an error occurred, and although commit
seems to be recorded in repo, the output from server doesn't seem
normal.
-- cut --
Adding trac\branches
Adding trac\tags

Committed revision 3715.

Warning: post-commit hook failed (exit code 13) with output:
svnlook: Write error: Broken pipe
Error opening cache: Permission denied
-- cut --

-- 
anatoly t.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#546042: ITP: libnet-opensrs-perl -- A wrapper interface to the DNS portions of the Tucows OpenSRS HTTPS XML API.

2009-09-10 Thread Ivan Kohler
Package: wnpp
Severity: wishlist
Owner: Ivan Kohler 

* Package name: libnet-opensrs-perl
  Version : 0.03
  Upstream Author : Richard Siddall 
* URL : http://search.cpan.org/dist/Net-OpenSRS/
* License : Perl
  Programming Lang: Perl
  Description : A wrapper interface to the DNS portions of the Tucows 
OpenSRS HTTPS XML API.

A wrapper interface to the DNS portions of the Tucows OpenSRS HTTPS XML API.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: RFC: Providing vi when /usr isn't mounted

2009-09-10 Thread James Vega
On Thu, Sep 10, 2009 at 09:19:25AM +0200, Miquel van Smoorenburg wrote:
> On Wed, 2009-09-09 at 19:02 -0400, James Vega wrote:
> > tag 528494 help
> > thanks
> > 
> > #528494 raised the idea of having vim-tiny (the default vi-like editor
> > on a base install) provide /bin/vi so that it would be accessible in
> > situations where /usr isn't available.  At first glance, I naïvely
> > figured this would be an easy change.  Of course, this wasn't the case
> > so I'd like to get some feedback on the proper approach for this since
> > this use case is actually something I've intended on doing since
> > vim-tiny became Priority: important.
> > 
> > We currently have 8 source packages[0] building binary packages which
> > provide vi in some form.  All except elvis-tiny use the alternatives
> > system to provide /usr/bin/vi.  Elvis-tiny ships /bin/vi which is a
> > small binary implementing its own sort of alternatives functionality[1].
> > 
> > The problem here is that I can't simply have vim-tiny ship /bin/vi
> > partly due to elvis-tiny but primarily due to the alternatives system
> > rightly not supporting a provided alternative changing location
> > depending on which of the available alternatives is active.
> 
> [I sent this as a reply to bug #528494, but forgot to add Cc's, so
>  here it is again]
> 
> Well, the original bug submission #528494 talks about that- you
> cannot have different 'vi' binaries in /bin and /usr/bin, since
> that would be very inconsistent.

It's not purely about inconsistency.  There's also the issue of having
binaries installed in the /usr/bin and /bin with the same name.  This
prevents /usr/bin from being a symlink to /bin.  How important that
consideration is, I'm not sure.

> What /bin/vi in elvis-tiny does is very simple:
> 
> - if /usr/bin/vi exists, execute it (common case)
> - else if /bin/elvis-tiny exists execute it (/usr not available)
> - else print error and exit
> 
> This way you always get /usr/bin/vi, even if /bin is in your
> PATH first, unless /usr/bin/vi doesn't exist.
> 
> We could work together to allow multiple '*vi-tiny' packages to
> be installed, in that case we should really do the following:
> 
> - each *vi-tiny package sets an alternative for /bin/vi-tiny
> - each *vi-tiny package depends on vi-tiny-common
> - vi-tiny-common is basically the /bin/vi from elvis-tiny,
>   as described above, where it tries to execute /bin/vi-tiny
>   instead of /bin/elvis-tiny

A similar suggestion was made when on IRC.  The difference being that
/bin/vi checked for /usr/bin/vi.usr.bin and /bin/vi.bin in order to
avoid the potential name collision.

> However, to me this sounds as a lot of work for very little
> gain. We already have the elvis-tiny package to provide a small
> vi clone for situations where /usr is not available. This
> would be a rescue situation. Is it really neccesary to be
> able to choose between tons of vi-clones in that case ?

The idea isn't to make people choose among tons of vi-clones any more
than we “make” them decide among the various other alternatives that
Debian's packages provide.

The idea is to have the vi-clone that ships by default with Debian be
available without /usr and to do so without preventing other vi-clones
from being able to do the same thing.  If the sysadmin chooses to
install multiple vi-clones which provide a binary under /bin, they'll
have the ability to choose which one should be used by default.  Just
like any other program that makes use of the alternatives system.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega 


signature.asc
Description: Digital signature


Work-needing packages report for Sep 11, 2009

2009-09-10 Thread wnpp
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: 495 (new: 0)
Total number of packages offered up for adoption: 161 (new: 0)
Total number of packages requested help for: 56 (new: 0)

Please refer to http://www.debian.org/devel/wnpp/ for more information.



No new packages have been orphaned, but a total of 495 packages are
orphaned.  See http://www.debian.org/devel/wnpp/orphaned
for a complete list.



No new packages have been given up for adoption, but a total of 161 packages
are awaiting adoption.  See http://www.debian.org/devel/wnpp/rfa_bypackage
for a complete list.



For the following packages help is requested:

   apt-cross (#540341), requested 34 days ago
 Description: retrieve, build and install libraries for
   cross-compiling
 Reverse Depends: apt-cross emdebian-buildsupport emdebian-qa
   emdebian-rootfs emdebian-tools libemdebian-tools-perl
 Installations reported by Popcon: 286

   ara (#450876), requested 669 days ago
 Description: utility for searching the Debian package database
 Installations reported by Popcon: 117

   asymptote (#517342), requested 195 days ago
 Description: script-based vector graphics language inspired by
   MetaPost
 Installations reported by Popcon: 987

   athcool (#278442), requested 1780 days ago
 Description: Enable powersaving mode for Athlon/Duron processors
 Installations reported by Popcon: 179

   boinc (#511243), requested 245 days ago
 Description: BOINC distributed computing
 Reverse Depends: boinc-app-milkyway boinc-app-seti boinc-dbg
 Installations reported by Popcon: 1615

   cvs (#354176), requested 1295 days ago
 Description: Concurrent Versions System
 Reverse Depends: crossvc cvs-autoreleasedeb cvs-buildpackage cvs2cl
   cvs2html cvschangelogbuilder cvsconnect cvsd cvsps cvsservice (10
   more omitted)
 Installations reported by Popcon: 23151

   dctrl-tools (#448284), requested 684 days ago
 Description: Command-line tools to process Debian package
   information
 Reverse Depends: aptfs debian-goodies dlocate haskell-devscripts
   hg-buildpackage libsbuild-perl mlmmj simple-cdd
 Installations reported by Popcon: 12704

   dietlibc (#544060), requested 13 days ago
 Description: diet libc - a libc optimized for small size
 Reverse Depends: libowfat-dev
 Installations reported by Popcon: 224

   dpkg (#282283), requested 1754 days ago
 Description: dselect: a user tool to manage Debian packages
 Reverse Depends: alien alqalam alsa-source apt-build apt-cross
   apt-src aspell-doc asymptote asymptote-doc autoconf-doc (321 more
   omitted)
 Installations reported by Popcon: 84781

   elvis (#432298), requested 794 days ago
 Description: powerful clone of the vi/ex text editor (with X11
   support)
 Reverse Depends: elvis elvis-console elvis-tools
 Installations reported by Popcon: 394

   emdebian-tools (#540333), requested 34 days ago
 Description: emdebian crossbuilding tool set
 Reverse Depends: emdebian-buildsupport emdebian-qa emdebian-rootfs
   emdebian-tools
 Installations reported by Popcon: 165

   fglrx-driver (#454993), requested 642 days ago (non-free)
 Description: non-free AMD/ATI r5xx, r6xx display driver
 Reverse Depends: fglrx-amdcccle fglrx-atieventsd fglrx-control
   fglrx-driver fglrx-glx fglrx-glx-ia32 fglrx-kernel-src
 Installations reported by Popcon: 1805

   flightgear (#487388), requested 446 days ago
 Description: Flight Gear Flight Simulator
 Installations reported by Popcon: 681

   gentoo (#422498), requested 858 days ago
 Description: a fully GUI-configurable, two-pane X file manager
 Installations reported by Popcon: 252

   gnat-4.4 (#539562), requested 518 days ago
 Description: help needed to execute test cases
 Reverse Depends: gnat-4.4 libgnat-4.4 libgnat-4.4-dbg libgnatprj4.4
   libgnatprj4.4-dbg libgnatprj4.4-dev libgnatvsn4.4 libgnatvsn4.4-dbg
   libgnatvsn4.4-dev
 Installations reported by Popcon: 11

   gnat-gps (#496905), requested 378 days ago
 Description: co-maintainer needed
 Installations reported by Popcon: 122

   graphviz (#536245), requested 64 days ago
 Description: rich set of graph drawing tools
 Reverse Depends: anjuta dot2tex frama-c ggobi graphviz graphviz-dev
   libdeps-renderer-dot-perl libgraphviz-dev libgraphviz-perl
   libgv-guile (16 more omitted)
 Installations reported by Popcon: 40357

   grub2 (#248397), requested 1949 days ago
 Description: GRand Unified Bootloader
 Reverse Depends: