Processing of wmacpi_2.1-9_i386.changes

2007-05-22 Thread Archive Administrator
wmacpi_2.1-9_i386.changes uploaded successfully to localhost
along with the files:
  wmacpi_2.1-9.dsc
  wmacpi_2.1-9.diff.gz
  wmacpi_2.1-9_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



wmacpi_2.1-9_i386.changes ACCEPTED

2007-05-22 Thread Debian Installer

Accepted:
wmacpi_2.1-9.diff.gz
  to pool/main/w/wmacpi/wmacpi_2.1-9.diff.gz
wmacpi_2.1-9.dsc
  to pool/main/w/wmacpi/wmacpi_2.1-9.dsc
wmacpi_2.1-9_i386.deb
  to pool/main/w/wmacpi/wmacpi_2.1-9_i386.deb


Override entries for your package:
wmacpi_2.1-9.dsc - source x11
wmacpi_2.1-9_i386.deb - extra x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 412605 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#412605: marked as done (wmacpi fails to start with latest 2.6 kernels)

2007-05-22 Thread Debian Bug Tracking System
Your message dated Tue, 22 May 2007 12:17:07 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#412605: fixed in wmacpi 2.1-9
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: wmacpi
Version: 2.1-6

With the latest 2.6 Linux kernels, when the deprecated CONFIG_ACPI_PROCFS is
not selected, wmacpi fails to start because /proc/acpi/info doesn't exist.

Instaed, wmacpi should read /sys/module/acpi/parameters/acpica_version.
I am attaching a patch to this mail that fixes this problem while keeping
backward compatibility with systems where /proc/acpi/info exists.

This bug report is also sent to the upstream maintainer. 

---
 libacpi.c |   18 --
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/libacpi.c b/libacpi.c
index 6ea74d6..b4e9dce 100644
--- a/libacpi.c
+++ b/libacpi.c
@@ -139,15 +139,20 @@ int power_init(global_t *globals)
 char buf[4096];
 int acpi_ver = 0;
 int retval;
