Bug#428747: ttf-dejavu-udeb: Please add unicode char 25CF to DejaVuSans

2007-06-14 Thread Davide Viti

tags 428747 + patch
thanks

On Thu, Jun 14, 2007 at 02:54:02AM +0200, Denis Jacquerye wrote:
 Apparently someone has decided a password dialog should no longer print
 simple asterisks, but to use unicode character 25CF (a black round
 bullet) instead.
 
 Please add this character for the DejaVuSans font. It should not be needed
 to add it to any other fonts.
 
 U+25CF has been in DejaVu Sans since version 2.2. It is also in DejaVu
 Serif and DejaVu Sans Mono.

The problem is that the glyph belongs to a range which has been stripped away 
of the 
udeb; the following patch should fix the problem.
I can prepare an updated package ASAP if needed.

regards,
Davide

Index: scripts/generate-udeb.sh
===
--- scripts/generate-udeb.sh(revision 310)
+++ scripts/generate-udeb.sh(working copy)
@@ -20,7 +20,6 @@
 STRIP_RANGES=$STRIP_RANGES u2150:u218f # Number Forms
 STRIP_RANGES=$STRIP_RANGES u2190:u21ff # Arrows
 STRIP_RANGES=$STRIP_RANGES u2200:u24FF # Mathematical, Techical, Control, OCR
-STRIP_RANGES=$STRIP_RANGES u2580:u25FF # Block elements, Geometric Shapes
 STRIP_RANGES=$STRIP_RANGES u2600:u26FF # Miscellaneous Symbols
 STRIP_RANGES=$STRIP_RANGES u2700:u27EF # Dingbats, Miscellaneous 
Mathematical Symbols-A
 STRIP_RANGES=$STRIP_RANGES u27F0:u27FF # Supplemental Arrows-A
[EMAIL PROTECTED]:~/dejavu/alioth/ttf-dejavu/trunk/debian$


signature.asc
Description: Digital signature


Bug#420089: randomize-lines: 'man rl' gives hazardous example.

2007-06-14 Thread A. Costa
Improved random colors, (was 7 colors, now 21), inspired by a reading
of the control characters section of 'man console_codes':

# print the words of a sentence in three shades of random colors
S=the quick brown fox jumps over the lazy dog.
L=`echo $S | wc -w` # word count of $S
for f in 1 2 22 ; do seq -f $f;%g 31 37 ; done | rl -rc $L | for f in 
$S ; do read c ; /bin/echo -ne \033[40;$c\155$f  ; done ; echo -e 
\033[39;49\155

How it works:  the first 'for...done' loop prints the 21 possible color
codes over a black background, 'rl' grabs $L of those at random, then
the second 'for' loop prints the words in $S using those random
colors.  The last 'echo' restores the default colors.

'man rl' in color, (sans formatting):

man rl | while read S ; do [ $S ] || { echo ; continue ; } ; L=`echo 
$S | wc -w` ; for f in 1 2 22 ; do seq -f $f;%g 31 37 ; done | rl -rc $L | 
for f in $S ; do read c ; /bin/echo -ne \033[40;$c\155$f  ; done ; echo -e 
\033[39;49\155; done

The 'seq' stuff within the while loop is wasteful, it's just a
demo.  This can be piped to 'less -R', which shows color.  First
piping text to 'dog --krad' ups the nonsense level.


HTH...


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



Bug#426086: roundcube: General update after the debconf review process

2007-06-14 Thread Christian Perrier
Dear Debian maintainer,

On Friday, May 11, 2007, I sent you a notification about the beginning of a 
review
action on debconf templates for roundcube.

Then, I sent you a bug report with rewritten templates and annoucing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is now the result of their efforts.

Please consider using it EVEN if you committed files to your
development tree as long as they were reported.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/control with rewrites of packages' descriptions
- debian/templates with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

As said, please use *at least* the PO files as provided here,
preferrably over those sent by translators in their bug reports. All
of them have been checked and reformatted. In some cases, formatting
errors have been corrected.

The patch-nopo file contains a patch for the templates and control file(s).

Please note that this patch applies to the templates and control
file(s) of your package as of Friday, May 11, 2007. If your package was updated
in the meantime, I may have updated my reference copybut I also
may have missed that. This is indeed why I suggested you do not
modified such files while the review process was running,
remember..:-)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. 

There is of course no hurry to update your package but feel free to
contact me in case you would need sponsoring or any other action to
fix this.



-- 




patch.tar.gz
Description: Binary data
--- 
/home/bubulle/travail/debian/rewrite/TRANS/roundcube/roundcube.old/debian/templates
 2007-05-06 07:49:41.947884663 +0200
+++ 
/home/bubulle/travail/debian/rewrite/TRANS/roundcube/roundcube/debian/templates 
2007-05-26 08:52:16.000803156 +0200
@@ -1,31 +1,50 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# for an advice to [EMAIL PROTECTED]
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: roundcube/reconfigure-webserver
 Type: multiselect
-_Choices: apache, apache-ssl, apache-perl, apache2
+__Choices: apache, apache-ssl, apache-perl, apache2
 Default: apache, apache-ssl, apache-perl, apache2
-_Description: Webserver Reconfiguration:
- RoundCube supports any web server that php does, but this automatic
- configuration process only supports Apache. Please select which 
- apache version you want to configure the RoundCube frontend for.
+_Description: Web server(s) to configure automatically:
+ RoundCube supports any web server supported by PHP, however only
+ Apache can be configured automatically.
+ .
+ Please select the web server(s) that should be configured
+ automatically for RoundCube.
 
 Template: roundcube/restart-webserver
 Type: boolean
 Default: true
-_Description: Would you like to restart your webserver(s) now?
- Remember that in order to apply the changes your webserver(s) has/have to
- be restarted. 
+_Description: Should the webserver(s) be restarted now?
+ In order to activate the new configuration, the reconfigured web
+ servers have to be restarted.
 
 Template: roundcube/hosts
 Type: string
 Default:
-_Description: IMAP server on which RoundCube should connect to:
- Leave this field blank to show a textbox at login, give a list
- of space-separated hosts to display a pulldown menu or set one
- host. To use SSL connection, use ssl://hostname:993.
+_Description: IMAP server(s) used with RoundCube:
+ Please select the IMAP server that should be used with RoundCube.
+ .
+ If this is left blank, a text box will be displayed at
+ login. Entering a space-separated list of hosts will display a
+ pull-down menu. Entering a single host will enforce using this
+ host.
+ .
+ To use SSL connections, please enter host names as 'ssl://hostname:993'.
 
 Template: roundcube/language
 Type: select
 Choices: ${languages}
 _Description: Default language:
- Each user can select in his preferences the language of the
- interface. However, for the login screen and for the first
- connection, this is the language selected here that will be used.
+ Please choose the default language for RoundCube.
+ .
+ This choice can be overridden by individual users in their preferences.
+ .
+ However, the default language will be used for the login screen and
+ the first connection of users.
--- 
/home/bubulle/travail/debian/rewrite/TRANS/roundcube/roundcube.old/debian/control
   2007-05-06 07:49:41.943884633 +0200
+++ 
/home/bubulle/travail/debian/rewrite/TRANS/roundcube/roundcube/debian/control   
2007-05-26 08:50:28.087852961 +0200
@@ -11,10 +11,10 @@
 Architecture: all
 Depends: dbconfig-common, debconf | debconf-2.0, apache2 

Bug#428195: krb5: [debconf_rewrite] Debconf templates review

2007-06-14 Thread Christian Perrier
 Summary: 
 
 -need Russ' final word on quotes. We seem to agree to use whatever he
 feels appropriate even if I have a small preference for single ones


still needing a confirmation for that one

 
 -need aproval for the final wording of the 'krb524d' daemon

ditto


 
 -decision about removal of the debconf note (I can include removing it
 from the maintainers scripts in the patch).


Sam Hartman seems to prefer keeping it, so we'll go with that one.



signature.asc
Description: Digital signature


Bug#428757:

2007-06-14 Thread tomga

I think that we hit two things here.

Output you requested:

 entering debugger

/usr/lib/python2.4/site-packages/bzrlib/plugins/svn/fetch.py(261)close_file()
- ie.symlink_target = lines[0][len(link ):]
(Pdb) print lines
[]
(Pdb)

This can be happening because a symbolic link pointing to outside of
repository has been commited in bazaar repository. Maybe this
exception
is thrown because of this.

Anyway I have made a sample session from scratch which IMHO shows that
something is very wrong and this package is really unusable right now.

tst:~$ mkdir test
tst:~$ cd test
#create empty svn repository
tst:~/test$ mkdir svnrepo
tst:~/test$ svnadmin create svnrepo
#create empty bzr repository
tst:~/test$ mkdir bzrrepo
tst:~/test$ bzr init bzrrepo
#create directory a1, commit and push to svn repo
tst:~/test$ cd bzrrepo/
tst:~/test/bzrrepo$ mkdir a1
tst:~/test/bzrrepo$ bzr add a1
added a1
tst:~/test/bzrrepo$ bzr commit -m created a1
added a1
Committed revision 1.
tst:~/test/bzrrepo$ bzr push file:///home/tomga/test/svnrepo
Pushed up to revision 1.
#create directory a2, commit and push to svn repo
tst:~/test/bzrrepo$ mkdir a2
tst:~/test/bzrrepo$ bzr add a2
added a2
tst:~/test/bzrrepo$ bzr commit -m created a2
added a2
Committed revision 2.
tst:~/test/bzrrepo$ bzr push file:///home/tomga/test/svnrepo
bzr: ERROR: These branches have diverged.  Try using merge and
then push.
#checkout svn repo and examin log
tst:~/test/bzrrepo$ cd ..
tst:~/test$ svn co file:///home/tomga/test/svnrepo svnco
Asvnco/a1
U   svnco
Checked out revision 1.
tst:~/test$ cd svnco
tst:~/test/svnco$ svn log

r1 | tomga | 2007-06-14 08:08:19 +0200 (Thu, 14 Jun 2007) | 1 line

created a1

tst:~/test/svnco$ cd ..
#merge bzr repo with svn repo - it seems that it incorrectly resolved
common root
tst:~/test$ cd bzrrepo/
tst:~/test/bzrrepo$ bzr merge file:///home/tomga/test/svnrepo
+N  a1/
-D  a1/
All changes applied successfully.
tst:~/test/bzrrepo$ bzr status
removed:
a1/
a2/
pending merges:
tomga 2007-06-14 created a1
tst:~/test/bzrrepo$


I hope this helps.

Regards
Tomasz Gajewski




Bug#428751: console-data: [D-I] keymaps no longer sorted

2007-06-14 Thread Christian Perrier
Quoting Frans Pop ([EMAIL PROTECTED]):
 Package: console-data
 Version: 2:1.02-1
 Tags: d-i
 
 The listing of keymaps in Debian Installer is no longer sorted 
 alphabetically. Please stop breaking that ;-)

This is a direct consequence of the big deban/rules simplification
that happened in 1.02-1, with the use of cdbs.

The specific script that sorts keymaps must happen *after*
dh_installdebconf in the package build sequence and it is apparently
launched *before* it.

I said that this could break some D-I parts, I warned -boot,
remember..:-)



-- 





signature.asc
Description: Digital signature


Bug#428733: samba keeps exe-files locked?

2007-06-14 Thread Christian Perrier
Quoting Arno van Amersfoort ([EMAIL PROTECTED]):
 Package: samba
 Version: 3.0.24-6etch4
 
 It seems that since I've upgraded from Sarge to Etch (Samba 3.0.14a - 
 3.0.24), Samba doesn't dispose of locks previously created for exe-files 
  opened by Windows. This means that once a Windows client opens an 
 .exe-file from a Samba-share (to execute it), and then closes it again, 
 Samba still holds the lock on that .exe-file, as long as the 
 Windows-client is logged on.
 
 This is what is shown by smbstatus:
 
 Locked files:
 Pid  UidDenyMode   Access  R/WOplock 
SharePath   Name   Time
 
 21470319DENY_WRITE 0x20RDONLY NONE 
/etc/samba/netlogon   reg.exe   Wed Jun 13 13:07:20 2007
 .
 
 I've tried changing all related oplock  locking variables in smb.conf 
 but the problem still persists, so I guess it's a bug of some kind.


Could you please post your smb.conf file (before you tried tweaking
it), include the relevant share settings?

A level 10 debug log of the first file opening *and* further attempts
by Window clients would help, too.

Also, does it happen for any EXE file launched from a Windows client,
or only for that registry manipulation utility which you apparently
use from the users' logon script?



signature.asc
Description: Digital signature


Bug#428784: opustex: wrong dependencies for etch

2007-06-14 Thread Elie Roux
Package: opustex
Version: 0.84-5.1
Severity: grave
Justification: renders package unusable

opustex depends on tetex-bin and tetex-extra, but texlive is used since
etch.

Why is the old version still used instead of the latest (which is very
old too)?

Does the licence allow to patch OpusTeX?


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

Versions of packages opustex depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  tetex-base  3.0.dfsg.3-5 Basic TeX input files of teTeX
ii  tetex-bin   3.0-30   The teTeX programs

opustex recommends no packages.



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



Bug#428785: wpasupplicant: losing WiFi connectivity Connection to wpa_supplicant lost - trying to reconnect

2007-06-14 Thread Sebastian Niehaus
Package: wpasupplicant
Version: 0.5.5-2
Severity: normal


For some reason, wpa_supplicant sometimes loses the connection to wpa_cli
and wpa_supplicant seems to crash.


Connection often runs fine vor several minutes. This is, what wpa_cli
sometimes says:

,
| 2Trying to associate with SSID 'propaganda'
| 1Cancelling scan request
| 1WPA: using GTK CCMP
| 1WPA: using PTK CCMP
| 1WPA: using KEY_MGMT WPA-PSK
| 1Setting authentication timeout: 60 sec 0 usec
| 1Associated to a new BSS: BSSID=00:18:84:16:b2:e2
| 1WPA: using GTK CCMP
| 1WPA: using PTK CCMP
| 1WPA: using KEY_MGMT WPA-PSK
| 2Associated with 00:18:84:16:b2:e2
| 
|  [...]
| 
| 1Setting authentication timeout: 10 sec 0 usec
| 1Cancelling scan request
| 'PING' command timed out.
| Connection to wpa_supplicant lost - trying to reconnect
`

wpasupplicant is not running anymore after this (and I cannot use WiFi
anymore):

,
| [07:59:[EMAIL PROTECTED]:/tmp]$ ps aux | grep wpa
| root  4298  0.0  0.1   4104   616 pts/4S+   Jun13   0:00 wpa_cli
| niehaus  28887  0.1  1.7  13592   pts/0S+   08:22   0:00 
/usr/bin/python -S /usr/bin/reportbug wpasupplicant
| niehaus  29190  0.0  0.2   4432  1356 pts/0S+   08:30   0:00 vi -c :7 
/tmp/reportbug-wpasupplicant-20070614-28887-wjCj0a
| niehaus  29219  0.0  0.1   3700   616 pts/1D+   08:32   0:00 grep wpa
`


I use Debian Stable (Sarge), my wifi hardware is an Intel 2100


