Bug#551978: ITP: vtkedge -- Library of advanced visualization and data processing techniques

2009-10-22 Thread Mathieu Malaterre
Package: wnpp
Severity: wishlist
Owner: Mathieu Malaterre 


* Package name: vtkedge
  Version : 0.1.0
  Upstream Author : Kitware, Inc.
* URL : http://www.vtkedge.org/
* License : GPL
  Programming Lang: C++
  Description : Library of advanced visualization and data processing 
techniques

VTKEdge is a library of advanced visualization and data processing techniques
that complement the Visualization Toolkit (VTK), as well as custom modules to
allow the use of these techniques within ParaView. VTKEdge does not replace
VTK, but rather is built alongside VTK to provide additional functionality.

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)



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



Re: Changes to libc affecting name resolution in chroots?

2009-10-22 Thread Goswin von Brederlow
Holger Levsen  writes:

> Hi,
>
> On Mittwoch, 21. Oktober 2009, Julien Cristau wrote:
>> Random guess, your chroot is missing /etc/hosts? (#551760)
>
> Yes, /etc/hosts is not there, just like debootstap created it.
>
>
> regards,
>   Holger

libnss-mdns or something missing?

MfG
Goswin


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



Re: Something like Pre-Depends for Suggests

2009-10-22 Thread Goswin von Brederlow
Josselin Mouette  writes:

> Le mardi 20 octobre 2009 à 14:31 +0200, Vincent Danjean a écrit : 
>> Josselin Mouette wrote:
>> > A possible solution to this kind of issue is to create a package
>> > available-mysql-server, which Depends: mysql-server |
>> > dummy-mysql-server. The dummy-mysql-server could simply drop a note
>> > indicating that you need to configure the remote server. Not very simple
>> > for the user, I’m afraid, but more reliable.
>> 
>> Why the available-mysql-server package ?
>> You should be able to directly depend on mysql-server | dummy-mysql-server
>
> Erm yes of course.
>
> BTW the dummy-mysql-server package could also propose to configure a
> global my.cnf corresponding to the said remote server, to ease the work
> of packages using dbconfig-common.

I would call it remote-mysql-server and have it ask for the hostname
of the server.

MfG
Goswin


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



Bug#551982: ITP: python-carrot -- An AMQP messaging queue framework

2009-10-22 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-carrot
  Version : 0.6.0
  Upstream Author : Ask Solem 
* URL : http://pypi.python.org/pypi/carrot
* License : BSD
  Programming Lang: Python
  Description : An AMQP messaging queue framework

 
AMQP is the Advanced Message Queuing Protocol, an open standard protocol 
for message orientation, queuing, routing, reliability and security.

The aim of carrot is to make messaging in Python as easy as possible by 
providing a high-level interface for producing and consuming messages. 
At the same time it is a goal to re-use what is already available as much 
as possible.

carrot has pluggable messaging back-ends, so it is possible to support 
several messaging systems. Currently, there is support for AMQP (py-amqplib) 
and STOMP (python-stomp). There is also a in-memory backend for testing 
purposes that uses the Python queue module.


-- 
David Watson








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



Re: Changes to libc affecting name resolution in chroots?

2009-10-22 Thread Holger Levsen
Hi,

On Donnerstag, 22. Oktober 2009, Goswin von Brederlow wrote:
> libnss-mdns or something missing?

(maybe,) why is it suddenly required?


regards,
Holger


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


pdns (PowerDNS): need new (co)maintainer

2009-10-22 Thread Christoph Haas
Hi, everyone...

Matthijs Mohlmann and me are the current maintainers of the "pdns" package.
It is a (DNS) name server software that can use different database backends
like MySQL, PostgreSQL or SQLite and is used by large organisations with
many domains to maintain their DNS zones. In addition there is a simpler
package "pdns-recursor" which is just handling recursive DNS queries
because that functionality has been split off.

I personally used PowerDNS in the past but not any more. So I have less
personal interest in the package now. Matthias does not have enough free
time to handle the package alone. Thus we are looking for help with the
package.

The packages are currently maintained in Git but that's not mandatory.

The upstream is nice and helpful.

There are a few bug reports open but most of them are already forwarded to
the upstream developer. The package might just need some love by uploading
updated debconf translations, tidying up the init.d script etc. So it's not
in a terribly bad shape. But considering the amount of time we spend on
maintaining the package it will probably become worse.

Package information:
http://packages.qa.debian.org/p/pdns.html
http://packages.qa.debian.org/p/pdns-recursor.html

Bug list:
http://bugs.debian.org/src:pdns
http://bugs.debian.org/src:pdns-recursor

Git repository:
http://github.com/Signum/debian-pdns
http://github.com/Signum/debian-pdns-recursor

Upstream homepage:
http://powerdns.com/

Let us know if you want to help. Thanks.

 Christoph


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



Bug#551985: ITP: python-dingus -- A record-then-assert mocking library

2009-10-22 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-dingus
  Version : 0.1
  Upstream Author : Gary Bernhardt 
* URL : http://pypi.python.org/pypi/dingus
* License : MIT
  Programming Lang: Python
  Description : A record-then-assert mocking library

 
A dingus is sort of like a mock object. The main difference is that you don't
set up expectations ahead of time. You just run your code, using a dingus in
place of another object or class, and it will record what happens to it. Then,
once your code has been exercised, you can make assertions about what it did
to the dingus.


-- 
David Watson









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



Bug#551987: ITP: python-stompy -- Implementation of the STOMP protocol in Python

2009-10-22 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-stompy
  Version : 0.1.5
  Upstream Author : Benjamin W. Smith 
* URL : http://pypi.python.org/pypi/stompy
* License : BSD
  Programming Lang: Python
  Description : Implementation of the STOMP protocol in Python
 
This is useful for connecting to and communicating with
Apache `ActiveMQ`_ (an open source `Java Message Service`_ (JMS)
message broker) or other brokers with support for the `STOMP`_ protocol.

The majority of the methods available take a single argument; a dictionary.
This dictionary should contain the necessary bits you need
to pass to the `STOMP`_ server.  It is outlined in each method
exactly what it needs to work.

-- 
David Watson










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



Bug#551992: general: stopping squeeze chroot shuts system

2009-10-22 Thread Martin Boer
Package: general
Severity: important


On this system I installed a squeeze chroot using the following command:

debootstrap squeeze /chroot/squeeze-x64-lighttpd-chroot 
http://ftp.debian.org/debian/

This works as expected but when I stop the chroot, the system shuts as well.
This is highly unexpected and somewhat unpleasant behaviour.

Regards,
Martin Boer

mar...@grachtwal.nu


-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Re: Changes to libc affecting name resolution in chroots?

2009-10-22 Thread Goswin von Brederlow
Holger Levsen  writes:

> Hi,
>
> On Donnerstag, 22. Oktober 2009, Goswin von Brederlow wrote:
>> libnss-mdns or something missing?
>
> (maybe,) why is it suddenly required?
>
>
> regards,
>   Holger

Check the BTS. There was something about it.

MfG
Goswin


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



Re: Changes to libc affecting name resolution in chroots?

2009-10-22 Thread Holger Levsen
Hi,

On Donnerstag, 22. Oktober 2009, Goswin von Brederlow wrote:
> Check the BTS. There was something about it.

I've read the first 20 bugs but then got tired of it... :-(

Seriously though, the fix is at 
http://lists.debian.org/debian-glibc/2009/10/msg00157.html and shall be 
uploaded either today or tomorrow :-)