-
-if (!(acpi = fopen("/proc/acpi/info", "r"))) {
-   pfatal("This system does not support ACPI\n");
-   return 1;
+unsigned int version_offset = 0;
+
+if (!(acpi = fopen("/sys/module/acpi/parameters/acpica_version", "r"))) {
+   if (!(acpi = fopen("/proc/acpi/info", "r"))) {
+   pfatal("This system does not support ACPI\n");
+   return 1;
+   } else {
+   version_offset = 25;
+   }
 }
 
 /* okay, now see if we got the right version */
 fread(buf, 4096, 1, acpi);
-acpi_ver = strtol(buf + 25, NULL, 10);
+acpi_ver = strtol(buf + version_offset, NULL, 10);
 pinfo("ACPI version detected: %d\n", acpi_ver);
 if (acpi_ver < 20020214) {
pfatal("This version requires ACPI subsystem version 20020214\n");
@@ -169,7 +174,8 @@ int power_reinit(global_t *globals)
 FILE *acpi;
 int retval;
 
-if (!(acpi = fopen("/proc/acpi/info", "r"))) {
+if (!(acpi = fopen("/proc/acpi/info", "r")) &&
+   !(acpi = fopen("/sys/module/acpi/parameters/acpica_version", "r"))) {
pfatal("Could not reopen ACPI info file - does this system support 
ACPI?\n");
return 1;
 }
-- 
1.4.4.4


--- End Message ---
--- Begin Message ---
Source: wmacpi
Source-Version: 2.1-9

We believe that the bug you reported is fixed in the latest version of
wmacpi, which is due to be installed in the Debian FTP archive:

wmacpi_2.1-9.diff.gz
  to pool/main/w/wmacpi/wmacpi_2.1-9.diff.gz
wmacpi_2.1-9.dsc
  to pool/main/w/wmacpi/wmacpi_2.1-9.dsc
wmacpi_2.1-9_i386.deb
  to pool/main/w/wmacpi/wmacpi_2.1-9_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guillem Jover <[EMAIL PROTECTED]> (supplier of updated wmacpi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 May 2007 14:47:25 +0300
Source: wmacpi
Binary: wmacpi
Architecture: source i386
Version: 2.1-9
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Guillem Jover <[EMAIL PROTECTED]>
Description: 
 wmacpi - ACPI battery monitor for WindowMaker
Closes: 412605
Changes: 
 wmacpi (2.1-9) unstable; urgency=low
 .
   * QA upload.
   * Add support for the new Linux 2.6 ACPI sysfs hierarchy. (Closes: #412605)
 Thanks to Samuel “the shark” Ortiz <[EMAIL PROTECTED]>.
   * Remove initial preposition from the short description.
   * Update watch file to version 3 (no changes needed).
   * Change x-dev Build-Depends to x11proto-core-dev.
   * Add missing Build-Depends x11proto-xext-dev and libxpm-dev.
   * Do not use '/usr/X11R6/lib' and '/usr/X11R6/include' when compiling.
   * Do not complain if the dependency files (.d) are not found when including
 them in the Makefile.
   * Clean up debian/copyright:
 - Use 'License' instead of 'Copyright'.
 - Add a new 'Upstream authors' section heading.
   * Clean up debian/rules:
 - Remove empty configure target.
 - Move duped cflags assignments in noopt to a common assignment.
 - Do not use a build-stamp file.
 - Remove boilerplate comments.
 

Bug#425572: mlmmj: Mail sent to two lists only delivered to one

2007-05-22 Thread Martin Pels
Package: mlmmj
Version: 1.2.11-7.1
Severity: important

Hi,

I have a mlmmj configured with multiple mailinglists. When I send an
e-mail to an individual mailinglist (doesn't matter which one) it is 
delivered to the subscribers. But when I send an e-mail to two 
mailinglists, it is delivered to only one of the lists.

My postfix log shows the message is delivered to mlmmj-receive twice
(once for each list), but the message is only delivered to the
subscribers of one list. It seems like mlmmj ignores multiple messages
with the same message id, or something like that.

Regards,
Martin Pels
Support Net B.V.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages mlmmj depends on:
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  grep-dctrl  2.9.3Grep Debian package information - 
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  postfix [mail-transport-age 2.3.7-3  A high-performance mail transport 

mlmmj recommends no packages.

-- debconf information:
* mlmmj/text-format-changed:
  mlmmj/remove-on-purge: false


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



VENTE FLASH... Plus que 3 Jours !

2007-05-22 Thread VERTBAUDET
Si vous ne visualisez pas correctement ce message, cliquez ici:
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/elDk0K4Ebf0QMI0BnG50Ef


VENTE FLASH ! PRIX RONDS !
Du 22 au 25 mai 2007

LES REDUCTIONS S'ENVOLENT !

Craquez pour le Top fille (du 2 au 12 ans) à partir de 5€* en cliquant ici :
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/elDk0K4Ebf0QMI0BnG60Eg

Craquez pour le Tee shirt garçon (du 2 au 12 ans) à partir de 4€* en cliquant 
ici :
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/elDk0K4Ebf0QMI0BnG70Eh

Et toujours jusqu'à -60%** sur des milliers d'articles
Vite, j'en profite :
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/elDk0K4Ebf0QMI0Bmb70E8

A tout de suite sur Vertbaudet.fr !
L'équipe Internet de VERTBAUDET

Votre numéro client :  1588676252



*Offres de réductions valables du 22 mai au 25 mai 2007, non cumulables avec 
toute offre promotionnelle présentée par ailleurs et non valable en magasin.

**Offre de réductions valables pour toute commande dans la sélection "Les 
réductions s’envolent" proposée sur vertbaudet.fr jusqu’au 25 mai 2007, non 
cumulables avec toute offre promotionnelle présentée par ailleurs et n’excluant 
pas la participation aux frais d’envoi.

Conformément à la loi Informatique et Libertés du 6 janvier 1978, je dispose 
d'un droit d'accès, de rectification et d'opposition aux informations me 
concernant qui peut s'exercer sur le site www.vertbaudet.fr, rubrique 
"contactez-nous" ou par courrier VERTBAUDET service Relations Clientèle 59200 
TOURCOING en indiquant nom, prénom, adresse et n° de client. Par votre 
intermédiaire, je peux être amené à recevoir des propositions commerciales 
d'autres entreprises ou organismes, ou être informé également de vos offres par 
mail, téléphone, SMS ou par courrier. Je demande à recevoir vos offres 
commerciales. Si je ne le souhaite pas il suffit de vous le signaler sur 
www.vertbaudet.fr, rubrique "contactez-nous".

Si vous ne souhaitez plus recevoir d’informations de VERTBAUDET par email, 
veuillez simplement cliquer ici:
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/elDk0K4Ebf0QMI0Bmsv0ET






Bug#419803: Bug resolved

2007-05-22 Thread Jostein Elvaker Haande
Package: klineakconfig
Version: 0.9-4
Severity: normal

The nature of the problem resides in the fact that lineakd can not use
its internal OSD renderer. The problem is easily fixed by setting it to
use the XOSD display plugin.

  Display_plugin = xosd

in ~/.lineak/lineakd.conf

After this change has been made, and lineakd restarted the OSD rendering
is back into working order. Why this is not the default behaviour is
beyond me, but this at least fixes the problem.

-- 
Yours sincerely Jostein Elvaker Haande
"A free society is a place where it is safe to be unpopular"
- Adlai Stevenson

Web: http://tolecnal.net - Mail: tolecnal  tolecnal  net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



linux-igd

2007-05-22 Thread Dana Jansens

The linux-igd package in debian unstable suffers from this bug, which
causes it to die rather frequently:

http://bugs.gentoo.org/show_bug.cgi?id=119862

In that url, there is a simple patch which can be applied to fix it.

Thanks!

Dana


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]