Bug#379533: svnmailer: please support some $body configureability

2006-07-24 Thread Pierre Habouzit
Package: svnmailer
Version: 1.0.8-4
Severity: wishlist

  svnmailer does not allow to configure the body much. I'd e.g. like to
append the diffstat of the diff at the end of the log (before the diff
if it is inline).

  so some body formatting would be nice, like e.g. a setting that is:

  body = '%(log)s\n\n`%(log)s|diffstat`\n'


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



Bug#377189: openoffice.org: prepends working directory before URLs, can't find file

2006-07-24 Thread Rene Engelhard
reassign 377189 openoffice.org-gtk
forwarded 377189 [EMAIL PROTECTED]
thanks

Hi,

Got this in the Debian BTS:

Eamonn Hamilton wrote:
 When attempting to start openoffice with a url ( as happens from
 evolution, say ), it reports being unable to find the file but the path
 shown has the current working directory prepended to it , e.g. :
 
 cd /random
 oowriter file:/tmp/test.doc
 
 results in
 
 /random/file:/tmp/test.doc does not exist
 
 It doesn't seem to be the oowriter perl wrapper, that correctly passes
 file:/tmp/test.doc to the ooqstart binary, which appears to simply
 prepend the working directory

Michael, can you look at that?

Regards,

Rene


signature.asc
Description: Digital signature


Bug#379534: svnmailer: first non empty log line in the subject

2006-07-24 Thread Pierre Habouzit
Package: svnmailer
Version: 1.0.8-4
Severity: wishlist

  by default svn-mailer lists all the modified files in Subject: and
does allow some configureability. sadly, there is no format to put the
first non empty line of the log, which is rather useful (and really more
than a file list).


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



Bug#379530: libjaxp1.3-java: FTBFS: Missing Build-Depends on 'gcj'

2006-07-24 Thread Andreas Jochens
Package: libjaxp1.3-java
Version: 1.3.03-3
Severity: serious
Tags: patch

When building 'libjaxp1.3-java' in a clean 'unstable' chroot,
I get the following error:

# An alternative would be to build the classes using GCJ
gcj -C -O2 -d build `find javax org -name \*.java`
/bin/sh: gcj: command not found
make: *** [debian/build-stamp] Error 127

Please add the missing Build-Depends on 'gcj' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libjaxp1.3-java-1.3.03/debian/control ./debian/control
--- ../tmp-orig/libjaxp1.3-java-1.3.03/debian/control   2006-07-24 
07:17:50.0 +
+++ ./debian/control2006-07-24 07:17:48.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Arnaud Vandyck [EMAIL PROTECTED]
-Build-Depends: cdbs, debhelper (= 4.1.0)
+Build-Depends: cdbs, debhelper (= 4.1.0), gcj
 Build-Depends-Indep: java-gcj-compat-dev
 Standards-Version: 3.7.2
 


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



Bug#379535: svnmailer: diff in a single part instead of splitted diff

2006-07-24 Thread Pierre Habouzit
Package: svnmailer
Version: 1.0.8-4
Severity: wishlist

  I prefer to use multipart diffs (with the right content-type) because
my MUA happen to hilight them (whereas it does not if it's inline, not
knowing there is a diff inside). Though, the many parts of the diff are
a bit strange to look at, and a single monolithic diff *still* as a part
would be nice.

  I'd suggest a setting that looks like:

  mail_type = singlepart

  and that also allow type=... and disposition=... sub arguments (as
multipart already does).


  singlepart is maybe not very well named, but multipart is already
taken, and I don't think that changing its behaviour is very good, so
it'd be better to find a new name.


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



Bug#379355: netmrg: uninstall script leaves entry behind in crontab

2006-07-24 Thread Uwe Steinmann
On Sat, Jul 22, 2006 at 09:50:47PM -0400, Tor Myklebust wrote:
 Package: netmrg
 Version: 0.18.2-4
 Severity: normal
 
 
 After uninstalling netmrg, an entry is left behind in the crontab that
 attempts to run netmrg once every five minutes.
Could you please check if 0.18.2-13 from testing fixes it if that
is an option.

  Uwe

-- 
  MMK GmbH, Fleyer Str. 196, 58097 Hagen
  [EMAIL PROTECTED]
  Tel: +2331 840446Fax: +2331 843920


signature.asc
Description: Digital signature


Bug#379532: cl-asdf: FTBFS: Missing Build-Depends on 'tetex-bin'

2006-07-24 Thread Andreas Jochens
Package: cl-asdf
Version: 1.99-2
Severity: serious
Tags: patch

When building 'cl-asdf' in a clean 'unstable' chroot,
I get the following error:

dh_testdir
# Add here commands to compile the package.
makeinfo asdf.texinfo
makeinfo --html asdf.texinfo
texi2pdf asdf.texinfo
You don't have a working TeX binary installed, but the texi2dvi script
can't proceed without it. If you want to use this script, you have to
install some kind of TeX, for example teTeX Debian packages. You can do
that with this command:
   apt-get install tetex-bin
make: *** [build-stamp] Error 1

Please add the missing Build-Depends on 'tetex-bin' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/cl-asdf-1.99/debian/control ./debian/control
--- ../tmp-orig/cl-asdf-1.99/debian/control 2006-07-24 07:27:11.0 
+
+++ ./debian/control2006-07-24 07:27:08.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Peter Van Eynde [EMAIL PROTECTED]
 Build-Depends: debhelper ( 4.0.0)
-Build-Depends-Indep: cvs2cl, texinfo
+Build-Depends-Indep: cvs2cl, texinfo, tetex-bin
 Standards-Version: 3.7.2.0
 
 Package: cl-asdf


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



Bug#378993: atftpd: Support for named pipes / FIFO

2006-07-24 Thread Jan Schneider
Am Freitag, 21. Juli 2006 17:18 schrieb Olaf Dabrunz:

 Interesting.

yes it is

 I see. For your application it seems to be enough to know when a client
 requests a file (and maybe you communicate client details using some
 other communication channel). Otherwise I would expect the patch to
 communicate client-specific information to the program that provides the
 file.

Thats right.

Think about a client on which you want to install debian or suse or some other 
operating system using PXE, PXELINUX, atftpd, a kernel and an initrd.
You would have to create the file in pxelinux.cfg/01-01-02-03-04-05-06,
where 01-02-03-04-05-06 is the hw address of the client.
The file should contain something like:
--
default install-linux

label install-linux
kernel vmlinuz
append ramdisk_size=64000 init=/etc/init initrd=initrd
--
On the next boot the client will read this config, transfer the kernel and 
initrd and start linux.
After the operating system installation on the clients harddisk is completed, 
the client needs a reboot to start the new os.
Before the restart you will have to delete the pxelinux config file or end up 
in a loop.
For security reasons you will not allow the client to delete files on the 
server.

 Anyway, AFAICT you will have a problem with concurrent access to the
 FIFO by multiple instances of atftpd (when multiple clients request
 their files at the same time). If your environment (opsi) works around
 this problem, it would be helpful to either give a simple example in the
 manpage how the FIFO could be used safely, or to document it as a
 special feature that cannot be used in a simple way from the command
 line.

We only use FIFOs for client configuration data.

 The feature itself needs documentation in the manpage anyway. Please
 explain how it can be useful to the user, with and without opsi.

 How can you do this on a client-by-client basis? Is it possible only
 from within opsi, or is it possible for every user of atftpd?

[EMAIL PROTECTED]:~# mkfifo /tftpboot/pipe
[EMAIL PROTECTED]:~# echo atftpd fifo test  /tftpboot/pipe \
 rm /tftpboot/pipe \
 echo fifo read and deleted | wall 
[EMAIL PROTECTED]:~# atftp localhost
tftp get pipe

Broadcast Message from [EMAIL PROTECTED]
(/dev/pts/7) at 17:49 ...

fifo read and deleted
--
#!/usr/bin/perl
use POSIX;
my $pipe =  /tftpboot/linux/pxelinux.cfg/01-00-01-02-03-04-05;
POSIX::mkfifo($pipe, 0644) or
die(cannot create Pipe %s.\n, $pipe);
sysopen(FIFO, $pipe, O_WRONLY, 0644);
print FIFO default linux\n;
print FIFO label linux\n;
print FIFO   kernel vmlinuz\n;
print FIFO   append ramdisk_size=64000 init=/etc/init initrd=initrd\n;
close(FIFO);
unlink($pipe);
---


Regards,

Jan Schneider

uib umwelt informatik büro gmbh
Bonifaziusplatz 1B
55118 Mainz

Tel. 06131 / 27561-20
Fax  06131 / 27561-22

E-Mail: [EMAIL PROTECTED]

Internet: www.uib.de



Bug#379536: hydrogen-drumkits: FTBFS: Missing Build-Depends on 'unzip'

2006-07-24 Thread Andreas Jochens
Package: hydrogen-drumkits
Version: 0.9.3.20060702-1
Severity: serious
Tags: patch

When building 'hydrogen-drumkits' in a clean 'unstable' chroot,
I get the following error:

Extracting kit drumkits/MilloDrums-3.zip
/bin/sh: line 2: unzip: command not found
Extracting kit drumkits/YamahaVintageKit.zip
/bin/sh: line 2: unzip: command not found
make: *** [unpack] Error 127

Please add the missing Build-Depends on 'unzip' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/hydrogen-drumkits-0.9.3.20060702/debian/control 
./debian/control
--- ../tmp-orig/hydrogen-drumkits-0.9.3.20060702/debian/control 2006-07-24 
07:31:51.0 +
+++ ./debian/control2006-07-24 07:31:47.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Multimedia Team debian-multimedia@lists.debian.org
 Uploaders: Free Ekanayaka [EMAIL PROTECTED]
-Build-Depends: debhelper ( 3.0.0)
+Build-Depends: debhelper, unzip
 Build-Depends-Indep: grep (= 2.5.1)
 Standards-Version: 3.7.2
 


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



Bug#379489: digitemp: FTBFS: bashisms

2006-07-24 Thread Julien Danjou
On Sun, Jul 23, 2006 at 04:20:55PM -0700, Brian C. Lane wrote:
  Automatic build of digitemp_3.3.2-2 on avidan by sbuild/i386 0.49
  Build started at 20060723-0232
  **
  ...
   debian/rules build
  dh_testdir
  touch configure-stamp
  dh_testdir
  mkdir -p build-serial/{src,userial/ds9097,userial/ds9097u}
  (cd build-serial; /usr/bin/make -f ../Makefile srcdir=.. VPATH=.. all)
  make[1]: Entering directory `/build/buildd/digitemp-3.3.2/build-serial'
  gcc -I../src -I../userial -O2  -DLINUX -DLOCKDEV   -c -o src/digitemp.o 
  ../src/digitemp.c
  Assembler messages:
  FATAL: can't create src/digitemp.o: No such file or directory
  make[1]: *** [src/digitemp.o] Error 1
  make[1]: Leaving directory `/build/buildd/digitemp-3.3.2/build-serial'
  make: *** [build-stamp] Error 2
  **
  Build finished at 20060723-0232
  FAILED [dpkg-buildpackage died]
  
 
 That's not a very descriptive error message :)

Sorry, reporting 20 bugs a day make me lazy.
The {,} syntax used in your mkdir call is a bashisms and not supported
by POSIX Compliant only shell like dash.
So this fails is /bin/sh is linked to /bin/dash.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#379541: chiark-utils: FTBFS: bashisms

2006-07-24 Thread Julien Danjou
Package: chiark-utils
Version: 4.1.0
Severity: important

Hello,

There was a problem while autobuilding your package:

 Automatic build of chiark-utils_4.1.0 on avidan by sbuild/i386 0.49
 Build started at 20060724-0941
 **
...
 set -e; for e in relativity chiark; do \
   cd examples/$e; \
   install -c -m 2755 -o root -g root -d 
 /build/buildd/chiark-utils-4.1.0/debian/tmp/backup/usr/share/doc/chiark-backup/examples/$e;
  \
   install -c -m 644 -o root -g root [^A-Z]*[^~] 
 /build/buildd/chiark-utils-4.1.0/debian/tmp/backup/usr/share/doc/chiark-backup/examples/$e;
  \
   if test -f SYMLINKS.tar; then \
   exec SYMLINKS.tar; \
   (set -e; cd 
 /build/buildd/chiark-utils-4.1.0/debian/tmp/backup/usr/share/doc/chiark-backup/examples/$e
   tar -xf -); \
   fi; \
   cd ../..; \
   done
 install: cannot stat `[^A-Z]*[^~]': No such file or directory
 make[1]: *** [install-examples] Error 1
 make[1]: Leaving directory `/build/buildd/chiark-utils-4.1.0/backup'
 make: *** [binary-prep] Error 2
 **
 Build finished at 20060724-0941
 FAILED [dpkg-buildpackage died]
 --

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#314115: Current status of German translation patch for d4x

2006-07-24 Thread Jens Seidel
reopen 314115
thanks

Hi Cai,

I just noticed that my German translation can be found twice in your Debian
patch. That's why it's also mentioned twice on
http://www.debian.org/international/l10n/po/de.

It's not critical but please remove de.po (and keep po/de.po). Both are
identical. Has upstream already integrated this patch?

The real reason why I reopen this bug is that you forgot about my
patch d4x-2.5.6.diff. This fixes minor issues in English messages I found
during translation. Please forward it to upstream and apply it locally.

Jens


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



Bug#357306: additional info on pnmgamma bug

2006-07-24 Thread Andreas Barth
Hi,

* Andrew Young ([EMAIL PROTECTED]) [060722 21:57]:
 It turns out that
 
   pnmgamma -cieramp -ungamma file.pgm
 
 fails with the error message I originally reported.  But if you redirect
 the input:
 
   pnmgamma -cieramp -ungamma  file.pgm
 
 then the program works.  Evidently the problem is in parsing the command
 line.

thanks for the additional report. Unfortunatly, my time to work on
netpbm is somehow limited now (and upstream is too untrustworthy to take
the code from there) - so ready packages are appreciated.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#379542: cpqarrayd: FTBFS: build-dep on unavailable linux-source-2.6.15