regards,
Holger


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


Bug#552000: ITP: rawtherapee -- A free RAW converter and digital photo processing software

2009-10-22 Thread Philip Rinn
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

   Package name: rawtherapee
Version: 2.4.1
Upstream Author: Gábor Horváth
URL: http://rawtherapee.com
License: will be GPL in the future
Description: A free RAW converter and digital photo processing software

RawTherapee is used to adjust some of the most often changed parameters when
optimizing digital images. A normal user often just wants to adjust the white
balance or brightness of a photo he took. Instead of using a big and expensive
image editor you could use a small and fast (specialized) tool like RawTherapee.
More and more cameras also support RAW formats. RAW files usually offer higher
color depth than JPGs (JPG is limited to 8 Bit per color). So the adjustments 
are
done with the high color depth and then afterwards converted to or saved as 
JPGs.
RawTherapee supports JPG (8 bit), PNG (8 or 16 bit) and TIFF (8 or 16 bit). All
image processing is done in 16 bit/channel mode.
Different to other RAW converters it can use EAHD as demosaicing algorithm. The
raw loading engine of RawTherapee is based on dcraw (RawTherapee 2.4.1 uses 
DCRaw
8.97).

According to http://rawtherapee.com/forum/viewtopic.php?p=9181 (last post) it 
will
be GPL'd. The GPL'd version it the one I intend to package.



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