,
| [08:35:[EMAIL PROTECTED]:/tmp]$ lspci -v
| 
| [...]
| 
| 
| 02:02.0 Network controller: Intel Corporation PRO/Wireless LAN 2100 3B Mini 
PCI Adapter (rev 04)
| Subsystem: Intel Corporation Unknown device 2551
| Flags: bus master, medium devsel, latency 64, IRQ 11
| Memory at c0214000 (32-bit, non-prefetchable) [size=4K]
| Capabilities: access denied
`


I noticed this when connecting to different hardware (La Fonera, 
AVM FritzBox, Linksys WRT54GL)

Any ideas what can be wrong? 


TIA, 

Sebastian 





-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages wpasupplicant depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libdbus-1-3 1.0.2-1  simple interprocess messaging syst
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libreadline55.2-2GNU readline and history libraries
ii  libssl0.9.8 0.9.8c-4 SSL shared libraries
ii  lsb-base3.1-23.1 Linux Standard Base 3.1 init scrip

Versions of packages wpasupplicant recommends:
pn  dhcp3-client  none (no description available)

-- debconf-show failed


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



Bug#428747: [Pkg-fonts-devel] Bug#428747: Bug#428747: ttf-dejavu-udeb: Please add unicode char 25CF to DejaVuSans

2007-06-14 Thread Christian Perrier
Quoting Denis Jacquerye ([EMAIL PROTECTED]):
 On 6/13/07, Frans Pop [EMAIL PROTECTED] wrote:
  Package: ttf-dejavu-udeb
  Version: 2.17-1
  Severity: wishlist
 
  Apparently someone has decided a password dialog should no longer print
  simple asterisks, but to use unicode character 25CF (a black round
  bullet) instead.
 
  Please add this character for the DejaVuSans font. It should not be needed
  to add it to any other fonts.
 
 U+25CF has been in DejaVu Sans since version 2.2. It is also in DejaVu
 Serif and DejaVu Sans Mono.


Frans is talking about the *udeb* package for the font. A udeb is a
special Debian package meant for use by the Debian Installer. In the
case of fonts used by Debian Installer (DejaVu Sans is the general
font we use), the udeb inncludes a stripped version of the font, to
save space and memory.

Apparently we should no longer strip U+25CF from the font. Davide Viti
will take care of this.




signature.asc
Description: Digital signature


Bug#428786: gnome-applets: [debconf_rewrite] Debconf templates and debian/control review

2007-06-14 Thread Christian Perrier
Package: gnome-applets
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Sunday, May 27, 2007, I notified you of the beginning of a review process
concerning debconf templates for gnome-applets.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.

Please try to avoid uploading gnome-applets with these changes right now.

The second phase of this process will begin on Sunday, June 17, 2007, when I 
will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
Friday, June 29, 2007. Please avoid uploading a package with fixed or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

On Saturday, June 30, 2007, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- 
/home/bubulle/travail/debian/rewrite/LCFC/gnome-applets/gnome-applets.old/debian/gnome-applets.templates
2007-05-24 22:39:45.089341240 +0200
+++ 
/home/bubulle/travail/debian/rewrite/LCFC/gnome-applets/gnome-applets/debian/gnome-applets.templates
2007-06-14 07:33:32.834324677 +0200
@@ -1,17 +1,27 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# for an advice to [EMAIL PROTECTED]
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: gnome-applets/cpufreq_SUID_bit
 Type: boolean
 Default: false
-_Description: Install cpufreq-selector with SUID root?
- You have the option of installing a component of the CPU Frequency Scaling
- Monitor (cpufreq-selector) with the SUID bit set.
+_Description: Should cpufreq-selector run with root privileges?
+ The 'cpufreq-selector' program, part of the CPU Frequency
+ Scaling Monitor can be set up to use superuser privileges when
+ it is run ('SUID root').
  .
- If you make cpufreq-selector SUID, any user can then set the CPU's clock
- frequency without needing any additional privileges. This could, however,
- potentially allow it to be used during a security attack on your computer. If
- in doubt, it is suggested that you install it without SUID.
+ If you choose this option, any ordinary user will have the power to
+ set the processor's clock frequency. However, this may also be
+ potentially exploitable in security attacks.
  .
  The applet will continue to work if you choose to disable SUID for
- cpufreq-selector, but only for monitoring the CPU clock frequency. You may
- need to restart this applet before this decision takes effect.
+ cpufreq-selector, but only for monitoring the CPU clock frequency. The
+ applet may need to be restarted for a change to take effect.
  .
- If you change your mind later, run dpkg-reconfigure gnome-applets
+ If in doubt, accept the default of no SUID root. To change this
+ setting later, run 'dpkg-reconfigure gnome-applets'.
--- 
/home/bubulle/travail/debian/rewrite/LCFC/gnome-applets/gnome-applets.old/debian/control
2007-05-24 22:39:45.089341240 +0200
+++ 
/home/bubulle/travail/debian/rewrite/LCFC/gnome-applets/gnome-applets/debian/control
2007-06-11 08:21:01.601090724 +0200
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Guilherme de S. Pastore [EMAIL PROTECTED]
-Uploaders: Debian GNOME Maintainers [EMAIL PROTECTED], Josselin Mouette 
[EMAIL PROTECTED], Loic Minier [EMAIL PROTECTED], Sebastian Dröge [EMAIL 
PROTECTED]
+Uploaders: Debian GNOME Maintainers [EMAIL PROTECTED], Josselin Mouette 
[EMAIL PROTECTED], Loic Minier [EMAIL PROTECTED], Sebastian Dröge [EMAIL 
PROTECTED]
 Standards-Version: 3.7.2
 Build-Depends: cdbs (= 0.4.41),
autotools-dev,
@@ -59,9 +59,9 @@
  ${misc:Depends},
  ${python:Depends}
 Replaces: gnome-cpufreq-applet, trashapplet
-Description: Various applets for GNOME 2 

Bug#426491: ucf: [debconf_rewrite] Debconf templates review

2007-06-14 Thread Christian Perrier
 
 Here are the current versions, where I think I have incorporated
  most of the changes.  I have stuck with Debian policy mandates ...,
  since it is really a debian policy to preserve user changes to
  configuration files; and I did not want to get into too much detail
  about which particular policy document does the mandating.


Manoj, sorry for being insisting but the work on ucf is pending in the
various debconf review I'm currently handling. It is pending because
of the indecision I have about the very very final version of
templates.

I'll certainly see you at Debconof but we both know that it can be
hectic enough for making it difficult to sort such issues out.

So, can you mention me whether the templates.master file that you sent
in the mail I'm answering to is your final version or if you're OK
with the Action on ${BASENAME}:final change which I proposed after
it?




signature.asc
Description: Digital signature


Bug#420279: vbetool: different backtrace

2007-06-14 Thread Wouter Koolen-Wijkstra

Package: vbetool
Version: 0.7-1.1
Followup-For: Bug #420279


At bootup, I also get
vbetool[4580]: segfault at cc4f rip 00424854 rsp 
7fffc103c470 error 4


The backtrace however is slightly different:

(gdb) run vbestate save
Starting program: /tmp/vbetool-0.7/vbetool vbestate save
Get video state buffer size failed
Allocated buffer at 0x2 (base is 0x0)
ES: 0x2000 EBX: 0x

Program received signal SIGSEGV, Segmentation fault.
0x00424774 in rdw (addr=52303) at sys.c:269
269 val = *(u16*)(M.mem_base + addr);
(gdb) bt
#0  0x00424774 in rdw (addr=52303) at sys.c:269
#1  0x00403459 in fetch_data_word (offset=51279) at decode.c:327
#2  0x00413cf9 in x86emuOp_add_word_RM_R (op1=value optimized 
out) at ops.c:187

#3  0x00404360 in X86EMU_exec () at decode.c:123
#4  0x004022fe in real_call (registers=0xcc4f) at thunk.c:202
#5  0x00401998 in __save_state (psize=value optimized out) at 
vbetool.c:334

#6  0x00401a3e in save_state () at vbetool.c:347
#7  0x00401eef in main (argc=value optimized out, 
argv=0x7fffe64e41a8) at vbetool.c:72

(gdb) quit

I hope this helps,

Wouter Koolen-Wijkstra

-- System Information:
Debian Release: lenny/sid
 APT prefers testing
 APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages vbetool depends on:
ii  libc6 2.5-9  GNU C Library: Shared libraries
ii  zlib1g1:1.2.3-15 compression library - runtime

vbetool recommends no packages.

-- no debconf information



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



Bug#428787: apt-move: Depends upon unavailable libapt-pkg-libc6.3-6-3.11

2007-06-14 Thread Bernd Feige
Package: apt-move
Version: 4.2.27-1+b1
Severity: grave
Justification: renders package unusable

Dear apt-move maintainer,

Current apt provides libapt-pkg-libc6.5-6-4.4...

Best regards,
Bernd

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

Kernel: Linux 2.6.21.5 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-move depends on:
ii  bc  1.06-20  The GNU bc arbitrary precision cal
ii  dash0.5.3-8  The Debian Almquist Shell
pn  libapt-pkg-libc6.3-6-3. none   (no description available)
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3

Versions of packages apt-move recommends:
ii  apt   0.7.2  Advanced front-end for dpkg


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



Bug#428783: linux-latest-2.6: Use new Breaks field to avoid installing new kernel image if old packaged modules are installed

2007-06-14 Thread Raphael Hertzog
Package: linux-latest-2.6
Version: 2.6.21-4
Severity: wishlist

It would be great if we could have a mechanism to avoid installing a newer
kernel if the packaged modules that the user has installed are not yet
available. A simple example: I have 2.6.18-5 with the corresponding
kqemu-modules 2.6.18-5.

Yesterday I upgraded to sid and linux-image-2.6-686 pulled the new 2.6.21
kernel.  However there's no kqemu-modules for 2.6.21 and thus I lost
support during the upgrade even though I have kqemu-modules-2.6-686
installed.

My suggestion to solve this is to use the new Breaks field as soon as
it's introduced in dpkg (it's planned in the next dpkg upload,
apt does already support it).

linux-image-2.6-686 in version 2.6.21+7 would be marked as breaking
the old versions of packages like kqemu-modules-2.6-686.

Package: linux-image-2.6-686
Breaks: kqemu-modules-2.6-686 ( 2.6.21+7), unionfs-modules-2.6-686 (
2.6.21+7), ...

That way the package manager has a clear hint on when it can safely
proceed with the upgrade.

However when you do this, you must also decide to regularly update the
linux-modules-{contrib,extra} packages. Of course, you should only list in
the Breaks field the packages that are autobuilt. Those that are only created
by the user with modules-assistant shouldn't be listed other the upgrade
will never happen (unless the user is clever enough to do it by himself).

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

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


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



Bug#416774: Is fixed upstream after all!

2007-06-14 Thread Lionel Elie Mamane
tags 416774 +fixed-upstream
tags 416774 -help
thanks

It is fixed in upstream's svn trunk, r456. Should backport  test
that.

-- 
Lionel


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



Bug#428788: vnc4-common: black backgrounds in some apps on Sparc machine if parameter -depth not set

2007-06-14 Thread Bruno Lesenechal
Package: vnc4-common
Version: 4.1.1+X4.3.0-21
Severity: normal

When starting a vnc server (tightvncserver or vnc4server) on a sparc machine, 
if the -depth parameter is not specified some backgrounds are black
For example a lot of GTK apps will not be usable because some background of 
windows, combobox, textboxes are black (the problem can be reproduced very 
easily with gaim: the background of the contact list becomes black)

If you start the vnc server with the option '-depth 24' the problem does not 
exist

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: sparc (sparc64)

Kernel: Linux 2.6.18-4-sparc64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vnc4-common depends on:
ii  libc6   2.5-9GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3

vnc4-common recommends no packages.

-- no debconf information


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



Bug#428786: gnome-applets: [debconf_rewrite] Debconf templates and debian/control review

2007-06-14 Thread Loïc Minier
On Thu, Jun 14, 2007, Christian Perrier wrote:
 Please review the suggested changes are suggested, and if you have any
 objections, let me know in the next 3 days.

 The templates are fine, but the control part of the patch doesn't apply
 in SVN because the description was updated to match added/removed
 applets.

 It would be nice if you could work on debian/control.in instead of
 debian/control when there is such a file.

 Could you send a diff relative to the source tree of the package next
 time?  (I had to pass -p9 to patch to apply your patch.)

 On Saturday, June 30, 2007, I will contact you again and will send a
 final patch summarizing all the updates (changes to debconf templates,
 updates to debconf translations and new debconf translations).

 Thanks; could you please rebase your changes to the attached control.in
 file (which has an updated description)?

 I'm fine giving you access to the pkg-gnome SVN so that you update the
 ~180 source packages it has directly when you need to.  Would you be
 interested in working directly in SVN?

-- 
Loïc Minier
Source: gnome-applets
Section: gnome
Priority: optional
Maintainer: Guilherme de S. Pastore [EMAIL PROTECTED]
Uploaders: @GNOME_TEAM@
Standards-Version: 3.7.2
Build-Depends: cdbs (= 0.4.41),
   autotools-dev,
   debhelper (= 5.0.13),
   patchutils,
   type-handling,
   libgtk2.0-dev (= 2.10.0),
   libglib2.0-dev (= 2.6.0),
   libgnomevfs2-dev (= 1:2.15.4),
   libbonobo2-dev (= 2.15.0),
   libgnome2-dev (= 2.8.0),
   libgnomeui-dev (= 2.16.0-2),
   libgconf2-dev (= 2.8.0),
   scrollkeeper (= 0.1.4),
   libpanel-applet2-dev (= 2.13.4),
   libgtop2-dev (= 2.11.92),
   libglade2-dev (= 1:2.5.1-1),
   libgail-dev (= 1.1.0),
   libwnck-dev (= 2.9.3),
   system-tools-backends-dev (= 1.1.3),
   libgnome-desktop-dev (= 2.11.1),
   libnotify-dev (= 0.3.2),
   libhal-dev (= 0.5.3) | not+linux-gnu,
   libdbus-1-dev (= 0.92),
   libdbus-glib-1-dev (= 0.34),
   python-gtk2-dev (= 2.10),
   python-gnome2-dev (= 2.10),
   librsvg2-common (= 2.16.0-2),
   gnome-icon-theme (= 2.15.91),
   intltool (= 0.35.0),
   python-dev (= 2.4),
   libgnome-settings-daemon-dev,
   libgucharmap-dev (= 1:1.4.2-1),
   xsltproc,
   docbook-xsl,
   docbook-utils,
   gnome-doc-utils (= 0.3.2),
   libapm-dev | not+linux-gnu,
   libgstreamer-plugins-base0.10-dev (= 0.10.2),
   libxkbfile-dev,
   libcpufreq-dev,
   python-gnome2-desktop-dev,
   gnome-pkg-tools (= 0.10),
   dpkg-dev (= 1.13.19),
   sharutils,
   libxres-dev,
   python-support (= 0.4),
   libxml2-dev (= 2.5.0),
   libgnomekbdui-dev

Package: gnome-applets-data
Architecture: all
Depends: scrollkeeper,
 ${misc:Depends},
 ${python:Depends}
Replaces: gnome-cpufreq-applet, trashapplet
Description: Various applets for GNOME 2 panel - data files
 This package contains data files (pixmaps, icons, documentations) needed by
 the gnome-applets package.

Package: gnome-applets
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 gnome-applets-data (= ${gnome:Version}),
 gnome-applets-data ( ${gnome:NextVersion}),
 gnome-panel (= 2.13.4),
 gnome-icon-theme (= 2.15.91),
 gstreamer0.10-alsa | gstreamer0.10-plugins-good | hurd,
 ${python:Depends}
Conflicts: gnome-cpufreq-applet,
   trashapplet
Replaces: gnome-cpufreq-applet,
  trashapplet
Provides: gnome-cpufreq-applet,
  trashapplet
Recommends: imagemagick,
gnome-system-monitor,
gnome-media,
gnome-netstatus-applet,
deskbar-applet,
tomboy,
libgnomevfs2-extra,
python-gnome2
Suggests: acpid,
  cpufreqd | cpudyn | powernowd
Description: Various applets for GNOME 2 panel - binary files
 accessx-status: shows you the status of the keyboard accessibility
 features, including the current state of the keyboard, if those features
 are in use.
 .
 Battstat: (battery applet) shows the status of the power subsystem in your
 laptop.
 .
 Character palette: provides a convenient way to access non-standard
 characters, such as accented characters, mathematical symbols, special
 symbols, and punctuation marks.
 .
 GNOME CPUFreq Applet: a CPU Frequency Scaling Monitor for GNOME Panel.
 .
 Drivemount: Allows you to quickly and easily mount and unmount various
 types of drives and filesystems on your computer.
 .
 Geyes: Is a pair of eyes which follow your 

Bug#428790: mediawiki: [INTL:vi] Vietnamese debconf templates translation

2007-06-14 Thread Clytie Siddall

Package: mediawiki
Version: 1.10
Severity: minor
Tags: l10n, patch

The initial Vietnamese translation for the debconf file: mediawiki

translated and submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)

vi.po.gz
Description: GNU Zip compressed data


PGP.sig
Description: This is a digitally signed message part


Bug#428675: New tests

2007-06-14 Thread BERTRAND Joël

Hello,

	Bind9 hangs too. Sometimes, it hangs without any message and I have to 
restart it. All bind9 threads are alive, but they don't answer to DNS 
queries...


Regards,

JKB


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



Bug#428791: dvdrtools does not install : conflict with cdda2wav

2007-06-14 Thread Erwan David
Package: dvdrtools
Version: 0.3.1-2
Severity: important

--- Please enter the report below this line. ---


While upgrading from 0.3.1-1 to 0.3.1-2 I get the following error :

dpkg: error processing /var/cache/apt/archives/dvdrtools_0.3.1-2_i386.deb 
(--unpack):
 trying to overwrite `/usr/bin/cdda2wav', which is also in package cdda2wav
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/dvdrtools_0.3.1-2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21-1-k7

Debian Release: lenny/sid
  500 unstableftp.fr.debian.org 
  500 unstableapt.cerkinfo.be 
  500 stable  security.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-===
libc6 (= 2.5-5) | 2.5-11
libmagic1| 4.21-1


-- 
Erwan


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



Bug#428792: gtk-gnutella: Download rescheduling seems borken

2007-06-14 Thread Johan Walles
Package: gtk-gnutella
Version: 0.96.3-1
Severity: important


Try this:
* Click Downloads
* Expand one download
* Look in the Status column

I have lots of lines saying: Max. number of downloads reached at 
09.21.33 - rescheduled for 09.21.34.