2006-07-24 Thread Julien Danjou
Package: cpqarrayd
Version: 2.2-2
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of cpqarrayd_2.2-2 on avidan by sbuild/i386 0.49
 Build started at 20060724-0943
 **
 Checking available source versions...
 Fetching source files...
 Reading package lists...
 Building dependency tree...
 Need to get 151kB of source archives.
 Get:1 http://ftp.fr.debian.org sid/main cpqarrayd 2.2-2 (dsc) [629B]
 Get:2 http://ftp.fr.debian.org sid/main cpqarrayd 2.2-2 (tar) [90.6kB]
 Get:3 http://ftp.fr.debian.org sid/main cpqarrayd 2.2-2 (diff) [59.6kB]
 Fetched 151kB in 0s (206kB/s)
 Download complete and in download only mode
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0.0), linux-source-2.6.15 | linux-source-2.6, 
 libsnmp9-dev, autoconf
 Checking for already installed source dependencies...
 debhelper: already installed (5.0.37.3 = 4.0.0 is satisfied)
 linux-source-2.6.15: missing
 linux-source-2.6: missing
 libsnmp9-dev: missing
 autoconf: missing
 Checking for source dependency conflicts...
 Reading package lists...
 Building dependency tree...
 E: Package linux-source-2.6.15 has no installation candidate
 Package linux-source-2.6.15 is not available, but is referred to by another 
 package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source
 apt-get failed.
 Package installation failed
 Trying to reinstall removed packages:
 Trying to uninstall newly installed packages:
 Source-dependencies not satisfied; skipping cpqarrayd
 **
 Finished at 20060724-0943
 Build needed 00:00:00, 0k disk space

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#379543: pvm: FTBFS: bashisms

2006-07-24 Thread Julien Danjou
Package: pvm
Version: 3.4.5-6
Severity: important

Hello,

There was a problem while autobuilding your package:

 Automatic build of pvm_3.4.5-6 on avidan by sbuild/i386 0.49
 Build started at 20060724-0306
 **