Re: Changes to libc affecting name resolution in chroots?

2009-10-22 Thread Goswin von Brederlow
Holger Levsen  writes:

> Hi,
>
> On Donnerstag, 22. Oktober 2009, Goswin von Brederlow wrote:
>> Check the BTS. There was something about it.
>
> I've read the first 20 bugs but then got tired of it... :-(

Dude, you start from the back. :)

> Seriously though, the fix is at 
> http://lists.debian.org/debian-glibc/2009/10/msg00157.html and shall be 
> uploaded either today or tomorrow :-)
>
>
> regards,
>   Holger

MfG
Goswin


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



Bug#551992: general: stopping squeeze chroot shuts system

2009-10-22 Thread Daniel Burrows
On Thu, Oct 22, 2009 at 02:16:39PM +0200, Martin Boer  was 
heard to say:
> On this system I installed a squeeze chroot using the following command:
> 
> debootstrap squeeze /chroot/squeeze-x64-lighttpd-chroot 
> http://ftp.debian.org/debian/
> 
> This works as expected but when I stop the chroot, the system shuts as well.
> This is highly unexpected and somewhat unpleasant behaviour.

  By "stop the chroot", do you mean that you typed "exit" in the
chrooted shell, or that you ran "shutdown -h" there?

  Daniel



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



Bug#551992: general: stopping squeeze chroot shuts system

2009-10-22 Thread Holger Levsen
Hi Martin,

thanks for your bugreport!

On Donnerstag, 22. Oktober 2009, Martin Boer wrote:
> This works as expected but when I stop the chroot, the system shuts as
> well. This is highly unexpected and somewhat unpleasant behaviour.

How do you stop the chroot?


regards,
Holger


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


Re: pdns (PowerDNS): need new (co)maintainer

2009-10-22 Thread Christian Perrier
Quoting Christoph Haas (h...@debian.org):

> There are a few bug reports open but most of them are already forwarded to
> the upstream developer. The package might just need some love by uploading
> updated debconf translations, tidying up the init.d script etc. So it's not
> in a terribly bad shape. But considering the amount of time we spend on
> maintaining the package it will probably become worse.

At least as a temporary measure, I can offer to sync the work I was
planning to do for the "l10n NMU" for which I sent a notification
today...in your git repository (I somehow suspect this is what
triggerred your mail...).

I can of course, in the same time, look at usual QA stuff I generally
look at (lintian cleaning, etc.).

I'm not a user of pdns and therefore don't take this as an offer to
co-maintain in the long term...but as a temporary help to save you
guys from doing boring work..:)




signature.asc
Description: Digital signature


Bug#551992: general: stopping squeeze chroot shuts system

2009-10-22 Thread Michael Tautschnig
> Package: general
> Severity: important
> 
> 
> On this system I installed a squeeze chroot using the following command:
> 
> debootstrap squeeze /chroot/squeeze-x64-lighttpd-chroot 
> http://ftp.debian.org/debian/
> 
> This works as expected but when I stop the chroot, the system shuts as well.
> This is highly unexpected and somewhat unpleasant behaviour.
> 