Time is now 09.38.  So that download should have been re-attempted about 
a quarter of an hour ago.

Don't know how easy this is to reproduce, but what I'm trying to 
download is in this case Vanessa Mae - Phantom of the Opera.mp3.  I 
have over four thousand sources for it, and all of them are in this 
timed out state.

Severity important since this really prevents me from downloading stuff, 
which is the whole point of gtk-gnutella.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.ISO-8859-15, LC_CTYPE=sv_SE.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages gtk-gnutella depends on:
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libc6  2.5-9+b1  GNU C Library: Shared libraries
ii  libcairo2  1.4.6-1.1 The Cairo 2D vector graphics libra
ii  libdbus-1-31.0.2-1   simple interprocess messaging syst
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglib2.0-0   2.12.12-1 The GLib library of C routines
ii  libgnutls131.6.3-1   the GNU TLS library - runtime libr
ii  libgtk2.0-02.10.12-2 The GTK+ graphical user interface 
ii  libpango1.0-0  1.16.4-1  Layout and rendering of internatio
ii  libsqlite3-0   3.3.17-1  SQLite 3 shared library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.8-2 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.28.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.2.1-1 X11 RandR extension library
ii  libxrender11:0.9.2-1 X Rendering Extension client libra
ii  zlib1g 1:1.2.3-15compression library - runtime

gtk-gnutella recommends no packages.

-- no debconf information


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



Bug#428789: menu: [INTL:vi] Vietnamese program translation

2007-06-14 Thread Clytie Siddall

Package: menu
Version: 2.1.34
Severity: minor
Tags: l10n, wishlist

The initial Vietnamese translation for the program file: menu (su-to- 
root)


translated and submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)

vi.po.gz
Description: GNU Zip compressed data


PGP.sig
Description: This is a digitally signed message part


Bug#428791: dvdrtools does not install : conflict with cdda2wav

2007-06-14 Thread Kartik Mistry

On 6/14/07, Erwan David [EMAIL PROTECTED] wrote:

While upgrading from 0.3.1-1 to 0.3.1-2 I get the following error :