...
 ln -sf ../../../bin/pvmd debian/pvm/usr/lib/pvm3/lib/pvmd
 # pvm-dev package
 cp lib/aimk debian/pvm-dev/usr/bin
 cp bin/`sh debian/getpvmarch`/{pvm_gstat,pvmgroups,tracer,trcsort} 
 debian/pvm-dev/usr/bin
 cp: cannot stat `bin/LINUX/{pvm_gstat,pvmgroups,tracer,trcsort}': No such 
 file or directory
 make: *** [binary-arch] Error 1
 **
 Build finished at 20060724-0309
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#379545: gnome-splashscreen-manager: No tooltips to guide the user

2006-07-24 Thread Andrew Burton
Package: gnome-splashscreen-manager
Version: 0.2-1
Severity: wishlist

There are no tooltips available to guide the user in using 
gnome-splashscreen-manager. Suggestions:

Activate - select this splashscreen to display during login
Preview - view the splashscreen at actual size
Install - add a splashscreen to the list of choices
Delete - remove the splashscreen from the list of choices


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.3-20060705
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages gnome-splashscreen-manager depends on:
ii  libgconf2-ruby0.14.1-1.1 GConf 2 bindings for the Ruby lang
ii  libglade2-ruby0.14.1-1.1 Libglade 2 bindings for the Ruby l
ii  ruby  1.8.2-1An interpreter of object-oriented 

gnome-splashscreen-manager recommends no packages.

-- no debconf information


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



Bug#379445: libxmlsec1-gnutls: Overrides package provided shlibs in debian/shlibs.local

2006-07-24 Thread John Belmonte
Andreas Metzler wrote:
 Package: libxmlsec1-gnutls
 Version: 1.2.9-4
 Severity: important
 
 Thanks for acting quickly on #379390.
 
 1.2.9-4 still contains debian/shlibs.local with these contents:
 libxslt 1 libxslt1.1 (= 1.0.20)
 libxml2 2 libxml2 (= 2.6.12)
 libgnutls 13 libgnutls13 (= 1.0.0)
 
 Why?
 
 Have you actually tested that libxmlsec1-gnutls linked against current
 sid (libxml2 2.6.26.dfsg-2, libgnutls13 1.4.1-1, libxslt1.1 1.1.17-2)
 actually works with the old versions you specified? Are you willing to
 repeat this testing whenever a new version of these packages is
 uploaded to sid? Why don't you rely on Debian's shlibs system?
 
 cu andreas

Hi Andreas,

The minimum version numbers I call out in shlibs.local, at least for
xslt and xml2, are defined by upstream.  If someone can show that xmlsec
doesn't work in those version ranges, that's an upstream bug.  I don't
think the burden of proof in this case should rest on the packager.
Calling out actual minimum versions can simplify backports.

--John


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



Bug#378491: xserver-xorg-video-i810: Rendering error when marking text in firefox, thunderbird and gaim

2006-07-24 Thread Florent Ratel
Package: xserver-xorg-video-i810
Version: 1:1.5.1.0-2
Followup-For: Bug #378491


The problem was that when I marked up text inside firefox,thunderbird or
gaim the text would disappear. I tried to reconfigure my xserver with
dpkg-reconfigure but the problem is still there.

Regards

Florent


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

Versions of packages xserver-xorg-video-i810 depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  xserver-xorg-core 1:1.0.2-9  X.Org X server -- core server

xserver-xorg-video-i810 recommends no packages.

-- no debconf information


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



Bug#379155: please add an option to verify recipient first

2006-07-24 Thread Marc Haber
On Sun, Jul 23, 2006 at 07:37:21PM +0200, Robert Millan wrote:
 On Sun, Jul 23, 2006 at 03:03:26PM +0200, Marc Haber wrote:
  On a scale from 0 to 100, I am at 40 - 50 would be needed to accept
  the patch. Arguments please ;)
 
 Well, all I can say is that we have to keep in mind that delaying the checks
 untill after RCPT is just a hack to support broken implementations.

These broken implementations are in extremely wide use, though, and
and users would click away an error message box anyway. Bouncing such
messages seems the better idea for me.

   Although this is a hack that is usualy desireable, it's still a
   hack, and IMHO we should encourage users who know what they're doing
   to disable it.
 
 As for distinguishing which users really know what they're doing, I
 think the warning message in the docs is reasonably enough.  If after
 reading it they still want to enable it, any trouble they may get is
 entirely their problem :)

I'd like to refrain from having just one more macro at this place.

Probably, it might be acceptable to do early recipient verification
for messages that have neither been delivered authenticated nor
delivered from a host that we relay from. Depending on how ugly this
configuration gets, this might be acceptable as a default. I'd like to
hear some comments from exim-users first though.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#379534: svnmailer: please support some $body configureability

2006-07-24 Thread Pierre Habouzit
Le lun 24 juillet 2006 09:35, Pierre Habouzit a écrit :
 Package: svnmailer
 Version: 1.0.8-4
 Severity: wishlist

   svnmailer does not allow to configure the body much. I'd e.g. like
 to append the diffstat of the diff at the end of the log (before the
 diff if it is inline).

   so some body formatting would be nice, like e.g. a setting that is:

   body = '%(log)s\n\n`%(log)s|diffstat`\n'

in fact, that bug (and the one with the subject) could be splitted in 
two wishlists:

 * add more substitution variables:
   - %(log)s that contains the whole $LOG
   - %(summary)s that contains the first empty $LOG line
   - %(whatever)s that is also used to create the body (like the
 modified file list).

 * allow $(body) to be configureable.

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpSydh9JGJrt.pgp
Description: PGP signature


Bug#379538: oskit: FTBFS: array type has incomplete element type

2006-07-24 Thread Julien Danjou
Package: oskit
Version: 0.97.20030827savannah-1
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of oskit_0.97.20030827savannah-1 on avidan by sbuild/i386 0.49
 Build started at 20060724-0211
 **
...
 gcc -c -o base_console.o -MD -DHAVE_CONFIG_H  -DOSKIT_X86 -DOSKIT_X86_PC 
 -DINDIRECT_OSENV=1 -I. -I../kern/x86 -I../kern/x86/pc -I../kern/x86/dos 
 -I../kern/x86/i16 -I../kern/x86/pc/i16 -I../kern/x86/dos/i16 -I../kern  -I- 
 -I../oskit/c -I.. -I.. -nostdinc -Wall -fno-strict-aliasing -O2 -g  
 ../kern/x86/pc/base_console.c
 cc1: note: obsolete option -I- used, please use -iquote instead
 gcc -c -o base_console_init.o -MD -DHAVE_CONFIG_H  -DOSKIT_X86 -DOSKIT_X86_PC 
 -DINDIRECT_OSENV=1 -I. -I../kern/x86 -I../kern/x86/pc -I../kern/x86/dos 
 -I../kern/x86/i16 -I../kern/x86/pc/i16 -I../kern/x86/dos/i16 -I../kern  -I- 
 -I../oskit/c -I.. -I.. -nostdinc -Wall -fno-strict-aliasing -O2 -g  
 ../kern/x86/pc/base_console_init.c
 cc1: note: obsolete option -I- used, please use -iquote instead
 gcc -c -o base_conv_mem_init.o -MD -DHAVE_CONFIG_H  -DOSKIT_X86 
 -DOSKIT_X86_PC -DINDIRECT_OSENV=1 -I. -I../kern/x86 -I../kern/x86/pc 
 -I../kern/x86/dos -I../kern/x86/i16 -I../kern/x86/pc/i16 
 -I../kern/x86/dos/i16 -I../kern  -I- -I../oskit/c -I.. -I.. -nostdinc -Wall 
 -fno-strict-aliasing -O2 -g  ../kern/x86/pc/base_conv_mem_init.c
 cc1: note: obsolete option -I- used, please use -iquote instead
 In file included from ../kern/x86/pc/base_conv_mem_init.c:21:
 ../oskit/x86/base_trap.h:119: error: array type has incomplete element type
 make[2]: *** [base_conv_mem_init.o] Error 1
 make[2]: Leaving directory 
 `/build/buildd/oskit-0.97.20030827savannah/build-tree/oskit/kern'
 make[1]: *** [kern/all.MAKE] Error 2
 make[1]: Leaving directory 
 `/build/buildd/oskit-0.97.20030827savannah/build-tree/oskit'
 make: *** [stampdir/build-stamp] Error 2
 **
 Build finished at 20060724-0213
 FAILED [dpkg-buildpackage died]
 --

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#356193: boot splash screen and progress bar support in Debian?

2006-07-24 Thread Petter Reinholdtsen

What is the status of getting usplash and/or boot splash screen
suppport into Debian?  I tested usplash from ubuntu, and the only
issue to solve before it will work out of the box seem to be the
framebuffer enabling.  The code do enable it was moved from the
usplash package to the initramfs-tools package in Ubuntu, but seem to
be missing from the debian version of initramfs-tools.  Not quite sure
how to properly fix that for debian.

I've sent a few patches for usplash to Scott James Remnant, and hope
he will include them in a future version.  Nothing fancy, just adding
more sensible error messages which helped me figure out why usplash
was failing when I tested it without a working framebuffer. :)

I'll try to get usplash uploaded this week, along with a new version
of initscripts with progress bar support.

Friendly,
-- 
Petter Reinholdtsen


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



Bug#379540: petsc: FTBFS: bashsms

2006-07-24 Thread Julien Danjou
Package: petsc
Version: 2.3.1-1
Severity: important

Hello,

There was a problem while autobuilding your package:

 Automatic build of petsc_2.3.1-1 on avidan by sbuild/i386 0.49
 Build started at 20060724-0213
 **
...
 # Make legacy symlinks including C++
 ln -s fast debian/libpetsc2.3.1-dev/usr/lib/petscdir/2.3.1/lib/libO
 ln -s fast debian/libpetsc2.3.1-dev/usr/lib/petscdir/2.3.1/lib/libO_c++
 ln -s debug debian/libpetsc2.3.1-dbg/usr/lib/petscdir/2.3.1/lib/libg
 ln -s debug debian/libpetsc2.3.1-dbg/usr/lib/petscdir/2.3.1/lib/libg_c++
 touch install-arch
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 [: 7: ==: unexpected operator
 dh_testdir -a
 dh_testroot -a
 # Customize control etc. using package names (maybe with -lam or -dec)
 mv -f debian/control debian/control.in
 sed s/2.3.1/2.3.1/  debian/control.in | \
 sed s/2.3.1-doc/2.3.1-doc/ | \
 sed s/Provides: petsc2.3.1-dev/Provides: petsc2.3.1-dev/ | \
 sed s/Provides: petsc2.3.1-dbg/Provides: petsc2.3.1-dbg/ \
  debian/control
 if [ main = contrib ]; then \
 sed s/Section: lib/Section: contrib\/lib/  debian/control  \
   debian/control.contrib ; \
 mv -f debian/control.contrib debian/control ; \
   fi
 for ARCHGEN in debian/libpetsc2.3.1-dev.docs 
 debian/libpetsc2.3.1-dev.postinst debian/libpetsc2.3.1-dev.prerm; do \
 rm -f $ARCHGEN ; \
 sed s/petsc_arch/linux-gnu-c-real-opt/  \
   `echo $ARCHGEN.in | sed s/petsc2.3.1/petsc2.3.1/` | \
   sed s/petsc_ver/2.3.1/  $ARCHGEN; \
   done
 # Generate substvars for MPI, linear algebra implementations and dist
 rm -f debian/*.substvars
 if [ mpich == mpich -o mpich == mpich-mpd -o mpich == mpich-shmem 
 ]; then \
 echo mpi=mpich-bin (= 1.2.7)  debian/libpetsc2.3.1.substvars; \
 echo mpi-dev=libmpich1.0-dev (= 1.2.7)  
 debian/libpetsc2.3.1-dev.substvars; \
   elif [ mpich == lam ]; then \
 echo mpi=lam-runtime  debian/libpetsc2.3.1.substvars; \
 echo mpi-dev=lam-dev  debian/libpetsc2.3.1-dev.substvars; \
   else \
 echo Unknown MPI implementation, stopping; \
 exit 1; \
   fi
 [: 10: ==: unexpected operator
 [: 10: ==: unexpected operator
 Unknown MPI implementation, stopping
 make: *** [binary-arch] Error 1
 **
 Build finished at 20060724-0259
 FAILED [dpkg-buildpackage died]

Comparison operator is = not ==

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#379390: fixed in xmlsec1 1.2.9-4

2006-07-24 Thread John Belmonte
Adeodato Simó wrote:
 found 379390 1.2.9-4
 thanks

 Hi John,

  xmlsec1 (1.2.9-4) unstable; urgency=low
  .
* Fix gnutls dependency in shlibs.local (Closes: #379390)

 I'm afraid this is not really a good fix. Could you please drop your
 shlibs.local file instead, as Andreas suggested?

Sorry, you found the serious bug Links agains libgutls13, depends on
libgnutls11 in 1.2.9-4?

If you make a good argument I may consider dropping shlibs.local, but
that is not this bug.

--John



Bug#379514: (no subject)

2006-07-24 Thread Gonéri Le Bouder
I just tried to create a fake /usr/bin/X to get ride the message
[EMAIL PROTECTED]:/# touch /usr/bin/X
But it doesn't fix the probem.

Same problem if i do
[EMAIL PROTECTED]:/# touch /usr/bin/foo
[EMAIL PROTECTED]:/# ln -s /usr/bin/foo /usr/bin/X

Regards,


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



Bug#379539: iptraf: the debian patched addes duplicated code in ifaces.c

2006-07-24 Thread Robbert Muller
Package: iptraf
Version: 3.0.0-1
Severity: minor



In the diff i found this patch for src/ifaces.c which addes duplicatd
code.


** diff snipped **

@@ -102,6 +102,8 @@
 int iface_supported(char *iface)
 {
 int i;
+
+if ( accept_unsupported_interfaces ) return 1;

 if (accept_unsupported_interfaces)
 return 1;
** end **

regards

 Robbert Muller


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.6-pundit.22
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages iptraf depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libncurses5   5.5-2  Shared libraries for terminal hand

iptraf recommends no packages.

-- no debconf information


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



Bug#347958: Fails to establish pppoe connection

2006-07-24 Thread Gregory Colpart
On Mon, Jul 24, 2006 at 08:19:53AM +0200, Marco d'Itri wrote:
 
  Then, this pppoeconf bug will be closed (or reassign to ppp
  package if you want) except you have new informations for

 Don't. This behaviour is a feature.

Don't reassign or don't close ?

Regards,
-- 
Gregory Colpart [EMAIL PROTECTED]  GnuPG:1024D/C1027A0E
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/


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



Bug#327598: xfig: crash when panning large picture

2006-07-24 Thread Geert Uytterhoeven
Hi Roland,

On Sun, 23 Jul 2006, Roland Rosenfeld wrote:
 tags 327598 + unreproducible
 tags 327598 + moreinfo
 thanks
 
 Hi Geert!
 
 On Sun, 11 Sep 2005, Geert Uytterhoeven wrote:
 
  Package: xfig
  Version: 1:3.2.5-alpha5-4
  
  When trying to pan a large image horizontally, xfig crashes:
  
  xfig3.2.5-alpha5: SIGSEGV signal trapped
  
  How to reproduce?
  
- Load the picture below
- Select Zoom / Fit to canvas
- Use the middle mouse button to drag the horizontal ruler at the top
  of the screen
 
  The version in sarge (1:3.2.5-alpha5-3) is fine, so the problems
  must have been introduced in 1:3.2.5-alpha5-4.
 
 Sorry for the long delay, I didn't find time to work on xfig the last
 months, but now I'll start over again.
 
 I cannot reproduce your problem here on an amd64 machine (neither with
 1:3.2.5-alpha5-4 nor with the new 1:3.2.5-alpha5-6 (not jet
 released)).
 
 Would it be possible to you to compile xfig yourself with debugging
 code and run this xfig in a debugger to find out, where the segfault
 occurs?

I can no longer reproduce the problem neither, using 1:3.2.5-alpha5-4. So
probably it got fixed by upgrading one of the libraries xfig depends on.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say programmer or something like that.
-- Linus Torvalds


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



Bug#363061: seminar is not DFSG-free, needs relicensing

2006-07-24 Thread Hilmar Preusse
On 22.07.06 Frank Küster ([EMAIL PROTECTED]) wrote:
 Hilmar Preuße [EMAIL PROTECTED] wrote:
  On 21.07.06 Frank K?ster ([EMAIL PROTECTED]) wrote:

Hi,

  - non-commercial
  - renamed copies may not be distributed at all, only fragments,
whatever that is.
  
  There is already a bug open. The author stated, that the non-free
  license statement is obsolete. He agreed, that anybody can upload an
  updated version to CTAN and about a year ago I promised to do so.
  Yes, it is still on my list.
 
 Ah, I didn't know this (or forgot).  What's the new license?
 
#327741 - LPPL.

 Any idea when you will manage to to the upload (days, weeks,
 months, before the freeze date?).
 
I guess, I have just to sit down and do it. I hope the Sommerloch is
coming soon...

 Do you know whether teTeX 3.0 has the current version (I guess so)?
 
Well, the files on CTAN have changed recently (Sept 05), but I guess
these are still the old ones. I'll have a look at that.

H.
-- 
sigmentation fault



Bug#376953: exim4: Please add LSB formatted dependency info in init.d script

2006-07-24 Thread Marc Haber
tags #376953 confirmed pending
thanks

On Thu, Jul 06, 2006 at 11:29:15AM +0200, Marc Haber wrote:
 On Wed, Jul 05, 2006 at 10:19:05PM +0100, Carlos Villegas wrote:
  URL:http://wiki.debian.org/LSBInitScripts
  explains how to make an LSB-compliant script with Debian.
 
 We're going to do this.

Committed to svn.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#376282: elfsh: segfault with hello world mips binary

2006-07-24 Thread Thiemo Seufer
Timo Lindfors wrote:
 Package: elfsh
 Version: 0.51b3-2.1
 Severity: normal
 
 Steps to reproduce:
 1) cat  hello.c EOF
 #include stdio.h
 
 int main(int argc, char **argv) {
 printf(Hello world\n);
 return 0;
 }
 EOF
 2) mips-unknown-linux-gnu-gcc -o hello hello.c
 3) elfsh
 4) type load hello
 
 Expected results:
 4) elfsh should load hello, print
 
 [*] New object hello loaded on Sat Jul  1 18:53:20 2006
 
 and show the [ELFsh-0.51b3]$ prompt.
 
 Actual results:
 4) elfsh segfaults without printing anything.

I can confirm that
  - The hello world binary runs fine natively.
  - elfsh loads this binary as expected on mips, and also on powerpc.

The first suspect which comes to mind is some endianness issue.
Does ELFsh succeed in loading any object of the other endianness?

 More info:
 1) I built the cross compiler (gcc 3.4.1) with the crosstool script
 from http://kegel.com/crosstool/crosstool-0.42/ since toolchain-source
 failed (I haven't finished the bug report for this one yet).

Toolchain-source is mostly obsolete now, you may want to build a cross
toolchain from the standard gcc/binutils packages in debian instead.
(See README.cross in the source of those packages.)


Thiemo


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



Bug#379544: gnome-splashscreen-manager: Last used directory is not remembered

2006-07-24 Thread Andrew Burton
Package: gnome-splashscreen-manager
Version: 0.2-1
Severity: wishlist

When adding new splashscreens, the user always starts at the $HOME directory. 
If the user has many splashscreens to add in a directory that is not $HOME, it 
is tedious to have to navigate to that directory and add them manually.

gnome-splashscreen-manager should remember the directory from which the last 
splashscreen was added and start there when adding new splashscreens.

Alternatively, there should be an option to add more than one file at a time, 
or to add a directory.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.3-20060705
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages gnome-splashscreen-manager depends on:
ii  libgconf2-ruby0.14.1-1.1 GConf 2 bindings for the Ruby lang
ii  libglade2-ruby0.14.1-1.1 Libglade 2 bindings for the Ruby l
ii  ruby  1.8.2-1An interpreter of object-oriented 

gnome-splashscreen-manager recommends no packages.

-- no debconf information


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



Bug#379537: libcolor-scheme-perl: FTBFS: Missing Build-Depends on 'libtest-differences-perl'

2006-07-24 Thread Andreas Jochens
Package: libcolor-scheme-perl
Version: 1.02-1
Severity: serious
Tags: patch

When building 'libcolor-scheme-perl' in a clean 'unstable' chroot,
I get the following error:

DIED. FAILED tests 1-8
Failed 8/8 tests, 0.00% okay
t/three-sixty.Can't locate Test/Differences.pm in @INC (@INC contains: 
/libcolor-scheme-perl-1.02/blib/lib /libcolor-scheme-perl-1.02/blib/arch 
/etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at t/three-sixty.t line 6.
BEGIN failed--compilation aborted at t/three-sixty.t line 6.
# Looks like your test died before it could output anything.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
---
t/colors.t   255 65280 5   10 200.00%  1-5
t/colors2.t  255 6528015   30 200.00%  1-15
t/synopsis.t 255 65280 8   16 200.00%  1-8
t/three-sixty.t  255 65280 36 200.00%  1-3
2 tests and 1 subtest skipped.
Failed 4/8 test scripts, 50.00% okay. 31/33 subtests failed, 6.06% okay.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/libcolor-scheme-perl-1.02'
make: *** [install-stamp] Error 2

Please add the missing Build-Depends on 'libtest-differences-perl'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libcolor-scheme-perl-1.02/debian/control ./debian/control
--- ../tmp-orig/libcolor-scheme-perl-1.02/debian/control2006-07-24 
07:59:44.0 +
+++ ./debian/control2006-07-24 07:59:42.0 +
@@ -1,7 +1,7 @@
 Source: libcolor-scheme-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (= 4.0.2)
+Build-Depends: debhelper (= 4.0.2), libtest-differences-perl
 Build-Depends-Indep: perl (= 5.8.0-7)
 Maintainer: Ivan Kohler [EMAIL PROTECTED]
 Standards-Version: 3.6.1


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



Bug#373193: About #373193

2006-07-24 Thread Nikita V. Youshchenko
  - add option to dpkg-buildpackage not to use gccross

 I'd like to understand how that works first. dpkg-cross's
 dpkg-buildpackage wrapper uses gccross if -a arch != $build has been
 requested? dpkg-bp calls configure with (possibly implicit) --host
 $build --build $build? dpkg-bp calls rules with CC=gccross? And gccross
 pretends to be $build's native compiler, but calls the cross-compiler
 and rewrites the -I / -L paths accordingly? Please correct me if
 anything is wrong.

dpkg-buildpackage from dpkg-cross just sets DEB_HOST_* variables in 
cross-compilation case, the rest is done by normal dpkg-buildpackage.

Gccross is substituted similar to tools like distcc or ccache - by 
prepending to PATH a directory that has symlinks to gccross named gcc, 
g++, $target-gcc, $target-g++ and similar. Those are prepared by 
dpkg-cross version of dpkg-buildpackage.
When started, gccross checks command line, replaces paths from -I and -L 
args if those don't point to cross-compilation dirs, and calls next 
argv[0] in path.

 My understanding is that gccross is a good short-term solution, and in
 the long-term all packages should be cross-build aware and use the right
 tools themselves. In fact, my package is configured with
 --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE), so make
 should already call the right compiler with the right paths.

It's not that easy. Also issues that come from xxx-config and other scripts 
that print compiler arguments should be addressed. It is solvable e.g. by 
creating alternate versions of such scripts at 'dpkg-cross -b' stage and 
forcing those to PATH at cross-compile time, but that needs to be 
implemented and checked.

 So, with my current understanding, I think even further, there should be
 a mechanism (an option, environment variable, whatever) to *enable*
 using gccross. It should be disabled by default since compliant packages
 don't need it.

 What do you think?

See above. I still agree with Raphael (gccross author) that this should be 
enabled by default - at least until (almost) all debian packages will 
cross-compile without it.

Nikita


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



Bug#379547: turbokid: FTBFS: mv: cannot stat `debian/python-turbokid/usr/share/python-support/python-turbokid/TurboKid-0.9.6dev-py2.3.egg-info': No such file or directory

2006-07-24 Thread Andreas Jochens
Package: turbokid
Version: 0.9.6-3
Severity: serious

When building 'turbokid' on unstable, I get the following error:

dh_pysupport -ppython-turbokid 
dh_python -ppython-turbokid 
mv 
debian/python-turbokid/usr/share/python-support/python-turbokid/TurboKid-0.9.6dev-py2.3.egg-info
 \
   