Could you please elaborate on "stop the chroot"? One can enter and leave a
chroot, but a chroot is not a daemon or virtual host that could be
started/stopped!?

Thanks,
Michael



pgpS90X8uw2uR.pgp
Description: PGP signature


Bug#552015: ITP: libcrypt-gcrypt-perl -- Perl interface to the GNU Cryptographic library

2009-10-22 Thread Daniel Kahn Gillmor
Package: wnpp
Severity: wishlist
Owner: Daniel Kahn Gillmor 

* Package name: libcrypt-gcrypt-perl
  Version : 1.21
  Upstream Author : Alessandro Ranellucci 
* URL : http://search.cpan.org/dist/Crypt-GCrypt/
* License : Same terms as Perl itself
  Programming Lang: Perl
  Description : Perl interface to the GNU Cryptographic library

 Crypt::GCrypt provides an object interface to the C libgcrypt library. It
 currently supports symmetric encryption/decryption, while asymmetric 
 cryptography is being worked on.

--

i'm in touch with upstream, who is responsive and seems happy to have
the package in debian.  I'll be publishing my packaging work locally
via git://lair.fifthhorseman.net/~dkg/libcrypt-gcrypt-perl , and
hopefully importing the module into the debian perl group's git repo
as well to make group maintenance easier if the perl group is ok with
that.

   --dkg



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



Re: Is it time to remove sun-java6?

2009-10-22 Thread Raphael Geissert
Toni Mueller wrote:

> 
> Hi,
> 
> On Thu, 08.10.2009 at 11:44:21 -0400, Barry deFreese
>  wrote:
>> A few of us have been discussing the removal of sun-java6.  It is
> 
> hmmm... are we really talking about sun-java_6_ and not sun-java_5_?

sun-java5 is already gone.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net


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



Re: Submitting bugs for manpage improvements

2009-10-22 Thread Stefano Zacchiroli
On Wed, Oct 21, 2009 at 01:02:26AM +0200, Frank Lin PIAT wrote:
> I have received some feedback from a developer who is concerned about
> having to deal with the contribution from "nitpickers". I must admit
> that I am concern with bikeshedding and nitpicking too.

I fail to see how this concern should be related with your (great!, BTW)
helper. Nitpickers exist already now as well as bikeshedder. They can
report nitpick/bikeshed bug already using plain old reportbug, without
even bothering to create a patch.

Even if your helper can make their life easier, it is IMO no excuse for
finding ways to prevent those people to use the tool, make it harder to
find, etc.  Pointless bug will be closed and/or set +wontfix as they are
today.

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


Bug#551992: general: stopping squeeze chroot shuts system

2009-10-22 Thread Goswin von Brederlow
Daniel Burrows  writes:

> On Thu, Oct 22, 2009 at 02:16:39PM +0200, Martin Boer  
> was heard to say:
>> On this system I installed a squeeze chroot using the following command:
>> 
>> debootstrap squeeze /chroot/squeeze-x64-lighttpd-chroot 
>> http://ftp.debian.org/debian/
>> 
>> This works as expected but when I stop the chroot, the system shuts as well.
>> This is highly unexpected and somewhat unpleasant behaviour.
>
>   By "stop the chroot", do you mean that you typed "exit" in the
> chrooted shell, or that you ran "shutdown -h" there?
>
>   Daniel

or reboot or halt.

That normaly gives an error 'init: timeout opening/writing control
channel /dev/initctl'. But if you

  mount --bind /dev /chroot/squeeze-x64-lighttpd-chroot/dev

then I guess that would tell the real init to shutdown/reboot.

Just guessing,
Goswin



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



Bug#551992: general: stopping squeeze chroot shuts system

2009-10-22 Thread martin
All,
very sorry for the confusion about stopping the chroot.
I think the easiest way is to include the script we use to 'start'
and 'stop' chroots.