dpkg: error processing /var/cache/apt/archives/dvdrtools_0.3.1-2_i386.deb 
(--unpack):
 trying to overwrite `/usr/bin/cdda2wav', which is also in package cdda2wav
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/dvdrtools_0.3.1-2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:


Thanks for reporting this bug. It was my mistake!!

I have just prepared corrected package -- upload will be done mostly today..

Cheers,
--

Kartik Mistry  | Eng: kartikmistry.org/blog
0xD1028C8D | Guj: kartikm.wordpress.com



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



Bug#426731: Request to add init.d scripts for git-daemon

2007-06-14 Thread Gerrit Pape
tags 426731 + wontfix
quit

On Wed, May 30, 2007 at 05:06:28PM +0200, Mark Lawrence wrote:
 It would be nice if the git package came with a /etc/init.d/git-server
 script, and an appropriate /etc/default/git-server file (defaulting
 to no start) so that creating a git network service would be a simple
 as a quick edit and '/etc/init.d/git-server start'.

I suggest to install the git-daemon-run package, since version 1:1.5.2-1
you can use /etc/init.d/git-daemon (start|stop|restart|status|...) to
control the service and query its status.

Regards, Gerrit.


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



Bug#428793: git add completion suggests files not under VCS control

2007-06-14 Thread martin f krafft
Package: zsh
Version: 4.3.4-6
Severity: normal
File: /usr/share/zsh/4.3.4/functions/Completion/Unix/_git

In a repository where *.pyc files are ignored, adding a .py file,
which has already been put under git's control, to a commit causes
the completer to suggest the .pyc instead.

git has two uses for add, one to put a file under git control and
the other to add files to a commit when they have changes since the
last add or commit.

Here is the output of git status:

# On branch master
# Changed but not updated:
#   (use git add file... to update what will be committed)
#
# modified:   src/NetconfDaemon.py
#
# Untracked files:
#   (use git add file... to include in what will be committed)
#
# debian/
# src/head
# src/ifupdown_cfg.py
# src/interfaces
# src/mapping.sh
no changes added to commit (use git add and/or git commit -a)



the NetconfDaemon.py file is known to git but not part of the
commit. The other files are unknown to git.

Now, when in the src/ directory, typing

  git add Netconftype

will yield NetconfDaemon.pyc.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages zsh depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  libc6 2.5-10 GNU C Library: Shared libraries
ii  libncurses5   5.6-3  Shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libcap1   1:1.10-14  support for getting/setting POSIX.
pn  libpcre3  none (no description available)

-- no debconf information

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


signature.asc
Description: Digital signature (GPG/PGP)


Bug#346417: plucker-desktop: locks up when HTTP authorization is required

2007-06-14 Thread Ludovic Rousseau
Le 07.01.2006, à 11:59:56, Wesley J. Landaker a écrit:
 Package: plucker-desktop
 Version: 1.8-11
 Severity: normal
 
 plucker-desktop locks up when HTTP authorization is required. If
 plucker-build is run manually, it prompts the user to entry a username
 and password. However, if run from plucker-desktop, the whole program
 locks up and must be killed.

I reported the bug upstream in http://bugs.plkr.org/1682 and upstream 
Requesting feedback about authorization in Python distiller.

His text is:
  Reproduced. Still a bug.
  
  Does the Python parser support http authorization at the commandline?
  It seems when I wrote the help for the desktop I included it as a
  power user tip that could enter a
  https://myname:[EMAIL PROTECTED] [^] and it would work (as well
  as a note that that would now be in the http referrer making things
  less secure, and a mention to turn off stayondomain/stayonhost at
  least).
  
  When I go to the Plucker Desktop preferences pane and turn on the Use
  console window for spidering process, the
  https://myname:[EMAIL PROTECTED] [^] is mentioned but there is
  still a prompt for username then password.
  
  I am not sure if myname:[EMAIL PROTECTED] was in the parser and was taken
  out or was ever in the parser.
  
  It is sort of tough to commandline interact from a GUI app to a
  commandline parser after it is running, the only option I really see
  is that there would be something like
  
  --username=whatever --password=whatever
  
  passed into the arguments when start the spider if it wasn't there
  already (similar to the proxy settings?)
  
  Storing it as text (instead of at least hashed or in the OS's
  keychain) on a system is suboptimal, so I think it would be helpful to
  at least do the same on a GUI level as is for the proxy settings, that
  you can request to be prompted for the auth password.
  
  I look at plucker-build and I don't see it as an option.
  
  Marking this as feedback about authorization in the Python distiller. 


It looks like plucker-build does not allow to give a password on the
command line. Maybe you can comment on this?

Thanks

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --



Bug#428794: xserver-xorg-input-kbd: Upgrade breaks xserver

2007-06-14 Thread Ian McDonald
Package: xserver-xorg-input-kbd
Version: 1:1.2.0-1+1.2.1
Severity: critical
Justification: breaks the whole system


When the latest version of this is installed then x won't start as it
can't recognised the kbd anymore. The fix is described in
/usr/share/doc/xserver-xorg-input-kbd but it shouldn't just break a
system like that by default. I suggest that somehow keyboard be replaced
in xorg.conf by kbd with a script.

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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-input-kbd depends on:
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  xserver-xorg-core   2:1.3.0.0.dfsg-6 X.Org X server -- core server

xserver-xorg-input-kbd recommends no packages.

-- no debconf information


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



Bug#227471: Use dvd+rw-tools for DVD+R(W) disks

2007-06-14 Thread Kartik Mistry

Hi,

For making life easy for dvdrtools users, I have added following lines
in debian/README.Debian from 0.3.1-2 version:

 Note that currently, only CD-R(W) and DVD-R(W) disks are supported. If you're
 looking for ways to write DVD+R(W) disks, look at dvd+rw-tools
 (http://fy.chalmers.se/~appro/linux/DVD+RW/). You'll still need mkisofs
 from dvdrtools.

Long description is also corrected according to this.

Thanks.

--

Kartik Mistry  | Eng: kartikmistry.org/blog
0xD1028C8D | Guj: kartikm.wordpress.com



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



Bug#407800: seahorse: Situation remains unchanged

2007-06-14 Thread Johannes Rohr
reopen 407800
thanks

Package: seahorse
Version: 1.0.1-5
Followup-For: Bug #407800

I don't see the fix, which was announced in changelog.Debian.gz.

seahorse-agent still starts, regardless of whether or not gpg-agent is
already running and it continues to crash as soon as I fire up
evolution. 

The changelog says:

gpg-agent will be used if both are installed as it starts
earlier and seahorse doesn't crash the session anymore in that case. 


However, in fact, seahorse-agent starts first (60seahorse, 90gpg-agent).
Further, 60seahorse does not contain any checks for whether or not
gpg-agent is already running and is launched unconditionally (as ps
aux|grep agent confirms). 

For testing I have renamed 90gpg-agent to 59gpg-agent to see what
happens, when gpg-agent is really started first. However, even in that
case, seahorse-agent is still launched (and crashes as soon as Evolution
is started).

Thanks,

Johannes

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

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages seahorse depends on:
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libavahi-client30.6.19-2 Avahi client library
ii  libavahi-common30.6.19-2 Avahi common library
ii  libavahi-glib1  0.6.19-2 Avahi glib integration library
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.18.0-5 The Bonobo UI library
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libcairo2   1.4.6-1.1The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.0-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.73-2   simple interprocess messaging syst
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglade2-0 1:2.6.0-4library to load .glade files at ru
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgnome-keyring0   0.8.1-2  GNOME keyring services library
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.14.0-3 A powerful object-oriented display
ii  libgnomeprint2.2-0  2.18.0-2 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-02.18.0-2 GNOME 2.2 print architecture User 
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.18.1-2   GNOME Virtual File System (runtime
ii  libgnutls13 1.6.3-1  the GNU TLS library - runtime libr
ii  libgpg-error0   1.4-2library for common error values an
ii  libgpgme11  1.1.2-5  GPGME - GnuPG Made Easy
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libgtksourceview1.0-0   1.8.5-1  shared libraries for the GTK+ synt
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  libldap22.1.30-13.4  OpenLDAP libraries
ii  libnautilus-extension1  2.18.1-rudi.01   libraries for nautilus components 
ii  libnotify1 [libnotify1- 0.4.4-3  sends desktop notifications to a n
ii  libnspr4-0d 4.6.6-3  NetScape Portable Runtime Library
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0  2.18.2-1 library for GNOME 2 panel applets
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1X11 Session Management library
ii  libsoup2.2-82.2.100-1an HTTP library implementation in 
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.28.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  

Bug#428749: G-I: Some graphical elements have lost their color

2007-06-14 Thread Attilio Fiandrotti

Frans Pop wrote:

Package: cdebconf-gtk-udeb

With current daily images, checkboxes and radio buttons are completely 
black. For etch, the checkmark in a checkbox and the center of the 
selected radio button did have a red color.


Filing this report against cdebconf as I'm not sure what the cause of this 
regression is. As there have been no changes in the theme, I suspect that 
this is a change somewhere in Gnome, possibly in the Clearlooks engine.
It may be a regression, but it could also be that we now need to 
explicitly set this color somewhere in the Clearlooks gtkrc file.


I'm not sure that's the cause, but i see, in VT1, a lot of Clearlooks 
warnings like Clearlooks configuration option menuitemstyle is not 
supported and will be ignored.
I think something has changed in gtkrc syntax and we may need to update 
our gtkrc files: pherhaps we should ask advice to debian-gnome guys?


regards

Attilio


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



Bug#428797: xscreensaver: Displays screensaver only in a part of the screen

2007-06-14 Thread Raphael Hertzog
Package: xscreensaver
Version: 4.24-5
Severity: important

I have just bought a big external screen (1920x1200) that I hooked into
my laptop. After some fiddling, I got the resolution to work under X11 (I had
to use a newer -intel video driver).

But when the screensaver starts, it only displays its animation in a small
part of my screen. It looks like it's using the resolution 1024x768.
I don't know if it uses the resolution of my integrated display instead of
the external display or if it's simply unable to figure out the right
resolution and fallsback to another default.

DPMS works fine however.

FWIW, my screen is a DELL 2407WFP. 

I don't know if it has anything to do with VESA modes but the intel
driver doesn't seem to rely on VESA mode to work in that resolution:

(II) intel(0): EDID for output VGA
(II) intel(0): Manufacturer: DEL  Model: a016  Serial#: 809056595
(II) intel(0): Year: 2007  Week: 19
(II) intel(0): EDID Version: 1.3
(II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) intel(0): Sync:  Separate  Composite  SyncOnGreen
(II) intel(0): Max H-Image Size [cm]: horiz.: 52  vert.: 33
(II) intel(0): Gamma: 2.20
(II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) intel(0): Default color space is primary color space
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
(II) intel(0): Supported VESA Video Modes:
(II) intel(0): [EMAIL PROTECTED]
(II) intel(0): [EMAIL PROTECTED]
(II) intel(0): [EMAIL PROTECTED]
(II) intel(0): [EMAIL PROTECTED]
(II) intel(0): [EMAIL PROTECTED]
(II) intel(0): [EMAIL PROTECTED]
(II) intel(0): [EMAIL PROTECTED]
(II) intel(0): [EMAIL PROTECTED]
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported Future Video Modes:
(II) intel(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) intel(0): #1: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) intel(0): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) intel(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 154.0 MHz   Image Size:  519 x 324 mm
(II) intel(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 
h_border: 0
(II) intel(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 
v_border: 0
(II) intel(0): Serial No: UY54575A099S
(II) intel(0): Monitor name: DELL 2407WFP
(II) intel(0): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 83 kHz, 
PixClock max 170 MHz
[...]
(II) intel(0): Output LVDS connected
(II) intel(0): I2C device LVDSDDC_C:ddc2 registered at address 0xA0.
(II) intel(0): I2C device LVDSDDC_C:ddc2 removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: SEC  Model: 4a58  Serial#: 0
(II) intel(0): Year: 2005  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max H-Image Size [cm]: horiz.: 25  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Supported VESA Video Modes:
(II) intel(0): [EMAIL PROTECTED]
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 65.0 MHz   Image Size:  246 x 184 mm
(II) intel(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 
h_border: 0
(II) intel(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 
v_border: 0
[...]
(II) intel(0): Output VGA using initial mode 1920x1200
(II) intel(0): Output LVDS using initial mode 1024x768
(II) intel(0): Monitoring connected displays enabled

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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
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 xscreensaver depends on:
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libc6  2.5-11GNU C Library: Shared libraries
ii  libcairo2  1.4.6-1.1 The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.12-1 The GLib library of C routines
ii  libgtk2.0-02.10.13-1 The GTK+ graphical user interface 
ii  libice61:1.0.3-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpam0g   0.79-4Pluggable 

Bug#428795: xpm2ps: Segmentation fault

2007-06-14 Thread LI Daobing
Package: gromacs
Version: 3.3.1-5
Severity: normal

log as follows, bug.xpm in attachment.

$ xpm2ps -f bug.xpm -xpm bug.xpm -o -rainbow red
 :-)  G  R  O  M  A  C  S  (-:

   GROningen MAchine for Chemical Simulation

:-)  VERSION 3.3.1  (-:


  Written by David van der Spoel, Erik Lindahl, Berk Hess, and others.
   Copyright (c) 1991-2000, University of Groningen, The Netherlands.
 Copyright (c) 2001-2006, The GROMACS development team,
check out http://www.gromacs.org for more information.

 This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; either version 2
 of the License, or (at your option) any later version.

:-)  xpm2ps  (-:

Option Filename  Type Description

  -fbug.xpm  InputX PixMap compatible matrix file
 -f2  root2.xpm  Input, Opt.  X PixMap compatible matrix file
 -di ps.m2p  Input, Opt., Lib. Input file for mat2ps
 -doout.m2p  Output, Opt. Input file for mat2ps
  -o   plot.eps  Output, Opt! Encapsulated PostScript (tm) file
-xpmbug.xpm  Output, Opt! X PixMap compatible matrix file

  Option   Type  Value  Description
--
  -[no]h   bool no  Print help info and quit
  -[no]X   bool no  Use dialog box GUI to edit command line options
   -niceint  0  Set the nicelevel
  -[no]w   bool no  View output xvg, xpm, eps and pdb files
  -[no]frame   boolyes  Display frame, ticks, labels, title and legend
  -title   enumtop  Show title at: top, once, ylabel or none
  -[no]yonce   bool no  Show y-label only once
 -legend   enum   both  Show legend: both, first, second or none
   -diag   enum  first  Diagonal: first, second or none
   -size   real400  Horizontal size of the matrix in ps units
 -bx   real  0  Element x-size, overrides -size (also y-size when
-by is not set)
 -by   real  0  Element y-size
-rainbow   enumred  Rainbow colors, convert white to: no, blue or red
   -gradient vector  0 0 0  Re-scale colormap to a smooth gradient from white
{1,1,1} to {r,g,b}
   -skipint  1  only write out every nr-th row and column
-[no]zeroline  bool no  insert line in xpm matrix where axis label is
zero
  -legoffsetint  0  Skip first N colors from xpm file for the legend
-combine   enum halves  Combine two matrices: halves, add, sub, mult or
div
   -cmin   real  0  Minimum for combination output
   -cmax   real  0  Maximum for combination output

Using white for color gray100,
Using white for color gray99,
Using white for color gray96,
Using white for color gray95,
Using white for color gray91,
Using white for color gray90,
Using white for color gray86,
Using white for color gray81,
Using white for color gray76,
Using white for color gray,
Using white for color gray72,
Using white for color gray71,
Using white for color gray67,
Using white for color gray66,
Using white for color gray63,
Using white for color gray62,
Using white for color gray58,
Using white for color gray57,
There are 1 matrices in bug.xpm
Matrix 0 is 100 x 100
Segmentation fault

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

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

Versions of packages gromacs depends on:
ii  fftw3 3.1.2-2library for computing Fast Fourier
ii  lesstif2  1:0.94.4-2 OSF/Motif 2.1 implementation relea
ii  libc6 2.5-5  GNU C Library: Shared libraries
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libsm61:1.0.2-2  X11 Session Management library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii  libxt61:1.0.5-2  X11 toolkit intrinsics library

Versions of packages gromacs recommends:
ii  gromacs-doc   3.3.1-5GROMACS molecular dynamics sim, do

-- no debconf information
attachment: bug.xpm

Bug#428754: Consume all available memory while opening an XML file

2007-06-14 Thread Simon Valiquette

Mike Hommey un jour écrivit:


  If you open this xml file with iceape (localy or from the web), iceape
will start to use all available memory at over 1MB/s until It crash.

http://download.wikipedia.org/images/archive/etwiktionary/20060912/etwiktionary-20060912-abstract.xml

  Note that java and javascript are disabled in my browser, so you won't
have to search for that.

  It would be useful if someone with some free time could trim this XML
file and find a minimal subset that still crash iceape.


I would say the minimal subset is what is enough for the DOM
structures for this xml file to fill up all your memory. The crash may
occur because of the OOM killer.



  I wasn't clear enough, but yes, It is the OOM killer that kill iceape, 
not iceape that crash after using all available memory.


  If I have time Sunday, I will try to find the minimal subset of this 
file that is enought to make Iceape take all the memory.


  Another possibility is that the file is just very big and the 
intermediate processing is taking way too much memory, and that with 
enough memory It would works (I have 512MB, which is supposed to be more 
than enough with Blackbox).  Anyway, I will get this answer very quickly 
while trimming parts of this XML file.


Simon Valiquette





Bug#428799: pgpool2: system_db.sql in wrong path

2007-06-14 Thread bellmich
Package: pgpool2
Version: 1.0.2-1+b1
Severity: normal


The SQL initialization script for the system database is placed
in the wrong directory. Today there are two pgpool packages -
pgpool and pgpool2. So system_db.sql of pgpool should not be
placed in a directory called pgpool. The actual path is:

/usr/share/pgpool/system_db.sql

The path should be:

/usr/share/pgpool2/system_db.sql

Best regards

Michael

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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=en_GB.iso8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages pgpool2 depends on:
ii  libc6 2.5-10 GNU C Library: Shared libraries
ii  libpq58.2.4-1PostgreSQL C client library
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip
ii  postgresql-common 75 manager for PostgreSQL database cl

pgpool2 recommends no packages.

-- no debconf information


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



Bug#428794: xserver-xorg-input-kbd: Upgrade breaks xserver

2007-06-14 Thread Julien Cristau
# maybe even important..
severity 428794 serious
kthxbye

On Thu, Jun 14, 2007 at 20:52:40 +1200, Ian McDonald wrote:

 Package: xserver-xorg-input-kbd
 Version: 1:1.2.0-1+1.2.1
 Severity: critical
 Justification: breaks the whole system
 

X doesn't start and breaks the whole system are two entirely
different things.

Cheers,
Julien


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



Bug#428650: Upgrade fails: Tries to overwrite diversion of french man page

2007-06-14 Thread Bert Jan de Hoop

Had the same problem when upgrading to
module-init-tools/3.3-pre11-3

After moving/removing /usr/share/man/fr/man5/modules.5.gz
the package was at least installable with
apt-get --fix-broken install

Regards
Bert Jan


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



Bug#428798: xscreensaver: New upstream version available

2007-06-14 Thread Raphael Hertzog
Package: xscreensaver
Version: 4.24-5
Severity: wishlist

It looks like there's a new upstream version of xscreensaver.
http://www.jwz.org/xscreensaver/download.html
http://www.jwz.org/xscreensaver/xscreensaver-5.02.tar.gz

The state of the package in the BTS is not very good. It might be worth to
package this new upstream version and do a check on all open bugs and
close when appropriate...

Several bugs are very simple bugs and are quite important for proper
integration in the Debian system (for example #390672). Please find some
time for xscreensaver or ask for help so that others can do it.

Cheers,

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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
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 xscreensaver depends on:
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libc6  2.5-11GNU C Library: Shared libraries
ii  libcairo2  1.4.6-1.1 The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.12-1 The GLib library of C routines
ii  libgtk2.0-02.10.13-1 The GTK+ graphical user interface 
ii  libice61:1.0.3-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpam0g   0.79-4Pluggable Authentication Modules l
ii  libpango1.0-0  1.16.4-1  Layout and rendering of internatio
ii  libsm6 2:1.0.3-1 X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.8-2 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.28.dfsg-1 GNOME XML library
ii  libxmu61:1.0.3-1 X11 miscellaneous utility library
ii  libxpm41:3.5.6-3 X11 pixmap library
ii  libxrandr2 2:1.2.1-1 X11 RandR extension library
ii  libxrender11:0.9.2-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  libxxf86misc1  1:1.0.1-2 X11 XFree86 miscellaneous extensio
ii  libxxf86vm11:1.0.1-2 X11 XFree86 video mode extension l

Versions of packages xscreensaver recommends:
ii  libjpeg-progs 6b-13  Programs for manipulating JPEG fil
ii  perl [perl5]  5.8.8-7Larry Wall's Practical Extraction 
ii  wamerican [wordlist]  6-2American English dictionary words 
ii  wfrench [wordlist]1.2.3-1French dictionary words for /usr/s
pn  xli | xloadimage  none (no description available)

-- no debconf information


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



Bug#428413: [PATCH] post-receive-email hook: handle order of arguments consistently

2007-06-14 Thread Gerrit Pape
The post-receive-email hook usually gets its arguments through stdin, but
also supports them to be specified at the command line.  The order of the
arguments should consistently follow the documentation no matter how they
are passed to the script.

This was noticed and suggested by martin f krafft through
 http://bugs.debian.org/428413

Signed-off-by: Gerrit Pape [EMAIL PROTECTED]
---
 contrib/hooks/post-receive-email |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email
index c589a39..f84532f 100644
--- a/contrib/hooks/post-receive-email
+++ b/contrib/hooks/post-receive-email
@@ -605,7 +605,7 @@ envelopesender=$(git-repo-config hooks.envelopesender)
 if [ -n $1 -a -n $2 -a -n $3 ]; then
# Output to the terminal in command line mode - if someone wanted to
# resend an email; they could redirect the output to sendmail themselves
-   PAGER= generate_email $2 $3 $1
+   PAGER= generate_email $1 $2 $3
 else
if [ -n $envelopesender ]; then
envelopesender=-f '$envelopesender'
-- 
1.5.2.1



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



Bug#428754: Consume all available memory while opening an XML file

2007-06-14 Thread Mike Hommey
On Thu, Jun 14, 2007 at 05:01:48AM -0400, Simon Valiquette [EMAIL PROTECTED] 
wrote:
 Mike Hommey un jour écrivit:
 
   If you open this xml file with iceape (localy or from the web), iceape
 will start to use all available memory at over 1MB/s until It crash.
 
 http://download.wikipedia.org/images/archive/etwiktionary/20060912/etwiktionary-20060912-abstract.xml
 
   Note that java and javascript are disabled in my browser, so you won't
 have to search for that.
 
   It would be useful if someone with some free time could trim this XML
 file and find a minimal subset that still crash iceape.
 
 I would say the minimal subset is what is enough for the DOM
 structures for this xml file to fill up all your memory. The crash may
 occur because of the OOM killer.
 
 
   I wasn't clear enough, but yes, It is the OOM killer that kill iceape, 
 not iceape that crash after using all available memory.
 
   If I have time Sunday, I will try to find the minimal subset of this 
 file that is enought to make Iceape take all the memory.
 
   Another possibility is that the file is just very big and the 
 intermediate processing is taking way too much memory, and that with 
 enough memory It would works (I have 512MB, which is supposed to be more 
 than enough with Blackbox).  Anyway, I will get this answer very quickly 
 while trimming parts of this XML file.

You don't need to. The answer is simple. The XML file you posted is more
than 3MB. XML files are also displayed in iceape (or iceweasel, etc.)
in a fancy way that creates even more elements in the DOM. This is the
reason why iceape needs a *lot* of memory to open an XML file.

There's not much that can be done here, unfortunately :(

Mike


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



Bug#428802: pgpool2: configs should be in a separate directory

2007-06-14 Thread bellmich
Package: pgpool2
Version: 1.0.2-1+b1
Severity: wishlist


There are two config files for this package. So it would be
nice if there would be a directory /etc/pgpool2/ with the
complete configuration inside but I know that this is some kind
of personal preference.

Best regards

Michael

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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=en_GB.iso8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages pgpool2 depends on:
ii  libc6 2.5-10 GNU C Library: Shared libraries
ii  libpq58.2.4-1PostgreSQL C client library
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip
ii  postgresql-common 75 manager for PostgreSQL database cl

pgpool2 recommends no packages.

-- no debconf information


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



Bug#428800: Please drop guile-1.6-dev dependency for Gnucash

2007-06-14 Thread Simon Josefsson
Package: gnucash
Version: 2.0.5-1

Hi!  I need to have guile-1.8-dev installed to be able to develop
GnuTLS' guile bindings.  When I installed Gnucash, it removed
guile-1.8-dev and installed guile-1.6-dev instead.

It seems sub-optimal for an application to depend on a *-dev package,
especially an old *-dev package that conflicts with the latest version.

What is the reason for this dependency?  Could it be dropped?

Thanks,
Simon


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



Bug#428801: dblatex: a new upstream release: 0.2.5

2007-06-14 Thread Daigo Moriwaki
Package: dblatex
Version: 0.2.4-1
Severity: wishlist


The upstream has released a new version, 0.2.5.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (90, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)
Shell: /bin/sh linked to /bin/bash

Versions of packages dblatex depends on:
ii  docbook-xml 4.5-4standard XML documentation system,
ii  gs-esp [gs-pdfencrypt]  8.15.3.dfsg.1-1  The Ghostscript PostScript interpr
ii  gs-gpl [gs-pdfencrypt]  8.54.dfsg.1-5The GPL Ghostscript PostScript int
ii  python  2.4.4-6  An interactive high-level object-o
ii  python-support  0.6.4automated rebuilding support for p
ii  texlive-fonts-extra 2005.dfsg.3-1TeX Live: Extra fonts
ii  texlive-fonts-recommend 2005.dfsg.3-1TeX Live: Recommended fonts
ii  texlive-latex-extra 2005.dfsg.3-1TeX Live: LaTeX supplementary pack
ii  texlive-latex-recommend 2005.dfsg.3-1TeX Live: LaTeX recommended packag
ii  texlive-math-extra  2005.dfsg.3-1TeX Live: Advanced math typesettin
ii  transfig1:3.2.5-alpha7-5 Utilities for converting XFig figu
ii  xsltproc1.1.20-1 XSLT command line processor

dblatex recommends no packages.

-- no debconf information


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



Bug#428747: ttf-dejavu-udeb: Please add unicode char 25CF to DejaVuSans

2007-06-14 Thread Frans Pop
On Thursday 14 June 2007 07:59, you wrote:
 The problem is that the glyph belongs to a range which has been
 stripped away of the udeb; the following patch should fix the problem.

No, please do not include the full range, just the single glyph. We have 
no use for the other glyphs in the range.

 I can prepare an updated package ASAP if needed.

There is no huge hurry.


pgpq7Nwbj4p3O.pgp
Description: PGP signature


Bug#428798: xscreensaver: New upstream version available

2007-06-14 Thread Ralf Hildebrandt
Hi, it's me, the sloppy maintainer.
I'd like to orphan the package since I cannot find the time to
maintain it anymore. What is the process for this?

* Raphael Hertzog [EMAIL PROTECTED]:
 Package: xscreensaver
 Version: 4.24-5
 Severity: wishlist
 
 It looks like there's a new upstream version of xscreensaver.
 http://www.jwz.org/xscreensaver/download.html
 http://www.jwz.org/xscreensaver/xscreensaver-5.02.tar.gz
 
 The state of the package in the BTS is not very good. It might be worth to
 package this new upstream version and do a check on all open bugs and
 close when appropriate...
 
 Several bugs are very simple bugs and are quite important for proper
 integration in the Debian system (for example #390672). Please find some
 time for xscreensaver or ask for help so that others can do it.
 
 Cheers,
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'stable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
 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 xscreensaver depends on:
 ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
 ii  libc6  2.5-11GNU C Library: Shared libraries
 ii  libcairo2  1.4.6-1.1 The Cairo 2D vector graphics 
 libra
 ii  libfontconfig1 2.4.2-1.2 generic font configuration 
 library
 ii  libglade2-01:2.6.0-4 library to load .glade files at 
 ru
 ii  libglib2.0-0   2.12.12-1 The GLib library of C routines
 ii  libgtk2.0-02.10.13-1 The GTK+ graphical user 
 interface 
 ii  libice61:1.0.3-2 X11 Inter-Client Exchange library
 ii  libjpeg62  6b-13 The Independent JPEG Group's 
 JPEG 
 ii  libpam0g   0.79-4Pluggable Authentication Modules 
 l
 ii  libpango1.0-0  1.16.4-1  Layout and rendering of 
 internatio
 ii  libsm6 2:1.0.3-1 X11 Session Management library
 ii  libx11-6   2:1.0.3-7 X11 client-side library
 ii  libxcursor11:1.1.8-2 X cursor management library
 ii  libxext6   1:1.0.3-2 X11 miscellaneous extension 
 librar
 ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' 
 extensio
 ii  libxi6 1:1.0.1-4 X11 Input extension library
 ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
 ii  libxml22.6.28.dfsg-1 GNOME XML library
 ii  libxmu61:1.0.3-1 X11 miscellaneous utility library
 ii  libxpm41:3.5.6-3 X11 pixmap library
 ii  libxrandr2 2:1.2.1-1 X11 RandR extension library
 ii  libxrender11:0.9.2-1 X Rendering Extension client 
 libra
 ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
 ii  libxxf86misc1  1:1.0.1-2 X11 XFree86 miscellaneous 
 extensio
 ii  libxxf86vm11:1.0.1-2 X11 XFree86 video mode extension 
 l
 
 Versions of packages xscreensaver recommends:
 ii  libjpeg-progs 6b-13  Programs for manipulating JPEG 
 fil
 ii  perl [perl5]  5.8.8-7Larry Wall's Practical 
 Extraction 
 ii  wamerican [wordlist]  6-2American English dictionary 
 words 
 ii  wfrench [wordlist]1.2.3-1French dictionary words for 
 /usr/s
 pn  xli | xloadimage  none (no description available)
 
 -- no debconf information
 

-- 
Ralf Hildebrandt (i.A. des IT-Zentrums) [EMAIL PROTECTED]
Charite - Universitätsmedizin BerlinTel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-BerlinFax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBFsend no mail to [EMAIL PROTECTED]



Bug#428749: G-I: Some graphical elements have lost their color

2007-06-14 Thread Frans Pop
On Thursday 14 June 2007 11:01, Attilio Fiandrotti wrote:
 I'm not sure that's the cause, but i see, in VT1, a lot of Clearlooks
 warnings like Clearlooks configuration option menuitemstyle is not
 supported and will be ignored.

I think those have always been there. I've already commented out those 
options in the config file in rootskel-gtk.

 I think something has changed in gtkrc syntax and we may need to update
 our gtkrc files: pherhaps we should ask advice to debian-gnome guys?

Yes, that is probably best. I'll ping Loïc on IRC.


pgpBVfQ6eBHpB.pgp
Description: PGP signature


Bug#341839: Call for vote: coreutils: md5sum output format

2007-06-14 Thread Ian Jackson
Bdale Garbee writes (Bug#341839: Call for vote: coreutils: md5sum output 
format):
 As Anthony noted in his early March summary of open issues, the current 
 md5sum behavior matches the formats used by upstream, and by related tools 
 such as sha1sum, sha256sum, and sha512sum.  He suggested that we should 
 rescind the previous TC decision in favor of existing practice, which means 
 ranking choice 2 on this ballot first.

Obviously my view is that sha*sum should have the behaviour specified
in the previous resolution.

 - - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-
 [ 1 ] Choice 1: the output of md5sum should be changed as per bug #341839
 [ 3 ] Choice 2: the output of md5sum should not change despite bug #341839
 [ 2 ] Choice 3: Further discussion
 - - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-

Ian.


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



Bug#428804: dvrdrtools: failes to install because of missing conflict

2007-06-14 Thread Tobias Frost
Package: dvdrtools
Version: 0.3.1-1
Severity: normal

aptitude throws:
dpkg: Fehler beim Bearbeiten von
/var/cache/apt/archives/dvdrtools_0.3.1-2_i386.deb (--unpack):
 Versuche, »/usr/bin/cdda2wav« zu überschreiben, welches auch in Paket
 cdda2wav ist

(Translation: 
/var/cache/apt/archives/dvdrtools_0.3.1-2_i386.deb (--unpack):
 Trying to overwrite , »/usr/bin/cdda2wav« zu überschreiben, which is also in 
packet
 cdda2wav 
)


I *think*, this is a missing conflict or diversion against cdda2wav or
maybe icedax (not checked)

dpkg -l cdda2wav
ii  cdda2wav   9:1.1.6-1  Dummy
transition package for icedax


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dvdrtools depends on:
ii  libc6 2.5-11 GNU C Library: Shared libraries

dvdrtools recommends no packages.

-- no debconf information



Bug#428765: Segfault on page with sound if you return to the page

2007-06-14 Thread Simon Valiquette

Mike Hommey un jour écrivit:

reassign 428765 mozilla-plugin-vlc
thanks

On Wed, Jun 13, 2007 at 07:21:38PM -0400, Simon Valiquette [EMAIL PROTECTED] 
wrote:

Package: iceape-browser
Version: 1.0.9-0etch1
Severity: important

  If you go to this page, leave It and return later to this page, iceape
will reliably crash each time on Etch PPC.

http://www.redgreen.com/index.cfm?app=carta=menu


Looks like you are using the vlc plugin... and that the problem is
there.



  Yes, you are right.  I uninstalled mozilla-plugin-vlc and iceape 
stopped crashing, even without restarting iceape (It used totem instead).


  So I confirm that It is in fact a mozilla-plugin-vlc bug.


  I checked in case it would be a duplicate of another already reported 
bug, but I didn't find anything obviously the same.  And since my bug 
involve no video (only a .wav), It might be easier to find the problem.


  It could be a duplicate of #405112, but there is no informations on how 
to reproduce It.



  #315979 have many similarities, but It claim that I doesn't crash in 
Mozilla/iceape, only in Firefox.


  I will check if It crash in Firefox as reported in #315979, or if It 
crash as I reported with Iceape (on the second visit).


Simon Valiquette





Bug#428803: lftp: option --only-existing missing from mirror command

2007-06-14 Thread Edgar Ibsen
Package: lftp
Version: 3.5.10-1
Severity: normal

The option --only-existing for the mirror command that is mentioned on the 
official site of lftp is 
missing from the Debian lftp command.

Also, another minor issue is that the --only-missing command is present, and 
in the man page, but not 
shown with the help mirror command in lftp itself.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lftp depends on:
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libgcrypt11 1.2.4-2  LGPL Crypto library - runtime libr
ii  libgnutls13 1.6.3-1  the GNU TLS library - runtime libr
ii  libgpg-error0   1.4-2library for common error values an
ii  libncurses5 5.6-3Shared libraries for terminal hand
ii  libreadline55.2-3GNU readline and history libraries
ii  libtasn1-3  0.3.9-1  Manage ASN.1 structures (runtime)
ii  netbase 4.29 Basic TCP/IP networking system
ii  zlib1g  1:1.2.3-15   compression library - runtime

lftp recommends no packages.

-- no debconf information


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



Bug#428459: xchat-gnome: _() implicitly converted to pointer

2007-06-14 Thread Loïc Minier
On Mon, Jun 11, 2007, dann frazier wrote:
 --- xchat-gnome-0.17.orig/plugins/tcl/tclplugin.c 2007-03-06 
 15:47:26.0 -0700
 +++ xchat-gnome-0.17/plugins/tcl/tclplugin.c  2007-06-11 16:00:04.0 
 -0600

 Thanks a lot for your efforts and patches; these are great!  It would
 be a bit more convenient if you could attach patches instead of
 including them inline in the message.

   Thanks,
-- 
Loïc Minier



Bug#349309: please improve long description

2007-06-14 Thread Jeremiah Foster

I have added the description you provided to the new control file.

Jeremiah


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



Bug#405309: netstat-nat: Please list port on NAT host, too

2007-06-14 Thread Fabio Pedretti

This is possible in netstat-nat 1.4.8 with the -N command line option:

 -N: display NAT box connection information (only valid with SNAT  DNAT)



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




Bug#422197: Please update to avoid 2.6.22 incompatibility

2007-06-14 Thread Luca Bigliardi
Hi,
when kernel 2.6.22 will enter unstable kvm-18 won't work.

kvm-18 expects KVM_API_VERSION == 9
but 2.6.22 will provide at least KVM_API_VERSION == 12.

Please update to a newer version.


luca

-- 
Beware of programmers who carry screwdrivers.
-- Leonard Brandwein

http://shammash.homelinux.org/ - http://www.artha.org/ - http://www.yue.it/


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



Bug#428800: Please drop guile-1.6-dev dependency for Gnucash

2007-06-14 Thread Thomas Bushnell BSG
reassign 428800 g-wrap
thanks


On Thu, 2007-06-14 at 11:16 +0200, Simon Josefsson wrote:
 Package: gnucash
 Version: 2.0.5-1
 
 Hi!  I need to have guile-1.8-dev installed to be able to develop
 GnuTLS' guile bindings.  When I installed Gnucash, it removed
 guile-1.8-dev and installed guile-1.6-dev instead.
 
 It seems sub-optimal for an application to depend on a *-dev package,
 especially an old *-dev package that conflicts with the latest version.
 
 What is the reason for this dependency?  Could it be dropped?

gnucash does not depend on guile-1.6-dev.  

However, it does depend on g-wrap, which depends on
libgwrap-runtime0-dev, which depends on guile-1.6-dev.

So that puts the bug in g-wrap, and I am reassigning this bug
accordingly.

Thomas



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


Bug#428775: *** glibc detected *** /usr/lib/icedove/icedove-bin: free(): invalid pointer: 0x08edfac0 ***

2007-06-14 Thread Alexander Sack - Debian Bugmail
On Wed, Jun 13, 2007 at 08:42:49PM -0400, Jose Luis Rivas wrote:
 Package: icedove
 Version: 2.0.0.0-4
 Severity: grave
 Justification: renders package unusable
 
 Hi, I get this error while I try to use icedove, downloads messages
 and says Receiving 1 of 1 and then stops and gives this backtrace on
 shell:

ok, please install icedove-dbg package and get a backtrace like:

# icedove -g  21 | tee /tmp/icedove-crash.log
...
(gdb) run

once it crashes

(gdb) bt
...
(gdb) bt full
...
(gdb) quit


...
in addition, please attach the /tmp/icedove-strace.log of

# strace -f icedove  /tmp/icedove-strace.log


 - Alexander

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/


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



Bug#428800: Please drop guile-1.6-dev dependency for Gnucash

2007-06-14 Thread Simon Josefsson
Thomas Bushnell BSG [EMAIL PROTECTED] writes:

 reassign 428800 g-wrap
 thanks


 On Thu, 2007-06-14 at 11:16 +0200, Simon Josefsson wrote:
 Package: gnucash
 Version: 2.0.5-1
 
 Hi!  I need to have guile-1.8-dev installed to be able to develop
 GnuTLS' guile bindings.  When I installed Gnucash, it removed
 guile-1.8-dev and installed guile-1.6-dev instead.
 
 It seems sub-optimal for an application to depend on a *-dev package,
 especially an old *-dev package that conflicts with the latest version.
 
 What is the reason for this dependency?  Could it be dropped?

 gnucash does not depend on guile-1.6-dev.  

 However, it does depend on g-wrap, which depends on
 libgwrap-runtime0-dev, which depends on guile-1.6-dev.

 So that puts the bug in g-wrap, and I am reassigning this bug
 accordingly.

Perhaps the gnucash dependency on g-wrap should only be a
build-dependency?  The description of g-wrap doesn't look like it is
obviously something that gnucash needs at runtime:

Package: g-wrap
Description: scripting interface generator for C
 A tool (and Guile library) for generating function wrappers for
 inter-language calls. It currently only supports generating Guile
 wrappers for C functions.
 .
 G-Wrap takes a set of interface declarations (written in Scheme) and
 wraps the described interface for Guile.

Perhaps gnucash only needs the libgwrap-runtime0 run-time dependency?

/Simon


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



Bug#428779: icedove: Icedove security update broke Icedove-traybiff

2007-06-14 Thread Alexander Sack - Debian Bugmail
reassign 428779 icedove-traybiff
severity 428779 grave
thanks

icedove-traybiff should not have strict dependencies on a certain
icedove upstream version. Fix this in next proposed upload, so we can
push this on next stable release update.

David, for now you can try to force install of the icedove-traybiff
deb file by dpkg -i --force-depends /path/to/icedove-traybiff.*deb

 - Alexander

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/


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



Bug#428805: schroot: Fails to start a directory chroot

2007-06-14 Thread Raphael Hertzog
Package: schroot
Version: 1.1.4-1
Severity: important

Hello,

I upgraded to sid yesterday and schroot is now broken for me:

[EMAIL PROTECTED]:~$ schroot -c sarge
mount: proc already mounted or 
/var/lib/schroot/mount/sarge-664c9622-4459-4624-93d0-e4bb10aa965b/proc busy
mount: according to mtab, proc is mounted on /proc
E: sarge-664c9622-4459-4624-93d0-e4bb10aa965b: Chroot setup failed: 
stage=setup-start

Same in -v :
[EMAIL PROTECTED]:~$ schroot -v -c sarge
I: Executing '00check setup-start ok'
AUTH_USER=rhertzog
AUTH_VERBOSITY=verbose
MOUNT_DIR=/var/lib/schroot/mount
LIBEXEC_DIR=/usr/lib/schroot
PID=21751
SESSION_ID=sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36
CHROOT_TYPE=directory
CHROOT_NAME=sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36
CHROOT_DESCRIPTION=Debian sarge (oldstable)
CHROOT_MOUNT_LOCATION=/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36
CHROOT_LOCATION=/home/rhertzog/local/chroot/sarge
CHROOT_PATH=/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36
CHROOT_MOUNT_DEVICE=
I: Executing '05file setup-start ok'
I: Executing '05lvm setup-start ok'
I: Executing '10mount setup-start ok'
Mounting /home/rhertzog/local/chroot/sarge on 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36
/home/rhertzog/local/chroot/sarge on 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36 type none 
(rw,bind)
Mounting proc on 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/proc
mount: proc already mounted or 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/proc busy
mount: according to mtab, proc is mounted on /proc
I: Executing '50sbuild setup-stop fail'
I: Executing '50chrootname setup-stop fail'
I: Executing '30passwd setup-stop fail'
I: Executing '20network setup-stop fail'
I: Executing '15killprocs setup-stop fail'
Killing processes run inside 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36
I: Executing '10mount setup-stop fail'
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/proc
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/dev/pts
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/dev/shm
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/dev/.static/dev
Unmounting /var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/dev
Unmounting /var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/tmp
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/home/rhertzog/local/chroot/sarge/etc/.host
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/home/rhertzog/local/chroot/unstable/proc
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/home/rhertzog/local/chroot/unstable/dev/pts
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/home/rhertzog/local/chroot/unstable/dev/shm
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/home/rhertzog/local/chroot/unstable/dev/.static/dev
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/home/rhertzog/local/chroot/unstable/dev
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/home/rhertzog/local/chroot/unstable/tmp
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/home/rhertzog/local/chroot/unstable/home/rhertzog/local/chroot/unstable/etc/.host
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/home/rhertzog/local/chroot/unstable/home
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/home/rhertzog/local/chroot/unstable/etc/.host
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/home
Unmounting 
/var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/etc/.host
Unmounting /var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36
I: Executing '05lvm setup-stop fail'
I: Executing '05file setup-stop fail'
I: Executing '00check setup-stop fail'
E: sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36: Chroot setup failed: 
stage=setup-start


I customized /etc/schroot/setup.d/10mount but simply by adding two lines:
@@ -81,7 +100,7 @@
do_mount -t tmpfs   tmpfs${CHROOT_PATH}/dev/shm
do_mount -o rw,bind /home${CHROOT_PATH}/home
do_mount -o rw,bind /tmp ${CHROOT_PATH}/tmp
+   # RH-specific hack
+   test -e ${CHROOT_PATH}/etc/.host || mkdir -p 
${CHROOT_PATH}/etc/.host
+   do_mount -o rw,bind /etc ${CHROOT_PATH}/etc/.host
fi

This change is certainly not responsible of the failure that I have. At first 
look,
it rather looks like a new behaviour of mount (or something more stupid, like 
the
/proc mount point not existing).

My chroot is defined this way:
[sarge]
type=directory
description=Debian sarge (oldstable)
location=/home/rhertzog/local/chroot/sarge

Bug#428806: audacious-plugins-dev depends on libcurl-dev which is a virtual package

2007-06-14 Thread Ben Hodgetts
Package: audacious-plugins-dev
Version: 1.3.2-4
Severity: grave
Justification: renders package unusable

audacious-plugins-dev fails to install because aptitude says:

The following packages have unmet dependencies:
  audacious-plugins-dev: Depends: libcurl3-gnutls-dev (= 7.9.7) which is a 
virtual package. 
  or libcurl-dev (= 7.9.7) which is a virtual package.


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

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


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



Bug#426169: texlive-games: Compilation problems with psgo

2007-06-14 Thread Florent Rougon
Hi,

Frank Küster [EMAIL PROTECTED] wrote:

 minimum.sty and its sister, tableau.sty, is completely in french.  Could
 one of you guys try to find a name or contact address of the author in
 the file?  At a first glance, I didn't find one.

There is none.

 And while you're at it, could you please also look whether there's any
 license statement in the file?

There is no license statement neither in minimum.sty, nor in tableau.sty
as shipped in TL 2007.

Regards,

-- 
Florent



Bug#428800: Please drop guile-1.6-dev dependency for Gnucash

2007-06-14 Thread Thomas Bushnell BSG
On Thu, 2007-06-14 at 11:58 +0200, Simon Josefsson wrote:
 
 Perhaps gnucash only needs the libgwrap-runtime0 run-time dependency?

Ah yes, perhaps you are right indeed.  I'm in the midst of upgrading my
main server from sarge to etch, and then this weekend I have a
graduation ceremony to attend and wear fancy colored robes and such.  So
I won't be able to think about it seriously until next week perhaps.

If you're correct, then you could force install gnucash without g-wrap,
and then go ahead and see how it goes. :)

Thomas



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


Bug#428206: K3B Compiling errors and missing components from repos

2007-06-14 Thread Francois Marier
On 2007-06-13 at 15:07:46, Roger Munoz wrote:
 Is there no way to the Lame and FFMPEG headers to get the ripping function
 working?

Before building the .deb file, install these extra packages from
www.debian-multimedia.org:

  lame-dev
  libpostproccvs51-dev
  libavutilcvs49-dev
  libavcodeccvs51-dev
  libavformatcvs51-dev
  libswscalecvs0-dev

Then the K3b configure script should see them when you build the .deb.

You can also try adding --enable-ffmpeg-all-codecs to the configure line in
k3b-1.0.1/debian/rules file.  It's line 51:

  CFLAGS=$(CFLAGS) CXXFLAGS=$(CXXFLAGS) ../configure $(configkde) 
--without-resmgr --without-k3bsetup --without-cdrecord-suid-root

Just make it:

  CFLAGS=$(CFLAGS) CXXFLAGS=$(CXXFLAGS) ../configure $(configkde) 
--without-resmgr --without-k3bsetup --without-cdrecord-suid-root 
--enable-ffmpeg-all-codecs

Then build the package again.

Francois


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



Bug#428808: schroot: Fails if chroot's /etc/resolv.conf already points to the right resolv.conf

2007-06-14 Thread Raphael Hertzog
Package: schroot
Version: 1.1.4-1
Severity: normal

Following my previous bug report I switched my chroot to plain type and
got this:
[EMAIL PROTECTED]:~$ schroot -c sarge
cp: `/etc/resolv.conf' and 
`/var/lib/schroot/mount/sarge-dc129170-7fe7-44ad-9a5e-a7f4e67a716a/etc/resolv.conf'
 are the same file
E: sarge-dc129170-7fe7-44ad-9a5e-a7f4e67a716a: Chroot setup failed: 
stage=setup-start

This is because I have chroot/etc/resolv.conf as a symlink pointing
to .host/resolv.conf and chroot/etc/.host/ is bind mounted to the real /etc/.

It looks like /etc/schroot/setup.d/20network could be enhanced to check
for this specific case at least. Or it could simply do nothing if the
chroot's resolv.conf is a symlink. 

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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
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 schroot depends on:
ii  libboost 1.34.0-1program options library for C++
ii  libboost 1.34.0-1regular expression library for C++
ii  libc62.5-11  GNU C Library: Shared libraries
ii  libgcc1  1:4.2-20070609-1GCC support library
ii  liblockd 1.0.3-1.2   Run-time shared library for lockin
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libstdc+ 4.2-20070609-1  The GNU Standard C++ Library v3
ii  libuuid1 1.39+1.40-WIP-2007.04.07+dfsg-2 universally unique id library
ii  schroot- 1.1.4-1 common files for schroot

schroot recommends no packages.

-- no debconf information


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



Bug#428807: linux-image-2.6.21-1-powerpc: keyboard and touchpad doesn't work

2007-06-14 Thread Emil Nowak
Package: linux-image-2.6.21-1-powerpc
Version: 2.6.21-4
Severity: important

After booting up on 2.6.21 keyboard and tuchpad doesn't work. I have few
kernels, and last fully-working kernel is 2.6.18-4-powerpc.
Simpliy rebooting on old kernel makes keyboard avalialble again.

Attached kernel.log diff betweeen 2.6.18 (working keyboard), and 2.6.20 (not
working).

-- Package-specific info:

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18-4-powerpc
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.21-1-powerpc depends on:
ii  initramfs-tools [linux-initr 0.87b   tools for generating an initramfs
ii  mkvmlinuz33  create a kernel to boot a PowerPC 
ii  module-init-tools3.3-pre11-1 tools for managing Linux kernel mo

linux-image-2.6.21-1-powerpc recommends no packages.

-- debconf information:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.21-1-powerpc/preinst/bootloader-initrd-2.6.21-1-powerpc: true
  linux-image-2.6.21-1-powerpc/prerm/removing-running-kernel-2.6.21-1-powerpc: 
true
  linux-image-2.6.21-1-powerpc/preinst/lilo-has-ramdisk:
  linux-image-2.6.21-1-powerpc/postinst/old-dir-initrd-link-2.6.21-1-powerpc: 
true
  linux-image-2.6.21-1-powerpc/postinst/depmod-error-initrd-2.6.21-1-powerpc: 
false
  linux-image-2.6.21-1-powerpc/postinst/old-system-map-link-2.6.21-1-powerpc: 
true
  linux-image-2.6.21-1-powerpc/preinst/elilo-initrd-2.6.21-1-powerpc: true
  linux-image-2.6.21-1-powerpc/postinst/bootloader-error-2.6.21-1-powerpc:
  linux-image-2.6.21-1-powerpc/preinst/abort-install-2.6.21-1-powerpc:
  linux-image-2.6.21-1-powerpc/postinst/create-kimage-link-2.6.21-1-powerpc: 
true
  linux-image-2.6.21-1-powerpc/preinst/overwriting-modules-2.6.21-1-powerpc: 
true
  linux-image-2.6.21-1-powerpc/postinst/bootloader-test-error-2.6.21-1-powerpc:
  linux-image-2.6.21-1-powerpc/preinst/initrd-2.6.21-1-powerpc:
  linux-image-2.6.21-1-powerpc/preinst/lilo-initrd-2.6.21-1-powerpc: true
  linux-image-2.6.21-1-powerpc/preinst/failed-to-move-modules-2.6.21-1-powerpc:
  linux-image-2.6.21-1-powerpc/preinst/abort-overwrite-2.6.21-1-powerpc:
  
linux-image-2.6.21-1-powerpc/prerm/would-invalidate-boot-loader-2.6.21-1-powerpc:
 true
  linux-image-2.6.21-1-powerpc/postinst/depmod-error-2.6.21-1-powerpc: false
  linux-image-2.6.21-1-powerpc/postinst/kimage-is-a-directory:
  linux-image-2.6.21-1-powerpc/preinst/already-running-this-2.6.21-1-powerpc:
  linux-image-2.6.21-1-powerpc/postinst/old-initrd-link-2.6.21-1-powerpc: true
--- kern.2.6.18-4.striped.log   2007-06-14 12:02:42.0 +0200
+++ kern.2.6.21.striped.log 2007-06-14 12:02:53.0 +0200
@@ -1,12 +1,12 @@
 klogd 1.4.1#17.2, log source = /proc/kmsg started.
-Inspecting /boot/System.map-2.6.18-4-powerpc
-Loaded 23099 symbols from /boot/System.map-2.6.18-4-powerpc.
-Symbols match kernel version 2.6.18.
+Inspecting /boot/System.map-2.6.21-1-powerpc
+Loaded 24453 symbols from /boot/System.map-2.6.21-1-powerpc.
+Symbols match kernel version 2.6.21.
 No module symbols loaded - kernel modules not enabled. 
 Using PowerMac machine description
 Total memory = 256MB; using 512kB for hash table (at cff8)
-Linux version 2.6.18-4-powerpc (Debian 2.6.18.dfsg.1-11) ([EMAIL PROTECTED]) 
(gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 Wed Feb 21 
13:39:54 CET 2007
-Found initrd at 0xc190:0xc1e1a000
+Linux version 2.6.21-1-powerpc (Debian 2.6.21-4) ([EMAIL PROTECTED]) (gcc 
version 4.1.3 20070518 (prerelease) (Debian 4.1.2-8)) #1 Sat May 26 14:30:26 
CEST 2007
+Found initrd at 0xc190:0xc1eb1000
 Found UniNorth memory controller  host bridge @ 0xf800 revision: 0xd2
 Mapped at 0xfdfc
 Found a Intrepid mac-io controller, rev: 0, mapped at 0xfdf4
@@ -14,6 +14,7 @@
 PowerMac motherboard: iBook G4
 via-pmu: Server Mode is disabled
 PMU driver v2 initialized for Core99, firmware: 0c
+Entering add_active_range(0, 0, 65536) 0 entries of 256 used
 Found UniNorth PCI host bridge at 0xf000. Firmware bus number: 0-0
 Found UniNorth PCI host bridge at 0xf200. Firmware bus number: 0-0
 Found UniNorth PCI host bridge at 0xf400. Firmware bus number: 0-0
@@ -25,14 +26,24 @@
 nvram: NR partition at 0x1120
 Top of RAM: 0x1000, Total RAM: 0x1000
 Memory hole size: 0MB
+Zone PFN ranges:
+  DMA 0 -65536
+  Normal  65536 -65536
+  HighMem 65536 -65536
+early_node_map[1] active PFN ranges
+0:0 -65536
 On node 0 totalpages: 65536
-  DMA zone: 65536 pages, LIFO batch:15
-Built 1 zonelists.  Total pages: 65536
+  DMA zone: 512 pages used for memmap
+  DMA zone: 0 pages reserved
+  DMA zone: 65024 pages, LIFO batch:15
+  Normal zone: 0 pages used for memmap
+  HighMem zone: 0 pages used for memmap
+Built 1 zonelists.  

Bug#428800: Please drop guile-1.6-dev dependency for Gnucash

2007-06-14 Thread Simon Josefsson
Thomas Bushnell BSG [EMAIL PROTECTED] writes:

 On Thu, 2007-06-14 at 11:58 +0200, Simon Josefsson wrote:
 
 Perhaps gnucash only needs the libgwrap-runtime0 run-time dependency?

 Ah yes, perhaps you are right indeed.  I'm in the midst of upgrading my
 main server from sarge to etch, and then this weekend I have a
 graduation ceremony to attend and wear fancy colored robes and such.  So
 I won't be able to think about it seriously until next week perhaps.

 If you're correct, then you could force install gnucash without g-wrap,
 and then go ahead and see how it goes. :)

I tried:

# apt-get install guile-1.8-dev
# dpkg --force-depends -i /var/cache/apt/archives/gnucash_2.0.5-1_i386.deb

But it didn't work:

[EMAIL PROTECTED]:~$ gnucash
ERROR: no code for module (g-wrap gw-wct)
[EMAIL PROTECTED]:~$

I suspect that gnucash really needs some of the g-wrap guile libraries:

/usr/share/guile/site/g-wrap/gw-wct.scm

Perhaps some of these files could be moved from the 'g-wrap' package
into the 'libgwrap-runtime0' package?  It seems as if they are needed at
runtime by gnucash.

Hm, the entire file contains:

 File: gw-wct.scm
 Copyright (C) 2005 Andreas Rottmann

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2, or (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.

 You should have received a copy of the GNU Lesser General Public
 License along with this software; see the file COPYING.  If not,
 write to the Free Software Foundation, 675 Mass Ave, Cambridge,
 MA 02139, USA.

;;; Commentary:

;;
; This module is provided for compatibility with G-Wrap 1.3.4.
;;
;;; Code:

(define-module (g-wrap gw-wct)
  #:use-module (g-wrap guile ws standard))

Is the gnucash dependency on this file simply outdated?

/Simon


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



Bug#398408: libjpeg doesn't have a pkg-config .pc file

2007-06-14 Thread Bill Allombert
tags 398408 upstream
quit
On Mon, Nov 13, 2006 at 05:38:00PM +0100, Tom Parker wrote:
 Package: libjpeg62-dev
 Version: 6b-13
 Severity: wishlist
 
 libjpeg doesn't include a .pc for use with pkg-config, so libraries that
 need jpeg need to include the flags directly rather than using it as a
 Requires. The attached patch fixes this. The patch depends on the fix
 for #346126.

Hello Tom,
I believe this is an upstream issue. If the .pc file is added to the 
Debian specific patches, then software making use of it will be
non-portable to other systems.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


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



Bug#428666: squidGuard -dosen't filter files based on expressions

2007-06-14 Thread Mgr. Peter Tuharsky

Hi, Mark

I'd like to, however it is production server I'm using SquidGuard on. 
I'm afraid of the alpha..


However I'm glad the SquidGuard is picking up again. I think it's 
probably the best redirector ever. I felt curious when I saw the 
development stalling.


I miss some really good redirector chaining. Zapchain is far from 
perfect and dosen't work in some cases. I'd like to implement squidguard 
+ dansguardian + clamav.. I must wait long enough for the solution 
probably ;-)



Have a nice day
Peter


John Mark Clayton  wrote / napísal(a):

Hi Peter,
There is a development version of squidGuard at:
http://squidguard.org/Downloads/Devel/squidGuard-1.3-alpha.tar.gz
It has a more complete regex implementation.  Would you be
willing to build and test this alpha release?  squidGuard development
is picking up again and the support maillist is fairly prompt so you
may be able to get additional help there.
Regards,
Mark

On 6/13/07, Mgr. Peter Tuharsky [EMAIL PROTECTED] wrote:

Hi,

I discovered that ordinary files are blocked, however if the file has
spaces in the name, it isn't catched.











Bug#428413: [PATCH] post-receive-email hook: handle order of arguments consistently

2007-06-14 Thread Andy Parkins
On Thursday 2007 June 14, Gerrit Pape wrote:
 The post-receive-email hook usually gets its arguments through stdin, but
 also supports them to be specified at the command line.  The order of the
 arguments should consistently follow the documentation no matter how they
 are passed to the script.

That wasn't done casually.  It was done so that the same script would work as 
an update hook as well.

I have no objection to the change, as the update hook was not the right place 
for generating emails.  However, it let me use that same update hook on a 
system that did not have a git with support for the post-receive hook.


Andy
-- 
Dr Andy Parkins, M Eng (hons), MIET
[EMAIL PROTECTED]


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



Bug#386896: rdjpgcom alters jpeg comment

2007-06-14 Thread Bill Allombert
severity 386896 wishlist
quit
On Mon, Sep 11, 2006 at 01:41:15AM +0200, Tobias Herzke wrote:
 Bill Allombert wrote:
 The jpeg comment printed by the tool rdjpgcom differs from the jpeg
 comment present in the jpeg file.
 
 For example, rdjpegcom replaces unprintable bytes with a
 backslash-sequence (see function process_COM in file rdjpgcom.c).
 
 
 This is a problem if the comment is in a different encoding than the
 system's locale, or if the comment is in a multibyte encoding (e.g. utf-8).
 
  Actually this is a security-feature. As I wrote in bug #116589:
For safety reason, rdjpgcom output non printable characters in jpeg
comments as octal sequences, to avoid security problem when reading
comments in 'untrusted' jpeg files.

You can convert octal sequence to character with

% /bin/echo -e `rdjpgcom orig1.jpg`
  
  I am not sure how this can be improved.
 
 This would not help with the line-endings alterations.
 
 I am not really convinced that rdjpgcom needs such a security feature.
 Just imagine /bin/cat were affected that way. It would be useless.

Actually, cat -v implement that.
 
 What kind of attack do you have in mind that is possible with literal
 output and impossible with the quoted output?

Someone send you a JPEG file with a comment that contain the VT100
sequence to  redefine newline to ;rm -rf $HOME\n. You just need to
do 
rdjpgcom trojan.jpg
ls
to get your home dir removed.

 Anyway, I imagine some programs already depend on the current behaviour.
 (the echo -e workaround sure does)
 
 Suggestion: You could introduce a new command line option (-raw or
 something) that leaves the comment untouched. Please set severity to
 wishlist, if you don't mind.

Done. Is there a usage case that is not essentially unsafe ? rdjpgcom is
only meant to be used in shell script where echo -e is available 
anyway.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


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



Bug#428805: schroot: Fails to start a directory chroot

2007-06-14 Thread Raphael Hertzog
Hello,

On Thu, 14 Jun 2007, Raphael Hertzog wrote:
 I: Executing '10mount setup-start ok'
 Mounting /home/rhertzog/local/chroot/sarge on 
 /var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36
 /home/rhertzog/local/chroot/sarge on 
 /var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36 type none 
 (rw,bind)
 Mounting proc on 
 /var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/proc
 mount: proc already mounted or 
 /var/lib/schroot/mount/sarge-215a3c7c-866a-4e4c-ae64-cf5babe5fc36/proc busy
 mount: according to mtab, proc is mounted on /proc
[...] 
 This change is certainly not responsible of the failure that I have. At first 
 look,
 it rather looks like a new behaviour of mount (or something more stupid, 
 like the
 /proc mount point not existing).

The root cause of the problem is this:

[EMAIL PROTECTED]:~$ mount | grep sarge
/etc on /home/rhertzog/local/chroot/sarge/etc/.host type none (rw,bind)
/home on /home/rhertzog/local/chroot/sarge/home type none (rw,bind)
/tmp on /home/rhertzog/local/chroot/sarge/tmp type none (rw,bind)
/dev on /home/rhertzog/local/chroot/sarge/dev type none (rw,bind)
proc on /home/rhertzog/local/chroot/sarge/proc type proc (rw)

I have already mounted everything needed in the root chroot. Up to now,
we could happily mount /proc several times at the same place, now it seems
to fail (but bind mount can be mounted several times, at least mount
doesn't complain).

Maybe can you check if /proc is already mounted before trying the mount?

Cheers,
-- 
Raphaël Hertzog

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



Bug#428809: xserver-xorg-core: Add Conflicts: nvidia-glx (= 1.0.8776-4)

2007-06-14 Thread Marc Glisse
Package: xserver-xorg-core
Version: 2:1.3.0.0.dfsg-6
Severity: important


I know the breakage of the nvidia proprietary driver is not a bug in
xorg, but the standard thing to do when your package breaks an other one
is to upload a new version that conflicts with broken versions of the
other one. Unless you do that, many more people will face this issue,
even when a new version of nvidia-glx enters testing. I am just not sure
about the exact versions with which it should conflict.

(btw I used the gcc -shared workaround)

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xfree86
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-06-12 14:05 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1736280 2007-06-01 15:28 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation NV18GL [Quadro4 NVS AGP 
8x] (rev a2)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5221 2007-06-13 19:55 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type man XF86Config-4 at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4  /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section Files
ModulePath  /usr/lib/xorg/modules
FontPathunix/:7100# local font server
# if the local font server has problems, we can fall back on these
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/lib/X11/fonts/Type1
#   FontPath/usr/lib/X11/fonts/CID
FontPath/usr/lib/X11/fonts/Speedo
FontPath/usr/share/fonts/X11/misc
#FontPath   /usr/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/lib/X11/fonts/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/usr/lib/X11/fonts/75dpi
FontPath/usr/local/share/fonts/TrueType
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
#Load   GLcore
Disable GLcore
Loadbitmap
Loaddbe
Loadddc
#Load   dri
Disable dri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadtype1
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  xfree86
Option  XkbModel  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/psaux
Option  Protocol  PS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section InputDevice
Identifier  Generic Mouse
Driver  mouse
Option  CorePointer
#Option SendCoreEventstrue
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section InputDevice
Identifier  USB Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Name  Autodetected
Option  Protocol  IMPS/2
Option  VendorAutodetected
Option  Emulate3Buttons   no
Option  ZAxisMapping  4 5
EndSection

Section Device
Identifier  NV18GL
Driver  nvidia
BusID   PCI:1:0:0
Option  NoLogotrue
Option 

Bug#428810: gnome-volume-manager exit immediately

2007-06-14 Thread Anthony Callegaro
Package: gnome-volume-manager
Version: 2.17.0-2
Severity: important

Hi,

For some time now the devices are not automounting for ALL users (camera, usb 
CF disk, media player, cd, dvd, blank cd), so it seems to be for all devices 
managed by gnome-volume-manager. I 
can see the devices when connecting in dmesg and udevmonitor. 

Trying to find where the issue was coming from, I checked and see that 
gnome-volume-manager wasn't running in my session even if it suppose to run at 
the session start. When running it 
manually it exit immediately without producing any output.

I couldn't find any way to get logs or debug mode from gvm.

I ready to provide all the logs necessary. Let me know what you need.
Thanks in advance
Cheers
Anthony


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-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 gnome-volume-manager depends on:
ii  gconf2 2.18.0.1-3GNOME configuration database syste
ii  gnome-mount0.6-1+b2  wrapper for (un)mounting and eject
ii  hal0.5.9-3   Hardware Abstraction Layer
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.18.0-2  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.18.0-5  The Bonobo UI library
ii  libc6  2.5-11GNU C Library: Shared libraries
ii  libcairo2  1.4.6-1.1 The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.0-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.73-2simple interprocess messaging syst
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgconf2-42.18.0.1-3GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.12-1 The GLib library of C routines
ii  libgnome-keyring0  0.8.1-2   GNOME keyring services library
ii  libgnome2-02.18.0-4  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-3  A powerful object-oriented display
ii  libgnomeui-0   2.18.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.18.1-2GNOME Virtual File System (runtime
ii  libgtk2.0-02.10.13-1 The GTK+ graphical user interface 
ii  libhal10.5.9-3   Hardware Abstraction Layer - share
ii  libice61:1.0.3-2 X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1-gtk 0.4.4-3   sends desktop notifications to a n
ii  liborbit2  1:2.14.7-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.16.4-1  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1 X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.8-2 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.28.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.2.1-1 X11 RandR extension library
ii  libxrender11:0.9.2-1 X Rendering Extension client libra

Versions of packages gnome-volume-manager recommends:
ii  gnome-media  2.18.0-2+b1 GNOME media utilities
ii  gthumb   3:2.10.2-4  an image viewer and browser
ii  nautilus-cd-burner   2.18.2-1CD Burning front-end for Nautilus
ii  totem2.18.2-1A simple media player for the Gnom

-- no debconf information


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



Bug#428783: linux-latest-2.6: Use new Breaks field to avoid installing new kernel image if old packaged modules are installed

2007-06-14 Thread Raphael Hertzog
Hi,

On Thu, 14 Jun 2007, Sven Luther wrote:
 This is why i proposed instead to handle the kernel packages otherwise,
 outside the normal kernel infrastructure.
 
 We would have a kernel part of the archive, which would be independent
 from the normal stable/testing/unstable/experimental setup.
 
 In it, we would have a per kernel-abi version sub hierarchy, which would
 contain all modules and other kernel related stuff (even .udebs), so
 there would *NEVER* be this kind of breakage, nor a breakage of the
 netboot d-i images, since we would always have a given abi available.

There's no real breakage and it's limited to sid anyway, for the time
between the upload of linux-2.6 and linux-modules-{contrib,extra}. Both
those packages are the responsibility of the kernel team, so it's just a
matter of coordination inside the kernel team.

I don't see the benefit of an extra archive, it would require changes in
the buildd to get this archive autobuilt. Furthermore it would lead to
less user testing since it's outside of unstable and we don't really want
that.

My suggestion takes into consideration the fact that the uploads of
linux-2.6 and linux-modules-{contrib,extra} are not synchronized (because
it's difficult to get all the external modules to build) and proposes a
simple mechanism to make sure that the user notices this
non-synchronization instead of being silently bitten by it.

Cheers,
-- 
Raphaël Hertzog

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



Bug#427067: Supportive arguments for this bug report

2007-06-14 Thread Jeroen Massar
For clarity I asked dnsop, which received the following two answers:

Full posts:
http://www1.ietf.org/mail-archive/web/dnsop/current/msg05542.html
http://www1.ietf.org/mail-archive/web/dnsop/current/msg05541.html

Mark Andrews Mark_Andrews at isc.org
8---
I suspect someone is worried about a application breaking if
it tries to reach ::1.

Mind you for the general health of the Internet such breakages
should be found sooner rather than later.
8

Antonio Querubin tony at lava.net
8---
For consistency it should really have localhost defined and
ip6-localhost be optional. However, the distinction is not likely to be
visible to most end users anyway so it shouldn't matter too much. Anyone
configuring an app to bind to 'localhost' explicitly should probably
already be aware of what their system (or local DNS) considers
'localhost' to be and whether the local apps that are talking to each
other can do so over IPv6 vs IPv4.
8

No other comments where received (yet) to this though.

Greets,
 Jeroen



signature.asc
Description: OpenPGP digital signature


Bug#428798: xscreensaver: New upstream version available

2007-06-14 Thread Raphael Hertzog
Hi Ralf,

On Thu, 14 Jun 2007, Ralf Hildebrandt wrote:
 I'd like to orphan the package since I cannot find the time to
 maintain it anymore. What is the process for this?

Please see 
http://www.debian.org/doc/developers-reference/ch-pkgs.en.html#s-orphaning

I'd suggest to mail debian-devel to find out a new maintainer as this
package is quite important and heavily used.

And thanks again for all your work!

Cheers,
-- 
Raphaël Hertzog

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



Bug#422254: [pkg-lighttpd] Bug#422254: lighttpd: Security vulnerabilities in Etch version

2007-06-14 Thread Krzysztof Krzyżaniak

Mind Booster Noori wrote:

Package: lighttpd
Followup-For: Bug #422254


As a matter of fact, these two lighttpd 1.4.13 bugs were fixed in
1.4.14, but that patches added one bug, that was fixed in lighttpd
1.4.15. Since 1.4.15 is already in testing, that release closes this
bug. This bug should be closed as a duplicate of bug #419131, which was
closed with the upload of 1.4.15. Also, 1.4.15-1 should migrate to etch.


Last thing is not possible, etch will always have 1.4.13.

  eloy
--
[EMAIL PROTECTED]

   jak to dobrze, że są oceany - bez nich byłoby jeszcze smutniej



Bug#428374: gcc-snapshot - FTBFS: make: *** [stamps/02-patch-stamp-libjava-biarch-alsa] Error 1

2007-06-14 Thread Martin Michlmayr
close 428374 20070613-1
thanks

* Bastian Blank [EMAIL PROTECTED] [2007-06-11 12:13]:
 Package: gcc-snapshot
 Version: 20070604-1

Yes, this is fixed in 20070613-1 (which needs to be re-tried on s390
though).
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#428809: xserver-xorg-core: Add Conflicts: nvidia-glx (= 1.0.8776-4)

2007-06-14 Thread Julien Cristau
On Thu, Jun 14, 2007 at 12:34:14 +0200, Marc Glisse wrote:

 I know the breakage of the nvidia proprietary driver is not a bug in
 xorg, but the standard thing to do when your package breaks an other one
 is to upload a new version that conflicts with broken versions of the
 other one. Unless you do that, many more people will face this issue,
 even when a new version of nvidia-glx enters testing. I am just not sure
 about the exact versions with which it should conflict.
 
If you find out which version of nvidia-glx fixed the problem with
xorg-server 1.3, I'll add that conflict.

Cheers,
Julien


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



Bug#428807: linux-image-2.6.21-1-powerpc: keyboard and touchpad doesn't work

2007-06-14 Thread maximilian attems
On Thu, Jun 14, 2007 at 12:14:38PM +0200, Emil Nowak wrote:
 
 After booting up on 2.6.21 keyboard and tuchpad doesn't work. I have few
 kernels, and last fully-working kernel is 2.6.18-4-powerpc.
 Simpliy rebooting on old kernel makes keyboard avalialble again.
 
 Attached kernel.log diff betweeen 2.6.18 (working keyboard), and 2.6.20 (not
 working).
 

please test trunk 2.6.22~rc4, see apt lines on
- http://wiki.debian.org/DebianKernel

regards

-- 
maks


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



Bug#428811: Two icons in systray when xchat-systray is also installed

2007-06-14 Thread Damyan Ivanov
Package: xchat
Version: 2.8.2-1
Severity: minor

Hi,

Since the upgrade from 2.6.8-0.3 to 2.8.2-1, there are two icons in the
systray instead of one. The one icon says XChat: Connected to 1
networks and 10 channels and blinks when necessary. The other always says
XChat2 - notning Particular and does not blink.

Clicking on both icons has the same effect - show/hide main window.

Hmm. The right-click menus are quite different and I've found the source
of the second icon - it is xchat-systray.

It seems that both xchat and xchat-systray now provide systray icons.
The one from xchat-systray has more items in its menu.

Could these be united somehow?

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

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

Versions of packages xchat depends on:
ii  libatk1.0-0   1.18.0-2   The ATK accessibility toolkit
ii  libc6 2.5-11 GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1.1  The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.1.0-1simple interprocess messaging syst
ii  libdbus-glib-1-2  0.73-2 simple interprocess messaging syst
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-6FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgtk2.0-0   2.10.13-1  The GTK+ graphical user interface 
ii  libpango1.0-0 1.16.4-1   Layout and rendering of internatio
ii  libperl5.85.8.8-7Shared Perl library
ii  libpng12-01.2.15~beta5-2 PNG library - runtime
ii  libsexy2  0.1.11-2   collection of additional GTK+ widg
ii  libssl0.9.8   0.9.8e-5   SSL shared libraries
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi62:1.1.0-2  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxml2   2.6.28.dfsg-1  GNOME XML library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra
ii  python2.4 2.4.4-4An interactive high-level object-o
ii  tcl8.48.4.12-1.1 Tcl (the Tool Command Language) v8
ii  xchat-common  2.8.2-1Common files for X-Chat
ii  zlib1g1:1.2.3-15 compression library - runtime

xchat recommends no packages.

-- no debconf information


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



Bug#381659: python's konsole desktop file points to missing pixmap

2007-06-14 Thread Kel Modderman
Package: python
Version: 2.4.4-6

Please close this trivial bug. Here is a patch.

Thanks, Kel.

diff -Nrup python-defaults-2.4.4/debian/python.desktop python-defaults-2.4.4.xpm/debian/python.desktop
--- python-defaults-2.4.4/debian/python.desktop	2004-02-16 01:50:38.0 +1000
+++ python-defaults-2.4.4.xpm/debian/python.desktop	2007-06-14 20:41:45.0 +1000
@@ -3,4 +3,4 @@ Type=KonsoleApplication
 Name=Python Interpreter
 Comment=Python
 Exec=/usr/bin/python
-Icon=/usr/share/pixmaps/python2.3-32.xpm
+Icon=/usr/share/pixmaps/python.xpm


Bug#423831: [UNMETDEPS] python2.4-schoolbell depends on zope3 (= 3.3)

2007-06-14 Thread Brian Sutherland
schoolbell and python2.4-schoolbell have been removed from debian, so I
guess this bug is fixed in a way.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394654

On Mon, May 14, 2007 at 01:43:59PM +0200, Luca Falavigna wrote:
 From: Luca Falavigna [EMAIL PROTECTED]
 To: Debian Bug Tracking System [EMAIL PROTECTED]
 Subject: [UNMETDEPS] python2.4-schoolbell depends on zope3 (= 3.3)
 Package: schoolbell
 Version: 1.2.4-2
 Severity: normal
 
 python2.4-schoolbell depends on zope3 (= 3.3), but Debian ships
 3.3.1-1. When trying to install it, apt returns this error:
 
 The following packages have unmet dependencies:
   python2.4-schoolbell: Depends: zope3 (= 3.3) but 3.3.1-1 is to be
 installed
 E: Broken packages
 
 This bug was initially reported in Ubuntu: https://launchpad.net/bugs/112144
 
 Thank you.
 
 
 ___
 pkg-zope-developers mailing list
 [EMAIL PROTECTED]
 http://lists.alioth.debian.org/mailman/listinfo/pkg-zope-developers
 

-- 
Brian Sutherland


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



Bug#428812: rss2email doesn't load config if another config.py is in sys.path

2007-06-14 Thread Thomas Fogwill
Package: rss2email
Version: 2.60-3

rss2email.py loads the values in config.py by doing
  sys.path.append(.)
and then 
  from config import *

However, this only works if there is not already a config.py in the
sys.path. In my case, the one
at /var/lib/python-support/python2.4/config.py get's in the way
of ./config.py (i.e. precedes it in sys.path), and thus gets imported
instead.

I'm running etch (arch: AMD64).

A fix to this problem would be to prepend . to sys.path, not append
it. Suggested patch:

--- /usr/share/rss2email/rss2email.py   2006-12-13 21:34:03.0
+0200
+++ dev/rss2email/rss2email.py  2007-06-14 13:02:25.0 +0200
@@ -205,7 +205,7 @@

 # Read options from config file if present.
 import sys
-sys.path.append(.)
+sys.path.insert(0,.)
 try:
from config import *
 except:



-- 
This message is subject to the CSIR's copyright, terms and conditions and
e-mail legal notice. Views expressed herein do not necessarily represent the
views of the CSIR.
 
CSIR E-mail Legal Notice
http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html 
 
CSIR Copyright, Terms and Conditions
http://mail.csir.co.za/CSIR_Copyright.html 
 
For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR
Legal Notice send a blank message with REQUEST LEGAL in the subject line to
[EMAIL PROTECTED]


This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.  MailScanner thanks Transtec Computers for their 
support.



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



Bug#428767: Confirmed

2007-06-14 Thread Alan Woodland
tags 428767 +confirmed
thanks

Hi,

Thanks for the bug report. I'll look into this one today on my Etch
workstation in the office.

Thanks,
Alan


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



Bug#428813: O: xscreensaver

2007-06-14 Thread Ralf Hildebrandt
Package: wnpp
Severity: normal


I'd like to orphan the package since I cannot find the time to
maintain it anymore.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.4 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash


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



Bug#405841: Outstanding ?

2007-06-14 Thread Heretik
Why is this bug still marked as outstanding though you resolved it ?

-- 
Heretik


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



Bug#428638: [Pkg-blender-maintainers] Bug#428638: blender: Hangs when adding mesh pieces in Shaded or Textured mode

2007-06-14 Thread Cyril Brulebois
Hi again,

[First of all, it would be cool to keep the bug in Cc. ;-)]

Mikko Nurminen [EMAIL PROTECTED] (14/06/2007):
 after more studying this bug seems to be a X problem after all,
 because trying to run Wings3D causes the same results: X freezes -
 kill Wings3D - all OK again.

OK, driver bug, or mesa bug, then. After having asked on #debian-x:

MrCooper some Mesa r128 driver bugs along those lines were fixed a
   while ago, the fixes may not have made it into etch

 Oddly enough, most 3D games seem to run OK.
 
 I´m very sorry for taking up your time! I still answered your
 questions below.

No problem, many X driver or mesa problems are spotted by using blender
(or wings3d, or...) since it is quite 3D-intensive. I guess you can
reassign this bugreport to mesa, precising the version you're using. You
can follow the bts instructions[1], first command to do the
reassignment.

 1. http://www.debian.org/Bugs/server-control

 I now think this a X bug, so I don´ t know if backport would be
 necessary. But of course we could give it a shot.

Given your input, looks like blender is not a fault, so that wouldn't
change anything.

Cheers,

-- 
Cyril Brulebois


pgpOJmyKABmeE.pgp
Description: PGP signature


Bug#428755: Backtrace

2007-06-14 Thread Miguel Rodríguez Pérez

I have found this very same problem in Gutsys's version of
Thunderbird. So I downloaded sid's icedove-dbg package and generated
the following backtrace. I now this is not a proper debian system, but
hope it helps.
/usr/lib/icedove/run-mozilla.sh -g /usr/lib/icedove/icedove-bin
MOZILLA_FIVE_HOME=/usr/lib/icedove
  LD_LIBRARY_PATH=/usr/lib/icedove:/usr/lib/icedove/plugins:/usr/lib/mre/mre-2.0.0.0
DISPLAY=:0.0
DYLD_LIBRARY_PATH=/usr/lib/icedove:/usr/lib/mre/mre-2.0.0.0
 LIBRARY_PATH=/usr/lib/icedove:/usr/lib/icedove/components:/usr/lib/mre/mre-2.0.0.0
   SHLIB_PATH=/usr/lib/icedove:/usr/lib/mre/mre-2.0.0.0
  LIBPATH=/usr/lib/icedove:/usr/lib/mre/mre-2.0.0.0
   ADDON_PATH=/usr/lib/icedove
  MOZ_PROGRAM=/usr/lib/icedove/icedove-bin
  MOZ_TOOLKIT=
moz_debug=1
 moz_debugger=
/usr/bin/gdb /usr/lib/icedove/icedove-bin -x /tmp/mozargs.k12225
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
(gdb) run
Starting program: /usr/lib/icedove/icedove-bin 
[Thread debugging using libthread_db enabled]
[New Thread -1221937456 (LWP 12228)]
[New Thread -1228190832 (LWP 12236)]

***MEMORY-WARNING***: icedove-bin[12228]: GSlice: g_thread_init() must be called before all other GLib functions; memory corruption due to late invocation of g_thread_init() has been detected; this program is likely to crash, leak or unexpectedly abort soon...
[New Thread -1245578352 (LWP 12237)]
[New Thread -1261945968 (LWP 12248)]
[New Thread -1271567472 (LWP 12249)]
[New Thread -1286861936 (LWP 12250)]
[New Thread -1295254640 (LWP 12251)]
[New Thread -1308828784 (LWP 12256)]
[New Thread -1317221488 (LWP 12261)]

Program received signal SIGABRT, Aborted.
[Switching to Thread -1221937456 (LWP 12228)]
0xe410 in __kernel_vsyscall ()
(gdb) bt
#0  0xe410 in __kernel_vsyscall ()
#1  0xb73d7df0 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0xb73d9641 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0xb740e11b in __libc_message () from /lib/tls/i686/cmov/libc.so.6
#4  0xb7415f7d in _int_free () from /lib/tls/i686/cmov/libc.so.6
#5  0xb74195c0 in free () from /lib/tls/i686/cmov/libc.so.6
#6  0xb75b24b1 in operator delete () from /usr/lib/libstdc++.so.6
#7  0xb75b250d in operator delete[] () from /usr/lib/libstdc++.so.6
#8  0xb5d43464 in ~nsWindow (this=0x98e4560) at nsWindow.cpp:325
#9  0xb5d537ad in nsBaseWidget::Release (this=0x6) at nsBaseWidget.cpp:64
#10 0xb5d41ec1 in nsWindow::Release (this=0x98e4560) at nsWindow.cpp:342
#11 0xb7e1c0cc in nsCOMPtr_base::assign_with_AddRef (this=0x98e448c, 
rawPtr=0x0) at ./../glue/nsCOMPtr.h:531
#12 0xb52f5743 in nsXULWindow::Destroy (this=0x98e4468)
at ../../../dist/include/xpcom/nsCOMPtr.h:713
#13 0xb52fa4b6 in nsWebShellWindow::Destroy (this=0x98e4468)
at nsWebShellWindow.cpp:850
#14 0xb52eb564 in nsChromeTreeOwner::Destroy (this=0x98b08a0)
at nsChromeTreeOwner.cpp:362
#15 0xb508e36b in nsGlobalWindow::ReallyCloseWindow (this=0x98b0968)
at nsGlobalWindow.cpp:4733
#16 0xb508e788 in HandleCloseEvent (aEvent=0x98e1170)
at nsGlobalWindow.cpp:4497
#17 0xb7e64c77 in PL_HandleEvent (self=0x98e1170) at plevent.c:688
#18 0xb7e64f8b in PL_ProcessPendingEvents (self=0x80fcce0) at plevent.c:623
#19 0xb7e66e4e in nsEventQueueImpl::ProcessPendingEvents (this=0x80fcc98)
at nsEventQueue.cpp:417
#20 0xb5d476e5 in event_processor_callback (source=0x83c35a8, 
condition=G_IO_IN, data=0x6) at nsAppShell.cpp:67
#21 0xb767335d in ?? () from /usr/lib/libglib-2.0.so.0
#22 0x083c35a8 in ?? ()
#23 0x0001 in ?? ()
#24 0x080fcc98 in ?? ()
#25 0xb76ce21c in ?? () from /usr/lib/libglib-2.0.so.0
#26 0xbfe9963c in ?? ()
#27 0x083c35f0 in ?? ()
#28 0xbfe99658 in ?? ()
#29 0xb764403c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
Backtrace stopped: frame did not save the PC
(gdb) bt full
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb73d7df0 in raise () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb73d9641 in abort () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#3  0xb740e11b in __libc_message () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#4  0xb7415f7d in _int_free () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#5  0xb74195c0 in free () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#6  0xb75b24b1 in operator delete () from /usr/lib/libstdc++.so.6
No symbol table info available.
#7  0xb75b250d in operator delete[] () from /usr/lib/libstdc++.so.6
No symbol table info available.
#8  0xb5d43464 in ~nsWindow 

Bug#428807: linux-image-2.6.21-1-powerpc: keyboard and touchpad doesn't work

2007-06-14 Thread Emil Nowak
On 2007-06-14, at 12:50:42 maximilian attems wrote:

 please test trunk 2.6.22~rc4, see apt lines on
 - http://wiki.debian.org/DebianKernel
I still have the same problem with this 2.6.22-rc4.



-- 
Pozdrowienia


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



Bug#394616: neon26: LFS definition misleading

2007-06-14 Thread Sebastian Harl
Hi,

(This is a follow-up to Debian bug #394616 - http://bugs.debian.org/394616.)

On Sun, Oct 22, 2006 at 11:28:03AM +0200, Sebastian Harl wrote:
 If sizeof(off_t) is not equal to 4, neon disables LFS support because it is
 unnecessary. Basically, this is fine. However, a user has no way to tell if
 LFS support was disabled because it is not available or because it is not
 required.
 
 Imho, the best way to solve this problem is the following:
[...]

Actually, there is a much nicer way to solve this. Adding AC_SYS_LARGEFILE to
configure.in will _ensure_ that off_t is large enough to support large files.
No special handling of any case will be necessary any longer. Please add this
to neon.

Sorry for the confusion.

Cheers,
Sebastian

PS: I hope I'll have the time to provide a patch some time this afternoon.

-- 
Sebastian tokkee Harl
GnuPG-ID: 0x8501C7FC
http://tokkee.org/



signature.asc
Description: Digital signature


Bug#428676: Interested to sponsor

2007-06-14 Thread Vincent Fourmond

 Hello,

 This game looks fun and I'd be interested to sponsor it. I'll check
packaging on mentors.debian.org tonight, if that's fine by you.

 Cheers,

 Vincent Fourmond


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



Bug#372544: libc6-dev: fma() is incorrect (inaccurate), not conform to C99

2007-06-14 Thread Vincent Lefevre
Note: this is upstream bug 3268:

  http://sourceware.org/bugzilla/show_bug.cgi?id=3268

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/
100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



Bug#428497: Bug#428496: Fails to start (undefined symbol)

2007-06-14 Thread Philipp Kern
On Tue, Jun 12, 2007 at 10:00:39AM +0200, Luca Bruno wrote:
 This is indeed due to current dependency on libobby-0.4-0 (= 0.4.1-1);
 I've just installed 0.4.4-1 and now gobby works again.
 So please enforce your dependency with libobby-0.4-0 (=0.4.4-1).

We will release new upstream versions of net6 and Gobby on the week-end.
Please don't remove obby from testing, as it works correctly with the
current library, which apt would upgrade by default.

I will fix this next week.

Kind regards,
Philipp Kern
Debian Developer


signature.asc
Description: Digital signature


Bug#414545: wesnoth: New Version available

2007-06-14 Thread Heretik
Version 1.2.4 is available in unstable (and can't migrate to testing yet
because of build problems on ARM architecture). Development version
1.3.2 is available in experimental.

-- 
Heretik


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



Bug#428792: gtk-gnutella: Download rescheduling seems borken

2007-06-14 Thread Luca Bruno
Johan Walles scrisse:

 I have lots of lines saying: Max. number of downloads reached at
 09.21.33 - rescheduled for 09.21.34.
 Time is now 09.38.  So that download should have been re-attempted
 about a quarter of an hour ago.

The problem here is that you've reached the maximum limit of
simultaneous download. The new attempt (one second later) has failed as
well, because you were still over the limit.

Try to increase the number of allowed parallel downloads (in the
downloads tab, the show settings button to show them and the
spinbutton to set) and I bet you'll have new slots for your downloads.

I can reproduce your case setting these values to a dumb too low number
(eg. 1): almost all the queue will freeze. Increase it and you will see
slowly the downloads restarting. Thus, the rescheduling is working fine.

I'll probably close this report as notabug in a couple of days, letting
you the time to reply.

Cheers, Luca

--
 .''`.  ** Debian GNU/Linux **  | Luca Bruno