debian/python-turbokid/usr/share/python-support/python-turbokid/TurboKid-0.9.6dev.egg-info
mv: cannot stat 
`debian/python-turbokid/usr/share/python-support/python-turbokid/TurboKid-0.9.6dev-py2.3.egg-info':
 No such file or directory
make: *** [binary-post-install/python-turbokid] Error 1


Regards
Andreas Jochens


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



Bug#379531: cl-launch: FTBFS: ./cl-launch.sh: Permission denied

2006-07-24 Thread Faré

Weird. Why is your cl-launch not executable (the archive has mode 755)
and/or your /bin/sh absent?

I'll apply your patch in cl-launch 1.82 since it makes things more
robust, but would like to know if the bug is really mine or if you
actually did something wrong.

PS: how should I upload my packages to debian?

[ François-René ÐVB Rideau | ReflectionCybernethics | http://fare.tunes.org ]
The trouble with opportunity is that it always comes disguised as hard work.
   -- Herbert V. Prochnow



On 24/07/06, Andreas Jochens [EMAIL PROTECTED] wrote:

Package: cl-launch
Version: 1.80-1
Severity: serious
Tags: patch

When building 'cl-launch' on unstable,
I get the following error:

dh_testdir
# Add here commands to compile the package.
./cl-launch.sh -I /usr/share/common-lisp/cl-launch -B generate_install_files
make: execvp: ./cl-launch.sh: Permission denied
make: *** [build-stamp] Error 127



-   ./cl-launch.sh -I /${include_dir} -B generate_install_files
+   sh ./cl-launch.sh -I /${include_dir} -B generate_install_files




Bug#356193: boot splash screen and progress bar support in Debian?

2006-07-24 Thread Daniel Baumann
Petter Reinholdtsen wrote:
 What is the status of getting usplash and/or boot splash screen
 suppport into Debian?

I've not taking care about it, had to do other live related things first.

 I'll try to get usplash uploaded this week, along with a new version
 of initscripts with progress bar support.

Cool, feel free to hijack my ITP.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#379548: RFP: subtitleeditor -- Graphical subtitle editor with sound waves representation

2006-07-24 Thread Dominique Dumont
Package: wnpp
Severity: wishlist


* Package name: subtitleeditor
  Version : 0.9
  Upstream Author : IDJAAD djamel (aka kitone) [EMAIL PROTECTED]
* URL : http://kitone.free.fr/subtitleeditor/
* License : GPL
  Programming Lang: C++
  Description : Graphical subtitle editor with sound waves representation



Subtitle Editor is a GTK+2 tool to edit subtitles for GNU/*.  It can
be used for new subtitles or as a tool to transform, edit, correct and
refine existing subtitle.  Subtitle Editor is free software released
under the GNU General Public License (GPL).

This program also shows soundwaves which makes it easier for subtitles
synchronisation that most other subtitle editors like ksubtile or
gaupol.

Note that Djamel also provides an Ubuntu package:
http://kitone.free.fr/subtitleeditor/files/subtitleeditor_0.9-0ubuntu1_i386.deb

Thanks

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#379552: License violation

2006-07-24 Thread Iñaki Rodriguez
Package: webfs
Version: 1.21-2
Severity: serious

This software is licensed under GPL but it links against openssl that is 
incompatible with the license. 

It should be compiled without ssl support.

Greetings

Iñaki Rodriguez

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)

Versions of packages webfs depends on:
ii  debconf   1.5.2  Debian configuration management sy
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libssl0.9.7   0.9.7i-1   SSL shared libraries

webfs recommends no packages.

-- debconf information excluded



Bug#379455: Python Policy suggests dependencies that prevent installation

2006-07-24 Thread Loïc Minier
Hi,

 (I've opened a bug report against the Python Policy now, please Cc:
 [EMAIL PROTECTED])

On Sun, Jul 23, 2006, Steve Langasek wrote:
 Are we talking about the case in which /usr/bin/python is still  2.4, or
 are we talking about what such packages should do Coming Soon?

 The policy paragraph I want to fix is about packages which need a
 particular Python runtime, for example packages needing 2.4 right now,
 but it also applies to packages which will need a particular runtime in
 the future, such as needing 2.3 when 2.4 is the default, or needing
 2.5.

 The problem does not affect all these packages, since the problem I
 care about happens when a real pythonXX-foo package is installed on
 end-user machines, but doesn't exist in the archive anymore.  The
 new python-foo package providing pythonXX-foo won't be installed if
 apps only depend on the installed pythonXX-foo packages, but only if
 one app depend on python-foo, or a pythonYY-foo which is not installed
 but is provided by python-foo.

 For the former, no, it's not the business of end-user packages in general to
 attempt to force obsolete versions of dependencies off the system when
 they're functionally compatible.

 I consider this breaks expectations and is dangerous.  One of the
 expectations it breaks is that an update doesn't let you have the
 latest versions of software.  Another one is that after an update, you
 keep packages installed that have no corresponding source in the
 archive anymore (but no removal at the ftpmasters level happened).
 Another one is that I expect people upgrading from etch to etch+1 to
 have software in versions of etch, not in versions prior to the release
 of etch, but this problem creates a situation where one might upgrade
 from pythonXX-foo before etch to python-foo etch+1.  etc.

 Given that we recommend the double depend in cases where a particular
 version is needed, it seems quite reasonable to recommend it in all
 cases instead.

   Bye,
-- 
Loïc Minier [EMAIL PROTECTED]



Bug#325408: There are no menu entries for gnome-splashscreen-manager

2006-07-24 Thread Andrew Burton
There is an entry under Desktop-Preferences-Splash Screen. This bug should be 
closed, since there is a menu entry created.


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



Bug#379498: libpam-radius-auth: FTBFS: bashisms

2006-07-24 Thread Fabio Massimo Di Nitto
Julien Danjou wrote:
 Package: libpam-radius-auth
 Version: 1.3.16-4
 Severity: important
 
 Hello,
 
 There was a problem while autobuilding your package:
 
 Automatic build of libpam-radius-auth_1.3.16-4 on avidan by sbuild/i386 0.49
 Build started at 20060723-1917
 **
 ...
 dh_testdir
 # Add here commands to compile the package.
 (\
 echo -E 'CC=gcc';\
 echo -E 'CFLAGS=-g -Wall -fPIC 
 -DCONF_FILE=\\\/etc/pam_radius_auth.conf\\\';\
 echo -E 'LDFLAGS=';\
 echo -E 'if [ ${DEB_BUILD_OPTIONS#*noopt} != $DEB_BUILD_OPTIONS 
 ]; then';\
 echo -E 'CFLAGS=$CFLAGS -O0';\
  echo -E 'else';\
  echo -E 'CFLAGS=$CFLAGS -O2';\
 echo -E 'fi';\
 echo -E 'case $DEB_HOST_GNU_CPU in';\
 echo -E 'hppa|m68k|mips|powerpc|s390|sparc|sparc64|sheb)';\
 echo -E 'CFLAGS=$CFLAGS -DHIGHFIRST ;;';\
 echo -E 'esac';\
 echo -E 'make CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS CC=$CC') | 
 /bin/sh
 /bin/sh: -E: not found
 /bin/sh: -E: not found
 /bin/sh: -E: not found
 /bin/sh: -E: not found
 /bin/sh: -E: not found
 /bin/sh: -E: not found
 /bin/sh: -E: not found
 /bin/sh: -E: not found
 /bin/sh: -E: not found
 /bin/sh: Syntax error: ) unexpected
 make: *** [build-stamp] Error 2
 **
 Build finished at 20060723-1917
 FAILED [dpkg-buildpackage died]
 
 Use printf.
 

Thanks for the report, go ahead and NMU with a fix :)

Fabio

-- 
I'm going to make him an offer he can't refuse.


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



Bug#379550: balazar: Incomplete extended description

2006-07-24 Thread Jordà Polo
Package: balazar
Severity: minor

The extended package description didn't help me at all to decide if it
was a worthwhile package.

I still haven't played it, but here are some ideas to include in the
description:
 * A line on the game plot
 * Role-playing genre/setting (fantasy, science fiction, historical, etc.)
 * Objectives of the game

Also, very beautiful and funny sounds too biased to me. Isn't it up
to the player to decide if it is really beautiful? ;)

Finally, it might be a good idea to mention that balazar is only available
in French (according to the README[1]).

 1. http://home.gna.org/oomadness/en/balazar/readme.html


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



Bug#379436: Time for removal of python-orbit?

2006-07-24 Thread Loïc Minier
reassign 379436 ftp.debian.org
retitle 379436 RM: python-orbit, obsolete (RoM)
stop

Hi,

 Please remove python-orbit, superseded by python-pyorbit.  Maintainer
 agrees for the removal (see #379436).

   Thanks,
-- 
Loïc Minier [EMAIL PROTECTED]



Bug#348932: yaSSL added the FLOSS extension to its license

2006-07-24 Thread Adi Kriegisch
Hi!

Just to provide an update to the bug report:
- yaSSL added FLOSS extension to its license
- mysql integrated the new version of yaSSL into release 5.0.25...

Now I think it should be possible to ship mysql with SSL support (by 
default)?! :-)

best regards,
Adi Kriegisch


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



Bug#379546: s48-refman: FTBFS: Missing Build-Depends on 'tetex-bin'

2006-07-24 Thread Andreas Jochens
Package: s48-refman
Version: 1-1
Severity: serious
Tags: patch

When building 's48-refman' in a clean 'unstable' chroot,
I get the following error:

makeinfo --html scheme48.texi
texi2pdf -c scheme48.texi
You don't have a working TeX binary installed, but the texi2dvi script
can't proceed without it. If you want to use this script, you have to
install some kind of TeX, for example teTeX Debian packages. You can do
that with this command:
   apt-get install tetex-bin
make: *** [build-stamp] Error 1

Please add the missing Build-Depends on 'tetex-bin' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/s48-refman-1/debian/control ./debian/control
--- ../tmp-orig/s48-refman-1/debian/control 2006-07-24 08:53:09.0 
+
+++ ./debian/control2006-07-24 08:53:08.0 +
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Jorgen Schaefer [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), texinfo
+Build-Depends: debhelper (= 4.0.0), texinfo, tetex-bin
 Standards-Version: 3.6.2
 
 Package: s48-refman


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



Bug#373961: xserver-xorg: me too

2006-07-24 Thread A Mennucc
Package: xserver-xorg
Version: 1:7.0.22
Followup-For: Bug #373961

hi

I see the same problem

as told in a previous email, the solution was to 
delete some md5sums from /var/lib/x11, and change
in /var/lib/dpkg/info/xserver-xorg.postinst

- if [ -z $UPGRADE ] || dpkg --compare-versions $2 le 1:7.0.14; then
+ if true ||  [ -z $UPGRADE ] || dpkg --compare-versions $2 le 1:7.0.14; 
then

This is particulary annoying, since   /etc/X11/xorg.conf  boasts:
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg
and this does not work (and see also bug 288622)

a.


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



Bug#379551: Please drop suggests on obsolete software

2006-07-24 Thread Loïc Minier
Package: sanduhr
Severity: normal

Hi,

 sanduhr Suggests: python-orbit, bonobo-python; these are obsolete.
 Please consider updating the package for a newer orbit/bonobo version
 (at least a GNOME 2 version), or dropping the suggests, or requesting
 removal of this package.

 FYI, python-orbit is pending removal (#379436).

   Thanks,
-- 
Loïc Minier [EMAIL PROTECTED]



Bug#375542: patch

2006-07-24 Thread Mike O'Connor
tags 375542 patch
thanks for stopping processing here!
---

Attached is a patch that does the attempts to fix this bug by doing the
following:

Install the conffile that was going to /usr/lib/foxrc/Desktop (which is
a conffile for all libfox apps, not just for xfe) instead
to /usr/share/xfe/config/Xfe.

Use ucf to copy the file to /etc/foxrc/XFileExplorer/Xfe.

Change the code that was looking for the /usr/lib/foxrc/Desktop file to
copy to ~/.foxrc/XFileExplorer/Xfe to first look for copies of the
application specific conffile before falling back onto the generic
Desktop file.

thanks,
stew


diff -ruN xfe-0.88/src/XFileExplorer.cc xfe-0.88.mine/src/XFileExplorer.cc
--- xfe-0.88/src/XFileExplorer.cc	2006-02-06 12:00:26.0 -0500
+++ xfe-0.88.mine/src/XFileExplorer.cc	2006-07-24 04:14:40.0 -0400
@@ -889,7 +889,13 @@
 		}
 		
 		// Copy the global Desktop file (three possible locations) to the local configuration file
-		if (::exists(/etc/foxrc/Desktop))
+		if (::exists(/etc/foxrc/XFileExplorer/Xfe))
+			FXFile::copy(/etc/foxrc/XFileExplorer/Xfe,configpath,FALSE);
+		else if (::exists(/usr/lib/foxrc/XFileExplorer/Xfe))
+			FXFile::copy(/usr/lib/foxrc/XFileExplorer/Xfe,configpath,FALSE);		
+		else if (::exists(/usr/local/lib/foxrc/XFileExplorer/Xfe))
+			FXFile::copy(/usr/local/lib/foxrc/XFileExplorer/Xfe,configpath,FALSE);
+		else if (::exists(/etc/foxrc/Desktop))
 			FXFile::copy(/etc/foxrc/Desktop,configpath,FALSE);
 		else if (::exists(/usr/lib/foxrc/Desktop))
 			FXFile::copy(/usr/lib/foxrc/Desktop,configpath,FALSE);		
diff -ruN xfe-0.88/debian/dirs xfe-0.88.mine/debian/dirs
--- xfe-0.88/debian/dirs	2006-07-24 04:40:32.0 -0400
+++ xfe-0.88.mine/debian/dirs	2006-07-24 04:21:28.0 -0400
@@ -1,2 +1,4 @@
 usr/bin
 usr/share/foxicons
+usr/share/xfe/config
+etc/foxrc/XFileExplorer
diff -ruN xfe-0.88/debian/postinst xfe-0.88.mine/debian/postinst
--- xfe-0.88/debian/postinst	1969-12-31 19:00:00.0 -0500
+++ xfe-0.88.mine/debian/postinst	2006-07-24 04:29:47.0 -0400
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+CONF=/etc/foxrc/XFileExplorer/Xfe
+
+if [ $1 = configure ]; then
+/usr/bin/ucf --debconf-ok /usr/share/xfe/config/Xfe $CONF
+fi
diff -ruN xfe-0.88/debian/postrm xfe-0.88.mine/debian/postrm
--- xfe-0.88/debian/postrm	1969-12-31 19:00:00.0 -0500
+++ xfe-0.88.mine/debian/postrm	2006-07-24 04:30:01.0 -0400
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+CONF=/etc/foxrc/XFileExplorer/Xfe
+
+
+if [ $1 = purge ]; then
+	ucf --purge $CONF
+rm -f $CONF
+;;
+fi
diff -ruN xfe-0.88/debian/rules xfe-0.88.mine/debian/rules
--- xfe-0.88/debian/rules	2006-07-24 04:40:32.0 -0400
+++ xfe-0.88.mine/debian/rules	2006-07-24 04:14:40.0 -0400
@@ -14,6 +14,7 @@
 	mv $(BASE)/usr/share/man/man1/xfv.1 $(BASE)/usr/share/man/man1/xfileview.1
 	mv $(BASE)/usr/share/man/man1/xfq.1 $(BASE)/usr/share/man/man1/xfilequery.1
 	mv $(BASE)/usr/share/man/man1/xfi.1 $(BASE)/usr/share/man/man1/xfileimage.1
+	mv $(BASE)/usr/lib/foxrc/Desktop $(BASE)/usr/share/xfe/config/Xfe
 # install program icons
 	install -m 0644 debian/*.xpm $(BASE)/usr/share/pixmaps
 


Bug#379549: gnome-media: gnome-sound-recorder doesn't capture input

2006-07-24 Thread Ranjan Grover

Package: gnome-media
Version: 2.14.2-1
Severity: important


gnome-sound-recorder can't get microphone input. On the terminal I get
an error message of the type, (gnome-sound-recorder:14605):
GStreamer-CRITICAL **: gst_element_factory_get_klass: assertion
`GST_IS_ELEMENT_FACTORY (factory)' failed. This error message doesn't
appear as soon as I press record, but appears as soon as I press play.
The application fails to record, and the progress bar goes to the end
without reproducing the sound. This error affects all applications
that require sound input like ekiga, gnomemeeting, skype, etc.