Some notes;
- I haven't written the script, so any geniality or stupidity isn't mine
- For managing different chrooted environments it works really great.
- Using scripts like these we can move applications in dedicated chroots
extremely fast across our 2 datacenters.
- I know we use an outdated form of technology, it works though. Well, up
until this afternoon it did.

Regards,
Martin

> On Thu, Oct 22, 2009 at 02:16:39PM +0200, Martin Boer
>  was heard to say:
>> On this system I installed a squeeze chroot using the following command:
>>
>> debootstrap squeeze /chroot/squeeze-x64-lighttpd-chroot
>> http://ftp.debian.org/debian/
>>
>> This works as expected but when I stop the chroot, the system shuts as
>> well.
>> This is highly unexpected and somewhat unpleasant behaviour.
>
>   By "stop the chroot", do you mean that you typed "exit" in the
> chrooted shell, or that you ran "shutdown -h" there?
>
>   Daniel
>
>


chroot
Description: Binary data


Bug#551992: general: stopping squeeze chroot shuts system

2009-10-22 Thread Bryan Donlan
On Thu, Oct 22, 2009 at 5:01 PM,   wrote:
> All,
> very sorry for the confusion about stopping the chroot.
> I think the easiest way is to include the script we use to 'start'
> and 'stop' chroots.
>
> Some notes;
> - I haven't written the script, so any geniality or stupidity isn't mine
> - For managing different chrooted environments it works really great.
> - Using scripts like these we can move applications in dedicated chroots
> extremely fast across our 2 datacenters.
> - I know we use an outdated form of technology, it works though. Well, up
> until this afternoon it did.

/etc/rc6.d/S90reboot invokes  reboot -d -f -i.  The -f there means it
goes straight to the kernel to reboot.
Make that file empty (so it's treated as a conffile change) and you
should be good.
You might also want to consider using kvm or xen instead of raw chroots...



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



Work-needing packages report for Oct 23, 2009

2009-10-22 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: 603 (new: 1)
Total number of packages offered up for adoption: 150 (new: 4)
Total number of packages requested help for: 53 (new: 1)

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



The following packages have been orphaned:

   acidbase (#551636), orphaned 3 days ago
 Description: Basic Analysis and Security Engine
 Installations reported by Popcon: 152

602 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:

   googleearth-package (#551773), offered 2 days ago
 Description: utility to automatically build a Debian package of
   Google Earth
 Installations reported by Popcon: 2671

   ifplugd (#551881), offered yesterday
 Description: configuration daemon for ethernet devices
 Installations reported by Popcon: 803

   libdaemon (#551883), offered yesterday
 Description: lightweight C library for daemons
 Reverse Depends: avahi-autoipd avahi-daemon avahi-dnsconfd btnx
   ifplugd libdaemon-dev libdaemon0-dbg
 Installations reported by Popcon: 48757

   mapnik (#551281), offered 6 days ago
 Description: C++/Python toolkit for developing GIS applications
 Reverse Depends: gpsdrive gpsdrive-scripts libmapnik-dev
   python-mapnik
 Installations reported by Popcon: 570

146 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] lesstif2 (#551853), requested yesterday
 Description: OSF/Motif 2.1 implementation released under LGPL
 Reverse Depends: clustalx cmucl-clm ddd dx elk geomview gpsd-clients
   grace grass gridengine-qmon (50 more omitted)
 Installations reported by Popcon: 15694

   apt-cross (#540341), requested 76 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: 296

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

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

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

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

   cvs (#354176), requested 1337 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: 24418

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

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

   dpkg (#282283), requested 1796 days ago
 Description: dselect: a user tool to manage Debian packages
 Reverse Depends: adacontrol alien alqalam alsa-source am-utils-doc
   apt-build apt-cross apt-src aspell-doc asymptote (379 more omitted)
 Installations reported by Popcon: 86840

   elvis (#432298), requested 836 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: 396

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

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

   gentoo (#422498), requested 900 days ago