: :'  :   The Universal O.S.| luca.br(AT)uno.it
`. `'`  | GPG Key ID: 3BFB9FB3
  `- http://www.debian.org  | Proud Debian GNU/Linux User


pgpmX3zDFO7kJ.pgp
Description: PGP signature


Bug#428807: linux-image-2.6.21-1-powerpc: keyboard and touchpad doesn't work

2007-06-14 Thread maximilian attems
On Thu, Jun 14, 2007 at 01:19:14PM +0200, Emil Nowak wrote:
 On 2007-06-14, at 12:50:42 maximilian attems wrote:
 
  please test trunk 2.6.22~rc4, see apt lines on
  - http://wiki.debian.org/DebianKernel
 I still have the same problem with this 2.6.22-rc4.

hmm ok.

did you report on the debian powerpc mailinglist,
there are upstream dev around there?

otherwise if that does not help bug upstream mailinglist
and / or kernel.org bugzilla.

thanks

--
maks


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



Bug#428814: [powerpc] error: initializer element is not constant

2007-06-14 Thread Gerrit Pape
Package: gcc-4.1
Version: 4.1.2-12
Severity: important

On a current Debian/powerpc sid system:

 $ cat ttt.c EOT
 static const double d[] = { 1.0l/6/1/2, -1.0l/30/3/4 };
 int main() { return 0; }
 EOT
 $ gcc-4.1 ttt.c
 ttt.c:1: error: initializer element is not constant
 ttt.c:1: error: (near initialization for 'd[0]')
 ttt.c:1: error: initializer element is not constant
 ttt.c:1: error: (near initialization for 'd[1]')
 $ echo $?
 1
 $ 

It works just fine on other architectures, and indeed should work IMO.
It causes the dietlibc to FTBFS

 
http://buildd.debian.org/fetch.cgi?pkg=dietlibcver=0.30-6arch=powerpcstamp=1178194051file=log

Thanks, Gerrit.


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



Bug#428749: Upstream bug and IRC conversation

2007-06-14 Thread Loïc Minier
 Attached is an IRC conversation on this bug.

 Bug being discussed upstream at:
http://bugzilla.gnome.org/show_bug.cgi?id=447498

-- 
Loïc Minier
12:00 -!- lool [EMAIL PROTECTED] has joined #debian-boot
12:00 -!- Topic for #debian-boot: http://www.debian.org/devel/debian-installer 
| If nobody answers, try [EMAIL PROTECTED] | status of today's builds: 
http://wiki.debian.org/DebianInstaller/Today | team: 
http://wiki.debian.org/DebianInstaller/DebConf7
12:00 -!- Topic set by fjp [EMAIL PROTECTED] [Mon May 21 20:44:16 2007]
12:00 [Users #debian-boot]
12:00 [ ag-] [ dilinger] [ joeyh ] [ nyu  ] [ streuner] 
12:00 [ apt_get] [ dondelelcaro] [ joshk ] [ p2-mate  ] [ Supaplex] 
12:00 [ atporter   ] [ eddyp_  ] [ jvw   ] [ panthera ] [ swarna  ] 
12:00 [ aurel32] [ ejka] [ kart_ ] [ pere_away] [ tarzeau ] 
12:00 [ bdale  ] [ ekix] [ KhanReaper] [ peterS   ] [ tbm ] 
12:00 [ bip] [ ettin   ] [ kmuto ] [ pritisd  ] [ TheLaw  ] 
12:00 [ broonie] [ evand_  ] [ lool  ] [ psn  ] [ Tolimar ] 
12:00 [ btm_   ] [ fabo] [ Lunar^] [ Q_   ] [ vorlon  ] 
12:00 [ bubulle] [ fil ] [ madduck   ] [ r-d  ] [ waldi   ] 
12:00 [ Caesar ] [ fjp ] [ Madkiss_  ] [ ruipb] [ weasel  ] 
12:00 [ Chobits] [ fnordus ] [ maks  ] [ rwhitby  ] [ winnie  ] 
12:00 [ codebreaker] [ fs  ] [ matth__   ] [ sep  ] [ xaiki   ] 
12:00 [ dam] [ Ganneff ] [ mhy   ] [ Sepp ] [ Yoe ] 
12:00 [ dannf  ] [ hatta   ] [ mvz   ] [ simonrvn_] [ zobel   ] 
12:00 [ david-e] [ jacobo  ] [ nekral] [ st_u ] 
12:00 [ des] [ joejaxx ] [ niru  ] [ sto  ] 
12:00 -!- Irssi: #debian-boot: Total of 78 nicks [0 ops, 0 halfops, 0 voices, 
78 normal]
12:00 -!- Channel #debian-boot created Wed May  9 06:06:52 2007
12:00 -!- Irssi: Join to #debian-boot was synced in 1 secs
12:01  fjp :-)
12:01  lool fjp: There were fixes with color names
12:02  fjp We're only using color codes (#xx)
12:03  fjp lool: Here's our gtkrc file: 
http://svn.debian.org/wsvn/d-i/trunk/packages/rootskel-gtk/src/usr/share/themes/Clearlooks/gtk-2.0/gtkrc?op=filerev=0sc=0
12:03  lool fjp: So, first, I'd recommend considering a switch to symbolic 
names for colors
12:03  lool (But this is unrelated)
12:03  Supaplex fjp: is it important that netboot d-i's grub won't boot 
win2k3r2 after installing? It just hangs. I'm going to try fixoring it later. 
(sleep is near)
12:04  fjp Hmm. That is pretty hard as we have a very specific color red to 
match the banner.
12:04  fjp Supaplex: Yes, it is important.
12:04  fjp Supaplex: I'll be happy top work with you on that.
12:05  Supaplex should I file a bug? - I'll do a little more research.
12:05  fjp Supaplex: There is already one open.
12:06  Supaplex ahh ok. MSFT has free trials of 2k3r2 iso's for downloading 
if you want to try anything.  How can I help?
12:06 -!- rwhitby [EMAIL PROTECTED] has quit [Ping timeout: 480 seconds]
12:07  lool fjp: I wonder if these might be changes in clearlooks
12:07  fjp Supaplex: It works for me, so you will have to do the debugging.
12:07  Supaplex I installed via debian.exe baiscly 12 hours ago or something.
12:08  fjp lool: Yes, could be. I don't find them logical though.
12:08  lool fjp: The symbolic color names can be defined of course; the 
benefit is that people can derive other colors from the symbolic names, for 
example a slightly darker red than red
12:08  Supaplex everything works ok, but booting back to windows. pretty much 
defaults. I already had free space to use
12:08  Supaplex ok. I'll catch my sleep() cycle, and try again soon. just 
/msg me or memoserv if I'm offline, if you think of any other needs.
12:08  fjp Supaplex: I don't have time for this until after debconf.
12:09  fjp lool: Ah, OK. A pointer to some documentation would be nice.
12:10  lool fjp: I'm going away for lunch now; I'll search for information on 
gtkrc symbolic color names and research this bug after lunch
12:10  fjp lool: Thx. Bon apetit.
12:10  lool fjp: I'm now pretty sure it's a Clearlooks change; if you like 
you can read through /usr/share/doc/gtk2-engines/NEWS.gz
12:11  lool And/or try gtk2-engines 2.8 (or etch's) rebuilt against gtk 2.10
12:14 -!- rwhitby [EMAIL PROTECTED] has joined #debian-boot
12:24  fjp lool: Looks like it could be: Bug 407440 - Use text[NORMAL] for 
active checkmarks in 2.9.4
12:26  fjp That does make some sense, but OTOH it does make things a bit 
dull. I quite liked having the checkmarks in the support color.
12:26  fjp And if it really is text[NORMAL], we cannot even change it as we'd 
also change the text color which is something I definitely would not want.
12:26  fjp So, very much :-(
12:30 -!- weasel_ [EMAIL PROTECTED] has joined #debian-boot
12:30 -!- weasel [EMAIL PROTECTED] has quit [Remote host closed the connection]
12:30  fjp lool: Looking at the bug 

Bug#381042: subscription spam patch fixed

2007-06-14 Thread Paul Wise
On Wed, 2007-06-13 at 17:44 +0100, Paul Wise wrote:

 Finally got around to fixing the tracebacks with the subscription spam
 problem. I recommend we now apply this patch in the Debian mailman
 package. I'll also send the fixed version upstream.

Uggh, spoke too soon, more tracebacks.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


  1   2   3   4   >