Bug#612274: www.debian.org: RSS feed for News contains same timestamp for multiple entries posted on the same day

2011-02-07 Thread Raphaël Hertzog
Package: www.debian.org
Severity: normal

The RSS feed at http://www.debian.org/News/news contains the same
timestamp for 2 news posted the same day.

This is somewhat annoying for tools like feed2omb which rely on the
timestamp of the last article they forwarded to decide whether something
needs to be forwarded or not. They will forward the first one and then
consider the second one to not be newer (this is because I don't allow
feed2omb to post 2 articles in the same run).

It would thus be nice to use different timestamps. Just increment the
timestamp arbitrarily in this situation.

Cheers,

-- System Information:
Debian Release: 6.0
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#612302: xorriso: Newer upstream release available

2011-02-07 Thread Raphaël Hertzog
Package: xorriso
Severity: wishlist

xorriso 1.0.0 is available, and it's needed if you want to build Debian CD
like the official one that we just released for Squeeze.

It's a pity that Squeeze doesn't have the required version but better late
than never.

Can you package the latest upstream version in sid?

Thank you.

-- System Information:
Debian Release: 6.0
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#607640: nslcd: Allow tilde (~) in group names and user names

2010-12-20 Thread Raphaël Hertzog
Package: nslcd
Version: 0.7.13
Severity: wishlist
Tags: patch

Hi,

nslcd refuses to return group names which contain a tilde. It does this on
the basis that it's not part of the portable filename character set:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_276

I would argue that it's not really nslcd's job to validate what's in the
directory and that it's up to the user to decide whether he cares about
the portability of his user/group names.

You have already added exceptions by allowing $ and I would like to ask
you to add another exception for ~.

But you should probably revisit the problem as a whole.

Good programming principles is to be tolerant in what you read but be
strict in what you send. By that I mean that it's not really nslcd's job
to impose supplementary restrictions that are not needed. Or at least
those restrictions should be configurable so that they can be disabled.

For your information, the diff I used to fix the problem that a customer
of mine encountered is here:
https://launchpad.net/~hertzog/+archive/freexian-bugfixes/+files/nss-pam-ldapd_0.7.2-1.diff.gz

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#605571: libapache2-mod-php5: Please enable pcntl functions

2010-12-01 Thread Raphaël Hertzog
Package: libapache2-mod-php5
Severity: wishlist

I have PHP code that wants to check the return value of pclose() and I
need the pcntl_wifexited() and pcntl_wexitstatus() functions to do
the work in a clean/portable way.

$status = pclose($handle);
if (!pcntl_wifexited($status) || pcntl_wexitstatus($status) != 0) {
echo FAIL;
}

Unfortunately that function is only available in the -cli variant of PHP5
for a reason that I ignore.

You should either build this module in all variants or provide it as a plugin
like all other php-mysql/gd/foo packages.

Cheers,
-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#603587: localepurge: Please use dpkg --path-exclude / --path-include to implement the service

2010-11-15 Thread Raphaël Hertzog
Package: localepurge
Severity: wishlist

It would be nice if localepurge was reimplemented on top of dpkg's new
--path-exclude, --path-include options.

Instead of removing the files by itself, it would create the dpkg
configurations files based on the input of the user.

I had this idea while responding on a comment on my blog entry:
http://raphaelhertzog.com/2010/11/15/save-disk-space-by-excluding-useless-files-with-dpkg/#comment-4394

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#603206: www.debian.org: Document the official @debian identi.ca account that users can follow

2010-11-11 Thread Raphaël Hertzog
Package: www.debian.org
Severity: wishlist

Hi,

Debian has an official presence on identi.ca: http://identi.ca/debian

It should be documented/promoted on our main website as a way for users to
be informed and stay in touch with us.

It's probably material for the News page.
http://www.debian.org/News/

Maybe it could also go on the left side-bar of the homepage. That kind of
follow us link/widget is often placed prominently on the homepage of
most blog/websites. Here are some graphical buttons:
http://status.net/wiki/Web_buttons

It's also possible to put a badge: http://identi.ca/doc/badge
But that's javascript and more intrusive, I'm not sure it's suited. Or
maybe yes but only on a dedicated page. I leave that up to you.

There are also accounts for the various planets:
http://identi.ca/planetdebian
http://identi.ca/planetdebianfr
http://identi.ca/planetdebianes

I'm not sure if the website contains something about the planets, if yes,
maybe we should document those there too.

Thanks for your work on the website!

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#602043: openoffice.org-common: please include a nice debian presentation template

2010-10-31 Thread Raphaël Hertzog
Package: openoffice.org-common
Version: 1:3.2.1-7
Severity: wishlist

Hi René,

someone suggested in a blog comment that maybe the official openoffice.org
debian package could provide the debian openoffice.org impress template
that I created.

You can learn more about it and download it from here:
http://raphaelhertzog.com/2010/10/29/nice-openoffice-org-template-for-debian-presentations/

If you don't like the idea, feel free to close this report. I like the
idea though. It's a small customization unlikely to create troubles and it
provides everybody a template to create debian related presentations
without having to look it up on the Internet.

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openoffice.org-common depends on:
ii  openoffice.org-style-an 1:3.2.1-7office productivity suite -- Andro
ii  openoffice.org-style-cr 1:3.2.1-7office productivity suite -- Cryst
ii  openoffice.org-style-ga 1:3.2.1-7office productivity suite -- Galax
ii  openoffice.org-style-ox 1:3.2.1-7office productivity suite -- Oxyge
ii  openoffice.org-style-ta 1:3.2.1-7office productivity suite -- Tango
ii  ure 1.6.1+OOo3.2.1-7 OpenOffice.org UNO runtime environ

Versions of packages openoffice.org-common recommends:
pn  libtextcat-data-utf8  none (no description available)
ii  xfonts-mathml 4  Type1 Symbol font for MathML

Versions of packages openoffice.org-common suggests:
ii  openoffice.org-style-crystal  1:3.2.1-7  office productivity suite -- Cryst
pn  openoffice.org-style-hicontra none (no description available)
pn  openoffice.org-style-industri none (no description available)
ii  openoffice.org-style-oxygen   1:3.2.1-7  office productivity suite -- Oxyge
ii  openoffice.org-style-tango1:3.2.1-7  office productivity suite -- Tango

-- debconf information excluded



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



Bug#601337: www.debian.org: move events/talks/ and events/speakers/ to the wiki

2010-10-25 Thread Raphaël Hertzog
Package: www.debian.org
Severity: wishlist

I noticed that http://www.debian.org/events/talks and
http://www.debian.org/events/speakers/ are not really up-to-date.

It should be moved to the wiki so that it's easier for everybody to update
the information.

I started a wiki page for this purpose:
http://wiki.debian.org/Presentations

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#600051: stupid permissions on /etc/couchdb/ leading to desktopcouch not working

2010-10-13 Thread Raphaël Hertzog
Package: couchdb
Version: 0.11.0-2.1
Severity: serious

The chmod -R 0770 /etc/couchdb is just plain wrong in the postinst.

The only file that needs to be read protected is local.ini because it
might contain a password.

The other files should be 664. Directories should be 775.

Please drop this chmod call in the postinst and provide correct
dependencies in the package itself. You are resetting any permission that
the admin might have set on any file...

(Or at least change the permission only on the initial installation.)

Furthermore, those needlessly restrictive permissions break desktopcouch.

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages couchdb depends on:
ii  adduser3.112+nmu1add and remove users and groups
ii  erlang-base [erlang-abi-13 1:14.a-dfsg-2 Erlang/OTP virtual machine and bas
ii  erlang-crypto  1:14.a-dfsg-2 Erlang/OTP cryprographic modules
ii  erlang-inets   1:14.a-dfsg-2 Erlang/OTP Internet clients and se
ii  erlang-ssl 1:14.a-dfsg-2 Erlang/OTP implementation of SSL
ii  erlang-tools   1:14.a-dfsg-2 Erlang/OTP various tools
ii  erlang-xmerl   1:14.a-dfsg-2 Erlang/OTP XML tools
ii  libc6  2.11.2-6  Embedded GNU C Library: Shared lib
ii  libcurl3   7.21.1-1  Multi-protocol file transfer libra
ii  libicu44   4.4.1-6   International Components for Unico
ii  libjs-jquery   1.4.2-2   JavaScript library for dynamic web
ii  libmozjs2d 1.9.1.13-1The Mozilla SpiderMonkey JavaScrip
ii  lsb-base   3.2-26Linux Standard Base 3.2 init scrip
ii  mawk   1.3.3-15  a pattern scanning and text proces
ii  procps 1:3.2.8-9 /proc file system utilities

couchdb recommends no packages.

couchdb suggests no packages.

-- Configuration Files:
/etc/couchdb/local.ini [Errno 13] Permission non accordée: 
u'/etc/couchdb/local.ini'

-- no debconf information



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



Bug#599265: apt-mark(1) french translation for showauto is wrong

2010-10-06 Thread Raphaël Hertzog
Package: apt
Version: 0.8.6
Severity: minor
Tags: l10n

Hi, the french translation of explanataion of apt-mark showauto in the
manual page is wrong:
showauto, affiche les paquets installés manuellement, un paquet par
ligne.

This is the exact opposite of the English text:
showauto is used to print a list of automatically installed packages with
each package on a new line.

-- Package-specific info:
-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt depends on:
ii  debian-archive-keyring  2010.08.28   GnuPG archive keys of the Debian a
ii  gnupg   1.4.10-4 GNU privacy guard - a free PGP rep
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.5-2GCC support library
ii  libstdc++6  4.4.5-2  The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc none   (no description available)
ii  aptitude0.6.3-3.1terminal-based package manager (te
ii  bzip2   1.0.5-6  high-quality block-sorting file co
ii  dpkg-dev1.15.8.6 Debian package development tools
ii  lzma4.43-14  Compression method of 7z format in
ii  python-apt  0.7.98.1 Python interface to libapt-pkg
ii  synaptic0.70~pre1+b1 Graphical package manager

-- no debconf information



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



Bug#274747: type-handling: avoid dpkg-dev dependency

2010-10-04 Thread Raphaël Hertzog
Package: type-handling
Version: 0.2.23
Severity: normal

In order to avoid the dpkg-dev dependency you can replace the
dpkg-architecture -L invocation with:
perl -MDpkg::Arch -e 'print $_\n foreach Dpkg::Arch::get_valid_arches();'

And then you need only a libdpkg-perl dependency.

Dpkg::Arch has not yet a stable API but it's unlikely this function will be
renamed, and even if it does, it will be easy to fix...

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages type-handling depends on:
ii  dpkg-dev  1.15.8.6   Debian package development tools

type-handling recommends no packages.

type-handling suggests no packages.

-- no debconf information



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



Bug#598660: ITP: feed2omb -- Announces new articles in a feed to an open microblogging service

2010-09-30 Thread Raphaël Hertzog
Package: wnpp
Severity: wishlist
Owner: Raphaël Hertzog hert...@debian.org

* Package name: feed2omb
  Version : 0.9
  Upstream Author : Ciaran Gultnieks
* URL : http://projects.ciarang.com/p/feed2omb/
* License : GNU Affero General Public License 3
  Programming Lang: Python
  Description : Announces new articles in a feed to an open microblogging 
service

 feed2omb is a simple tool that takes input from Atom or RSS feeds and posts
 updates to the open microblogging service of your choice.
 .
 Features:
  * Flexible processing of multiple feeds
  * Various ways of forming the message from the feed content
  * Ability to apply regular expressions to the message - RegEx
  * Include links or not
  * Support for various URL-shortening services - UrlShortening
  * Auto-generation of hashtags from feed categories - HashTags
  * Configurable rate limiting - FloodControl
  * Support for sending to XMPP as well/instead - XMPP

I'm packaging this because I want to use something like this for
the debian account on identi.ca and I havent't found any better
tool available. It's only a Python script of 375 lines.

If you know of better alternatives, please tell me.



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



Bug#597456: unblock: dpkg/1.15.8.5

2010-09-19 Thread Raphaël Hertzog
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

We made a new dpkg release, it contains:
- the dependency fix for RC bug #596417
  
http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=4d6c43090715ea4ed74b376bdc7bff73faaa569a
- important bug fixes
   * Fix dpkg-genchanges to not split the short description in the middle of a
 UTF8 character. Closes: #593442
 
http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=f42344b5fb3fda487eb1b7583bd1bd2ec84f2334
   * Drop -k parameter from the tar call used by dpkg-source to extract
 tarballs. Upstream binary files modified by the packager were not properly
 installed due to this. Thanks to James Westby for the report.
 Closes: #594440
 
http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=4d2b04f3e62d02a223e12eea1947fde1e3695334
   * Do not print a warning when parsing status or status log files on
 half-installed packages w/o a Description or Maintainer field, as
 this happens normally when the package was never installed before.
 Closes: #594167
 
http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=672b0664cbb8fd7fd5eea7ab10af1bbf6871833f
   * Fix possible but improbable segfault in update-alternatives in case
 the master file name contains a format string specifier. Reported by
 Sandro Cazzaniga.
 
http://git.debian.org/?p=dpkg/dpkg.git;a=commit;h=dbbd15fe8d972b4f8f3a4d94934a99c507cf0596
- many translations updates
- small doc updates

Note that #594167 can confuse users with invalid warnings during package 
installation.

Note that the commit Fix realloc usage on compat scandir() implementation.
does not affect Debian since we have scandir in the libc AFAIK.

You can review all the changes here:
http://git.debian.org/?p=dpkg/dpkg.git;a=shortlog;h=refs/heads/sid

unblock dpkg/1.15.8.5

Thanks in advance.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#597339: unblock: python-django/1.2.3-1

2010-09-18 Thread Raphaël Hertzog
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock python-django 1.2.3-1

This is a new upstream micro-release, it contains a security fix for
#596205 and many small bugfixes. The debdiff is rather large but
upstream is very sane when it comes with release management
and there are no new features, only bugfixes and
documentation/translation updates.

Upstream release policy if you want to learn more:
http://docs.djangoproject.com/en/1.2/internals/release-process/

The debdiff on the binary package shows removed files and also changed
dependencies, this is because the previous version was built with multiple
python installed and some files ended up on version-specific path when
there was no good reason for this (I'll file a bug on debhelper for this).

Feel free to let it age the normal 10 days period before the migration to
ensure it contains no regression.

unblock python-django/1.2.3-1

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#597340: dpkg-gencontrol: implicit substvar at the end of every field

2010-09-18 Thread Raphaël Hertzog
Package: dpkg-dev
Version: 1.15.8.5
Severity: wishlist

Every time that debhelper needs to adjust a dependency it provides a new
substvar and the maintainer needs to put it in the right field. I was
thinking that we could avoid the second half if some specific substvars
was added at the end of every field.

dpkg-gencontrol could be modified to always append the value of
${implicit:fieldname} at the end of the corresponding field. Maybe
we should even support multiple substvars (say
${implicit:fieldname:origin}) so that there's no coordination problem
if multiple tools want to add something at the end of the same field.

This would even make it possible for debhelper to add dependencies that
are not at all present in debian/control, like for example Breaks... this
would have been handy for example when several dh_* tools have stopped
doing their work on the assumption that the triggerized version of
the postinst snippet was available on the system. With a break, it could
ensure that the relevant package had been upgraded...

With such a system, the ${misc:Depends} that we are currently adding
everywhere would not have been needed.

CCing -devel and Joey Hess to have some input on this idea. Do you think
it would be useful ? Do you have comments and suggestions ?

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer ◈ [Flattr=20693]

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



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



Bug#597342: debhelper: building and installing with all python versions should not be done for arch: all packages

2010-09-18 Thread Raphaël Hertzog
Package: debhelper
Version: 8.0.0
Severity: normal

If you build the packages python-django with only python2.6 installed, you
don't get the same result as if you build it when python2.5 and python2.6
are installed... this is because the python buildsystem in debhelper
invokes setup.py once for each version and somehow this leads to modules
being installed in versioned directories when it should not.

As said in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520834#10
modules should only be built with the current python version. While
distinguishing module and extension is not doable in the generic case,
we know that a source package that builds only arch: all packages can only
build modules and not extensions.

So I suggest that we build those only with the current python version.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debhelper depends on:
ii  binutils  2.20.1-14  The GNU assembler, linker and bina
ii  dpkg-dev  1.15.8.5   Debian package development tools
ii  file  5.04-5 Determines file type using magic
ii  html2text 1.3.2a-15  advanced HTML to text converter
ii  man-db2.5.7-4on-line manual pager
ii  perl  5.10.1-14  Larry Wall's Practical Extraction 
ii  perl-base 5.10.1-14  minimal Perl system
ii  po-debconf1.0.16 tool for managing templates file t

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make   0.55   tool that converts source archives

-- no debconf information



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



Bug#596789: whitelister: config file mentions dynablock.njabl.org which is not working anymore

2010-09-14 Thread Raphaël Hertzog
Package: whitelister
Version: 0.8-5
Severity: minor

The dynablock.njabl.org RBL should be dropped from
/etc/whitelister.conf since it's not working anymore (see
http://www.njabl.org/use.html). Instead I suggest you add pbl.spamhaus.org
or even zen.spamhaus.org.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#585133: devices created by MAKEDEV during installation are lost due improper setup of /target/dev/.static/dev

2010-06-09 Thread Raphaël Hertzog
Package: base-installer
Version: 1.107
Severity: normal
Tags: patch

I have observed in lenny's debian-installer that devices created by
MAKEDEV (called in a postinst of some package) are lost. In most cases
this goes unnoticed because udev is used and devices are created
automatically. After checking the code I believe the latest version
to be affected as well so I'm filing this bug on it.

The reason is that the code in setup_dev_linux() in library.sh is not
doing what it's supposed to do. mount --bind does not transfer sub-mounts
and as such /target/dev/.static/dev is not the same as /dev/.static/dev
despite the bind mount of /dev on /target/dev. I first tried fixing this
with mount --rbind (instead of --bind) but it did not help. I found a
solution that achieves the same task in a more elegant way, see the
attached patch. I first duplicate /target/dev on /target/mnt with mount
--bind, then I replace /target/dev with /dev and finally I move the
bind-mount on /target/mnt to /target/dev/.static/dev.

This does not pollute /dev/.static/dev and still ensures what we want.

Please consider applying the attached patch.

BTW, it would be nice if the patch in #579645 could also be considered. It
will conflict with this patch but it's easy to update if you need.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: library.sh
===
--- library.sh	(révision 63398)
+++ library.sh	(copie de travail)
@@ -107,15 +107,12 @@
 	fi
 
 	# Undo dev bind mounts for idempotency.
+	if grep -qE '^[^ ]+ /target/dev/.static/dev' /proc/mounts; then
+		umount /target/dev/.static/dev
+	fi
 	if grep -qE '^[^ ]+ /target/dev' /proc/mounts; then
 		umount /target/dev
 	fi
-	# Unmount /dev/.static/dev if mounted on same device as /target
-	mp_stdev=$(grep -E '^[^ ]+ /dev/\.static/dev' /proc/mounts | \
-		   cut -d  -f1)
-	if [ $mp_stdev ]  grep -q ^$mp_stdev /target  /proc/mounts; then
-		umount /dev/.static/dev
-	fi
 }
 
 setup_dev_linux () {
@@ -123,9 +120,11 @@
 	# Tests in MAKEDEV require this is done in the D-I environment
 	mkdir -p /dev/.static/dev
 	chmod 700 /dev/.static/
-	mount --bind /target/dev /dev/.static/dev
-	# Mirror device nodes in D-I environment to target
+	# Mirror device nodes in D-I environment to target while still
+	# keeping original /target/dev as /target/dev/.static/dev
+	mount --bind /target/dev /target/mnt
 	mount --bind /dev /target/dev/
+	mount --move /target/mnt /target/dev/.static/dev
 }
 
 setup_dev_kfreebsd() {


Bug#585034: virtualbox-ose: segfault when trying to access preferences window (global or machine specific)

2010-06-08 Thread Raphaël Hertzog
Package: virtualbox-ose
Version: 3.2.0-dfsg-1
Severity: important

Despite the System Information below, this report concerns the same
version of virtualbox running on the same machine with the same kernel
but within an up-to-date amd64 chroot.

┏(sid-amd64) rivendell:~/x/slis/trunk
┗(521)$ virtualbox 
Qt WARNING: QGtkStyle was unable to detect the current GTK+ theme.
[ Clicking on the menu File  Preferences ]
Segmentation fault

With virtualbox-ose-dbg and libqt4-dbg installed I get the following
backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x in ?? ()
(gdb) bt
#0  0x in ?? ()
#1  0x7f5092d943d9 in QGtkStyle::subElementRect (this=value optimized 
out, 
element=QStyle::SE_PushButtonContents, option=0x7fff89039610, 
widget=value optimized out) at styles/qgtkstyle.cpp:3407
#2  0x7f5092d3caa8 in QCommonStyle::drawControl (this=0x97d9b0, 
element=value optimized out, opt=0x7fff89039610, p=0x7fff89039670, 
widget=0xc99b30)
at styles/qcommonstyle.cpp:1209
#3  0x7f5092dcbd8e in QWindowsStyle::drawControl (this=0x97d9b0, 
ce=QStyle::CE_PushButton, opt=0x7fff89039610, p=0x7fff89039670, 
widget=0xc99b30)
at styles/qwindowsstyle.cpp:2559
#4  0x7f5092db96f5 in QCleanlooksStyle::drawControl (this=value optimized 
out, 
element=QStyle::CE_PushButton, option=0x7fff89039610, 
painter=0x7fff89039670, 
widget=value optimized out) at styles/qcleanlooksstyle.cpp:2368
#5  0x7f5092d95405 in QGtkStyle::drawControl (this=0x97d9b0, 
element=QStyle::CE_PushButton, option=0x7fff89039610, 
painter=0x7fff89039670, 
widget=0xc99b30) at styles/qgtkstyle.cpp:2966
#6  0x7f5092e76d23 in QStylePainter::drawControl (this=0xc99b30)
at ../../include/QtGui/../../src/gui/painting/qstylepainter.h:89
#7  QPushButton::paintEvent (this=0xc99b30) at widgets/qpushbutton.cpp:450
#8  0x7f5092a80812 in QWidget::event (this=0xc99b30, event=0x7fff89039e30)
at kernel/qwidget.cpp:8144
#9  0x7f5092a2a8fc in QApplicationPrivate::notify_helper (this=0x93d710, 
receiver=0xc99b30, e=0x7fff89039e30) at kernel/qapplication.cpp:4300
#10 0x7f5092a30ddb in QApplication::notify (this=0x7fff8903e110, 
receiver=0xc99b30, 
e=0x7fff89039e30) at kernel/qapplication.cpp:4183
#11 0x7f509368bf0c in QCoreApplication::notifyInternal 
(this=0x7fff8903e110, 
receiver=0xc99b30, event=0x7fff89039e30) at kernel/qcoreapplication.cpp:704
#12 0x7f5092a88e8d in QCoreApplication::sendSpontaneousEvent 
(this=0xc99b60, 
pdev=value optimized out, rgn=..., offset=value optimized out, 
flags=value optimized out, sharedPainter=0x0, backingStore=0xc498c0)
at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:218
#13 QWidgetPrivate::drawWidget (this=0xc99b60, pdev=value optimized out, 
rgn=..., 
offset=value optimized out, flags=value optimized out, 
sharedPainter=0x0, 
backingStore=0xc498c0) at kernel/qwidget.cpp:5339
#14 0x7f5092a89b28 in QWidgetPrivate::paintSiblingsRecursive (
this=value optimized out, pdev=value optimized out, siblings=..., 
index=1, 
rgn=value optimized out, offset=value optimized out, flags=4, 
sharedPainter=0x0, 
backingStore=0xc498c0) at kernel/qwidget.cpp:5452
#15 0x7f5092a89959 in QWidgetPrivate::paintSiblingsRecursive (
this=value optimized out, pdev=value optimized out, siblings=..., 
index=2, 
rgn=value optimized out, offset=value optimized out, flags=4, 
sharedPainter=0x0, 
backingStore=0xc498c0) at kernel/qwidget.cpp:5439
#16 0x7f5092a89959 in QWidgetPrivate::paintSiblingsRecursive (
this=value optimized out, pdev=value optimized out, siblings=..., 
index=3, 
rgn=value optimized out, offset=value optimized out, flags=4, 
sharedPainter=0x0, 
backingStore=0xc498c0) at kernel/qwidget.cpp:5439
#17 0x7f5092a88bea in QWidgetPrivate::drawWidget (this=0xc99610, 
pdev=value optimized out, rgn=..., offset=value optimized out, 
flags=value optimized out, sharedPainter=0x0, backingStore=0xc498c0)
at kernel/qwidget.cpp:5388
#18 0x7f5092a89b28 in QWidgetPrivate::paintSiblingsRecursive (
this=value optimized out, pdev=value optimized out, siblings=..., 
index=4, 
rgn=value optimized out, offset=value optimized out, flags=4, 
sharedPainter=0x0, 
backingStore=0xc498c0) at kernel/qwidget.cpp:5452
#19 0x7f5092a89959 in QWidgetPrivate::paintSiblingsRecursive (
this=value optimized out, pdev=value optimized out, siblings=..., 
index=5, 
rgn=value optimized out, offset=value optimized out, flags=4, 
sharedPainter=0x0, 
backingStore=0xc498c0) at kernel/qwidget.cpp:5439
---Type return to continue, or q return to quit---
#20 0x7f5092a88bea in QWidgetPrivate::drawWidget (this=0xc89380, 
pdev=value optimized out, rgn=..., offset=value optimized out, 
flags=value optimized out, sharedPainter=0x0, backingStore=0xc498c0)
at kernel/qwidget.cpp:5388
#21 0x7f5092a89b28 in 