-- System Information:
Debian Release: testing/unstable
 APT prefers unstable
 APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.20thrawn2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gnome-media depends on:
ii  gnome-media-common 2.14.2-1  GNOME media utilities - common fil
ii  gstreamer0.10-alsa [gstrea 0.10.9-1  GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gstream 0.10.3-2  GStreamer plugin for ESD
ii  gstreamer0.10-plugins-base 0.10.9-1  GStreamer plugins from the base
ii  gstreamer0.10-plugins-good 0.10.3-2  GStreamer plugins from the good
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.1-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-3  The Bonobo UI library
ii  libc6  2.3.6-15  GNU C Library: Shared libraries
ii  libcairo2  1.2.0-3   The Cairo 2D vector graphics libra
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libgail-common 1.8.11-2  GNOME Accessibility Implementation
ii  libgail17  1.8.11-2  GNOME Accessibility Implementation
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.3-3  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome-media02.14.2-1  runtime libraries for the GNOME me
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-1  GNOME virtual file-system (runtime
ii  libgstreamer-plugins-base0 0.10.9-1  GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.9-1  Core GStreamer libraries and eleme
ii  libgtk2.0-02.8.18-1  The GTK+ graphical user interface
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libnautilus-burn3  2.14.2-1  Nautilus Burn Library - runtime ve
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.3-1+b1   Layout and rendering of internatio
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libx11-6   2:1.0.0-7 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.26.dfsg-2 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  zlib1g 1:1.2.3-13compression library - runtime

gnome-media recommends no packages.

-- no debconf information


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



Bug#374620: libgnomecupsui1.0-1c2a: Fix for the problem

2006-07-24 Thread Loïc Minier
Hi,

On Sun, Jul 23, 2006, Christian Holm Christensen wrote:
 Actually, I won't.  I couldn't be bothered to download the source again.
 Instead I'll tell you what to do - it's really simple.  I simply
 commented out the call to
 `gnome_cups_request_add_requested_attributes'.  

 Ok, patch included.  Would be nice to use unified diff next time (diff
 -u).

   Bye,
-- 
Loïc Minier [EMAIL PROTECTED]



Bug#379562: dput: please consider option to only upload binaries from .changes

2006-07-24 Thread Neil Williams
Package: dput
Version: 0.9.2.25
Severity: wishlist

When used with a trivial apt repository, instead of the main Debian
archive, it would be useful to be able to use dput on one architecture
(say i386) uploading all files in .changes, then use a dput option on a
second machine (say powerpc) to only copy the architecture-specific
files from the .changes file. This reduces the total bandwidth usage and
time required to update one package with binaries from multiple
architectures. 

If such an option only supported uploading only the .deb files from
.changes that would be an improvement. With large packages, uploading
the entire .org.tar.gz every time is wasteful. In addition,
overwriting the .dsc file each time is just plain wrong.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-amd64-k8
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages dput depends on:
ii  debconf [debconf-2.0] 1.5.2  Debian configuration management sy
ii  gnupg 1.4.3-2GNU privacy guard - a free PGP rep
ii  python2.3.5-11   An interactive high-level object-o

dput recommends no packages.

-- debconf information excluded


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



Bug#378241: courier-authlib: libraries should be in /usr/lib

2006-07-24 Thread Stefan Hornburg

Steve Langasek wrote:

severity 378241 important
thanks

On Fri, Jul 14, 2006 at 10:48:15AM -0400, Charles Fry wrote:


  Packages containing shared libraries that may be linked to by other
  packages' binaries, but which for some compelling reason can not be
  installed in /usr/lib directory, may install the shared library files
  in subdirectories of the /usr/lib directory, in which case they
  should arrange to add that directory in /etc/ld.so.conf in the
  package's post-installation script, and remove it in the package's
  post-removal script.




If I understand this correctly, if there was a compelling reason to use
a /usr/lib subdirectory (I don't know what that woudl be), then
/etc/ld.so.cnof would need to be updated.



I think that suggestion in policy is worse than using rpath and that this
ought to be revised.

But anyway, this is not in the list of RC issues for etch, so downgrading.



Is it compliant with the policy to keep the .so-files in 
/usr/lib/courier-authlib and point symlinks from /usr/lib to the .so-files ?


That would ease this task a lot, because AFAIK the configure script 
provides no means to put the libraries into /usr/lib.


Bye
Racke

--
LinuXia Systems = http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP = http://www.icdevgroup.org/
Interchange Development Team



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



Bug#348932: yaSSL added the FLOSS extension to its license

2006-07-24 Thread Christian Hammers
Hello Adi

On 2006-07-24 Adi Kriegisch wrote:
 Just to provide an update to the bug report:
 - yaSSL added FLOSS extension to its license
 - mysql integrated the new version of yaSSL into release 5.0.25...
 
 Now I think it should be possible to ship mysql with SSL support (by 
 default)?! :-)

Yes, I got some of their mails in Cc. The Debian package is already
prepared to use YaSSL and I'm only waiting for the release of 5.0.24
(5.0.23 was canceled shortly after it hit the FTP mirrors due to a severe
bug) to make the next upload.

bye,

-christian-


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



Bug#379482: firefox: the viewport (and more rarely the interface and dialogs) loose text every now and then

2006-07-24 Thread Martin Bagge / brother

On Mon, 24 Jul 2006, Mike Hommey wrote:


You can run firefox with the MOZ_PANGO_DISABLE=1 variable set as a
workaround.


Sadly enough that didn't do the trick. Not to the viewport nor the 
interface it self.


--
/brother
http://martin.bagge.nu
Chuck Norris is not hung like a horse... horses are hung like Chuck Norris


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



Bug#379521: marked as done (Install report, focusing on Hebrew l10n issues)

2006-07-24 Thread Eddy Petrişor

On 24/07/06, Debian Bug Tracking System [EMAIL PROTECTED] wrote:

The installer started in text mode and not g-i, I assume it's something
to do with qemu.

Note that the installer does no0t default yet to GUI, you need to boot
with installgui to start the graphical installer.

--
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein


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



Bug#379491: yate: FTBFS: build-dep on libortp2-dev is not available

2006-07-24 Thread Diana Cionoiu

Hello Samuel,

Yate 0.8.7 it's like 1.5 years old. We never recomand someone to use 
that, especially since Yate 1 it's out.


Diana Cionoiu

P.S. Please remove yate 0.8.7 from debian and replace it with yate 1


Samuel Mimram wrote:


Hi,

Julien Danjou wrote:
 


E: Package libortp2-dev has no installation candidate
Package libortp2-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
 



This dependency should be updated to libortp4-dev.

Cheers,

Samuel.


___
Pkg-voip-maintainers mailing list
[EMAIL PROTECTED]
http://lists.alioth.debian.org/mailman/listinfo/pkg-voip-maintainers
 





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



Bug#287415: mdadm: degraded md devices not assembled on boot

2006-07-24 Thread Mau
Hi Martin

martin f krafft wrote:
 Were the arrays still assembled properly?

Yes

 The reason I think you are seeing these errors is because mdadm tries every 
 drive for every
 array and discards those with wrong UUIDs, so this behaviour is to
 be expected, albeit not very nice, I agree.

Yes, I argued that things were going like that; this is not a real
problem but made me think - probably just like many other unexperienced
people - that something went wrong creating the arrays.

I didn't find any reference to this in the package documentation, maybe
it should be a nice idea to add there an explicit description of this
behaviour... or to find a more silent way to look for UUIDs: partitions
with different UUIDs are simply members of different arrays, right? If
this is true the array can't just be assembled and those messages could
simply be redirected to /dev/null... I mean that maybe those messages
should be visible only if the member partitions were explicitly
specified but their UUIDs are different.

 To debug this, I need more output. Specifically, I need to know
 pretty much exactly what mdadm says during initramfs. To make your
 life easier, try the following:
 
   boot with break=mount appended to the kernel command line
   when a shell appears, run the following (the leading dot is
   needed):
 . conf/initramfs.conf
 . scripts/functions
 scripts/local-top/udev_helper
 scripts/local-top/md
 
 I hope I am remembering this correctly. Try it and lt me know.

OK, I'll try this as soon as I can have my hands on that keyboard.

Thank you!

Mau



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



Bug#378351: type/service/debian.rb: fails to detect all services

2006-07-24 Thread Matthew Palmer
On Mon, Jul 24, 2006 at 04:30:39PM +1000, Jamie Wilkinson wrote:
 This one time, at band camp, Matthew Palmer wrote:
 forwarded 378351 http://reductivelabs.com/cgi-bin/puppet.cgi/ticket/203
 thanks
 
 Got committed on 21/6, and 0.18.4 came out on the 22nd.  I'm trying to
 navigate through trac to find out if this was actually committed, but I
 suspect that the new upstream will fix this one.

Trac (at the URL given above) says it was committed as rev1413, and
REL_0_18_4 says it includes 1413.  This one is sorted upstream.

- Matt


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



Bug#379555: bacula-doc: FTBFS: Missing Build-Depends on 'tetex-bin'

2006-07-24 Thread Andreas Jochens
Package: bacula-doc
Version: 1.38.11.1-1
Severity: serious
Tags: patch

When building 'bacula-doc' in a clean 'unstable' chroot,
I get the following error:


# Add here commands to compile the package.
cd /bacula-doc-1.38.11.1/debian/tmp-build/manual  /usr/bin/make tex dvipdf
make[1]: Entering directory `/bacula-doc-1.38.11.1/debian/tmp-build/manual'
Making version 1.38.11 (28 June 2006)
latex -interaction=batchmode bacula.tex
make[1]: latex: Command not found
make[1]: [tex] Error 127 (ignored)
makeindex bacula.idx -o bacula.ind 2/dev/null
make[1]: *** [tex] Error 127
make[1]: Leaving directory `/bacula-doc-1.38.11.1/debian/tmp-build/manual'
make: *** [build-stamp] Error 2

Please add the missing Build-Depends on 'tetex-bin' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/bacula-doc-1.38.11.1/debian/control ./debian/control
--- ../tmp-orig/bacula-doc-1.38.11.1/debian/control 2006-07-24 
09:27:34.0 +
+++ ./debian/control2006-07-24 09:27:31.0 +
@@ -2,7 +2,7 @@
 Section: doc
 Priority: optional
 Maintainer: John Goerzen [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5)
+Build-Depends: debhelper (= 5), tetex-bin
 Standards-Version: 3.7.2
 
 Package: bacula-doc


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



Bug#379557: asis-doc: FTBFS: Missing Build-Depends on 'debhelper, texinfo'

2006-07-24 Thread Andreas Jochens
Package: asis-doc
Version: 2005-1
Severity: serious
Tags: patch

When building 'asis-doc' in a clean 'unstable' chroot,
I get the following error:


dh_testdir
make: dh_testdir: Command not found
make: *** [clean] Error 127

Later in the build process there is another problem because
'makeinfo' is used but the texinfo package in not installed.

Please add the missing Build-Depends on 'debhelper, texinfo'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/asis-doc-2005/debian/control ./debian/control
--- ../tmp-orig/asis-doc-2005/debian/control2006-07-24 09:37:35.0 
+
+++ ./debian/control2006-07-24 09:37:33.0 +
@@ -3,7 +3,7 @@
 Section: non-free/doc
 Priority: optional
 Standards-Version: 3.7.2
-Build-Depends: tetex-extra (= 3.0)
+Build-Depends: debhelper, texinfo, tetex-extra (= 3.0)
 
 Package: asis-doc
 Architecture: all


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



Bug#374120: Aleph is known as AFNIX now

2006-07-24 Thread Kari Pahula
clone 374120 -1
retitle -1 RFP: afnix -- multi-threaded functional programming language
severity -1 wishlist
quit

Aleph has been superseded by AFNIX, and Aleph is no longer being
developed.  Their new homepage: http://www.afnix.org/

If someone wants to adopt this package, they'll have to most likely
package AFNIX instead and have Aleph removed from the archive.  I'd
expect the packaging done for Aleph to be useful for AFNIX too.  Not
having looked at it, though.

I've cloned this O bug as an RFP.  I think reassigning this bug to
ftp.debian.org to ask for Aleph's removal is appropriate if and when
someone picks up the RFP bug.


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



Bug#379563: galternatives has no man page

2006-07-24 Thread Andrew Burton
Package: galternatives
Version: 0.13.1
Severity: serious
Tags: patch
Justification: Policy 12.1

galternatives does not contain a man page, in violation of the Debian Policy 
Manual, section 12.1. The attached file is a suggested man page for this 
package.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.3-20060705
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages galternatives depends on:
ii  python2.3.5-11   An interactive high-level object-o
ii  python-glade2 2.8.6-3GTK+ bindings: Glade support

Versions of packages galternatives recommends:
ii  gksu  1.9.1-2graphical frontend to su

-- no debconf information
..TH galternatives 1
..SH NAME
galternatives \- A front-end to the update-alternatives
..SH SYNOPSIS
\fBgalternatives
..SH DESCRIPTION
..B galternatives
is a front-end to the Debian update-alternatives tools. galternatives allows the user to specify a preferred application to handle commonly-used commands.
..SH AUTHOR
..PP
This manual page was written by Andrew Burton [EMAIL PROTECTED] for the \fBDebian GNU/Linux\fP system (but may be used by others).


Bug#379556: bonfire has no man page

2006-07-24 Thread Andrew Burton
Package: bonfire
Version: 0.3.90-1
Severity: serious
Tags: patch
Justification: Policy 12.1

bonfire does not contain a man page, in violation of the Debian Policy Manual, 
section 12.1. The attached file is a suggested man page for this package.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.3-20060705
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages bonfire depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.1-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.11-1  Avahi client library
ii  libavahi-common3   0.6.11-1  Avahi common library
ii  libavahi-glib1 0.6.11-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-3  The Bonobo UI library
ii  libc6  2.3.6-15  GNU C Library: Shared libraries
ii  libcairo2  1.2.0-3   The Cairo 2D vector graphics libra
ii  libdbus-1-20.62-4simple interprocess messaging syst
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libgcrypt111.2.2-2   LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.10.3-3  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
hi  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-1  GNOME virtual file-system (runtime
ii  libgnutls131.4.1-1   the GNU TLS library - runtime libr
ii  libgpg-error0  1.2-1 library for common error values an
ii  libgstreamer-plugins-base0 0.10.9-1  GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.9-1  Core GStreamer libraries and eleme
ii  libgtk2.0-02.8.18-1  The GTK+ graphical user interface 
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libnautilus-burn3  2.14.2-1  Nautilus Burn Library - runtime ve
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.3-1+b1   Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5.2  PNG library - runtime
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libtasn1-3 0.3.5-1   Manage ASN.1 structures (runtime)
ii  libtotem-plparser1 1.4.3-1   Totem Playlist Parser library - ru
ii  libx11-6   2:1.0.0-7 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.26.dfsg-2 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  zlib1g 1:1.2.3-13compression library - runtime

bonfire recommends no packages.

-- no debconf information
..TH bonfire 1
..SH NAME
bonfire \- A CD/DVD creation tool
..SH SYNOPSIS
\fBbonfire [\fIoption\fB]
..SH DESCRIPTION
..B bonfire
is a CD/DVD creation program that can create audio or data CDs or DVDs, burn an ISO to CD, or copy a CD or DVD.
..SH OPTIONS
..IP \-p, \-\-project=\fIPROJECT\fR\fP 10
Open the specified project
..IP \-a, \-\-audio\fP 10
Open an empty audio project
..IP \-d, \-\-data\fP 10
Open an empty data project
..IP \-c, \-\-copy\fP 10
Copy a CD or DVD
..IP \-i, \-\-iso\fP 10
Burn an ISO or CUE file to CD or DVD
..IP \-g, \-\-debug\fP 10
Print debug statements to stdout
..SH AUTHOR
..PP
This manual page was written by Andrew Burton [EMAIL PROTECTED] for the \fBDebian GNU/Linux\fP system (but may be used by others).


Bug#379100: locales: Missing first_workday in *_NO and *_DK

2006-07-24 Thread Stein Magnus Jodal
Quoting Denis Barbier [EMAIL PROTECTED]:
 On Fri, Jul 21, 2006 at 11:23:48AM +0200, Stein Magnus Jodal wrote:
  As Sunday is not the first workday of the week in neither Norway nor
  Denmark, this should explicitly be set to 2 (Monday), as is done for
  se_SE.

 I cannot imagine any use for it, so adding it is very low on my TODO
 list.  Is there an application which will use this first_workday field?

The calendar in the Gnome panel uses first_workday.

-- 
Stein Magnus Jodal http://www.jodal.no/



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



Bug#378993: atftpd: Support for named pipes / FIFO

2006-07-24 Thread Olaf Dabrunz
On 21-Jul-06, Jan Schneider wrote:
 Am Freitag, 21. Juli 2006 17:18 schrieb Olaf Dabrunz:
  I see. For your application it seems to be enough to know when a client
  requests a file (and maybe you communicate client details using some
  other communication channel). Otherwise I would expect the patch to
  communicate client-specific information to the program that provides the
  file.
 Thats right.
 
 Think about a client on which you want to install debian or suse or some 
 other 
 operating system using PXE, PXELINUX, atftpd, a kernel and an initrd.
 You would have to create the file in pxelinux.cfg/01-01-02-03-04-05-06,
 where 01-02-03-04-05-06 is the hw address of the client.
 The file should contain something like:
 --
 default install-linux
 
 label install-linux
 kernel vmlinuz
 append ramdisk_size=64000 init=/etc/init initrd=initrd
 --
 On the next boot the client will read this config, transfer the kernel and 
 initrd and start linux.
 After the operating system installation on the clients harddisk is completed, 
 the client needs a reboot to start the new os.
 Before the restart you will have to delete the pxelinux config file or end up 
 in a loop.
 For security reasons you will not allow the client to delete files on the 
 server.
 
 
  Anyway, AFAICT you will have a problem with concurrent access to the
  FIFO by multiple instances of atftpd (when multiple clients request
  their files at the same time). If your environment (opsi) works around
  this problem, it would be helpful to either give a simple example in the
  manpage how the FIFO could be used safely, or to document it as a
  special feature that cannot be used in a simple way from the command
  line.
 We only use FIFOs for client configuration data.
 
 
  The feature itself needs documentation in the manpage anyway. Please
  explain how it can be useful to the user, with and without opsi.
 
   After reading the pipe it is possible to close it, so the computer will
   not find a boot-configuration on the next reboot and will boot from its
   local harddisk.
 
  How can you do this on a client-by-client basis? Is it possible only
  from within opsi, or is it possible for every user of atftpd?
 
 [EMAIL PROTECTED]:~# mkfifo /tftpboot/pipe
 [EMAIL PROTECTED]:~# echo atftpd fifo test  /tftpboot/pipe \
rm /tftpboot/pipe \
echo fifo read and deleted | wall 
 [EMAIL PROTECTED]:~# atftp localhost
 tftp get pipe
 
 Broadcast Message from [EMAIL PROTECTED]
 (/dev/pts/7) at 17:49 ...
 
 fifo read and deleted
 --
 #!/usr/bin/perl
 use POSIX;
 my $pipe =  /tftpboot/linux/pxelinux.cfg/01-00-01-02-03-04-05;
 POSIX::mkfifo($pipe, 0644) or
 die(cannot create Pipe %s.\n, $pipe);
 sysopen(FIFO, $pipe, O_WRONLY, 0644);
 print FIFO default linux\n;
 print FIFO label linux\n;
 print FIFO   kernel vmlinuz\n;
 print FIFO   append ramdisk_size=64000 init=/etc/init initrd=initrd\n;
 close(FIFO);
 unlink($pipe);
 ---

I see.

And I guess opsi will take care the pipe is only created when that
specific machine needs to boot over the network, e.g. when you want to
install or reinstall it.

It would be good to have this information in the manpage of atftpd. I
would suggest including the following:

- a description of the FIFO feature (you can use named pipes/FIFOs
  in addition to files)
- how to use it (it can be used on the tftp server side to tell the
  clients (separately, if you want) to boot from network or to boot
  from their fallback boot method)
- your example
- it may or may not be a good idea to mention that opsi uses this
  feature (opsi uses this to provide...)

A patch that contains both the documentation and the code would be much
easier to consider.

Regards,

-- 
Olaf Dabrunz (od/odabrunz), SUSE Linux Products GmbH, Nürnberg




Bug#379559: refpolicy: FTBFS: tmp/generated_definitions.conf:597:ERROR 'syntax error' at token '' on line 3416:

2006-07-24 Thread Andreas Jochens
Package: refpolicy
Version: 0.0.20060509-2
Severity: serious

When building 'refpolicy' on unstable, I get the following error:

Compiling refpolicy-strict base module
/usr/bin/checkmodule -M base.conf -o tmp/base.mod
tmp/generated_definitions.conf:597:ERROR 'syntax error' at token '' on line 
3416:

( u1 == u2 or t1 == can_change_object_identity );
/usr/bin/checkmodule:  error(s) encountered while parsing configuration
/usr/bin/checkmodule:  loading policy configuration from base.conf
make[1]: *** [tmp/base.mod] Error 1
make[1]: Leaving directory 
`/refpolicy-0.0.20060509/debian/build-selinux-policy-refpolicy-strict'

Regards
Andreas Jochens


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



Bug#310495: [EMAIL PROTECTED]: Re: [PATCH] Add multibyte support]

2006-07-24 Thread Jérôme Pouiller
Le mardi 11 juillet 2006 17:57, Mohammed Adnène Trojette a écrit :
 On Tue, Jul 11, 2006, Mohammed Adnène Trojette wrote:
  Please could upload a patched version of par in experimental, even
  if upstream has not integrated the patch yet?

 Just for information, with par rebuilt with your patch, par did not
 work any longer.
Sorry for my belated answer, I was a little busy these days.

How did you build it? Can you send me an exemple? What is your $LANG 
value? What is the behaviour? Is it crash?

Version I have packaged 
(http://www.sysmic.org/par/par_1.52-i18n.1_i386.deb) seems work well.

-- 
Jérôme Pouiller (jerome DOT pouiller AT sysmic DOT org)



Bug#365884: openssh-client: please offer the possibility to execute a shell command before initiating the connection

2006-07-24 Thread Marc Haber
On Wed, May 03, 2006 at 10:29:56PM +0200, Florian Weimer wrote:
 * Marc Haber:
  If this is already possible without wrapping the ssh client, the
  documentation is too well hidden.
 
 It's called ProxyCommand.  The additional overhead should be
 negligible.

The uglyness of the configuration in this case is not negligible:

proxycommand sh -c 'knock knock params; sleep 1; exec socket %h %p'

is absolutly ugly, means one more process, the ssh client giving up
control over the TCP connection and other things. A bad hack, IMO.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#379561: wordpress requires mysql-server but don't depends on it

2006-07-24 Thread Bastian Venthur
Package: wordpress
Severity: serious

Wordpress needs a mysqls-server on the system but does not depend on it. On a 
system with no mysql-server pre-installed, a fresh wordpress installation will 
simply not work until you install mysql-server for yourself.

Since wordpress will not work unless you install mysql-server and the policy is 
quite clear about the meaning of the Depends-field I think this bug is 
serious 
(but easily fixable).


Best regards,

Bastian

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Bug#310495: [EMAIL PROTECTED]: Re: [PATCH] Add multibyte support]

2006-07-24 Thread Mohammed Adnène Trojette
On Mon, Jul 24, 2006, Jérôme Pouiller wrote:
 How did you build it?

wget, apt-get source, patch, pdebuild, the classics ;)

 Can you send me an exemple?

Well, I don't have the package anymore.

 What is your $LANG value?

% echo $LANG
fr_FR.UTF-8

 What is the behaviour? Is it crash?

It froze.

 Version I have packaged 
 (http://www.sysmic.org/par/par_1.52-i18n.1_i386.deb) seems work well.

It works well for me too. Great! I don't know what was the problem, but
this version seems OK to me.

Thanks,
-- 
adn
Mohammed Adnène Trojette



Bug#379558: lintian: php-script-but-no-php4-cli-dep vs. php5-cli

2006-07-24 Thread Andreas Beckmann
Package: lintian
Version: 1.23.22
Severity: wishlist

Hi,

while packaging something locally, I got the
'php-script-but-no-php4-cli-dep' warning from lintian although the
package depends on php5-cli. Shouldn't this package suffice to provide a
cli php interpreter?

Perhaps change this check to
  /usr/bin/php4 == php4-cli
  /usr/bin/php5 == php5-cli
  /usr/bin/php == php5-cli | php4-cli
There seems to be no php-cli-interpreter virtual package that could be
depended upon.


Andreas

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-vserver-k7
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages lintian depends on:
ii  binutils 2.17-1  The GNU assembler, linker and bina
ii  diffstat 1.41-1  produces graph of changes introduc
ii  dpkg-dev 1.13.21 package building tools for Debian
ii  file 4.17-2  Determines file type using magic
ii  gettext  0.14.6-1GNU Internationalization utilities
ii  intltool-debian  0.34.2+20060621 Help i18n of RFC822 compliant conf
ii  libparse-debianchangelog 1.0-1   parse Debian changelogs and output
ii  man-db   2.4.3-3 The on-line manual pager
ii  perl [libdigest-md5-perl 5.8.8-4 Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information


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



Bug#379554: Warning: Unknown token: defaultMonitors

2006-07-24 Thread Ralf Hildebrandt
Package: snmpd
Version: 5.2.2-3
Severity: normal


snmpd reports:
Jul 24 11:21:36 webmail snmpd[23694]: /etc/snmp/snmpd.conf: line 113: Warning: 
Unknown token: defaultMonitors.

According to the FAQ, this needs to be enabled at compile time using:
--with-mib-modules=disman/event-mib

Please add disman/event-mib to MIB_MODULES in debian/rules!

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.26
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages snmpd depends on:
ii  adduser   3.87   Add and remove users and groups
ii  debconf   1.5.2  Debian configuration management sy
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libsensors3   1:2.10.0-7 library to read temperature/voltag
ii  libsnmp9  5.2.2-3NET SNMP (Simple Network Managemen
ii  libwrap0  7.6.dbs-9  Wietse Venema's TCP wrappers libra

snmpd recommends no packages.

-- debconf information:
  snmpd/upgradefrom36:
* snmpd/upgradefrom521:


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



Bug#369313: svn-buildpackage: --svn-tag-only should not check build depends

2006-07-24 Thread Alexander Schmehl
Hi!

* Eddy Petrisor [EMAIL PROTECTED] [060529 01:29]:
 Package: svn-buildpackage
[..]
 The option --svn-tag-only should allow tagging without having to respect
 build depends.

A small workaround for this would be use the additonal parameter -d
like this: svn-buildpackage --svn-tag-only -d.  This paramter is
passed directly to dpkg-buildpackage, telling him *not* to check the
build dependencies.


Yours sincerely,
  Alexander



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



Bug#379560: python-pychart: FTBFS: make: dh_pysupport: Command not found

2006-07-24 Thread Andreas Jochens
Package: python-pychart
Version: 1.39-4
Severity: serious
Tags: patch

When building 'python-pychart' in a clean unstable chroot,
I get the following error:

dh_link -ppython-pychart  
dh_pysupport -ppython-pychart 
make: dh_pysupport: Command not found
make: *** [binary-install/python-pychart] Error 127

Regards
Andreas Jochens

diff -urN ../tmp-orig/python-pychart-1.39/debian/control ./debian/control
--- ../tmp-orig/python-pychart-1.39/debian/control  2006-07-24 
09:52:00.0 +
+++ ./debian/control2006-07-24 09:51:58.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Santiago Ruano Rincón [EMAIL PROTECTED]
 Uploaders: Debian Python Modules Team [EMAIL PROTECTED], Raphael Hertzog 
[EMAIL PROTECTED]
-Build-Depends: cdbs (= 0.4.42), debhelper (= 5.0.37.2), dpatch, python-dev
+Build-Depends: cdbs (= 0.4.42), debhelper (= 5.0.37.2), dpatch, python-dev, 
python-support
 Build-Depends-Indep: gs-gpl|gs-esp
 Standards-Version: 3.7.2
 


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



Bug#314115: Current status of German translation patch for d4x

2006-07-24 Thread Cai Qian
Hi,

From: Jens Seidel [EMAIL PROTECTED]
Subject: Bug#314115: Current status of German translation patch for d4x
Date: Mon, 24 Jul 2006 10:33:47 +0200

 reopen 314115
 thanks
 
 Hi Cai,
 
 I just noticed that my German translation can be found twice in your Debian
 patch. That's why it's also mentioned twice on
 http://www.debian.org/international/l10n/po/de.
 
 It's not critical but please remove de.po (and keep po/de.po). Both are
 identical. Has upstream already integrated this patch?
 

I'll fix that. I am not sure the upstream has merged it or not.

 The real reason why I reopen this bug is that you forgot about my
 patch d4x-2.5.6.diff. This fixes minor issues in English messages I found
 during translation. Please forward it to upstream and apply it locally.
 
 Jens
 

No, I have forwarded to the upstream, and it should be in the next
release. Anyway, I'll try to apply it locally in due course.

Qian


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



Bug#379571: jabref: FTBFS: [javac] The import sun.misc cannot be resolved

2006-07-24 Thread Andreas Jochens
Package: jabref
Version: 2.0.1+2.1b2-3
Severity: serious

When building 'jabref' in a clean i386/unstable chroot,
I get the following error:

# apt-get build-dep jabref
[...]
# dpkg-buildpackage -b
[...]
[javac] 324. ERROR in /root/jabref-2.0.1+2.1b2/src/java/net/sf/jabref/expor$
[javac]  (at line 3)
[javac] import sun.misc.CharacterEncoder;
[javac]
[javac] The import sun.misc cannot be resolved

Regards
Andreas Jochens


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



Bug#379568: ITP: scatterchat -- gaim clone with encryption and anonymity enhancements

2006-07-24 Thread Christian Hammers
Package: wnpp
Severity: wishlist
Owner: Christian Hammers [EMAIL PROTECTED]

* Package name: scatterchat
  Version : 1.0.1
  Upstream Author : [EMAIL PROTECTED]
* URL : http://www.scatterchat.com/
* License : GPL
  Description : gaim clone with encryption and anonymity enhancements

 Quoting http://www.scatterchat.com/index.html
ScatterChat is a HACKTIVIST WEAPON designed to allow non-technical human
rights activists and political dissidents to communicate securely and
anonymously while operating in hostile territory. It is also useful in
corporate settings, or in other situations where privacy is desired.

It is a secure instant messaging client (based upon the Gaim software) that
provides end-to-end encryption, integrated onion-routing with Tor, secure
file transfers, and easy-to-read documentation.

Its security features include resiliency against partial compromise through
perfect forward secrecy, immunity from replay attacks, and limited resistance
to traffic analysis... all reinforced through a pro-actively secure design.
 End of Quote

Licences of all used libraries and status of strong encryption on U.S.
mirrors need to checked. Also I don't have tried the software yet :)

If anybody else wants to maintain, go ahead, else I will prepare packages
somewhen in the next days.

bye,

-christian-


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



Bug#379567: libapache2-mod-musicindex fails to play files with '' in path

2006-07-24 Thread Patrick Li
Package: libapach2-mod-musicindex
Version: 1.1.0-1
Severity: important


Apache2 returns 404 not found error when the file requested to play
contains  in the full path.  is escaped to amp; in generated
m3u files. Eg,

/home/patrick/music/You  Me.mp3

will be generated as

/home/patrick/music/You%20amp;%20.mp3

in the m3u file. If amp; is replaced with  the file is played as
expected.

This bug exists in libapache2-mod-musicindex 1.1.0-1. It does not exist
in 0.99.5.4.


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



Bug#379491: yate: FTBFS: build-dep on libortp2-dev is not available

2006-07-24 Thread George Danchev
On Monday 24 July 2006 13:13, Diana Cionoiu wrote:
 Hello Samuel,

 Yate 0.8.7 it's like 1.5 years old. We never recomand someone to use
 that, especially since Yate 1 it's out.

 Diana Cionoiu

 P.S. Please remove yate 0.8.7 from debian and replace it with yate 1

Hi,

yate 1 is on its way to unstable, see build daemon' logs on various 
architectures at:

http://buildd.debian.org/pkg.cgi?pkg=yate

and its state in the unstable archive:

http://packages.debian.org/yate

-- 
pub 4096R/0E4BD0AB 2003-03-18 people.fccf.net/danchev/key pgp.mit.edu
fingerprint 1AE7 7C66 0A26 5BFF DF22 5D55 1C57 0C89 0E4B D0AB 


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



Bug#375447: [Pkg-bluetooth-maintainers] Bug#375447: bluepin requires pygtk but bluez-utils does not pull it in.

2006-07-24 Thread Filippo Giunchedi
On Mon, Jun 26, 2006 at 02:16:03AM +0100, Robert Scott wrote:
 Package: bluez-utils
 Version: 2.25-1
 
 Subject says it all really. Reasonably freshly installed etch system.

this is true, however a new version of bluez-utils which fixes this issue is
waiting for propagation to testing so it will be fixed as soon as bluez 3.1 hits
testing.

thanks for your report,
filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

Computer Science is no more about computers than astronomy is about telescopes.
-- Edsger Dijkstra


signature.asc
Description: Digital signature


Bug#374428: libxt-dev needs to be added to Build-Depends

2006-07-24 Thread Håvard Moen
libxt-dev is needed for configure to enable session management, without it
liferea is still build without it.

-- 
Håvard
Fight spam with hashcash (http://hashcash.org)


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



Bug#379570: RM: mindi-kernel -- RoM; replaced by using stock Debian kernels; 2.4 only

2006-07-24 Thread Andree Leidenfrost
Package: ftp.debian.org
Severity: normal

Dear ftpmasters,

Please remove package 'mindi-kernel' from unstable and testing.

It was only ever used by the 'mindi' and 'mondo' packages where its use 
has been superseded by an enhancement to mindi that allows for the use 
of stock Debian kernels - see README.Debian in the 'mindi' package for 
details.

I am taking the opportunity to request this removal also because of the 
official announcement that 2.4 kernels will not be shipped with etch - 
http://lists.debian.org/debian-devel-announce/2006/07/msg5.html.

Thanks a lot  best regards,
Andree

PS: I've modelled the subject line after what the one for #364701 was 
changed to by Adam, hope that's ok.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-k7
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)


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



Bug#379566: Daily build install looking at Hebrew l10n issues

2006-07-24 Thread Baruch Even
Package: installation-reports

Boot method: cdrom in a qemu image
Image version: daily build from 2006-07-23
Date: 2006-07-23 23:30

Machine: qemu i386
Processor: i386
Memory: 128MB
Partitions: NA

Output of lspci and lspci -n: NA

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]

Comments/Problems:

This was all tested on the text install, on qemu it took several hours
for the install to be finished. I'll try the gui installer at another time.

Initial screen of choosing the language says Hebrew, but the word in
Hebrew is reversed, this used to work properly in former versions.
I expected getting IVRIT and got TIRVI, the bidi algorithm wasn't used
maybe?

It's not just the first screen, it's in all screens. The Hebrew wasn't
bidi-fied and looks reversed.

There are various Language Desktop but no Hebrew Desktop, what is done
for them and how I can get Hebrew Desktop there?

Message of x11 upgrade on fresh install??? it also delayed the install
process from continuing until input was received.

GDM login screen is left aligned instead of right aligned.

Gnome desktop is left aligned instead of right aligned, we have user-he
that can take care of that, how do we get it to run on system install of
a bidi system?

Keyboard setup for X11 doesn't include scroll-lock for noticing layout
changes, this was provided in a patch to localization-config.



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



Bug#379565: client option to set default gw

2006-07-24 Thread martin f krafft
Package: openvpn
Version: 2.0.6-2
Severity: wishlist

For certain configurations, it definitely makes sense to have the
OpenVPN Server enforce the default gateway on Clients. However,
that's not always the case, and so far I've only ever encountered
situations where the client wanted to have the default route via the
tunnel set some but not all of the time.

Thus, I would suggest to add an option to the client configuration
that would automatically configure the routing table to route via
the tunnel is specified.

Thanks,

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system


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


Bug#379569: gforge-ldap-openldap : installation scripts attempting invalid modification of root dn object class

2006-07-24 Thread Sean Champ
Package: gforge-ldap-openldap
Version: 3.1-31
Severity: important


I'm attempting to install gforge-ldap-openldap onto a newly initialized
slapd database.

I'm encountering the following error, during the package installation:


ldapmodify: update failed: dc=example,dc=example,dc=net
ldap_modify: Cannot modify object class (69)
additional info: structural object class modification from 
'organization' to 'domain' not allowed
modifying entry dc=example,dc=example,dc=net

modifying entry ou=People,dc=example,dc=example,dc=net

modifying entry ou=Aliases,dc=example,dc=example,dc=net

modifying entry ou=Group,dc=example,dc=example,dc=net

modifying entry ou=cvsGroup,dc=example,dc=example,dc=net

modifying entry ou=mailingList,dc=example,dc=example,dc=net

modifying entry cn=Replicator,dc=example,dc=example,dc=net

modifying entry cn=SF_robot,dc=example,dc=example,dc=net

modifying entry uid=dummy,ou=People,dc=example,dc=example,dc=net


The root dn for the host -- here, dc=example,dc=example,dc=net -- it has
objectclasses 'dcObject' and 'organization'

I am not sure of how the objectclass would need to be 'domain' instead of
'organizaiton'. It appears that the installation script will try to make it
be so. (Given that it is not succeeding, the installation scripts are
failing, and so, the package installation fails.)


Some notes on the host, maybe informative:

There is already a 'dc' (domainComponent) attribute on the root dn, having
the value example. The 'domainComponent' attribute is the only required
attbute on the 'domain' objectclass. That attribute is there, even without a
'domain' objectclass being used on the root dn.

The root dn on the host was configured by debconf. That the inst scripts on
slapd would use 'organization' as an objectclass on the root dn  is
reasonable, and that's what it used.



I know that GForge is kind of a bulky thing, and that to provide it to the
public is some voluntary effort; I appreciate the work, in making it work on
Debian. Thank you.



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.8
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gforge-ldap-openldap depends on:
ii  debconf   1.4.57 Debian configuration management sy
ii  debianutils   2.14.2 Miscellaneous utilities specific t
ii  gforge-common 3.1-31 Collaborative development tool - s
ii  gforge-db-postgresql [gforge- 3.1-31 Collaborative development tool - d
ii  ldap-utils2.1.30-3   OpenLDAP utilities
ii  libdbd-pg-perl1.32-2 a PostgreSQL interface for Perl 5 
ii  libdbi-perl   1.48-1 Perl5 database interface by Tim Bu
ii  libnss-ldap   238-1  NSS module for using LDAP as a nam
ii  perl  5.8.8-6Larry Wall's Practical Extraction 
ii  slapd 2.3.24-2   OpenLDAP server (slapd)

gforge-ldap-openldap recommends no packages.

-- debconf information excluded


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



Bug#312566: no f-spot(1) manual page

2006-07-24 Thread Andrew Burton
Package: f-spot
Version: 0.1.11-3
Followup-For: Bug #312566

Proposed man page attached.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.3-20060705
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages f-spot depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.1-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-3  The Bonobo UI library
ii  libc6  2.3.6-15  GNU C Library: Shared libraries
ii  libcairo2  1.2.0-3   The Cairo 2D vector graphics libra
ii  libdbus-1-cil  0.62-4CLI binding for D-BUS interprocess
ii  libexif12  0.6.13-4  library to parse EXIF files
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libgconf2.0-cil2.8.3-1   CLI binding for GConf 2.12
ii  libglade2.0-cil2.8.3-1   CLI binding for the Glade librarie
ii  libglib2.0-0   2.10.3-3  The GLib library of C routines
ii  libglib2.0-cil 2.8.3-1   CLI binding for the GLib utility l
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
hi  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnome2.0-cil2.8.3-1   CLI binding for GNOME 2.12
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-1  GNOME virtual file-system (runtime
ii  libgphoto2-2   2.2.1-2   gphoto2 digital camera library
ii  libgtk2.0-02.8.18-1  The GTK+ graphical user interface 
ii  libgtk2.0-cil  2.8.3-1   CLI binding for the GTK+ toolkit 2
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  liblcms1   1.15-1Color management library
ii  libmono-corlib1.0-cil  1.1.13.8-1Mono core library (1.0)
ii  libmono-sharpzip0.84-cil   1.1.13.8-1Mono SharpZipLib library
ii  libmono-sqlite1.0-cil  1.1.13.8-1Mono Sqlite library
ii  libmono-system-data1.0-cil 1.1.13.8-1Mono System.Data library
ii  libmono-system-web1.0-cil  1.1.13.8-1Mono System.Web library
ii  libmono-system1.0-cil  1.1.13.8-1Mono System libraries (1.0)
ii  libmono0   1.1.13.8-1libraries for the Mono JIT
ii  libmono1.0-cil 1.1.13.8-1Mono libraries (1.0)
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.3-1+b1   Layout and rendering of internatio
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libsqlite0 2.8.16-1  SQLite shared library
ii  libsqlite3-0   3.3.5-0.2+b1  SQLite 3 shared library
ii  libx11-6   2:1.0.0-7 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.26.dfsg-2 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  mono-runtime   1.1.13.8-1Mono runtime

Versions of packages f-spot recommends:
ii  dcraw 7.94-1 decode raw digital camera images

-- no debconf information
..TH f-spot 1
..SH NAME
f-spot \- A program to manage a photo collection
..SH SYNOPSIS
\fBf-spot [\fIoption\fB]
..SH DESCRIPTION
..B f-spot
is a program that manages a photo collection, with the ability to import directly from a digital camera.
..SH OPTIONS
..IP \-\-view \fIFILE OR DIRECTORY\fR\fP 10
View a specified image or directory
..IP \-\-import \fIURI\fR\fP 10
Import from the given URI
..IP \-\-slideshow\fP 10
Display a slideshow
..IP \-\-shutdown\fP 10
Shutdown a running f-spot server
..IP \-\-debug\fP 10
Run f-spot with mono in debug mode
..IP \-?, \-\-help\fP 10
Show help message
..IP \-\-usage\fP 10
Display brief usage message
..SH AUTHOR
..PP
This manual page was written 

Bug#379393: tar: restore of listed incremental archives no longer works

2006-07-24 Thread Mark Hannon




Looking at the text of #377330 I concur. In the cases where my restoration loses files I also see the messages Deleting .

Regards/Mark


On Sun, 2006-07-23 at 12:08 +0200, Kurt Roeckx wrote:


On Sun, Jul 23, 2006 at 07:38:34PM +1000, Mark Hannon wrote:
 Package: tar
 Version: 1.15.91-2
 Severity: grave
 Justification: causes non-serious data loss
 
 I have used some simple scripts to make incremental backups with tar for
 many years.  I have attempted to restore a couple of backup series
 recently and found that tar has deleted many directories in the backup.

This sounds alot like #377330, so I'm guessing it's really the
same problem.


Kurt







Bug#379390: fixed in xmlsec1 1.2.9-4

2006-07-24 Thread Adeodato Simó
* John Belmonte [Mon, 24 Jul 2006 04:27:49 -0400]:

  Hi John,

   xmlsec1 (1.2.9-4) unstable; urgency=low
   .
 * Fix gnutls dependency in shlibs.local (Closes: #379390)

  I'm afraid this is not really a good fix. Could you please drop your
  shlibs.local file instead, as Andreas suggested?

 Sorry, you found the serious bug Links agains libgutls13, depends on
 libgnutls11 in 1.2.9-4?

Not the symptom, but the underlying cause it is still present, yes.

 If you make a good argument I may consider dropping shlibs.local, but
 that is not this bug.

Debian Policy §8.6.5, in particular:

  This file is intended only as a _temporary_ fix if your binaries or
  libraries depend on a library whose package does not yet provide a
  correct `shlibs' file.
  
  [...]
  
  As soon as the maintainer of `bar1' provides a correct `shlibs' file,
  you should remove this line from your `debian/shlibs.local' file.

Thanks,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
It is impossible to make anything foolproof because fools are so ingenious.



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



Bug#343543: rageircd: user authentication can be bypassed by not providing a password

2006-07-24 Thread Marc Haber
Upstream has written a different patch, which I have committed to svn
and put into this message's attachment. James, can you please try to
reproduce the issue with this patch applied?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835
#! /bin/sh /usr/share/dpatch/dpatch-run
## 10-343543-fix.dpatch by Marc Haber [EMAIL PROTECTED]
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: upstream patch fixing #343543. Upstream bug tracker item 5.
## DP: see 
http://rageircd.cvs.sourceforge.net/rageircd/rage2/src/s_conf2.c?r1=1.287.2.16r2=1.287.2.17pathrev=BLUEMOON

@DPATCH@
diff -urNad trunk~/src/s_conf2.c trunk/src/s_conf2.c
--- trunk~/src/s_conf2.c2005-07-09 00:39:20.0 +
+++ trunk/src/s_conf2.c 2006-07-24 10:07:22.0 +
@@ -1825,11 +1825,17 @@
if ((allow-class-clients + 1)  allow-class-max_clients) {
return CLIENTAUTH_CLASSFULL;
}
+
if ((allow-auth != NULL)  !BadPtr(cptr-localClient-passwd)) {
-   if (!check_auth(allow-auth, cptr-localClient-passwd)) {
+
+   if (allow-auth != NULL) {
+   if (!BadPtr(cptr-localClient-passwd)  
check_auth(allow-auth, cptr-localClient-passwd)) {
+   memset(cptr-localClient-passwd, '\0', PASSWDLEN + 1);
+   }
+   else {
+   /* No password specified, or password invalid */
return CLIENTAUTH_INVALIDPW;
}
-   memset(cptr-localClient-passwd, '\0', PASSWDLEN + 1);
}
 
if (!BadPtr(allow-spoof_mask)) {


Bug#378850: [Pkg-bluetooth-maintainers] Bug#378850: bluez-utils: README.Debian contradicts NEWS.Debian

2006-07-24 Thread Filippo Giunchedi
On Wed, Jul 19, 2006 at 12:59:28PM +0200, Marc Haber wrote:
 Package: bluez-utils
 Severity: minor
 
 Hi,
 
 NEWS.Debian says that the pin helper is no longer needed and dbus is
 now used. README.Debian still has the outdated information and refers
 to the pin helper.

Hello Marc,
I've updated README.Debian accordingly to your input, it is available at
http://svn.debian.org/wsvn/pkg-bluetooth/bluez-utils/trunk/debian/README.Debian?op=filerev=0sc=0
do you mind having a look and see if it answers your question and/or it is
lacking something? I think it should fix #37885{0,1,2,4,6}.

thanks,
filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

At the source of every error which is blamed on the computer you will
find at least two human errors, including the error of blaming it on
the computer.
Beware of bugs in the above code; I have only proved it correct, not
tried it.
-- Donald Knuth


signature.asc
Description: Digital signature


Bug#355497: [Pkg-bluetooth-maintainers] Bug#355497: bluez-utils: hid2hci --tohid does not work

2006-07-24 Thread Filippo Giunchedi
On Thu, Jun 01, 2006 at 09:25:54PM +0200, Mourad De Clerck wrote:
 On 01/06/06 19:10, Filippo Giunchedi wrote:
  On Mon, Mar 06, 2006 at 08:52:13PM +, Edd Dumbill wrote:
  On Mon, 2006-03-06 at 03:47 +0100, Mourad De Clerck wrote:
 snip
  So bottom line is: switching from HID to HCI works, switching back 
  doesn't 
  (and never has I might add). For the record: my keyboard is a Logitech 
  DiNovo 
  Media Desktop with an MX900 BT mouse.
 snip
  We should probably make this configurable and switch it off by default.
 snip
  So what might be the best thing to do here?
  HID2HCI_ENABLED=0 in /etc/default/bluetooth and modify /etc/init.d/bluetooth
  accordingly? (and put a note in NEWS.Debian about it)
  
  which are the effects of not switching it on at boot like it is done now?
 
 Well, I'm not sure if this is the case with all dongles, but in my case
 not switching means bluetooth won't work.

Could you try with newest bluez-utils package? (3.1-2, but 3.1-3 is imminent)
If it still doesn't work we should talk to upstream and try to figure this out.

thanks,
filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

It's not that I'm afraid to die, I just don't want to be there
when it happens.
-- Woody Allen


signature.asc
Description: Digital signature


Bug#379573: genromfs: FTBFS: bashisms

2006-07-24 Thread Julien Danjou
Package: genromfs
Version: 0.5.1-3.1
Severity: important

Hello,

There was a problem while autobuilding your package:

 Automatic build of genromfs_0.5.1-3.1 on avidan by sbuild/i386 0.49
 Build started at 20060724-1049
 **
...
  /usr/bin/fakeroot debian/rules binary-arch
 rm -rf debian/tmp
 install -d debian/tmp/{DEBIAN,usr/{bin,share/{doc/genromfs,man/man8}}}
 install -s genromfs debian/tmp/usr/bin/genromfs
 install: cannot create regular file `debian/tmp/usr/bin/genromfs': No such 
 file or directory
 make: *** [binary-arch] Error 1
 **

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#359098: runit-run: Default gettys not always welcome

2006-07-24 Thread Gerrit Pape
On Sun, Mar 26, 2006 at 06:04:31PM +0200, Gilles wrote:
 Just upgrading the package (to v.0.7.0), I was surprised that it installs by
 default 5 getty services, whereas I need none.
 
 [Obviously, my wish is in contradiction with report #353673.]
 
 Indeed, I use runit in an enhanced chroot environment: vserver
 (see http://www.13thfloor.at/vserver/project/), where it fits
 particularly well.
 But getty is unnecessary to access the virtual servers.
 And now, by default, I have...

 ... 10 useless processes, on each vserver.
 [Some people run several dozens of them.]
 
 Of course, from my point of view, The sysadmin should be
 given the opportunity to refuse the automatic creation of
 the services.  Could it be possible to add the necessary
 configuration in the install scripts?

Hi Gilles, I can understand your concern, but I'm currently not sure how
to solve this conflict.  The vserver environment doesn't need the
getties, sure, but they also don't hurt that much.  OTOH a non-virtual
system that installs runit-run, and by accident doesn't provide any
getty service, is a real pain as there's no possibility to login locally
to a console.  Users might even think the system didn't boot up
correctly.

Regards, Gerrit.


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



Bug#379575: sxid: FTBFS: bashisms

2006-07-24 Thread Julien Danjou
Package: sxid
Version: 4.0.5
Severity: important

Hello,

There was a problem while autobuilding your package:

 Automatic build of sxid_4.0.5 on avidan by sbuild/i386 0.49
 Build started at 20060724-1117
 **
...
 cd source  /usr/bin/make install DESTDIR=/build/buildd/sxid-4.0.5/debian/tmp
 make[2]: Entering directory `/build/buildd/sxid-4.0.5/source'
 /usr/bin/install -c -d -m 755 
 /build/buildd/sxid-4.0.5/debian/tmp{/etc,/usr/share/man/man{1,5},/usr/bin}
 if ! test -e /build/buildd/sxid-4.0.5/debian/tmp/etc/sxid.conf; then \
   /usr/bin/install -c -m 644 ../docs/sxid.conf.example \
   /build/buildd/sxid-4.0.5/debian/tmp/etc/sxid.conf; \
   fi
 /usr/bin/install: cannot create regular file 
 `/build/buildd/sxid-4.0.5/debian/tmp/etc/sxid.conf': No such file or directory
 make[2]: *** [install] Error 1
 make[2]: Leaving directory `/build/buildd/sxid-4.0.5/source'
 make[1]: *** [install] Error 2
 make[1]: Leaving directory `/build/buildd/sxid-4.0.5'
 make: *** [install-stamp] Error 2
 **
 Build finished at 20060724-1117
 FAILED [dpkg-buildpackage died]
 --

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#379567: Wrong package name specified

2006-07-24 Thread Patrick Li
Typo in the original bug report. Should be

libapache2-mod-musicindex


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



Bug#376837: bzr: Please Recommend: python2.4-paramiko

2006-07-24 Thread Adeodato Simó
* Andres Salomon [Wed, 05 Jul 2006 15:29:26 -0400]:

 On Wed, 2006-07-05 at 16:10 +0300, Lars Wirzenius wrote:
  ke, 2006-07-05 kello 13:48 +0200, Martin Pitt kirjoitti:
   Right now, bzr Suggests: the python2.4-paramiko module. However,
   without being able to push bzr loses a major portion of usability.

   Would you consider raising the Suggests: to Recommends:, so that
   aptitude, synaptics, etc. install it by default? If not, please just
   close this bug.

  I agree about this. I had, actually, already wondered about it in my
  head, but hadn't the time to suggest it yet.

 Fine by me.  I lack time lately, so I won't get around to it for a
 while; Lars, if you feel like doing an upload, go for it.

I'd be happy to prepare an upload, and become a co-maintainer if you'd
like. I'm very glad to have found bzr, so I guess I can give something
back by helping take care of it in Debian. :)

Is there a branch for the Debian packaging?

Thanks,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
The difference between literature and journalism is that journalism is
unreadable and literature is not read.
-- Oscar Wilde




Bug#374428: libxt-dev needs to be added to Build-Depends

2006-07-24 Thread Franz Pletz
tags 374428 + confirmed pending
thanks

On Mon, Jul 24, 2006 at 01:08:34PM +0200, Håvard Moen wrote:
 libxt-dev is needed for configure to enable session management, without it
 liferea is still build without it.

Yes, thanks for your report. This bug will be fixed along with the next
upload.

-- 
Franz Pletz   \  A litte knowledge is a dangerous thing.
www: http://franz-pletz.org/   \  So is a lot.
email: [EMAIL PROTECTED]   \  -- Albert Einstein


signature.asc
Description: Digital signature


Bug#379574: wmtime contains old rules file: debian/r

2006-07-24 Thread Adriaan Peeters
Package: wmtime
Version: 1.0b2-9

Hi,

The wmtime Debian patch contains a file debian/r which looks like a
template rules file. I believe this is not needed, please remove it.

Kind regards,
Adriaan Peeters


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


Bug#275846: Version 2.2 has been available for 7 months

2006-07-24 Thread Cyril ADRIAN

It looks like there is nothing decided yet. But the SmartEiffel
version shipped by Debian is 3 full years old!

The likely outcome is almost two years old and becomes unlikely by
the day. Are there that few Eiffel users in Debian? (popcon lists 29
recent vs. 184 old --- maybe those old just installed a more recent
release...)

Thanks for at least a status update on this case.
--
Cyril ADRIAN - http://www.cadrian.net/~cyril

Vt Sol inter planetas,
Ita MVSICA inter Artes Liberales
in medio radiat
-- Heinrich Schütz, 1640



  1   2   3   4   5   >