Bug#584521: debian-policy: Process.html difficult to read and missing State C

2010-06-04 Thread Raphaël Hertzog
Package: debian-policy
Version: 3.8.4.0
Severity: minor

/usr/share/doc/debian-policy/Process.html is difficult to read as the text
is grey and the background is another variant of grey.

color: DarkSlateGrey;
background-color: gainsboro;

Please stick to plain black on a white background.

Also in the list of states, there's no State C, you might want to rename
states D to H into C to G.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

debian-policy depends on no packages.

debian-policy recommends no packages.

Versions of packages debian-policy suggests:
ii  doc-base  0.9.5  utilities to manage online documen

-- no debconf information



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



Bug#583559: cdbs: CDBS should get the default values for CFLAGS al. from dpkg-buildflags

2010-05-28 Thread Raphaël Hertzog
Package: cdbs
Version: 0.4.84
Severity: wishlist

Now that dpkg-dev provides dpkg-buildflags, all packages should start
using it to get the default values mandated by the Debian policy (and
to support flag tweaking by users who want to experiment).

Given that CDBS abstract this for many packages, it would be nice to have
CDBS updated to make use of dpkg-buildflags.


Somehow it relates to #523642 but I prefered to open a new bug in case you
want to deal with them separately. Note that dpkg-buildflags is currently
not designed to let the maintainer tweak the CFLAGS and we should avoid
having maintainers setting DEB_CFLAGS_APPEND in debian/rules. Ideally the
maintainer should be able to override the build flags by himself and the 
helper tool should respect that choice and use the default value provided
by dpkg-buildflags only if the maintainer has not provided an explicit
value.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cdbs depends on:
ii  debhelper 7.4.20 helper programs for debian/rules

Versions of packages cdbs recommends:
ii  autotools-dev 20100122.1 Update infrastructure for config.{

Versions of packages cdbs suggests:
ii  devscripts2.10.64scripts to make the life of a Debi
ii  doc-base  0.9.5  utilities to manage online documen

-- no debconf information



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



Bug#583067: [bts] document how to bts select open/closed bugs

2010-05-25 Thread Raphaël Hertzog
Package: devscripts
Version: 2.10.64
Severity: normal

Every time I want to use bts select it's because I need to retrieve a
list of bugs that are usertagged and that are either closed or still
open.

Unfortunately I can never find the proper syntax for this, instead I get:
$ bts select users:hert...@debian.org tag:3.0-quilt-by-default status:pending
Cannot encode unnamed element as 'hash'. Will be encoded as 'map' instead

(If you wonder why I try pending, check the output of bts status bug and
notice how there's now status field where you can look up the status of
the bug, instead you have to check the pending field...)

Now I found again that it's status:open that I need but it would be nice
to indicate in the manual page that the usual values are open or done
and how this relates to the information displayed by bts status bug.

-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
DEBRELEASE_UPLOADER=dput
DEBCHANGE_RELEASE_HEURISTIC=changelog
DEBCHANGE_MULTIMAINT_MERGE=yes
DEBCHANGE_PRESERVE=yes
DEBUILD_LINTIAN_OPTS=--color always -I
DEBSIGN_KEYID=0xF2AC729A

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages devscripts depends on:
ii  dpkg-dev  1.15.8 Debian package development tools
ii  libc6 2.10.2-9   Embedded GNU C Library: Shared lib
ii  perl  5.10.1-12  Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
ii  at3.1.12-1   Delayed job execution and batch pr
ii  bsd-mailx [mailx] 8.1.2-0.20100314cvs-1  simple mail user agent
ii  bzr   2.1.1-1.1  easy to use distributed version co
ii  chromium-browser  5.0.375.55~r47796-1Chromium browser
ii  curl  7.20.1-2   Get a file from an HTTP, HTTPS or 
ii  cvs   1:1.12.13-12   Concurrent Versions System
ii  dctrl-tools   2.14   Command-line tools to process Debi
ii  debian-keyring [d 2010.03.31 GnuPG (and obsolete PGP) keys of D
ii  dput  0.9.6  Debian package upload tool
ii  epiphany-browser  2.30.2-1   Intuitive GNOME web browser
ii  equivs2.0.8  Circumvent Debian package dependen
ii  fakeroot  1.14.4-1   Gives a fake root environment
ii  git [git-core]1:1.7.1-1  fast, scalable, distributed revisi
ii  git-core  1:1.7.1-1  fast, scalable, distributed revisi
ii  gnupg 1.4.10-3   GNU privacy guard - a free PGP rep
ii  iceweasel [www-br 3.5.9-3Web browser based on Firefox
ii  libauthen-sasl-pe 2.14-1 Authen::SASL - SASL Authentication
ii  libcrypt-ssleay-p 0.57-2 Support for https protocol in LWP
pn  libjson-perl  none (no description available)
ii  libparse-debcontr 2.005-2Easy OO parsing of Debian control-
ii  libsoap-lite-perl 0.711-1Perl implementation of a SOAP clie
ii  libterm-size-perl 0.2-4+b1   Perl extension for retrieving term
ii  libtimedate-perl  1.2000-1   collection of modules to manipulat
ii  liburi-perl   1.54-1 module to manipulate and access UR
ii  libwww-perl   5.836-1Perl HTTP/WWW client/server librar
ii  libyaml-syck-perl 1.08-1 Perl module providing a fast, ligh
ii  lintian   2.4.1  Debian package checker
ii  lsb-release   3.2-23.1   Linux Standard Base version report
ii  lynx-cur [www-bro 2.8.8dev.3-3   Text-mode WWW Browser with NLS sup
ii  lzma  4.43-14Compression method of 7z format in
ii  man-db2.5.7-3on-line manual pager
ii  openssh-client [s 1:5.5p1-4  secure shell (SSH) client, for sec
ii  patch 2.6-2  Apply a diff file to an original
ii  patchutils0.3.1-2Utilities to work with patches
ii  sensible-utils0.0.4  Utilities for sensible alternative
ii  strace4.5.20-2   A system call tracer
ii  subversion1.6.11dfsg-1   Advanced version control system
ii  unzip 6.0-4  De-archiver for .zip files
ii  w3m [www-browser] 0.5.2-4WWW browsable pager with excellent
ii  wdiff 0.6.1-1Compares two files word by word
ii  wget  1.12-2 retrieves files from the web
ii  xz-utils  4.999.9beta+20100307-1 XZ-format compression utilities


Bug#582418: awesome: applications are killed when all windows don't fit on the screen in tiled mode

2010-05-20 Thread Raphaël Hertzog
Package: awesome
Version: 3.4.5-1
Severity: important

In tiled mode, when you have too many windows open, awesome will kill all
the applications except the currently focused one.

You can reproduce that with  15 terminals but unfortunately also with
very few windows if some of those windows have a very big minimal size (as
is the case with evolution and its new appointment window).

I had 2 gnome-terminal, ekiga and evolution open. When I clicked new 
appointment
my terminals were gone as was ekiga. Only evolution was left. I suggest
to auto-minimize the windows that don't fit or to auto-switch to another
placement method.

In any case, killing windows/applications is NOT a good choice.

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages awesome depends on:
ii  dbus-x11  1.2.24-1   simple interprocess messaging syst
ii  libc6 2.10.2-8   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-4   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.24-1   simple interprocess messaging syst
ii  libev31:3.9-1high-performance event loop librar
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libimlib2 1.4.2-8+b1 powerful image loading and renderi
ii  liblua5.1-0   5.1.4-5Simple, extensible, embeddable pro
ii  libpango1.0-0 1.28.0-1   Layout and rendering of internatio
ii  libstartup-notification0  0.10-1 library for program launch feedbac
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxcb-atom1  0.3.6-1utility libraries for X C Binding 
ii  libxcb-aux0   0.3.6-1utility libraries for X C Binding 
ii  libxcb-event1 0.3.6-1utility libraries for X C Binding 
ii  libxcb-icccm1 0.3.6-1utility libraries for X C Binding 
ii  libxcb-image0 0.3.6-1utility libraries for X C Binding 
ii  libxcb-keysyms1   0.3.6-1utility libraries for X C Binding 
ii  libxcb-property1  0.3.6-1utility libraries for X C Binding 
ii  libxcb-randr0 1.6-1  X C Binding, randr extension
ii  libxcb-render-util0   0.3.6-1utility libraries for X C Binding 
ii  libxcb-render01.6-1  X C Binding, render extension
ii  libxcb-shape0 1.6-1  X C Binding, shape extension
ii  libxcb-shm0   1.6-1  X C Binding, shm extension
ii  libxcb-xinerama0  1.6-1  X C Binding, xinerama extension
ii  libxcb-xtest0 1.6-1  X C Binding, xtest extension
ii  libxcb1   1.6-1  X C Binding
ii  libxdg-basedir1   1.0.2-1implementation of the XDG Base Dir
ii  menu  2.1.43 generates programs menu for all me

Versions of packages awesome recommends:
ii  rlwrap0.37-1 readline feature command line wrap
ii  x11-xserver-utils 7.5+1+b1   X server utilities

awesome suggests no packages.

-- no debconf information



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



Bug#582109: debian-policy: document triggers where appropriate

2010-05-18 Thread Raphaël Hertzog
Package: debian-policy
Version: 3.8.4.0
Severity: normal

The policy needs to be updated to take into account the dpkg triggers. At
the very least it needs to document the new invocations of the postinst in
chapter 6 (postinst triggered ...) see
/usr/share/doc/dpkg-dev/triggers.txt.gz

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

debian-policy depends on no packages.

debian-policy recommends no packages.

Versions of packages debian-policy suggests:
ii  doc-base  0.9.5  utilities to manage online documen

-- no debconf information



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



Bug#578854: debian-policy: Wording about Conflicts needs to be clarified

2010-04-23 Thread Raphaël Hertzog
Package: debian-policy
Version: 3.8.4.0
Severity: normal

I stumbled upon policy 7.4:
 A Conflicts entry should almost never have an earlier than version clause.
 This would prevent dpkg from upgrading or installing the package which 
 declared
 such a conflict until the upgrade or removal of the conflicted-with package 
 had
 been completed. Instead, Breaks may be used. 

Looking at this sentence it comes mostly unchanged from the original packaging
manual (commit ff1bec10):
- A ttConflicts/tt entry should almost never have an
- `earlier than' version clause.  This would prevent
- prgndpkg/prgn from upgrading or installing the package
- which declared such a conflict until the upgrade or removal
- of the conflicted-with package had been completed.  This
- aspect of installation ordering is not handled by
- prgndselect/prgn, so that the use ttConflicts/tt in
- this way is likely to cause problems for `bulk run' upgrades
- and installations.

I think using an earlier than clause is perfectly ok nowadays and it's possibly
the right thing to do when moving files around between packages. That dselect
limitation might have been the reason for this statement but I think it's 
entirely
outdated now.

Up to now, I always used Conflicts for explicit file conflicts and used
Breaks for other subtle breakages (interface/API change). So when moving files
from one package to the other I used Conflicts: previous ( last-version)
and Replaces: previous ( last-version) on the package where the files are.

We need to:
1/ fix that statement IMO
2/ document clearly whether versioned Breaks+Replaces or versioned
   Conflicts+Replaces ought to be used when moving files around.

Cheers,
-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

debian-policy depends on no packages.

debian-policy recommends no packages.

Versions of packages debian-policy suggests:
ii  doc-base  0.9.5  utilities to manage online documen

-- no debconf information



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



Bug#575735: dh-make: --quilt option should be no-op when using 3.0 (quilt) source format

2010-03-28 Thread Raphaël Hertzog
Package: dh-make
Version: 0.52
Severity: normal

Since 3.0 (quilt) is now the default source format used by dh_make, the
--quilt option should not have any effect for non-native packages. The
rules files should not have --with quilt on the dh command-line and the
build-depends should not be modified.

Also the script displays Using quilt: no when --quilt is not there but
it should really display something else  like “Using quilt: yes (automatic
due to 3.0 (quilt) source format)” when the package is not native.

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dh-make depends on:
ii  debhelper 7.4.15 helper programs for debian/rules
ii  dpkg-dev  1.15.6.1   Debian package development tools
ii  make  3.81-8 An utility for Directing compilati
ii  perl  5.10.1-11  Larry Wall's Practical Extraction 

dh-make recommends no packages.

Versions of packages dh-make suggests:
ii  build-essential   11.5   Informational list of build-essent

-- no debconf information



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



Bug#575394: devscripts: [new] debreview/debinspect program showing debian packaging files and debian changes

2010-03-25 Thread Raphaël Hertzog
Package: devscripts
Version: 2.10.61
Severity: wishlist

It would be nice to have a debreview or debinspect tool that takes a .dsc
as argument and that displays the debian packaging files in a pager view.

Some people were used to review source packages by opening the .diff.gz
file with zless. Now with native packages or 3.0 (quilt) package, this is
not possible so it would be nice to be able to easily review the debian
packaging files of all source packages with a standardized command.

It could even optimize the review by displaying the content in an order
that makes sense:
- first the last changelog entry
- then debian/control
- then debian/rules
- then other files in debian/ (except what's listed elsewhere in this list)
- then debian/source/*
- then debian/package.*
- then debian/patches/*
- then debian/changelog in its entirety

Cheers,
Raphael H.



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



Bug#575395: devscripts: [debdiff] option to compare packaging files only when comparing .dsc

2010-03-25 Thread Raphaël Hertzog
Package: devscripts
Version: 2.10.61
Severity: wishlist

It would be nice to be able to diff only the debian packaging files and
debian changes when comparing two source packages. Suppose you have a new
upstream version but you only want to review the packaging changes and not
the upstream changes...

With 3.0 (quilt) source packages, this option coud avoid unpacking the
full source package, it could unpack only the debian tarballs and diff
them.

With 1.0 source packages and this option, it can do interdiff even if the
upstream version differs.

I don't know what's the best name for this option, among possibilities
there are --debian, --debian-dir, --debian-files, --packaging, etc.

Cheers,
 Raphael H.



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



Bug#575062: aptitude: file descriptor leak of debtags related files

2010-03-23 Thread Raphaël Hertzog
Package: aptitude
Version: 0.6.1.5-3
Severity: important

During upgrade today I got this while upgrading the lvm2 package:

Paramétrage de lvm2 (2.02.62-1) ...
Installation de la nouvelle version du fichier de configuration 
/etc/lvm/lvm.conf ...
Setting up LVM Volume GroupsFile descriptor 43 
(/var/lib/debtags/vocabulary.idx) leaked on vgscan invocation. Parent PID 
17721: /bin/sh
File descriptor 44 (/var/lib/debtags/vocabulary) leaked on vgscan invocation. 
Parent PID 17721: /bin/sh
File descriptor 45 (/var/lib/debtags/package-tags.idx) leaked on vgscan 
invocation. Parent PID 17721: /bin/sh
  Reading all physical volumes.  This may take a while...
  Found volume group VG-CRYPT using metadata type lvm2
File descriptor 43 (/var/lib/debtags/vocabulary.idx) leaked on vgchange 
invocation. Parent PID 17721: /bin/sh
File descriptor 44 (/var/lib/debtags/vocabulary) leaked on vgchange invocation. 
Parent PID 17721: /bin/sh
File descriptor 45 (/var/lib/debtags/package-tags.idx) leaked on vgchange 
invocation. Parent PID 17721: /bin/sh
  2 logical volume(s) in volume group VG-CRYPT now active
.

I think that aptitude was the process who opened those files. If it's not feel
free to reassign where appropriate. You should ensure those files are
closed when you fork to run dpkg.

Cheers,

-- Package-specific info:
aptitude 0.6.1.5 compiled at Mar 12 2010 09:52:06
Compiler: g++ 4.4.3
Compiled against:
  apt version 4.8.0
  NCurses version 5.7
  libsigc++ version: 2.2.4.2
  Ept support enabled.
  Gtk+ support disabled.

Current library versions:
  NCurses version: ncurses 5.7.20100313
  cwidget version: 0.5.16
  Apt version: 4.8.0
linux-gate.so.1 =  (0xf77b5000)
libapt-pkg-libc6.9-6.so.4.8 = /usr/lib/libapt-pkg-libc6.9-6.so.4.8 
(0xf76d9000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0xf7693000)
liblog4cxx.so.10 = /usr/lib/liblog4cxx.so.10 (0xf74ec000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0xf74e6000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0xf7426000)
libept.so.0 = /usr/lib/libept.so.0 (0xf73b3000)
libxapian.so.15 = /usr/lib/libxapian.so.15 (0xf7265000)
libz.so.1 = /usr/lib/libz.so.1 (0xf7251000)
libsqlite3.so.0 = /usr/lib/libsqlite3.so.0 (0xf71cc000)
libboost_iostreams.so.1.40.0 = /usr/lib/libboost_iostreams.so.1.40.0 
(0xf71c1000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xf71a8000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xf70b3000)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0xf708d000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xf706e000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xf6f27000)
libutil.so.1 = /lib/i686/cmov/libutil.so.1 (0xf6f23000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0xf6f1f000)
libaprutil-1.so.0 = /usr/lib/libaprutil-1.so.0 (0xf6eff000)
libdb-4.8.so = /usr/lib/libdb-4.8.so (0xf6d98000)
libapr-1.so.0 = /usr/lib/libapr-1.so.0 (0xf6d6a000)
libbz2.so.1.0 = /lib/libbz2.so.1.0 (0xf6d59000)
librt.so.1 = /lib/i686/cmov/librt.so.1 (0xf6d5)
/lib/ld-linux.so.2 (0xf77b6000)
libuuid.so.1 = /lib/libuuid.so.1 (0xf6d4c000)
libcrypt.so.1 = /lib/i686/cmov/libcrypt.so.1 (0xf6d19000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0xf6cf3000)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.9 0.7.25.3 Advanced front-end for dpkg
ii  libboost-iostreams1.40. 1.40.0-6+b1  Boost.Iostreams Library
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcwidget3 0.5.16-3 high-level terminal interface libr
ii  libept0 0.5.30   High-level library for managing De
ii  libgcc1 1:4.4.3-4GCC support library
ii  liblog4cxx100.10.0-1.1   A logging library for C++
ii  libncursesw55.7+20100313-1   shared libraries for terminal hand
ii  libsigc++-2.0-0c2a  2.2.4.2-1type-safe Signal Framework for C++
ii  libsqlite3-03.6.23-1 SQLite 3 shared library
ii  libstdc++6  4.4.3-4  The GNU Standard C++ Library v3
ii  libxapian15 1.0.18-1 Search engine library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages aptitude recommends:
ii  apt-xapian-index  0.26   maintenance tools for a Xapian ind
ii  aptitude-doc-en [aptitude-doc 0.6.1.5-3  English manual for aptitude, a ter
ii  

Bug#572193: python-desktopcouch: should indicate that it does not support python2.4

2010-03-02 Thread Raphaël Hertzog
Package: python-desktopcouch
Version: 0.6.1-1
Severity: normal

During installation you'll get many errors like those if you have python 2.4
installed (it applies to both python-desktopcouch and 
python-desktopcouch-records):

Compiling /usr/lib/pymodules/python2.4/desktopcouch/__init__.py ...
  File /usr/lib/pymodules/python2.4/desktopcouch/__init__.py, line 106
with open(os.path.join(proc_dir, 'net', 'tcp')) as tcp_file:
^
SyntaxError: invalid syntax

Compiling /usr/lib/pymodules/python2.4/desktopcouch/contacts/testing/create.py 
...
  File /usr/lib/pymodules/python2.4/desktopcouch/contacts/testing/create.py, 
line 62
charset = string.uppercase if upper else string.lowercase
^
SyntaxError: invalid syntax


The debian/pyversions file should state 2.5- so that modules are only
byte-compiled for python 2.5 and newer...

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages python-desktopcouch depends on:
ii  desktopcouch  0.6.1-1Desktop CouchDB Framework instance
ii  python-couchdb0.6-1  library for working with Apache Co
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gnomekeyring   2.28.0-6   Python bindings for the GNOME keyr
ii  python-gtk2   2.16.0-2   Python bindings for the GTK+ widge
ii  python-support1.0.6.1automated rebuilding support for P
ii  python-twisted-core   9.0.0-0Event-based framework for internet
ii  python-xdg0.19-1 Python library to access freedeskt

python-desktopcouch recommends no packages.

python-desktopcouch suggests no packages.

-- no debconf information



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



Bug#571616: lintian: Don't report timewarp-standards-version when UNRELEASED

2010-02-26 Thread Raphaël Hertzog
Package: lintian
Version: 2.3.3
Severity: normal

I just got this warning:
W: dpkg source: timewarp-standards-version (2009-11-17  2010-01-27)

The changelog entry is UNRELEASED and still has the date of when it got
created. But we fixed stuff and in particular we upgraded
Standards-Version to 3.8.4 which appeared after the changelog entry
got created.

Please drop this warning if the changelog entry indicates that it's
UNRELEASED.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages lintian depends on:
ii  binutils   2.20-6The GNU assembler, linker and bina
ii  diffstat   1.47-1produces graph of changes introduc
ii  dpkg-dev   1.15.6Debian package development tools
ii  file   5.04-1Determines file type using magic
ii  gettext0.17-9GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl0.1.24Perl interface to libapt-pkg
ii  libclass-accessor-perl 0.34-1Perl module that automatically gen
ii  libipc-run-perl0.84-1Perl module for running processes
ii  libparse-debianchangel 1.1.1-2   parse Debian changelogs and output
ii  libtimedate-perl   1.2000-1  collection of modules to manipulat
ii  liburi-perl1.52-1module to manipulate and access UR
ii  locales2.10.2-5  Embedded GNU C Library: National L
ii  man-db 2.5.7-1   on-line manual pager
ii  perl [libdigest-sha-pe 5.10.1-11 Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
ii  libtext-template-perl 1.45-1 Text::Template perl module
ii  man-db2.5.7-1on-line manual pager

-- no debconf information



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



Bug#570933: dh-buildinfo: should provide a addon file for dh command (debhelper 7 mode)

2010-02-22 Thread Raphaël Hertzog
Package: dh-buildinfo
Severity: wishlist

I want to be able to do dh --with buildinfo $@ in a debhelper 7 tiny rules
file. See man dh and Sequence Addons: in
/usr/share/doc/debhelper/PROGRAMMING.gz to see how this can be
implemented.

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#570934: [DPKG-DEB] possibility to hook a program at the start of dpkg-deb --build

2010-02-22 Thread Raphaël Hertzog
Package: dpkg
Version: 1.15.6
Severity: wishlist

Given that Debian packages are not all built with the same helper in
debian/rules, it's difficult to hook something in the build process of all
packages. debuild offers hooks at various places before/after each
debian/rules call but it might not be enough in some cases.

In particular, one might want to hook a program just before dpkg-deb
--build does its work of creating the .deb file. It should be able to
do some modifications (recording build information in the package
for example) or it could only do some analysis/information gathering.

Since we don't want to modify the source package at all, we should
probably use an environment variable to indicate what program
has to called. Since it might do modifications, dpkg-deb should be verbose
and indicate what program it has called as part of the hook.

Cheers,



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



Bug#570935: debhelper: possibility to enable an addon with an environment variable

2010-02-22 Thread Raphaël Hertzog
Package: debhelper
Version: 7.4.15
Severity: wishlist

Hello,

it would be nice to be able to enable a dh addon without modifying the
source package. Given this I think the best way is to have an environment
variable where you can list supplementary addons to enable.

I can think of multiple usages in various contexts (mainly in the context
of derivatives distribution / downstream users of our packaging):
- add the dh_buildinfo call because you really want the build information
  for as many packages as possible for debugging purposes
- add an addon to strip data (think documentation for an embedded
  distribution)
- add an addon to extract data from the packages during build (think
  ddebs)

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debhelper depends on:
ii  binutils  2.20-6 The GNU assembler, linker and bina
ii  dpkg-dev  1.15.6 Debian package development tools
ii  file  5.04-1 Determines file type using magic
ii  html2text 1.3.2a-14  advanced HTML to text converter
ii  man-db2.5.7-1on-line manual pager
ii  perl  5.10.1-11  Larry Wall's Practical Extraction 
ii  perl-base 5.10.1-11  minimal Perl system
ii  po-debconf1.0.16 tool for managing templates file t

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make   0.51   tool that converts source archives

-- no debconf information



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



Bug#566820: lintian: Warn about missing debian/source/format, advise switch to new 3.0 source formats

2010-01-25 Thread Raphaël Hertzog
Package: lintian
Version: 2.3.1
Severity: wishlist

As part of the plan to have the new source formats as the default formats in
Debian I would like lintian to give a warning when debian/source/format
doesn't exist, it could be named missing-debian-source-format.

I suggest this description:
---
With the introduction of new source formats, it's now recommended to
explicitly select the desired source format in debian/source/format.
If you don't have a good reason to stick with the old format,
you should switch to 3.0 (quilt) (for packages with a separate
upstream tarball) or to 3.0 (native) (for Debian native packages).

For more information about the new source formats, please see
dpkg-source(1) and http://wiki.debian.org/Projects/DebSrc3.0

If you plan to keep using the old format, you should still create
that file and put 1.0 in it. In that case, you are invited to get in
touch with debian-d...@lists.debian.org to discuss the (technical) reasons
why the new formats do not suit you.
---

I would also suggest using
Severity: normal
Certainty: certain
so that it appears as warning and all packages maintainers get to see it
if they don't have created that file.

We could also add a tag using-old-source-format that warns of specifying
1.0 in that file.  Obviously this one should start among the pedantic
tags but its importance might be increased over time once we decide to
really deprecate the old format.

It might also be a good idea to have unknown-source-format when
debian/source/format contains something else than 1.0, 2.0, 3.0
(quilt), 3.0 (native), 3.0 (git), 3.0 (bzr). This one should result
in an error.

Thanks for your work on lintian!

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils   2.20-5The GNU assembler, linker and bina
ii  diffstat   1.47-1produces graph of changes introduc
ii  dpkg-dev   1.15.6Debian package development tools
ii  file   5.03-5Determines file type using magic
ii  gettext0.17-8GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl0.1.24Perl interface to libapt-pkg
ii  libclass-accessor-perl 0.34-1Perl module that automatically gen
ii  libipc-run-perl0.84-1Perl module for running processes
ii  libparse-debianchangel 1.1.1-2   parse Debian changelogs and output
ii  libtimedate-perl   1.2000-1  collection of modules to manipulat
ii  liburi-perl1.52-1module to manipulate and access UR
ii  man-db 2.5.6-5   on-line manual pager
ii  perl [libdigest-sha-pe 5.10.1-9  Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
ii  libtext-template-perl 1.45-1 Text::Template perl module
ii  man-db2.5.6-5on-line manual pager

-- no debconf information



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



Bug#566880: O: alltray -- Dock any program into the system tray

2010-01-25 Thread Raphaël Hertzog
Package: wnpp
Severity: normal

I orphaned the alltray package since Carlos C Soto
cs...@sia-solutions.com has not enough time to properly maintain it.

I'm still willing to sponsor uploads if required. I'm ccing the new
upstream author in case he's interested to maintain the package or maybe
he knows someone else that would be interested to do the job.

I'm going to prepare an upload in the mean time to update the package
somewhat.

The package description is:
 With AllTray you can dock any application with no native tray icon
 (like Evolution, Thunderbird, Terminals) into the system tray.
 A high-light feature is that a click on the close button
 will minimize back to system tray. It works well with Gnome,
 KDE, XFCE 4*, Fluxbox* and WindowMaker*.
 (*) No drag 'n drop support. Enable with -nm option.
 .
 Homepage: http://alltray.sourceforge.net/



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



Bug#565905: awesome: opening (too) many windows kills all other windows

2010-01-19 Thread Raphaël Hertzog
Package: awesome
Version: 3.4.2-3
Severity: normal

I wanted to open 10 PDF documents in order to print them and I did
evince *.pdf from a terminal in a directory with the documents.

All my windows quickly got killed when the screen was full with evince
windows... even the windows displayed only on another tag.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages awesome depends on:
ii  dbus-x11  1.2.16-2   simple interprocess messaging syst
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libev31:3.8-1high-performance event loop librar
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  libimlib2 1.4.2-5powerful image loading and renderi
ii  liblua5.1-0   5.1.4-5Simple, extensible, embeddable pro
ii  libpango1.0-0 1.26.2-1   Layout and rendering of internatio
ii  libstartup-notification0  0.10-1 library for program launch feedbac
ii  libx11-6  2:1.3.3-1  X11 client-side library
ii  libxcb-atom1  0.3.6-1utility libraries for X C Binding 
ii  libxcb-aux0   0.3.6-1utility libraries for X C Binding 
ii  libxcb-event1 0.3.6-1utility libraries for X C Binding 
ii  libxcb-icccm1 0.3.6-1utility libraries for X C Binding 
ii  libxcb-image0 0.3.6-1utility libraries for X C Binding 
ii  libxcb-keysyms1   0.3.6-1utility libraries for X C Binding 
ii  libxcb-property1  0.3.6-1utility libraries for X C Binding 
ii  libxcb-randr0 1.5-2  X C Binding, randr extension
ii  libxcb-render-util0   0.3.6-1utility libraries for X C Binding 
ii  libxcb-render01.5-2  X C Binding, render extension
ii  libxcb-shape0 1.5-2  X C Binding, shape extension
ii  libxcb-shm0   1.5-2  X C Binding, shm extension
ii  libxcb-xinerama0  1.5-2  X C Binding, xinerama extension
ii  libxcb-xtest0 1.5-2  X C Binding, xtest extension
ii  libxcb1   1.5-2  X C Binding
ii  libxdg-basedir1   1.0.2-1implementation of the XDG Base Dir
ii  menu  2.1.42 generates programs menu for all me

Versions of packages awesome recommends:
ii  rlwrap0.36-1 readline feature command line wrap
ii  x11-xserver-utils 7.5+1  X server utilities

awesome suggests no packages.

-- no debconf information



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



Bug#564183: bugs.debian.org: allow forcemerge on different binary packages from the same source package

2010-01-08 Thread Raphaël Hertzog
Package: bugs.debian.org
Severity: wishlist

I was trying to merge 2 bugs with forcemerge and I got an error because
one was reported against dpkg and the other against dpkg-dev, given that
both packages are part of the same source package, it should allow me to
do it and assume that the first bug is assigned on the right package.

The transcript could indicate that the bug got reassigned through the
merge.

 forcemerge 561237 564140
Bug#561237: dpkg: format 3.0 (quilt) -- If no patches, dpkg dies on error
Bug#564140: dpkg-source: cannot write .pc/applied-patches when no patches 
present but upstream sources changed
Mismatch - only Bugs in the same package can be forcibly merged:
Bug 564140 is not in the same package as 561237

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#562713: dh-make: Create debian/source/format with 3.0 (quilt) or 3.0 (native)

2009-12-27 Thread Raphaël Hertzog
Package: dh-make
Version: 0.50
Severity: normal

Given that we're trying to have the new 3.0 source formats as default
formats, it makes sense for dh-make to create debian/source/format
with 3.0 (quilt) when there's an upstream tarball (and it can support
*.bz2 tarball too) or 3.0 (native) for an otherwise native package.

Thanks for your work!

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dh-make depends on:
ii  debhelper 7.4.10 helper programs for debian/rules
ii  dpkg-dev  1.15.5.5   Debian package development tools
ii  make  3.81-7 An utility for Directing compilati
ii  perl  5.10.1-8   Larry Wall's Practical Extraction 

dh-make recommends no packages.

Versions of packages dh-make suggests:
ii  build-essential   11.4   Informational list of build-essent

-- no debconf information



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



Bug#560149: lintian: disable latest-debian-changelog-entry-without-new-date when UNRELEASED

2009-12-09 Thread Raphaël Hertzog
Package: lintian
Version: 2.2.18
Severity: normal

I regularly get this warning on my packages during development because
the latest changelog entry has been created before some other bug-fix only
release of the former stable release that I merged into the current
development release.

Simple case with dpkg, we release 1.15.5, we open 1.15.6 in master, we 
release a bugfix 1.15.5.1 on a sib branch, we merge that branch in master
and boom we have that annoying warning:
W: dpkg: latest-debian-changelog-entry-without-new-date

Thus I suggest to disable this warning when the distribution is currently
set to UNRELEASED because the timestamp of the changelog entry is reset
at release time anyway.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils   2.20-4The GNU assembler, linker and bina
ii  diffstat   1.47-1produces graph of changes introduc
ii  dpkg-dev   1.15.5.4  Debian package development tools
ii  file   5.03-4Determines file type using magic
ii  gettext0.17-8GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl0.1.24Perl interface to libapt-pkg
ii  libclass-accessor-perl 0.34-1Perl module that automatically gen
ii  libipc-run-perl0.84-1Perl module for running processes
ii  libparse-debianchangel 1.1.1-2   parse Debian changelogs and output
ii  libtimedate-perl   1.1900-1  Time and date functions for Perl
ii  liburi-perl1.50-1module to manipulate and access UR
ii  man-db 2.5.6-4   on-line manual pager
ii  perl [libdigest-sha-pe 5.10.1-8  Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
ii  libtext-template-perl 1.45-1 Text::Template perl module
ii  man-db2.5.6-4on-line manual pager

-- no debconf information



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



Bug#559019: schroot: copyfiles doesn't support device files

2009-12-01 Thread Raphaël Hertzog
Package: schroot
Version: 1.2.3-1+b1
Severity: normal

I run virtualbox-ose in a 64 bit chroot managed by schroot because I run
a 64 bit kernel and want to run 64 bit virtual machine but my machine is
setup as i386. For virtualbox to work properly I need /dev/vboxdrv and
/dev/vboxnetctl in the chroot and it needs to be in sync with the host
(a one-time copy is not enough due to dynamic allocation of device numbers
by the kernel).

So I wanted to put /dev/vboxdrv and /dev/vboxnetctl in
/etc/schroot/copyfiles-defaults but it leads to error message like:
/usr/bin/md5sum: /dev/vboxdrv: Invalid argument
/usr/bin/md5sum: 
/var/lib/schroot/mount/sid-amd64-7deb8402-75d4-4a90-9f24-c38159f6f9b9/dev/vboxdrv:
 Invalid argument

when the file already exists and to failures when it doesn't exist:
$ LANG=C schroot -c sid-amd64 -p
/usr/bin/md5sum: /dev/vboxdrv: Invalid argument
cp: reading `/dev/vboxdrv': Invalid argument
E: sid-amd64-ee46539c-eb7a-4cef-944f-dbd372b93442: Chroot setup failed: 
stage=setup-start

You want to compute md5sum only for real files (or symlinks to real files), and
use cp -a on other kinds of files.

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages schroot depends on:
ii  libboost-filesystem1.40.0   1.40.0-4 filesystem operations (portable pa
ii  libboost-program-options1.4 1.40.0-4 program options library for C++
ii  libboost-regex1.40.01.40.0-4 regular expression library for C++
ii  libboost-system1.40.0   1.40.0-4 Operating system (e.g. diagnostics
ii  libc6   2.10.2-2 GNU C Library: Shared libraries
ii  libgcc1 1:4.4.2-3GCC support library
ii  liblockdev1 1.0.3-1.2+b1 Run-time shared library for lockin
ii  libpam0g1.1.0-4  Pluggable Authentication Modules l
ii  libstdc++6  4.4.2-3  The GNU Standard C++ Library v3
ii  libuuid12.16.1-4 Universally Unique ID library
ii  schroot-common  1.2.3-1  common files for schroot

schroot recommends no packages.

Versions of packages schroot suggests:
ii  debootstrap   1.0.20 Bootstrap a basic Debian system
ii  lvm2  2.02.54-1  The Linux Logical Volume Manager
ii  unzip 6.0-1  De-archiver for .zip files

-- no debconf information



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



Bug#558741: libpoppler5: ABI is broken between 0.12.0-2.1 and 0.12.2-1

2009-11-30 Thread Raphaël Hertzog
Package: libpoppler5
Version: 0.12.2-1
Severity: grave

Since I upgraded to libpoppler 0.12.2-1 I could no longer print,
looking at the cups log I found out:
D [30/Nov/2009:09:32:54 +0100] [Job 345] HP-Color-LaserJet-2840: symbol
lookup error: HP-Color-LaserJet-2840: undefined symbol:
_ZN13GfxColorSpace5parseEP6Object

This is a symbol that has been lost in the libpoppler5 library and it
breaks /usr/lib/cups/filter/pdftopdf of cups.

What happened to GfxColorSpace::parse(Object*) ?

Can it be reintroduced or should the soname be bumped and bin-nmu
scheduled ? Or is that a symbol that cups should not have used ?

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libpoppler5 depends on:
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgcc11:4.4.2-3 GCC support library
ii  libjpeg62  6b-15 The Independent JPEG Group's JPEG 
ii  liblcms1   1.18.dfsg-1   Color management library
ii  libopenjpeg2   1.3+dfsg-4JPEG 2000 image compression/decomp
ii  libpng12-0 1.2.40-1  PNG library - runtime
ii  libstdc++6 4.4.2-3   The GNU Standard C++ Library v3
ii  libxml22.7.6.dfsg-1  GNOME XML library
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

libpoppler5 recommends no packages.

libpoppler5 suggests no packages.

-- no debconf information



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



Bug#558485: patch creates backup files with 000 perms for newly created files

2009-11-29 Thread Raphaël Hertzog
Package: patch
Version: 2.5.9-5
Severity: normal

Patch suffers from a mis-feature, namely that it creates backup files with
000 perms when the patch creates a new file (and thus there's no original
file to backup). It's documented but apparently that behaviour has changed
in patch 2.6.
http://ftp.gnu.org/gnu/patch/patch-2.6.tar.gz

-b  or  --backup
  Make  backup  files.   That is, when patching a file, rename or copy the
  original instead of removing it.  When backing up a file that  does  not
  exist,  an  empty, unreadable backup file is created as a placeholder to
  represent the nonexistent file.  See the -V or --version-control  option
  for details about how backup file names are determined.

This behaviour leads to uncopyable files which is a pain in particular for
quilt (cf #534840) and it would be nice to see a fixed version of patch in
sid.

Thanks.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages patch depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries

patch recommends no packages.

Versions of packages patch suggests:
pn  diff-doc  none (no description available)
ii  ed1.4-1  The classic UNIX line editor

-- no debconf information



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



Bug#557063: RM: dpkg-multicd -- ROM; Merged into dselect

2009-11-19 Thread Raphaël Hertzog
Package: ftp.debian.org
Severity: normal

This package has been merged into dselect 1.15.5 itself, it should be
removed now.



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



Bug#557062: RM: dpkg-ftp -- ROM; Merged into dselect

2009-11-19 Thread Raphaël Hertzog
Package: ftp.debian.org
Severity: normal

This package has been merged into dselect 1.15.5 itself, it should be removed.



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



Bug#556390: libselinux1-dev: Typos in strings included in binaries using libselinux

2009-11-15 Thread Raphaël Hertzog
Package: libselinux1-dev
Version: 2.0.88-1
Severity: minor

With the latest lintian, I get this tag on dpkg:
I: dpkg: spelling-error-in-binary ./usr/bin/dpkg suport support

Looking closely the problematic string comes from libselinux:
Warning! Module policy version %d cannnot suport permissive types, but one
was defined

Please fix the 2 typos s/suport/support/ and s/cannnot/cannot/.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages libselinux1-dev depends on:
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  libselinux1   2.0.88-1   SELinux runtime shared libraries
ii  libsepol1-dev 2.0.39-1   SELinux binary policy maniulation 

libselinux1-dev recommends no packages.

libselinux1-dev suggests no packages.

-- no debconf information



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



Bug#554086: pu: package dpkg/1.14.27

2009-11-02 Thread Raphaël Hertzog
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

I would like to integrate some fixes made to dpkg concerning support of
new source formats since the lenny release. I have prepared a branch here:
http://git.debian.org/?p=users/hertzog/dpkg.git;a=shortlog;h=refs/heads/pu/stable-update

Would this be acceptable to you? (It's in the same spirit that allowed
those kind of changes to escape the lenny freeze, it can't really break
other packages in lenny)

It's all bug fixes except the changes “dpkg-source: accept dashes in
component name of additional tarballs” which is slight behaviour change
that should have been the default. (OO.org could use a supplementary
orig tarball called ooo-build but since ftp-master runs the stable
dpkg-source and needs to be able to unpack all source packages,
he can't use the new format until this is fixed in stable)

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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



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



Bug#553079: git-buildpackage: Using debuild -i\.git -I.git by default is harmful with 3.x source packages

2009-10-29 Thread Raphaël Hertzog
Package: git-buildpackage
Version: 0.4.59
Severity: normal

When building 3.x source packages, -i and -I are implicit for dpkg-source
however git-buildpackage forces -i\.git and -I.git and thus only .git
is ignored when I really want the default behaviour of dpkg-source.

For instance, I also want my .gitignore to be ignored.

It would be nice to not add those options when building 3.x source
packages. You can check debian/source/format as that's what is most likely
used but there might be other ways to request another source format
(command-line option).

Another alternative is always use -i -I and not restrict
the set of ignores. In most cases, it has not impact... and the few that
do can override git-builder in debian/gbp.conf.

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages git-buildpackage depends on:
ii  devscripts2.10.55scripts to make the life of a Debi
ii  git-core  1:1.6.5-1  fast, scalable, distributed revisi
ii  python2.5.4-2An interactive high-level object-o
ii  python-dateutil   1.4.1-3powerful extensions to the standar
ii  python-support1.0.4  automated rebuilding support for P

Versions of packages git-buildpackage recommends:
ii  pristine-tar  1.00   regenerate pristine tarballs

Versions of packages git-buildpackage suggests:
pn  git-load-dirs none (no description available)

-- no debconf information



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



Bug#553205: debuild: unknown dpkg-buildpackage/debuild option: -Zbzip2

2009-10-29 Thread Raphaël Hertzog
Package: devscripts
Version: 2.10.55
Severity: normal

I noticed this warning while building with debuild -Zbzip2:

debuild: unknown dpkg-buildpackage/debuild option: -Zbzip2

This option is valid (as is -Zgzip -Zlzma and soon -Zxz), please
get rid of the warning.

-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
DEBRELEASE_UPLOADER=dput
DEBCHANGE_RELEASE_HEURISTIC=changelog
DEBCHANGE_MULTIMAINT_MERGE=yes
DEBCHANGE_PRESERVE=yes
DEBUILD_LINTIAN_OPTS=--color always -I
DEBSIGN_KEYID=0xF2AC729A

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages devscripts depends on:
ii  dpkg-dev  1.15.5 Debian package development tools
ii  libc6 2.10.1-2   GNU C Library: Shared libraries
ii  perl  5.10.1-5   Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
ii  at 3.1.11-1  Delayed job execution and batch pr
ii  bsd-mailx [mailx]  8.1.2-0.20090911cvs-2 simple mail user agent
ii  bzr2.0.1-1   easy to use distributed version co
ii  curl   7.19.5-1.1Get a file from an HTTP, HTTPS or 
ii  cvs1:1.12.13-12  Concurrent Versions System
ii  dctrl-tools2.13.1Command-line tools to process Debi
ii  debian-keyring [de 2009.08.27GnuPG (and obsolete PGP) keys of D
ii  dput   0.9.5.1   Debian package upload tool
ii  epiphany-browser [ 2.28.1-1  Intuitive GNOME web browser
ii  equivs 2.0.7-0.1 Circumvent Debian package dependen
ii  fakeroot   1.14.2Gives a fake root environment
ii  git-core   1:1.6.5.2-1   fast, scalable, distributed revisi
ii  gnupg  1.4.10-2  GNU privacy guard - a free PGP rep
ii  iceweasel [www-bro 3.5.3-2   lightweight web browser based on M
ii  libauthen-sasl-per 2.13-1Authen::SASL - SASL Authentication
ii  libcrypt-ssleay-pe 0.57-2Support for https protocol in LWP
ii  libparse-debcontro 2.005-2   Easy OO parsing of Debian control-
ii  libsoap-lite-perl  0.710.08-2Client and server side SOAP implem
ii  libterm-size-perl  0.2-4+b1  Perl extension for retrieving term
ii  libtimedate-perl   1.1900-1  Time and date functions for Perl
ii  liburi-perl1.37+dfsg-1   Manipulates and accesses URI strin
ii  libwww-perl5.833-1   Perl HTTP/WWW client/server librar
ii  libyaml-syck-perl  1.07-1fast, lightweight YAML loader and 
ii  lintian2.2.17Debian package checker
ii  lsb-release3.2-23Linux Standard Base version report
ii  lynx-cur [www-brow 2.8.8dev.1-1  Text-mode WWW Browser with NLS sup
ii  lzma   4.43-14   Compression method of 7z format in
ii  man-db 2.5.6-3   on-line manual pager
ii  openssh-client [ss 1:5.1p1-8 secure shell client, an rlogin/rsh
ii  patch  2.5.9-5   Apply a diff file to an original
ii  patchutils 0.3.1-2   Utilities to work with patches
ii  sensible-utils 0.0.1 Utilities for sensible alternative
ii  strace 4.5.19-1  A system call tracer
ii  subversion 1.6.6dfsg-1   Advanced version control system
ii  unzip  6.0-1 De-archiver for .zip files
ii  w3m [www-browser]  0.5.2-2.1 WWW browsable pager with excellent
ii  wdiff  0.5-19Compares two files word by word
ii  wget   1.12-1retrieves files from the web

Versions of packages devscripts suggests:
ii  build-essential   11.4   Informational list of build-essent
pn  cvs-buildpackage  none (no description available)
pn  devscripts-el none (no description available)
pn  gnuplot   none (no description available)
ii  libfile-desktopentry-perl 0.04-2 Perl module to handle freedesktop 
ii  libnet-smtp-ssl-perl  1.01-2 SSL support for Net::SMTP
ii  mutt  1.5.20-4   text-based mailreader supporting M
ii  svn-buildpackage  0.6.29 helper programs to maintain Debian

-- no debconf information



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



Bug#553207: lintian: wrong patch-system-but-no-source-readme when using quilt with 3.0 (quilt) source packages

2009-10-29 Thread Raphaël Hertzog
Package: lintian
Version: 2.2.17
Severity: normal

I just built and uploaded my first 3.0 (quilt) source package
and aside from unsupported-source-format (#552707) I also get:
W: ftplib source: patch-system-but-no-source-readme

This warning is wrong since with this source format the quilt
patch is auto-applied by dpkg-source -x and we don't need any special
instruction.

Cheers,
-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages lintian depends on:
ii  binutils   2.20-1The GNU assembler, linker and bina
ii  diffstat   1.47-1produces graph of changes introduc
ii  dpkg-dev   1.15.5Debian package development tools
ii  file   5.03-2Determines file type using magic
ii  gettext0.17-8GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl0.1.24Perl interface to libapt-pkg
ii  libclass-accessor-perl 0.34-1Perl module that automatically gen
ii  libipc-run-perl0.84-1Perl module for running processes
ii  libparse-debianchangel 1.1.1-2   parse Debian changelogs and output
ii  libtimedate-perl   1.1900-1  Time and date functions for Perl
ii  liburi-perl1.37+dfsg-1   Manipulates and accesses URI strin
ii  man-db 2.5.6-3   on-line manual pager
ii  perl [libdigest-sha-pe 5.10.1-5  Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
ii  libtext-template-perl 1.45-1 Text::Template perl module
ii  man-db2.5.6-3on-line manual pager

-- no debconf information



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



Bug#550886: Bars have dissappeared

2009-10-20 Thread Raphaël Hertzog
Package: hamster-applet
Version: 2.28.0-1
Severity: normal

Same problem here since a few days. What can we do to help you diagnose and
fix this bug?

It's very annoying as the problem also happens in the screen where we
enter previous activities and we don't see what period of the day is
already recorded and how the current period

I'm running the latest sid.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages hamster-applet depends on:
ii  gconf22.28.0-1   GNOME configuration database syste
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libc6 2.10.1-1   GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libgtk2.0-0   2.18.3-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.26.0-1   Layout and rendering of internatio
ii  python2.5.4-2An interactive high-level object-o
ii  python-cairo  1.8.6-1Python bindings for the Cairo vect
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-evolution  2.28.0-1   Python bindings for the evolution 
ii  python-gconf  2.28.0-1   Python bindings for the GConf conf
ii  python-gnome2 2.28.0-1   Python bindings for the GNOME desk
ii  python-gnomeapplet2.28.0-1   Python bindings for the GNOME pane
ii  python-gobject2.20.0-1   Python bindings for the GObject li
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
ii  python-support1.0.4  automated rebuilding support for P

Versions of packages hamster-applet recommends:
ii  python-notify 0.1.1-2+b1 Python bindings for libnotify

hamster-applet suggests no packages.

-- no debconf information



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



Bug#550975: linux-2.6: Add ppp support in openvz flavor

2009-10-14 Thread Raphaël Hertzog
Package: linux-2.6
Version: 2.6.26-19
Severity: important
Tags: patch

As requested by maks on -devel, here's a bug report requesting
ppp support for the -openvz flavor in lenny (stable).

The patch can be grabbed here:
http://bugzilla.openvz.org/attachment.cgi?id=882
It needs a tweak to apply on 2.6.26:
http://bugzilla.openvz.org/attachment.cgi?id=1001

It comes out of the following upstream bugzilla entry:
http://bugzilla.openvz.org/show_bug.cgi?id=268

For reference I already built an updated kernel for my own need some times
ago on top of a lenny kernel built for etch (hence the bpo):
https://svn.ac-grenoble.fr/svn/slis/slis/sources/trunk/backports/patches/linux-2.6_2.6.26-15~slis41+1.patch

Presumably the sid kernel will have the required support once the openvz
flavor comes back since it has been integrated in the official openvz
kernel.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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



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



Bug#549910: debian-policy: Specify requirement in terms of upgradeability, interface stability

2009-10-06 Thread Raphaël Hertzog
Package: debian-policy
Version: 3.8.3.0
Severity: wishlist

We have some unwritten packaging rules and it would be good to write them
down even if some of them appear to be obvious to most of us. I think in
particular to stuff like:

- a package must at least be upgradable from one stable release to the next:
  - transitional packages are required when the software is renamed
  - {pre,post}{inst,rm} snippets dealing with upgrade issues must be kept
for at least one release (but it's better to keep them for 2-3
releases)

- a package must provide some interface stability (names of programs,
  ABI/API of libraries, location of data files, etc.) when other packages
  depend on it. In that case,  any change must be coordinated and
  appropriate dependencies must be added. It should give examples of
  Breaks:, bumped Depends when an change is made in a non-backwards
  compatible way, temporary compatibility symlinks, etc.

We have enough cases like this that it would be good to be able to point
to a policy chapter dealing with such requiremnts when we file bug
reports. Also it's important information that newbie packagers should be
able to learn somewhere, and I think policy is the most appropriate
place. It's not only best-practice, it's a must have.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

debian-policy depends on no packages.

debian-policy recommends no packages.

Versions of packages debian-policy suggests:
ii  doc-base  0.9.4  utilities to manage online documen

-- no debconf information



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



Bug#548867: developers-reference: Improve section about developer duties

2009-09-29 Thread Raphaël Hertzog
Package: developers-reference
Version: 3.4.3
Severity: normal

Following a discussion on debian-newmaint, I think it's important to
improve the section about the duties to clearly communicate to all package
maintainers (and not DD only) that the bare minimum is what I described
in the pledge below (it probably needs to reformulated in the third person
for integration in the devel-ref):


As a package maintainer, I will do my best to help the Debian project
release a stable version of our operating system. In particular, I will
work together with the release team and I will keep all packages
associated to my name free of release critical bugs. To this effect, if
I'm not registered as being busy or in vacation, I will start working on
my release critical bugs as soon as possible (in less than 1 week in
common cases). If I can't deal with them in a timely fashion, I will state
it clearly in the associated bug reports, tag them help and invite other
contributors either to provide a patch or to do a non-maintainer upload.

If I do not manage to handle release critical bugs in the above described
way, or if I almost never deal with any of my RC bugs by myself, I will:
• not refuse help and even propose co-maintainance to good contributors
• recognize my failure and actively try to find a new maintainer and/or
  co-maintainers
• not complain if the quality assurance team decides to orphan the package

I recognize that my work is not limited to unstable. I will also work with
the stable release team and the security team to provide updated packages
for the stable and/or testing distribution when some issues deserve it.

I am aware of the limits of my skills and my available time and I will
avoid packaging software that I would not be able to maintain properly.


See discussion starting here:
http://lists.debian.org/debian-newmaint/2009/09/msg00018.html

And in particular the message of Christoph Berg (DAM):
http://lists.debian.org/debian-newmaint/2009/09/msg00032.html

Cheers,



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



Bug#546911: apt-extracttemplates should extract to /var/lib/apt/tmp and not /tmp so that /tmp can be mounted noexec

2009-09-16 Thread Raphaël Hertzog
Package: apt
Version: 0.7.23.1
Severity: normal

Hi,

Some administrators like to mount /tmp and /var/tmp with the noexec
option. That makes it harder for people to download and execute
malware when they manage to execute commands through a web application
vulnerability for example.

However those admins always have to change APT::ExtractTemplates::TempDir
to point it to another directory because the config scripts that are
extracted with apt-extracttemplates have to be executed...

It would thus be nice to change the default directory in favor of
a private temporary directory so that this step is no more required.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt depends on:
ii  debian-archive-keyring2009.01.31 GnuPG archive keys of the Debian a
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-4  GCC support library
ii  libstdc++64.4.1-4The GNU Standard C++ Library v3

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc   none (no description available)
ii  aptitude  0.4.11.11-1+b2 terminal-based package manager
ii  bzip2 1.0.5-3high-quality block-sorting file co
ii  dpkg-dev  1.15.4 Debian package development tools
ii  python-apt0.7.13.2   Python interface to libapt-pkg
ii  synaptic  0.62.9 Graphical package manager
ii  xz-utils [lzma]   4.999.8beta-1  high compression-ratio compressor

-- no debconf information



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



Bug#546914: reportbug: Copies sent to: shows mangled/encoded name

2009-09-16 Thread Raphaël Hertzog
Package: reportbug
Version: 4.7
Severity: minor

Hi,

When I start reportbug I see:
Using 'Raphaël Hertzog hert...@debian.org' as your from address.

When I send my bug I see:
Copies sent to:
  =?utf-8?q?Rapha=C3=ABl_Hertzog?= hert...@debian.org

Seeing how my name has been encoded for mail transport is of no interest
to me and every time I see this I wonder (for a second) what's happening.

Please show the unencoded name here as well.

Cheers,

-- Package-specific info:
** Environment settings:
DEBEMAIL=hert...@debian.org
EMAIL=raph...@ouaza.com
DEBFULLNAME=Raphaël Hertzog
INTERFACE=text

** /home/rhertzog/.reportbugrc:
reportbug_version 4.0
mode advanced
ui text
realname Raphaël Hertzog

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt   0.7.23.1   Advanced front-end for dpkg
ii  python2.5.4-2An interactive high-level object-o
ii  python-reportbug  4.7Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  debconf-utils 1.5.27 debconf utilities
ii  debsums   2.0.47 tool for verification of installed
pn  dlocate   none (no description available)
ii  file  5.03-1 Determines file type using magic
ii  gnupg 1.4.10-1   GNU privacy guard - a free PGP rep
ii  postfix [mail-transport-agent 2.6.5-2High-performance mail transport ag
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
pn  python-gtkspell   none (no description available)
pn  python-urwid  none (no description available)
ii  python-vte1:0.20.5-1 Python bindings for the VTE widget
ii  xdg-utils 1.0.2-6.1  desktop integration utilities from

-- no debconf information



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



Bug#546165: install-info should not complain when called with --remove in prerm

2009-09-11 Thread Raphaël Hertzog
Package: install-info
Version: 4.13a.dfsg.1-4

During upgrade this morning I saw:
(Lecture de la base de données... 218733 fichiers et répertoires déjà 
installés.)
Préparation du remplacement de coreutils 7.5-4 (en utilisant 
.../coreutils_7.5-5_i386.deb) ...
Ignoring install-info called from maintainer script
The package coreutils should be rebuild with new debhelper to get trigger 
support
Dépaquetage de la mise à jour de coreutils ...

In fact, 7.5-5 doesn't contain any call to install-info only the old 7.5-4 did
and it was rightfully called with --remove in prerm. Please make install-info
not complain when called with --remove in prerm otherwise we will have plenty
of those messages during lenny-squeeze upgrades even if all packages have been
properly updated.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages install-info depends on:
ii  libc6 2.9-26 GNU C Library: Shared libraries

install-info recommends no packages.

install-info suggests no packages.

-- no debconf information



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



Bug#545858: calibre: argument 1 of QAbstractItemModel.createIndex() has an invalid type

2009-09-09 Thread Raphaël Hertzog
Package: calibre
Version: 0.5.14+dfsg-1
Severity: normal

I keep getting those exceptions (several times in a row):
argument 1 of QAbstractItemModel.createIndex() has an invalid type
Detailed traceback:
Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/calibre/gui2/tags.py, line 130, in 
parent
return self.createIndex(index.internalId(), 0, -1)
TypeError: argument 1 of QAbstractItemModel.createIndex() has an invalid type

I don't know what I have done wrong or what is wrong in the book information
that I entered.

I can provide my metadata.db if needed.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages calibre depends on:
ii  calibre-bin 0.5.14+dfsg-1+b1 e-book converter and library manag
ii  hal 0.5.13-3 Hardware Abstraction Layer
ii  imagemagick 7:6.5.5.3-1  image manipulation programs
ii  python  2.5.4-2  An interactive high-level object-o
ii  python-beautifulsoup3.1.0.1-2error-tolerant HTML parser for Pyt
ii  python-central  0.6.11   register and build utility for Pyt
ii  python-cherrypy 2.3.0-3  Python web development framework
ii  python-cssutils 0.9.5.1-1CSS Cascading Style Sheets parser 
ii  python-dateutil 1.4.1-3  powerful extensions to the standar
ii  python-dbus 0.83.0-1 simple interprocess messaging syst
ii  python-django-tagging   0.2.1+svn154-2   A generic tagging application for 
ii  python-encutils 0.9.5.1-1Encoding detection collection for 
ii  python-imaging  1.1.6-3.1Python Imaging Library
ii  python-lxml 2.2.2-1  pythonic binding for the libxml2 a
ii  python-mechanize0.1.7b-3 stateful programmatic web browsing
ii  python-pkg-resources0.6c9-2  Package Discovery and Resource Acc
ii  python-pypdf1.12-2   PDF toolkit implemented solely in 
ii  python-qt4  4.5.4-1  Python bindings for Qt4
ii  ttf-liberation  1.04.93-1Free fonts with the same metrics a
ii  xdg-utils   1.0.2-6.1desktop integration utilities from

calibre recommends no packages.

calibre suggests no packages.

-- no debconf information



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



Bug#545316: mutt: Previously tagged messages keep the associated background color until message is again displayed

2009-09-06 Thread Raphaël Hertzog
Package: mutt
Version: 1.5.20-2
Severity: normal

I tend to mark as read many messages by selecting them all with
T then ~N and then using ;WN.

During that processe all tagged messages are rightfully changed to have a
green background color (or whatever color you configured). However when I
exit mutt and come back, the background color is kept even if the messages
are no more tagged.

It should stop displaying them with a green background color, and indeed
when I open a message with a green background color, that color goes away.

Note that refreshing the view with CTRL+L doesn't help. I use the cache
feature for mailboxes (set header_cache=~/.mutt_cache), it might be
related to that.

Cheers,

-- Package-specific info:
Mutt 1.5.20 (2009-06-14)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.30-1-amd64 (x86_64)
ncurses: ncurses 5.7.20090803 (compiled with 5.7)
libidn: 1.15 (compiled with 1.15)
hcache backend: GDBM version 1.8.3. 10/15/2002 (built Aug 13 2009 22:25:33)
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_IMAP  +USE_SMTP  
-USE_SSL_OPENSSL  +USE_SSL_GNUTLS  +USE_SASL  +USE_GSS  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  +CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET 
 +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL=/usr/sbin/sendmail
MAILPATH=/var/mail
PKGDATADIR=/usr/share/mutt
SYSCONFDIR=/etc
EXECSHELL=/bin/sh
MIXMASTER=mixmaster
To contact the developers, please mail to mutt-...@mutt.org.
To report a bug, please visit http://bugs.mutt.org/.

patch-1.5.13.cd.ifdef.2

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mutt depends on:
ii  libc6   2.9-26   GNU C Library: Shared libraries
ii  libcomerr2  1.41.9-1 common error description library
ii  libgdbm31.8.3-6+b1   GNU dbm database routines (runtime
ii  libgnutls26 2.8.3-3  the GNU TLS library - runtime libr
ii  libgpg-error0   1.6-1library for common error values an
ii  libgpgme11  1.1.8-2  GPGME - GnuPG Made Easy
ii  libgssapi-krb5-21.7dfsg~beta3-1  MIT Kerberos runtime libraries - k
ii  libidn111.15-1   GNU Libidn library, implementation
ii  libk5crypto31.7dfsg~beta3-1  MIT Kerberos runtime libraries - C
ii  libkrb5-3   1.7dfsg~beta3-1  MIT Kerberos runtime libraries
ii  libncursesw55.7+20090803-2   shared libraries for terminal hand
ii  libsasl2-2  2.1.23.dfsg1-1.1 Cyrus SASL - authentication abstra

Versions of packages mutt recommends:
ii  libsasl2-modules2.1.23.dfsg1-1.1 Cyrus SASL - pluggable authenticat
ii  locales 2.9-26   GNU C Library: National Language (
ii  mime-support3.46-1   MIME files 'mime.types'  'mailcap
ii  postfix [mail-transport 2.6.5-2  High-performance mail transport ag

Versions of packages mutt suggests:
ii  aspell0.60.6-2   GNU Aspell spell-checker
ii  ca-certificates   20090814   Common CA certificates
ii  gnupg 1.4.10-1   GNU privacy guard - a free PGP rep
ii  ispell3.1.20.0-6 International Ispell (an interacti
pn  mixmaster none (no description available)
ii  openssl   0.9.8k-4   Secure Socket Layer (SSL) binary a
ii  urlview   0.9-18 Extracts URLs from text

Versions of packages mutt is related to:
ii  mutt  1.5.20-2   text-based mailreader supporting M
pn  mutt-dbg  none (no description available)
pn  mutt-patched  none (no description available)

-- no debconf information



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



Bug#544871: coreutils: ls complains about LS_COLORS: unrecognized prefix: hl

2009-09-03 Thread Raphaël Hertzog
Package: coreutils
Version: 7.5-1
Severity: important

With today's upgrade I get this when I do ls:

$ LANG=C ls
ls: unrecognized prefix: hl
ls: unparsable value for LS_COLORS environment variable
Vid??os   pki-falco
[...]
$ echo $LS_COLORS
rs=0:di=01;34:ln=01;36:hl=44;37:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;
 
35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
$ dircolors -b
LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.
 
yuv=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:';
export LS_COLORS


The LS_COLORS was set by dircolors -b of the former coreutils version.

The new ls should silently ignore the hl value if it's obsoleted otherwise
everybody will have this warning the day of the upgrade until they
disconnect/reconnet.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages coreutils depends on:
ii  libacl1   2.2.48-1   Access control list shared library
ii  libattr1  1:2.4.44-1 Extended attribute shared library
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libselinux1   2.0.85-3   SELinux shared libraries

coreutils recommends no packages.

coreutils suggests no packages.

-- no debconf information



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



Bug#544657: psmisc: Killall should have an option to restrict by date

2009-09-02 Thread Raphaël Hertzog
Package: psmisc
Version: 22.8-1
Severity: wishlist

I regularly have to kill old processes that stalled for some unknown
reason (svnserve on alioth for instance), yet there might be working
svnserve processes started a few minutes ago by users that I don't want to
kill. Currently i play with ps / awk / xargs and killall but it would be
very nice if I could do: killall --older-than 1d svnserve

This would kill all svnserve processes started more than 1 day ago.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages psmisc depends on:
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libncurses5   5.7+20090803-2 shared libraries for terminal hand

psmisc recommends no packages.

psmisc suggests no packages.

-- no debconf information



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



Bug#542235: simple-cdd: Better handling of DI_CODENAME != CODENAME

2009-08-18 Thread Raphaël Hertzog
Package: simple-cdd
Version: 0.3.11
Severity: normal

debian-cd allows one to build an etch CD using the lenny installer by
using a setup like this:
export CODENAME=etch
export DI_CODENAME=lenny

However if you put that in the simple-cdd config file you will have
troubles and not everything will work as expected (the first problem has
been solved already, it was #529424).

When DI_CODENAME is set and differs from CODENAME, simple-cdd should
install all udebs in dists/$DI_CODENAME/main/debian-installer/ (in the
mirror) as that's the place where debian-cd will look for them. This is
not the case currently.

In the same spirit, it's also a good idea to initialize your di_codename
with ${DI_CODENAME:-$CODENAME} to avoid mismatches, otherwise one has to
set both variables in the configuration. Or you could directly rename
di_codename into DI_CODENAME.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages simple-cdd depends on:
ii  apt-utils 0.7.22.2   APT utility programs
ii  dctrl-tools   2.13.1 Command-line tools to process Debi
ii  debian-cd 3.1.2  Tools for building (Official) Debi
ii  debootstrap   1.0.15 Bootstrap a basic Debian system
ii  lsb-release   3.2-23 Linux Standard Base version report
ii  python2.5.4-2An interactive high-level object-o
ii  reprepro  3.11.1-1   Debian package repository producer
ii  rsync 3.0.6-1fast remote file copy program (lik
ii  wget  1.11.4-4   retrieves files from the web

Versions of packages simple-cdd recommends:
ii  edos-debcheck 1.0-9  Check package dependencies (transi
ii  edos-distcheck [edos-debcheck 1.4.2-4Checks whether dependencies of pac

Versions of packages simple-cdd suggests:
pn  qemu  none (no description available)

-- no debconf information



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



Bug#542241: simple-cdd: Deal better with non-official codenames

2009-08-18 Thread Raphaël Hertzog
Package: simple-cdd
Version: 0.3.11
Severity: wishlist

Currently the CODENAME given is used both to select the distribution to
download from the mirror and the distribution to create in the local
mirror. Given that debian-cd will only do its job properly if the CODENAME
is a well known one, we are forced to use official debian codenames even
when we are in fact building a derivative distribution.

It would be nice if simple-cdd could be somewhat more intelligent
in that regard.

I suggest to check that debian-cd/data/$CODENAME,
debian-cd/tools/$CODENAME and debian-cd/tools/boot/$CODENAME exists and if
not to create them as symlinks pointing to $debian_cd_rules_like_dist (you
can find a better name maybe, it's meant to be a new variable that selects
the Debian distribution whose rules we want to re-use when building the
CD).

That way we can have whatever CODENAME we wants and we can still use a
non-modified debian-cd just by stating which Debian distribution
our derivative is based on.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages simple-cdd depends on:
ii  apt-utils 0.7.22.2   APT utility programs
ii  dctrl-tools   2.13.1 Command-line tools to process Debi
ii  debian-cd 3.1.2  Tools for building (Official) Debi
ii  debootstrap   1.0.15 Bootstrap a basic Debian system
ii  lsb-release   3.2-23 Linux Standard Base version report
ii  python2.5.4-2An interactive high-level object-o
ii  reprepro  3.11.1-1   Debian package repository producer
ii  rsync 3.0.6-1fast remote file copy program (lik
ii  wget  1.11.4-4   retrieves files from the web

Versions of packages simple-cdd recommends:
ii  edos-debcheck 1.0-9  Check package dependencies (transi
ii  edos-distcheck [edos-debcheck 1.4.2-4Checks whether dependencies of pac

Versions of packages simple-cdd suggests:
pn  qemu  none (no description available)

-- no debconf information



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



Bug#538395: bison: yacc.1.gz can't be both in the package and also managed by update-alternatives

2009-07-25 Thread Raphaël Hertzog
Package: bison
Version: 1:2.4.1.dfsg-2
Severity: normal

/usr/share/man/man1/yacc.1.gz is part of the bison package but the
postinst register an alternative that is supposed to handle that
manual page... you can't have both !

Currently this leads to some cryptic messages at installation time saying
that the alternative is broken and won't be fixed:
update-alternatives: warning: forcing reinstallation of alternative 
/usr/bin/bison.yacc because link group yacc is broken.
update-alternatives: warning: not replacing /usr/bin/yacc with a link.

(the fact that it mentions /usr/bin/yacc and not the manual page is a
dpkg-dev bug that I'm going to tackle now)

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

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

Versions of packages bison depends on:
ii  libc6 2.9-21 GNU C Library: Shared libraries
ii  m41.4.13-1   a macro processing language

bison recommends no packages.

Versions of packages bison suggests:
pn  bison-doc none (no description available)

-- no debconf information



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



Bug#538288: devscripts: bts status file:somefile fails

2009-07-24 Thread Raphaël Hertzog
Package: devscripts
Version: 2.10.52
Severity: normal

$ bts status file:BUG-LIST
Can't locate object method new via package IO::File at /usr/bin/bts line 
1059.

-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
DEBRELEASE_UPLOADER=dput
DEBCHANGE_RELEASE_HEURISTIC=changelog
DEBCHANGE_MULTIMAINT_MERGE=yes
DEBCHANGE_PRESERVE=yes
DEBUILD_LINTIAN_OPTS=--color always -I

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

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

Versions of packages devscripts depends on:
ii  dpkg-dev  1.15.4 Debian package development tools
ii  libc6 2.9-21 GNU C Library: Shared libraries
ii  perl  5.10.0-24  Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
ii  at 3.1.10.2  Delayed job execution and batch pr
ii  bsd-mailx [mailx]  8.1.2-0.20081101cvs-2 A simple mail user agent
ii  bzr1.17-1easy to use distributed version co
ii  curl   7.19.5-1  Get a file from an HTTP, HTTPS or 
ii  cvs1:1.12.13-12  Concurrent Versions System
ii  dctrl-tools2.13.1Command-line tools to process Debi
ii  debian-keyring 2009.05.28GnuPG (and obsolete PGP) keys of D
ii  debian-maintainers 1.63  GPG keys of Debian maintainers
ii  dput   0.9.4 Debian package upload tool
ii  epiphany-gecko [ww 2.26.1-1  Intuitive GNOME web browser - Geck
ii  equivs 2.0.7-0.1 Circumvent Debian package dependen
ii  fakeroot   1.12.4Gives a fake root environment
ii  git-core   1:1.6.3.3-2   fast, scalable, distributed revisi
ii  gnupg  1.4.9-4   GNU privacy guard - a free PGP rep
ii  iceweasel [www-bro 3.0.12-1  lightweight web browser based on M
ii  libauthen-sasl-per 2.12-1Authen::SASL - SASL Authentication
ii  libcrypt-ssleay-pe 0.57-1+b1 Support for https protocol in LWP
ii  libparse-debcontro 2.005-2   Easy OO parsing of Debian control-
ii  libsoap-lite-perl  0.710.08-2Client and server side SOAP implem
ii  libterm-size-perl  0.2-4+b1  Perl extension for retrieving term
ii  libtimedate-perl   1.1600-9  Time and date functions for Perl
ii  liburi-perl1.37+dfsg-1   Manipulates and accesses URI strin
ii  libwww-perl5.829-1   WWW client/server library for Perl
ii  libyaml-syck-perl  1.07-1fast, lightweight YAML loader and 
ii  lintian2.2.13Debian package checker
ii  lsb-release3.2-23Linux Standard Base version report
ii  lynx-cur [www-brow 2.8.7rel.1-1  Text-mode WWW Browser with NLS sup
ii  man-db 2.5.5-3   on-line manual pager
ii  openssh-client [ss 1:5.1p1-6 secure shell client, an rlogin/rsh
ii  patch  2.5.9-5   Apply a diff file to an original
ii  patchutils 0.3.1-2   Utilities to work with patches
ii  strace 4.5.18-1  A system call tracer
ii  subversion 1.6.3dfsg-1   Advanced version control system
ii  unzip  6.0-1 De-archiver for .zip files
ii  w3m [www-browser]  0.5.2-2.1 WWW browsable pager with excellent
ii  wdiff  0.5-18Compares two files word by word
ii  wget   1.11.4-4  retrieves files from the web

Versions of packages devscripts suggests:
ii  build-essential   11.4   Informational list of build-essent
pn  cvs-buildpackage  none (no description available)
pn  devscripts-el none (no description available)
pn  gnuplot   none (no description available)
ii  libfile-desktopentry-perl 0.04-2 Perl module to handle freedesktop 
ii  libnet-smtp-ssl-perl  1.01-2 SSL support for Net::SMTP
ii  mutt  1.5.20-2   text-based mailreader supporting M
ii  svn-buildpackage  0.6.26 helper programs to maintain Debian

-- no debconf information



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



Bug#534638: debian-policy: Section about Info documents needs to be updated

2009-06-25 Thread Raphaël Hertzog
Package: debian-policy
Version: 3.8.2.0
Severity: normal

Since the upload of install-info to sid, packages installing info
documentation should no more call install-info in their postinst.
It is now automatically done by the file trigger provided by the
install-info package.

You should however explain that info-files must have the required
entries (INFO-DIR-SECTION, START-INFO-DIR-ENTRY / END-INFO-DIR-ENTRY)
so that they can be registered in the info directory file automatically.
Bugs have been filed about this, example:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528864

See http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo for more info
on this transition.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

debian-policy depends on no packages.

debian-policy recommends no packages.

Versions of packages debian-policy suggests:
ii  doc-base  0.9.3  utilities to manage online documen

-- no debconf information



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



Bug#534276: lintian: read-in-maintainer-script false positive

2009-06-23 Thread Raphaël Hertzog
Package: lintian
Version: 2.2.12
Severity: normal

read-in-maintainer-script is tagged severity certain but it can have
false positives... example:

{
read field1
[...]
read field2
} /var/lib/dpkg/alternatives/vi

or with a function:

parse_something() {
read foo
}
echo bla | parse_something

Enhancing the parsing is probably difficult... but you can at least
mention the existence of false positives and lower the certainty a bit.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages lintian depends on:
ii  binutils   2.19.1-1  The GNU assembler, linker and bina
ii  diffstat   1.47-1produces graph of changes introduc
ii  dpkg-dev   1.15.3Debian package development tools
ii  file   5.03-1Determines file type using magic
ii  gettext0.17-6GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl0.1.23Perl interface to libapt-pkg
ii  libipc-run-perl0.82-1Perl module for running processes
ii  libparse-debianchangel 1.1.1-2   parse Debian changelogs and output
ii  libtimedate-perl   1.1600-9  Time and date functions for Perl
ii  liburi-perl1.37+dfsg-1   Manipulates and accesses URI strin
ii  man-db 2.5.5-2   on-line manual pager
ii  perl [libdigest-sha-pe 5.10.0-23 Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
pn  libtext-template-perl none (no description available)
ii  man-db2.5.5-2on-line manual pager

-- no debconf information



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



Bug#534322: ITP: smarty-validate -- Server-side form validation plugin for Smarty

2009-06-23 Thread Raphaël Hertzog
Package: wnpp
Severity: wishlist
Owner: Raphaël Hertzog hert...@debian.org

* Package name: smarty-validate
  Version : 2.9
  Upstream Author : Monte Ohrt monte _AT_ ohrt _DOT_ com
* URL : http://www.phpinsider.com/php/code/SmartyValidate/
* License : LGPL-2.1+
  Programming Lang: PHP
  Description : Server-side form validation plugin for Smarty

smarty-validate is a Smarty plugin that makes it easy to handle
server-side form validation in PHP pages using Smarty, the popular PHP
templating engine.



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



Bug#533852: debian-policy: Allow Binary field to span over multiple lines

2009-06-20 Thread Raphaël Hertzog
Package: debian-policy
Version: 3.8.2.0
Severity: wishlist
Tags: patch

In response to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494714 I
would like that the policy be updated to allow the Binary field in .dsc and
.changes to span over multiple lines.

Here's a suggested patch:
--- a/policy.sgml
+++ b/policy.sgml
@@ -3276,7 +3276,9 @@ Package: libc6
commasfootnote
A space after each comma is conventional.
/footnote. Currently the packages must be separated using
-   only spaces in the file.changes/file file.
+   only spaces in the file.changes/file file. The list can span
+   over multiple lines if needed, in that case the linefeed
+   characters are treated like spaces.
  /p
/sect1
 

Cheers,
 Raphael.



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



Bug#531545: ed: should not contain /usr/share/info/dir.*

2009-06-02 Thread Raphaël Hertzog
Package: ed
Version: 1.3-3
Severity: serious

Those files are updated by install-info at installation time. They should
not be part of any package.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages ed depends on:
ii  libc6 2.9-13 GNU C Library: Shared libraries

ed recommends no packages.

ed suggests no packages.

-- no debconf information



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



Bug#529574: console-setup: Should not use obsolete dpkg --print-installation-architecture

2009-05-20 Thread Raphaël Hertzog
Package: console-setup
Version: 1.36
Severity: normal

You should not use dpkg --print-installation-architecture otherwise
starting with the upcoming dpkg 1.15.1 you will get annoying warnings like
this:
dpkg: warning: obsolete option '--print-installation-architecture', please
use '--print-architecture' instead.

I see this when console-setup is preconfigured (config script) and
configured (postinst, but might be config script called from postinst).

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages console-setup depends on:
ii  console-terminus  4.28-1 Fixed-width fonts for fast reading
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  xkb-data  1.5-2  X Keyboard Extension (XKB) configu

Versions of packages console-setup recommends:
ii  kbd   1.15-1 Linux console font and keytable ut

Versions of packages console-setup suggests:
ii  locales   2.9-12 GNU C Library: National Language (
ii  lsb-base  3.2-22 Linux Standard Base 3.2 init scrip

-- debconf information excluded



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



Bug#529393: Should not use obsolete dpkg --print-installation-architecture in /etc/cron.daily/popularity-contest

2009-05-19 Thread Raphaël Hertzog
Package: popularity-contest
Version: 1.47
Severity: normal

With the upcoming dpkg 1.15.1 you start getting annoying warnings from the
cron job:

/etc/cron.daily/popularity-contest:
dpkg: warning: obsolete option '--print-installation-architecture', please use 
'--print-architecture' instead.

Please fix the code to use dpkg --print-architecture. Thanks.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages popularity-contest depends on:
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  dpkg  1.15.1 Debian package management system

Versions of packages popularity-contest recommends:
ii  cron  3.0pl1-106 process scheduling daemon
ii  postfix [mail-transport-agent 2.5.5-1.1  High-performance mail transport ag

Versions of packages popularity-contest suggests:
ii  anacron   2.3-13.1   cron-like program that doesn't go 

-- debconf information:
  popularity-contest/submiturls:
* popularity-contest/participate: true



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



Bug#529424: simple-cdd: custom_installer copied into wrong place if DI_CODENAME is set

2009-05-19 Thread Raphaël Hertzog
Package: simple-cdd
Version: 0.3.10
Severity: normal
Tags: patch

When DI_CODENAME is set, debian-cd will look into
mirror/dists/$DI_CODENAME/main/installer-$ARCH/ for the installer files
and not into the $CODENAME one.

simple-cdd is copying the custom_installer files into
mirror/dists/$CODENAME/main/installer-$ARCH/ and hence debian-cd
doesn't find them.

A simple fix is:

--- /usr/bin/simple-cdd 2009-04-23 00:43:29.0 +0200
+++ /ext/chroot/lenny/usr/bin/simple-cdd2009-05-19 11:31:01.0 
+0200
@@ -427,7 +427,7 @@
 
 cd $MIRROR
 for a in $ARCHES ; do
-current_installer=dists/$CODENAME/main/installer-$a/current/
+
current_installer=dists/${DI_CODENAME:-$CODENAME}/main/installer-$a/current/
 di_dir=
 if [ -n $custom_installer ]  [ -d $custom_installer/$a ]; then
 di_dir=$custom_installer/$a


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages simple-cdd depends on:
ii  apt-utils 0.7.21 APT utility programs
ii  dctrl-tools   2.13.1 Command-line tools to process Debi
ii  debian-cd 3.1.2  Tools for building (Official) Debi
ii  debootstrap   1.0.13 Bootstrap a basic Debian system
ii  lsb-release   3.2-22 Linux Standard Base version report
ii  python2.5.4-2An interactive high-level object-o
ii  reprepro  3.9.2-1Debian package repository producer
ii  rsync 3.0.5-1fast remote file copy program (lik
ii  wget  1.11.4-2   retrieves files from the web

Versions of packages simple-cdd recommends:
ii  edos-debcheck 1.0-8  Checks whether dependencies of Deb

Versions of packages simple-cdd suggests:
pn  qemu  none (no description available)

-- no debconf information



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



Bug#529222: initramfs-tools: Should not use obsolete dpkg --print-installation-architecture

2009-05-18 Thread Raphaël Hertzog
Package: initramfs-tools
Version: 0.93.2
Severity: normal

You should not use dpkg --print-installation-architecture otherwise you
will quickly get annoying warnings with dpkg 1.15.1:

Paramétrage de linux-image-2.6.29-2-amd64 (2.6.29-5) ...
Running depmod.
Running update-initramfs.
update-initramfs: Generating /boot/initrd.img-2.6.29-2-amd64
dpkg : avertissement : obsolete option '--print-installation-architecture', 
please use '--print-architecture' instead.
dpkg : avertissement : obsolete option '--print-installation-architecture', 
please use '--print-architecture' instead.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages initramfs-tools depends on:
ii  cpio  2.9.90-3   GNU cpio -- a program to manage ar
ii  findutils 4.4.1-1utilities for finding files--find,
ii  klibc-utils   1.5.15-1   small utilities built with klibc f
ii  module-init-tools 3.7-pre9-1 tools for managing Linux kernel mo
ii  udev  0.141-1/dev/ and hotplug management daemo

Versions of packages initramfs-tools recommends:
ii  busybox   1:1.13.3-1 Tiny utilities for small and embed

initramfs-tools suggests no packages.

-- no debconf information



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



Bug#529225: awesome: Leaves holes in the systray

2009-05-18 Thread Raphaël Hertzog
Package: awesome
Version: 3.3~rc2-1
Severity: normal

As shown on the attached picture, I have empty zones in my systray.
Clicking on them doesn't do anything however when I leave my mouse
over one of them I can see the text of an evolution appointment where I
configured an alarm. So it seems to be some left-over of the appointment
notification triggered by evolution.

For the second hole I have no idea what it is.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages awesome depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libcairo2 1.8.6-2+b1 The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.14-2   simple interprocess messaging syst
ii  libev31:3.6-1high-performance event loop librar
ii  libglib2.0-0  2.20.1-2   The GLib library of C routines
ii  libimlib2 1.4.2-4+b1 powerful image loading and renderi
ii  liblua5.1-0   5.1.4-3Simple, extensible, embeddable pro
ii  libpango1.0-0 1.24.2-1   Layout and rendering of internatio
ii  libstartup-notification0  0.10-1 library for program launch feedbac
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxcb-atom1  0.3.4-1utility libraries for X C Binding 
ii  libxcb-aux0   0.3.4-1utility libraries for X C Binding 
ii  libxcb-event1 0.3.4-1utility libraries for X C Binding 
ii  libxcb-icccm1 0.3.4-1utility libraries for X C Binding 
ii  libxcb-image0 0.3.4-1utility libraries for X C Binding 
ii  libxcb-keysyms1   0.3.4-1utility libraries for X C Binding 
ii  libxcb-property1  0.3.4-1utility libraries for X C Binding 
ii  libxcb-randr0 1.2-1  X C Binding, randr extension
ii  libxcb-render-util0   0.3.4-1utility libraries for X C Binding 
ii  libxcb-render01.2-1  X C Binding, render extension
ii  libxcb-shm0   1.2-1  X C Binding, shm extension
ii  libxcb-xinerama0  1.2-1  X C Binding, xinerama extension
ii  libxcb-xtest0 1.2-1  X C Binding, xtest extension
ii  libxcb1   1.2-1  X C Binding
ii  libxdg-basedir1   1.0.1-1implementation of the XDG Base Dir
ii  menu  2.1.41 generates programs menu for all me

Versions of packages awesome recommends:
ii  rlwrap0.30-1.1   readline feature command line wrap
ii  x11-xserver-utils 7.4+2  X server utilities

awesome suggests no packages.

-- no debconf information
attachment: Capture.png

Bug#529251: reportbug: doesn't detect errors returned by the mailer (mutt)

2009-05-18 Thread Raphaël Hertzog
Package: reportbug
Version: 4.2
Severity: normal

I have written a bug report in reportbug but at the end I want to verify
if it would take into account a supplementary header that I added in the
bugreport.

For this I selected to edit my bugreport in a mailer and I chose mutt.
Since everything was ready I didn't edit my mail. But mutt will exit(1)
it you don't edit the draft passed via -H and not send the mail.

The net result is that my bug was not sent and I was back to command line.
reportbug should have told me mutt returned exit status 1 and should
have displayed again the last action menu so that I could try again.

-- Package-specific info:
** Environment settings:
DEBEMAIL=hert...@debian.org
EMAIL=raph...@ouaza.com
DEBFULLNAME=Raphael Hertzog
INTERFACE=text

** /home/rhertzog/.reportbugrc:
reportbug_version 4.0
mode advanced
ui text
realname Raphaël Hertzog

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages reportbug depends on:
ii  apt   0.7.21 Advanced front-end for dpkg
ii  python2.5.4-2An interactive high-level object-o
ii  python-reportbug  4.2Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils none (no description available)
ii  debsums   2.0.44 verification of installed package 
pn  dlocate   none (no description available)
ii  file  5.03-1 Determines file type using magic
ii  gnupg 1.4.9-4GNU privacy guard - a free PGP rep
ii  postfix [mail-transport-agent 2.5.5-1.1  High-performance mail transport ag
ii  python-gnome2-extras  2.25.3-2   Extra Python bindings for the GNOM
ii  python-gtk2   2.14.1-2   Python bindings for the GTK+ widge
pn  python-urwid  none (no description available)
ii  python-vte1:0.20.1-1 Python bindings for the VTE widget

-- no debconf information



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



Bug#528371: make-memtest86-boot-floppy fails to copy grub files

2009-05-12 Thread Raphaël Hertzog
Package: memtest86
Version: 3.5-2
Severity: important

rhert...@rivendell:~$ sudo make-memtest86-boot-floppy --floppyimage /dev/sdd
[...]
* Installing GRUB files
Copying menu.lst
/usr/lib/grub/i386/*: No such file or directory


Real files are in /usr/lib/grub/i386-pc/ ... simple fix in the case at the
top of the script. Though I'm not sure it works for all versions of grub
(1 and 2).

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

memtest86 depends on no packages.

memtest86 recommends no packages.

Versions of packages memtest86 suggests:
ii  grub  0.97-53GRand Unified Bootloader (Legacy v
pn  hwtools   none (no description available)
pn  kernel-patch-badram   none (no description available)
pn  memtest86+none (no description available)
pn  memtester none (no description available)
ii  mtools4.0.10-1   Tools for manipulating MSDOS files

-- no debconf information



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



Bug#528033: console-setup: config file does not contain bepo variant selected in debconf

2009-05-10 Thread Raphaël Hertzog
Package: console-setup
Version: 1.34
Severity: important

I do use the french layout with the bepo variant. I used to have:
XKBMODEL=pc105
XKBLAYOUT=fr
XKBVARIANT=bepo

After upgrade I lost those settings (see #527641, already reported)
and discovered that this file is overwritten by the debconf configuration.
So I decided to update the debconf configuration with dpkg-reconfigure
console-setup and selected the variant that I wanted (France - Bepo
ergonomic Dvorak way) but it turns out that this selection ends up
with:
XKBLAYOUT=fr
XKBVARIANT=

Which is clearly not what I expected.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages console-setup depends on:
ii  console-terminus  4.28-1 Fixed-width fonts for fast reading
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  xkb-data  1.5-2  X Keyboard Extension (XKB) configu

Versions of packages console-setup recommends:
ii  kbd   1.15-1 Linux console font and keytable ut

Versions of packages console-setup suggests:
ii  locales   2.9-12 GNU C Library: National Language (
ii  lsb-base  3.2-22 Linux Standard Base 3.2 init scrip

-- debconf information:
* console-setup/variant: France - Bepo ergonomic Dvorak way
  console-setup/unsupported_options: true
  console-setup/modelcode: pc105
  console-setup/fontsize: 16
  console-setup/unsupported_layout: true
  console-setup/layoutcode: fr
  debian-installer/console-setup/title:
  console-setup/codesetcode: Lat15
  console-setup/dont_ask_layout:
* console-setup/altgr: Right Alt
* console-setup/ttys: /dev/tty[1-6]
* console-setup/codeset: # Latin1 and Latin5 - western Europe and Turkic 
languages
  console-setup/toggle: No toggling
* console-setup/fontface: Terminus
* console-setup/fontsize-text: 14
* console-setup/compose: Menu key
  console-setup/switch: No temporary switch
  console-setup/unsupported_config_layout: true
* console-setup/charmap: UTF-8
  console-setup/optionscode: lv3:ralt_switch,compose:menu
  console-setup/unsupported_config_options: true
* console-setup/layout: France
  console-setup/variantcode:
* console-setup/model: Generic 105-key (Intl) PC
* console-setup/fontsize-fb: 16



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



Bug#525972: restarting awesome empties systray applet in gnome panel

2009-04-28 Thread Raphaël Hertzog
Package: awesome
Version: 3.2.1-1
Severity: normal

When I restart awesome (Mod4 + Ctrl + R), the systray applet in the Gnome
panel is emptied. Even restarting applications like zim or nm-applet
doesn't bring back their icons there.

I have to remove the applet and re-add it to make it work again.

I don't use naughty, it's commented out in .config/rc.lua so I don't see
how awesome is interferring here.

-- Notification library
-- require(naughty)

I use the Gnome session in gdm and I start awesome via gnome-wm.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages awesome depends on:
ii  libc6 2.9-8  GNU C Library: Shared libraries
ii  libcairo2 1.8.6-2+b1 The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.12-1   simple interprocess messaging syst
ii  libev33.43-1.1   high-performance event loop librar
ii  libglib2.0-0  2.20.1-1   The GLib library of C routines
ii  libimlib2 1.4.2-4+b1 powerful image loading and renderi
ii  liblua5.1-0   5.1.4-3Simple, extensible, embeddable pro
ii  libncurses5   5.7+20090411-1 shared libraries for terminal hand
ii  libpango1.0-0 1.24.0-3+b1Layout and rendering of internatio
ii  libreadline5  5.2-4  GNU readline and history libraries
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxcb-atom1  0.3.4-1utility libraries for X C Binding 
ii  libxcb-aux0   0.3.4-1utility libraries for X C Binding 
ii  libxcb-event1 0.3.4-1utility libraries for X C Binding 
ii  libxcb-icccm1 0.3.4-1utility libraries for X C Binding 
ii  libxcb-image0 0.3.4-1utility libraries for X C Binding 
ii  libxcb-keysyms0   0.3.3-2utility libraries for X C Binding 
ii  libxcb-property1  0.3.4-1utility libraries for X C Binding 
ii  libxcb-randr0 1.2-1  X C Binding, randr extension
ii  libxcb-render-util0   0.3.4-1utility libraries for X C Binding 
ii  libxcb-render01.2-1  X C Binding, render extension
ii  libxcb-shm0   1.2-1  X C Binding, shm extension
ii  libxcb-xinerama0  1.2-1  X C Binding, xinerama extension
ii  libxcb-xtest0 1.2-1  X C Binding, xtest extension
ii  libxcb1   1.2-1  X C Binding
ii  menu  2.1.41 generates programs menu for all me

Versions of packages awesome recommends:
ii  x11-xserver-utils 7.4+2  X server utilities

awesome suggests no packages.

-- no debconf information



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



Bug#525974: awesome: hiding the zim window from systray doesn't work

2009-04-28 Thread Raphaël Hertzog
Package: awesome
Version: 3.2.1-1
Severity: normal

I am used to show/hide the Zim window by clicking on its systray
icon. It opens the window fine but it doesn't hide it again. Same for the
skype window.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages awesome depends on:
ii  libc6 2.9-8  GNU C Library: Shared libraries
ii  libcairo2 1.8.6-2+b1 The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.12-1   simple interprocess messaging syst
ii  libev33.43-1.1   high-performance event loop librar
ii  libglib2.0-0  2.20.1-1   The GLib library of C routines
ii  libimlib2 1.4.2-4+b1 powerful image loading and renderi
ii  liblua5.1-0   5.1.4-3Simple, extensible, embeddable pro
ii  libncurses5   5.7+20090411-1 shared libraries for terminal hand
ii  libpango1.0-0 1.24.0-3+b1Layout and rendering of internatio
ii  libreadline5  5.2-4  GNU readline and history libraries
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxcb-atom1  0.3.4-1utility libraries for X C Binding 
ii  libxcb-aux0   0.3.4-1utility libraries for X C Binding 
ii  libxcb-event1 0.3.4-1utility libraries for X C Binding 
ii  libxcb-icccm1 0.3.4-1utility libraries for X C Binding 
ii  libxcb-image0 0.3.4-1utility libraries for X C Binding 
ii  libxcb-keysyms0   0.3.3-2utility libraries for X C Binding 
ii  libxcb-property1  0.3.4-1utility libraries for X C Binding 
ii  libxcb-randr0 1.2-1  X C Binding, randr extension
ii  libxcb-render-util0   0.3.4-1utility libraries for X C Binding 
ii  libxcb-render01.2-1  X C Binding, render extension
ii  libxcb-shm0   1.2-1  X C Binding, shm extension
ii  libxcb-xinerama0  1.2-1  X C Binding, xinerama extension
ii  libxcb-xtest0 1.2-1  X C Binding, xtest extension
ii  libxcb1   1.2-1  X C Binding
ii  menu  2.1.41 generates programs menu for all me

Versions of packages awesome recommends:
ii  x11-xserver-utils 7.4+2  X server utilities

awesome suggests no packages.

-- no debconf information



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



Bug#526003: conduit: Conduit segfault on startup or when configuring it

2009-04-28 Thread Raphaël Hertzog
Package: conduit
Version: 0.3.15-1
Severity: grave
Justification: renders package unusable

Starting conduit lead to a segfault. I moved .config/conduit/ away and it
started but it would simply crash further for example when clicking on
the Show me button at the bottom.

[gtkui.UI][INFO   ] Main window constructed  (thread: -136570672) 
(UI.py:202)
[SyncSet ][INFO   ] Restoring Sync Set from 
/home/rhertzog/.config/conduit/settings.xml (SyncSet.py:195)
[gtkui.UI][DEBUG  ] Presenting GUI (UI.py:227)
[DBus][DEBUG  ] DBus Exported: / (DBus.py:127)
[DBus][DEBUG  ] DBus Exported: /syncset/gui (DBus.py:127)
[DBus][DEBUG  ] DBus Exported: /syncset/dbus (DBus.py:127)
[Conduit ][DEBUG  ] Adding twoway dataprovider into source position 
(Conduit.py:140)
/usr/bin/conduit: line 23:  9752 Segmentation fault  `dirname 
$0`/conduit.real $*

And the gdb backtrace:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xf7ddb8d0 (LWP 10673)]
PyType_IsSubtype (a=0x7d8918ec, b=0x814dea0) at ../Objects/typeobject.c:827
827 ../Objects/typeobject.c: No such file or directory.
in ../Objects/typeobject.c
(gdb) bt
#0  PyType_IsSubtype (a=0x7d8918ec, b=0x814dea0) at ../Objects/typeobject.c:827
#1  0x0805eefb in recursive_isinstance (inst=0x90fb680, cls=0xf55369b0, 
recursion_depth=1000) at ../Objects/abstract.c:2221
#2  0xf526096a in ?? () from /usr/lib/pymodules/python2.5/goocanvasmodule.so
#3  0x090fb680 in ?? ()
#4  0xf55369b0 in ?? () from /usr/lib/pymodules/python2.5/cairo/_cairo.so
#5  0xffcb2a18 in ?? ()
#6  0xf7a84248 in ?? ()
   from /usr/lib/pymodules/python2.5/gtk-2.0/gobject/_gobject.so
#7  0xf7a84248 in ?? ()
   from /usr/lib/pymodules/python2.5/gtk-2.0/gobject/_gobject.so
#8  0x08a22d10 in ?? ()
#9  0xffcb2a48 in ?? ()
#10 0xf7a7f5c4 in ?? ()
   from /usr/lib/pymodules/python2.5/gtk-2.0/gobject/_gobject.so
#11 0x093a5aa4 in ?? ()
#12 0x090fb680 in ?? ()
#13 0xffcb2a48 in ?? ()
#14 0xf7bf47f3 in g_value_init () from /usr/lib/libgobject-2.0.so.0
Backtrace stopped: previous frame inner to this frame (corrupt stack?)


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages conduit depends on:
ii  python2.5.4-2An interactive high-level object-o
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-feedparser 4.1-13 Universal Feed Parser for Python
ii  python-glade2 2.14.1-2   GTK+ bindings: Glade support
ii  python-gnome2 2.22.3-3   Python bindings for the GNOME desk
ii  python-gnome2-desktop 2.24.1-1   Python bindings for the GNOME desk
ii  python-gtk2   2.14.1-2   Python bindings for the GTK+ widge
ii  python-pygoocanvas0.10.0-1   GooCanvas Python bindings
ii  python-pysqlite2  2.5.0-2Python interface to SQLite 3
ii  python-support1.0.2  automated rebuilding support for P
ii  python-vobject0.6.0-1parse iCalendar and VCards in Pyth
ii  python-webkit 1.0.2-1WebKit/Gtk Python bindings
ii  rarian-compat [scrollkeeper]  0.8.1-2Rarian is a documentation meta-dat

Versions of packages conduit recommends:
ii  python-gpod   0.7.0-2Python bindings for libgpod
ii  python-simplejson 2.0.9-1Simple, fast, extensible JSON enco

Versions of packages conduit suggests:
pn  ffmpegnone (no description available)
pn  mencoder  none (no description available)

-- no debconf information



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



Bug#526005: awesome: awful.client.urgent.jumpto does not always work

2009-04-28 Thread Raphaël Hertzog
Package: awesome
Version: 3.2.1-1
Severity: normal

I use a development version of terminator that sets the urgent hint on
terminal beep. On beep the window appears red in the window list and
in the tag list but Mod4+U doesn't always work.

I get:
rhert...@rivendell:~$ awesome-client 
awesome@:0.0% awful.client.urgent.jumpto()
/usr/share/awesome/lib/awful/client.lua:69: client is invalid

The urgentified window has the following xprop:
_NET_WM_STATE(ATOM) = _NET_WM_STATE_DEMANDS_ATTENTION
_NET_WM_USER_TIME(CARDINAL) = 173488336
_NET_WM_DESKTOP(CARDINAL) = 0
_AWESOME_TAGS(STRING) = 1
XKLAVIER_STATE(INTEGER) = 0, 0
WM_STATE(WM_STATE):
window state: Normal
icon window: 0x0
WM_HINTS(WM_HINTS):
Client accepts input or input focus: True
Initial state is Normal State.
bitmap id # to use for icon: 0x3200020
bitmap id # of mask for icon: 0x3200023
window id # of group leader: 0x321
The visible hint bit is set
XdndAware(ATOM) = BITMAP
_MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5, 0x0, 
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0
_NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 52428805
_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL
_NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x324
WM_CLIENT_LEADER(WINDOW): window id # 0x321
_NET_WM_PID(CARDINAL) = 5858
WM_LOCALE_NAME(STRING) = fr_FR.UTF-8
WM_CLIENT_MACHINE(STRING) = rivendell
WM_NORMAL_HINTS(WM_SIZE_HINTS):
user specified location: 0, 0
program specified location: 0, 0
user specified size: 1 by 138619192
window gravity: NorthWest
WM_PROTOCOLS(ATOM): protocols  WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING, 
_NET_WM_SYNC_REQUEST
WM_CLASS(STRING) = terminator, Terminator
WM_ICON_NAME(STRING) = rhert...@rivendell: /home/rhertzog - Terminator
_NET_WM_ICON_NAME(UTF8_STRING) = 0x72, 0x68, 0x65, 0x72, 0x74, 0x7a, 0x6f, 
0x67, 0x40, 0x72, 0x69, 0x76, 0x65, 0x6e, 0x64, 0x65, 0x6c, 0x6c, 0x3a, 0x20, 
0x2f, 0x68, 0x6f, 0x6d, 0x65, 0x2f, 0x72, 0x68, 0x65, 0x72, 0x74, 0x7a, 0x6f, 
0x67, 0x20, 0x2d, 0x20, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 
0x72
WM_NAME(STRING) = rhert...@rivendell: /home/rhertzog - Terminator
_NET_WM_NAME(UTF8_STRING) = 0x72, 0x68, 0x65, 0x72, 0x74, 0x7a, 0x6f, 0x67, 
0x40, 0x72, 0x69, 0x76, 0x65, 0x6e, 0x64, 0x65, 0x6c, 0x6c, 0x3a, 0x20, 0x2f, 
0x68, 0x6f, 0x6d, 0x65, 0x2f, 0x72, 0x68, 0x65, 0x72, 0x74, 0x7a, 0x6f, 0x67, 
0x20, 0x2d, 0x20, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72

(I skipped the icon property)

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages awesome depends on:
ii  libc6 2.9-8  GNU C Library: Shared libraries
ii  libcairo2 1.8.6-2+b1 The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.12-1   simple interprocess messaging syst
ii  libev33.43-1.1   high-performance event loop librar
ii  libglib2.0-0  2.20.1-1   The GLib library of C routines
ii  libimlib2 1.4.2-4+b1 powerful image loading and renderi
ii  liblua5.1-0   5.1.4-3Simple, extensible, embeddable pro
ii  libncurses5   5.7+20090411-1 shared libraries for terminal hand
ii  libpango1.0-0 1.24.0-3+b1Layout and rendering of internatio
ii  libreadline5  5.2-4  GNU readline and history libraries
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxcb-atom1  0.3.4-1utility libraries for X C Binding 
ii  libxcb-aux0   0.3.4-1utility libraries for X C Binding 
ii  libxcb-event1 0.3.4-1utility libraries for X C Binding 
ii  libxcb-icccm1 0.3.4-1utility libraries for X C Binding 
ii  libxcb-image0 0.3.4-1utility libraries for X C Binding 
ii  libxcb-keysyms0   0.3.3-2utility libraries for X C Binding 
ii  libxcb-property1  0.3.4-1utility libraries for X C Binding 
ii  libxcb-randr0 1.2-1  X C Binding, randr extension
ii  libxcb-render-util0   0.3.4-1utility libraries for X C Binding 
ii  libxcb-render01.2-1  X C Binding, render extension
ii  libxcb-shm0   1.2-1  X C Binding, shm extension
ii  libxcb-xinerama0  1.2-1  X C Binding, xinerama extension
ii  libxcb-xtest0 1.2-1  X C Binding, xtest extension
ii  libxcb1   1.2-1  X C 

Bug#522290: reportbug: mentions non-existing newt frontend in manual page

2009-04-02 Thread Raphaël Hertzog
Package: reportbug
Version: 4.0
Severity: minor

The manual page still mentions the newt UI which has been removed. Please fix 
that.


-- Package-specific info:
** Environment settings:
DEBEMAIL=hert...@debian.org
EMAIL=raph...@ouaza.com
DEBFULLNAME=Raphael Hertzog
INTERFACE=gtk2

** /home/rhertzog/.reportbugrc:
reportbug_version 4.0
mode advanced
ui gtk2
realname Raphaël Hertzog

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (150, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages reportbug depends on:
ii  apt   0.7.20.2   Advanced front-end for dpkg
ii  python2.5.4-2An interactive high-level object-o
ii  python-reportbug  4.0Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils none (no description available)
ii  debsums   2.0.43 verification of installed package 
pn  dlocate   none (no description available)
ii  file  5.00-1 Determines file type using magic
ii  gnupg 1.4.9-4GNU privacy guard - a free PGP rep
ii  postfix [mail-transport-agent 2.5.5-1.1  High-performance mail transport ag
ii  python-gtk2   2.14.1-1   Python bindings for the GTK+ widge
pn  python-urwid  none (no description available)

-- no debconf information



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



Bug#299759: Your work on linux-wlan-ng

2005-09-05 Thread Raphaël Hertzog
Le samedi 03 septembre 2005 à 20:30 +0200, Victor Seva Lopez a écrit :
 We are working in linux-wlan-ng but I found a bug [0] that makes impossible 
 to me
 build a 0.2.2 version for 2.4.27-2 or 2.6.8-2 kernels.

 As you can see... We are working on this.
 
 My sponsor agi is away ( vacations ) since July. Can you take a look over to 
 our
 0.2.2 version for sid[1]? And If you are agree with it can you sponsor us 
 since agi
 is online again?

When will he come back ? 

I'm not so confident to upload this version since I tested it and I
could't make my USB stick (Netgear MA-111) work with 2.6.12 kernel +
your 0.2.2 linux-wlan-ng.

I'm really not an expert on kernel modules. Did you ask for someone on
debian-mentors already ? 

Did you contact the kernel team ? Maybe you could integrate the work
with them and maybe a member of the team can sponsor you ? They have all
the required knowledge ...
http://lists.debian.org/debian-kernel/

Regards,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/




Bug#264019: Bug still present: cvs pserver not working on sarge

2005-08-17 Thread Raphaël Hertzog
found 264019 1:1.12.9-14
thanks

For me this bug is not fixed. We installed version -14 on Alioth:
[EMAIL PROTECTED]:~$ dpkg -l cvs | grep ^h
hi  cvs1.12.9-14  Concurrent Versions System

But I still get the error mentionned in this bug report:
[EMAIL PROTECTED]:~/tmp$ cvs -d :pserver:[EMAIL 
PROTECTED]:/cvsroot/nm-templates login
Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/nm-templates
CVS password:
cvs [login aborted]: unrecognized auth response from cvs.alioth.debian.org: 
cvs: WARNING: Read-only repository access mode selected via `cvs -R'.

This bug is very annoying since it means that pserver access is
basically broken on alioth (and in any server running sarge!). We
(alioth admins) get regular complaints from our users, so it would be
nice if a fixed package could be provided (or should we really go back
and install the cvs package from woody?).

Considering the number of bugs on the package, let me suggest you to
start looking for co-maintainers. I'm ccing debian-qa, maybe someone
else will find some time to help you at least on that specific bug.

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/




Bug#264019: Bug still present: cvs pserver not working on sarge

2005-08-17 Thread Raphaël Hertzog
close 264019 1:1.12.9-14
thanks

Le mercredi 17 août 2005 à 15:36 +0100, Steve McIntyre a écrit :
 Hmmm. Found your problem:
 
 [EMAIL PROTECTED]:~$ md5sum /org/alioth.debian.org/chroot/usr/bin/cvs 
 9ac22e38f566a4b4a8c341a539938490  /org/alioth.debian.org/chroot/usr/bin/cvs
 
 which is the binary from -13. Try upgrading that...! :-)

Right ! (And here we see that I'm not familiar with gforge internal
working)

We fixed the problem on alioth. I hope this mail also fixes the BTS
report. I don't know if I should use unfound pkg ver or fixed
pkg ver or close pkg version. :-))

 Considering the number of bugs on the package, let me suggest you to
 start looking for co-maintainers. I'm ccing debian-qa, maybe someone
 else will find some time to help you at least on that specific bug.
 
 As far as I can tell, this bug is fixed. Believe it or not, I tested
 it...

Good ! Sorry to have disturbed you with my error.

 As for the co-maintainer idea, I've already decided to do it and I'll
 be setting up an alioth (svn!) project for cvs later this week to make
 it easier...

Great !

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/




Bug#315708: Additional information

2005-08-12 Thread Raphaël Hertzog
Le mercredi 10 août 2005 à 23:23 -0500, Manoj Srivastava a écrit :
 Hi,
 postgresql packages installed are shown below. These work with
  libdbd-pg-perl_1.32-2_i386. Now, if version 1.42-2 can't work with
  postgresql 7.x, why does it not conflict with that version? Or depend
  on the newer version of postgres?

Because several postgresql can now be installed concurrently !

libdbd-pg-perl 1.42-2 depends on libpq4 and that's enough, there's no
reason for me to conflict with anything.

The description of libpq4 says:
| This version of libpq is compatible with servers from PostgreSQL 8.0
| or later.

Furthermore your script uses the TCP/IP access
 | #our $greylist_dbname   = 'DBI:Pg:database=mimedefang';
 | our $greylist_dbname   = 
 'DBI:Pg:database=mimedefang;host=localhost;port=5432;';
instead of the traditional Unix socket.

I suppose that's because the Unix socket doesn't work ! And if it didn't
work, it may have been on purpose : to avoid using the lib with the
socket corresponding to the old postgresql !

I'm ccing Martin Pitt to have his input on this problem. Martin, do you
confirm that using libpq4 with older PostgreSQL is asking for troubles ?

Manoj, I suggest that you switch to PostgreSQL 8.0. I do not intend to
provide several versions of libdbp-pg-perl to support several
PostgreSQL. I'm going to follow the latest stable PostgreSQL as usual.
I may document this situation in the README.Debian however.

Regards,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/




Bug#315708: Additional information

2005-08-12 Thread Raphaël Hertzog
Le vendredi 12 août 2005 à 13:26 +0200, Martin Pitt a écrit :
  I'm ccing Martin Pitt to have his input on this problem. Martin, do you
  confirm that using libpq4 with older PostgreSQL is asking for troubles ?
 
 Negative, it works perfectly. That's the reason why libpq3 is obsolete
 now and there is only one libpq-dev for all client apps. 

Then Manoj has another problem. Manoj, I've uploaded a new upstream
version 1.43-1 ... can you try that version and tell me if it fixes your
problem ?

If no, please send the found 315708 1.43-1 since I've may have closed
this bug too quickly. In that case, please send me the SQL used to
create the database so that I can try here...

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/




<    1   2   3   4   5   6