Bug#587033: Fwd: Re: [Bug-wget] Quotes get striped in cookie values

2011-08-02 Thread resent from Nirgal Vourgère
Hello Nirgal,

thanks to have reported it.  I am not sure it is really wrong to omit
quotes but in any case I am going to apply this patch:

=== modified file 'src/cookies.c'
--- src/cookies.c   2011-01-01 12:19:37 +
+++ src/cookies.c   2011-08-02 20:53:42 +
@@ -350,6 +350,13 @@
 goto error;
   if (!value.b)
 goto error;
+
+  /* If the value is quoted, do not modify it.  */
+  if (*(value.b - 1) == '"')
+value.b--;
+  if (*value.e == '"')
+value.e++;
+
   cookie->attr = strdupdelim (name.b, name.e);
   cookie->value = strdupdelim (value.b, value.e);
 

Cheers,
Giuseppe




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



Bug#636266: libc6: fread() reads more than specified number of bytes

2011-08-02 Thread Philipp Marek
On Tuesday 02 August 2011, Jonathan Nieder wrote:
> Not sure what libc can do about that.  Maybe the kernel could say,
> "Please, do not buffer when reading this file" and libc could respect
> that.  But fundamentally, buffering is what fread is all about,
...
> In the C and POSIX standards, the behavior of fread is defined in
> terms of fgetc.  To be reasonably fast and decrease the number of
> system calls, traditionally fgetc attempts to fill a large buffer
> when it calls read().  Should fread behave differently?  I would find
> it strange for fread(1, 1) to use a different sequence of system calls
> from fgetc.

Well, how about this: fopen() already seems to do an fstat(), and so it 
should easily see that this is neither a file nor a block device (and store 
that in the FILE somewhere).

I think that on sockets, pipes, character devices, and similar there should 
be _no_ readahead.


Regards,

Phil



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



Bug#636392: rrdtool: rrdgraph --logarithmic does not create a graph with certain rrd fies

2011-08-02 Thread Sebastian Harl
Hi,

thanks for reporting this.

On Tue, Aug 02, 2011 at 10:13:47PM +0200, Michael Bussmann wrote:
> I noticed on my munin server that some graphs were missing.  Only plugins with
> --logarithmic graph preference seem to be affected.
> 
> Creating a graph with
> 
> rrdtool graph \
> test.png \
> 'DEF:gestablished=test.rrd:42:AVERAGE' \
> 'CDEF:cestablished=gestablished' \
> 'LINE2:gestablished#330099:established ' 
> 
> works perfectly, while
> 
> rrdtool graph \
> test.png \
>   --logarithmic \
> 'DEF:gestablished=test.rrd:42:AVERAGE' \
> 'CDEF:cestablished=gestablished' \
> 'LINE2:gestablished#330099:established '
> 
> exits silently with exit code 0 and no graph is created.
> 
> Maybe it has something to do with my test.rrd, but it is irritating that no
> error message is printed.

Could you please provide a dump of an RRD file that causes this problem?
This might help to reproduce it.

My first guess is that the file includes some or only zero values. You
can check that with 'rrdtool fetch test.rrd AVERAGE'.

TIA,
Sebastian

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

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature


Bug#636328: [texlive-base] Correcting syntax did not help

2011-08-02 Thread David Baron
On Tuesday 02 Av 5771 23:34:50 Frank Küster wrote:
> David Baron  wrote:
> >> paperconf
> > 
> > a4
> > 
> >> texconfig-sys pdftex paperconf
> > 
> > No paper known with height 297mm and width 210mm
> > Known units are mm and in, decimal separator is `.'
> > Maybe height and width have been exchanged?
> 
> Hm, 297mm and 210mm are the proper dimensions for a4.  The "known"
> papers are taken from /etc/texmf/dvips/config/config.ps.  Can you please
> send this file?
> 
> Regards, Frank


config.ps
Description: PostScript document


Bug#617214: [Pkg-fonts-devel] Bug#617214: ITP: cantarell-fonts -- Humanist sans-serif font family

2011-08-02 Thread Christian PERRIER
Quoting Michael Biebl (bi...@debian.org):

> > I did some initial work. Nicolas Spalinger made a lot of improvements
> > by resyncing with upstream (which has no clear "released version"). I
> > consider Nicolas to be mostly the person in charge to prepare the
> > package and I'll upload it when done.
> 
> Sounds great! Do you have a prospective timeframe when the package will be
> ready? Are there any blockers left?


Not really. I don't see much activity from Nicolas side, so I assume
the package might be ready but I'd prefer getting an ACK from him.

I can try building it, at least...



signature.asc
Description: Digital signature


Bug#524908: libcairo-ocaml-dev: memory leak in Cairo_bigarray

2011-08-02 Thread Stéphane Glondu
tags 524908 - moreinfo
tags 524908 + confirmed
found 524908 1:1.2.0-2
thanks

Le 02/08/2011 21:52, Oto Havle a écrit :
> [...] Note that I have 32-bit system.

I didn't take this into account, and I can indeed reproduce the bug in
an up-to-date i386 sid chroot, with version 1:1.2.0-2.


Cheers,

-- 
Stéphane




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



Bug#444499: field completion / suggestion often gets in the way

2011-08-02 Thread Mike Hommey
On Tue, Aug 02, 2011 at 09:56:28PM +0100, Frederik Eaton wrote:
> 
> On Mon, Dec 21, 2009 at 10:57:02PM +0100, Frederik Eaton wrote:
> > On Mon, Dec 21, 2009 at 05:13:45PM +0100, Mike Hommey wrote:
> > > On Sun, Nov 09, 2008 at 09:33:47AM +, Frederik Eaton wrote:
> > > > On Sun, Nov 09, 2008 at 02:26:08AM -0500, Eric Dorland wrote:
> > > > > * Frederik Eaton (frede...@ofb.net) wrote:
> > > > > > Package: iceweasel
> > > > > > Version: 2.0.0.6-1
> > > > > > Severity: normal
> > > > > > 
> > > > > > Hello,
> > > > > > 
> > > > > > I will give an example to illustrate my point. I have tried it out 
> > > > > > in
> > > > > > "safe mode".
> > > > > > 
> > > > > > (1) I enter "minimal entropy martingale measure" in Google's search
> > > > > > text box
> > > > > > 
> > > > > > (2) When the results come up, I want change my search text to 
> > > > > > "minimal
> > > > > > martingale measure". I click just after the word "entropy" in the 
> > > > > > text
> > > > > > box at the top of the results page, and the completion "minimal
> > > > > > entropy martingale measure" appears appears in a menu below the box
> > > > > > (even though that same string is also already in the box). 
> > > > > > (Actually,
> > > > > > this happens only about 50% of the time, it may be necessary to try
> > > > > > clicking at different parts of the word) Since I had to click on the
> > > > > > search box to change the text, my cursor is right near the box. 
> > > > > > When I
> > > > > > take my hand off the mouse to type, the cursor happens to move down 
> > > > > > a
> > > > > > few pixels (this happens a lot when I use a trackpad, but also when 
> > > > > > I
> > > > > > use my optical mouse), briefly crossing over the menu of 
> > > > > > completions.
> > > > > > 
> > > > > > (3) This results in the single completion being highlighted. 
> > > > > > Inexplicably, it stays highlighted even when my mouse has moved off 
> > > > > > of
> > > > > > it to below the bottom of the menu. Even more strangely, it stays
> > > > > > highlighted when I start typing in the text box.
> > > > > > 
> > > > > > (4) I hit delete a few times to delete the word "entropy", but the
> > > > > > completion "minimal martingale martingale measure", the text of my
> > > > > > original search, is still highlighted.
> > > > > > 
> > > > > > (5) I hit enter. This doesn't result in a new search with the new
> > > > > > contents of the search box, as I had hoped; but it results in the
> > > > > > completion (a useless completion, no less, since it was the original
> > > > > > text of the box) being selected, and the edit I just made
> > > > > > disappearing, and the text "minimal martingale martingale measure"
> > > > > > returning to the search box, and no search happening.
> > > > > > 
> > > > > > So, completion as implemented in this program (is it possible to 
> > > > > > turn
> > > > > > it off, by the way?) is basically incompatible with my mouse moving
> > > > > > down a few pixels after I take my hand off of it. That seems rather
> > > > > > demanding - the mouse is an analog device and the cursor can't be
> > > > > > expected to stay 100% still all the time. In general, it seems like 
> > > > > > a
> > > > > > good idea for a highlighted menu selection to become unhighlighted
> > > > > > when the user starts typing, even in the case where it is still 
> > > > > > under
> > > > > > the cursor (which it is not, in my example above), since typing
> > > > > > generally indicates a lack of intent to click.
> > > > > > 
> > > > > > Thank you in advance - I hope that this can be eventually fixed...
> > > > > 
> > > > > Is this any better with the latest Iceweasel?
> > > > 
> > > > Hello,
> > > > 
> > > > The problematic behaviour seems to be unchanged in 3.0.3.
> > > 
> > > As I fail to reproduce this in version 3.0.6 and I doubt the behaviour
> > > changed since 3.0.3, I'm wondering if you're talking about the google
> > > search box on the top right of the iceweasel user interface, or the
> > > google search field on the google web page. If the latter, then this is
> > > behavioural bug of the google web page.
> > 
> > Thanks for the response. That's a very reasonable misunderstanding -
> > Google has added completion to its search box since this bug was filed
> > two years ago, and is therefore no longer a good way to reproduce the
> > bug.
> > 
> > ***
> > 
> > I can still reproduce the bug in a plain HTML text input box under
> > 3.0.15. If you need an example of a plain HTML text input box, there
> > is probably a more canonical one but ... here:
> > http://www.csse.monash.edu.au/cgi-bin/cgiwrap/jwb/wwwjdic?1C/
> > 
> > These are the fixes which I suggest still need to be implemented:
> > 
> > 1. Unhighlight completion menu selection when the mouse leaves the
> > menu rectangle
> > 
> > 2. Unhighlight completion menu selection when user starts typing (e.g. 
> > delete key, as in above report)
> > 
> > 3. Don't include completions which exactly match the t

Bug#485070: [PATCH] crypto: padlock-aes - Make module loading even quieter when hardware is missing

2011-08-02 Thread Herbert Xu
On Sat, Jul 30, 2011 at 01:50:12PM +0200, Jonathan Nieder wrote:
> When loading aes via the module alias, a padlock module failing to
> load due to missing hardware is not particularly notable.  With
> v2.6.27-rc1~1107^2~14 (crypto: padlock - Make module loading quieter
> when hardware isn't available, 2008-07-03), the padlock-aes module
> suppresses the relevant messages when the "quiet" flag is in use; but
> better to suppress this particular message completely, since the
> administrator can already distinguish such errors by the absence of a
> message indicating initialization failing or succeeding.
> 
> This avoids occasional messages in syslog of the form
> 
>   padlock_aes: VIA PadLock not detected.
> 
> Signed-off-by: Jonathan Nieder 


Patch applied.  Thanks Jonathan!
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



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



Bug#636442: libshevek: FTBFS: Fatal error occurred, no output PDF file produced!

2011-08-02 Thread Bas Wijnen
Hi,

Nobuhiro Iwamatsu schreef op wo 03-08-2011 om 12:46 [+0900]:
> Source: libshevek
> Version: 1.1-2
> Severity: serious
> Justification: fails to build from source
> 
> Hi,
> 
> libshevek FTBFS on all architectures.
>   https://buildd.debian.org/status/package.php?p=libshevek&suite=unstable
>   http://buildd.debian-ports.org/status/package.php?p=libshevek&suite=sid
...
> Could you check your package?

pbuilder wasn't working, so I was just hoping I had all the dependencies
right. Appearantly I didn't. :-(

I'll have a look at it, thanks for reporting.

Bas




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



Bug#625993: Patch works

2011-08-02 Thread Thomas Baumgart
I second Martin that you do not run with the patch installed. All you need to 
do after the patch has been successfully applied is downloading statements. 
This will fix the setting of kbanking-acc-ref. All you need to do is to save 
the file. I just verified that here.

-- 

Regards

Thomas Baumgart

GPG-FP: E55E D592 F45F 116B 8429   4F99 9C59 DB40 B75D D3BA
-
I don't think any of us need any help in this regard, getting
rid of money is probably the single most userfriendly interface
since breast-feeding... unfortunately. -- A.J. Venter
-


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


Bug#636260: [Pkg-xfce-devel] Bug#636260: More information

2011-08-02 Thread Yves-Alexis Perez
On mar., 2011-08-02 at 15:51 -0600, Jeff Crissman wrote:
> I have explained that I have Xfce is installed and that I was attempting to
> login to the Xfce session 

Could you add " -x" to the first line of /usr/bin/startxfce4 (make it:
#!/bin/sh -x)

And again provide lightdm.log?

Regards,
-- 
Yves-Alexis


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


Bug#636367: libcurl4-gnutls-dev does not provide /usr/include/curl/types.h on kFreeBSD

2011-08-02 Thread Christoph Egger
Hi!

> Also, if you do manage to build conky successfully with kfreebsd,
> please let me know how you did it. At the moment, conky seems to FTBFS
> due to an unrelated issue (see the build log at [3]), which I'm not
> sure how to fix.

I *guess* you just need to add a -lbsd to the final linker line but not
sure there. Will try to work on it if I find some time (was actually
trying to work on that when I noticed the other problem).

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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



Bug#587926: Not a bug.

2011-08-02 Thread Ryo Furue
> This should be closed.
> It doesn't show in the menu because it has "NoDisplay=true".
> If you want to put it in the menu, comment that entry.

I don't think that is a proper solution.  I think you should
change the current setting, so that lxde-screenlock appears
in the menu without forcing the user to modify the desktop
file.

Why do you think that lxde-screenlock should not appear in
the menu in the first place?

In my initial report, I stated that I wanted to have the screen
lock in my application launch bar because I often lock my screen.

Do you think there is a better solution than to have it in my
launch bar?

Regards,
Ryo



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



Bug#636367: libcurl4-gnutls-dev does not provide /usr/include/curl/types.h on kFreeBSD

2011-08-02 Thread Vincent Cheng
reassign 636367 conky
retitle 636367 conky FTBFS with curl-7.21.7
severity 636367 serious
tags 636367 confirmed fixed-upstream
thanks

On Tue, Aug 2, 2011 at 2:26 PM, Christoph Egger  wrote:
> As this seems to be a old, unused private header and seems to be gone
> everywhere since a day or so maybe this is not a curl problem but one in
> conky?

Yes, this is a bug in conky that has been reported [1] and fixed [2]
in upstream git (which I believe affects all archs, not just
kfreebsd). Christoph, can you confirm that the upstream patch fixes
the FTBFS?

Also, if you do manage to build conky successfully with kfreebsd,
please let me know how you did it. At the moment, conky seems to FTBFS
due to an unrelated issue (see the build log at [3]), which I'm not
sure how to fix.

Kind regards,
- Vincent Cheng

[1] 
http://sourceforge.net/tracker/?func=detail&aid=3383906&group_id=143975&atid=757308
[2] 
http://git.omp.am/?p=conky.git;a=commit;h=1321a41015695a75c1a73476d43c882dc270df64
[3] 
https://buildd.debian.org/status/fetch.php?pkg=conky&arch=kfreebsd-amd64&ver=1.8.1-1&stamp=1311676483



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



Bug#636206: maven2: Default maven-antrun-plugin version needs to be updated

2011-08-02 Thread tony mancill
On 08/02/2011 07:58 PM, Miguel Landaeta wrote:
> On Mon, Aug 01, 2011 at 01:08:28PM +0100, James Page wrote:
>> The maven-antrun-plugin package was recently upgraded to version 1.6
>> from version 1.3; any projects which use this plugin now fail to build
>> as the default version specified in maven2/maven2-core is 1.3 so the
>> artifact fails to resolve.
>>
>> I believe the fix requires a patch to:
>>
>> ../maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
>>
>> in maven2-core and then a rebuild of maven2 to re-assemble the uber jar
>> with the required default dependency. However I may be wrong.
> 
> Thanks for reporting this.
> 
> I updated maven-antrun-plugin two weeks ago and very recently I began to
> observe FTBFS errors in packages build-depending on this plugin but I
> didn't have time to research what was happening.
> 
> After following your recommendations about how to fix maven2 and maven2-core,
> the packages httpcomponents-client and httpcomponents-core don't FTBFS 
> anymore.
> 
> I committed the changes for maven2 and maven2-core, so I believe this only
> needs a sponsor to be fixed.

You guys are quicker than I am!  (I pulled maven2 and was planning to
look at it tonight.)  I will review and sponsor the uploads.

Thanks,
tony



signature.asc
Description: OpenPGP digital signature


Bug#628829: It loads but it doesnt work

2011-08-02 Thread Karoly Negyesi
Aug  2 21:12:57 localhost kernel: [102594.559613] thinkpad_ec:
thinkpad_ec 0.41 loaded.
Aug  2 21:12:57 localhost kernel: [102594.560529] tp_smapi 0.41 loading...
Aug  2 21:12:57 localhost kernel: [102594.560696] tp_smapi
successfully loaded (smapi_port=0xb2).
Aug  2 21:13:26 localhost kernel: [102623.070922] smapi smapi:
smapi_request: SMAPI error: SMAPI function is not available
(func=2116)
Aug  2 21:13:26 localhost kernel: [102623.070934] smapi smapi:
__get_real_thresh: cannot get start_thresh of bat=0: SMAPI function is
not available



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



Bug#636442: libshevek: FTBFS: Fatal error occurred, no output PDF file produced!

2011-08-02 Thread Nobuhiro Iwamatsu
Source: libshevek
Version: 1.1-2
Severity: serious
Justification: fails to build from source

Hi,

libshevek FTBFS on all architectures.
  https://buildd.debian.org/status/package.php?p=libshevek&suite=unstable
  http://buildd.debian-ports.org/status/package.php?p=libshevek&suite=sid

-
Transcript written on mfput.log.
grep: phvr8t.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode;
input phvr8t' failed to make phvr8t.tfm.
kpathsea: Appending font creation commands to missfont.log.
(/usr/share/texmf-texlive/tex/latex/psnfss/t1phv.fd)
! Font T1/phv/m/n/10=phvr8t at 8.4pt not loadable: Metric (TFM) file not fo
und.

   relax
l.41 \begin{document}

?
! Emergency stop.

   relax
l.41 \begin{document}

!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on refman.log.
-

Could you check your package?

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



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



Bug#510319: workaround, requires root.

2011-08-02 Thread Ray Dillinger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just by the way, this bug is annoying as hell.  xscreensaver allowed
setting individual options for different screensavers. Replacing it
with gnome-screensaver when gnome-screensaver does not, AND
gnome-screensaver still had bugs in power management on laptops, was a
loss of user functionality in both functions.  gnome-screensaver
was not (and still is not) ready for prime time and should not
have been made the default until it is fixed.

That said, here's a hamfisted workaround.

If you type

pkg-config --variable=themesdir gnome-screensaver

at a prompt, it will tell you the directory where the screensaver
desktop files are stored.

These files contain the .desktop files used to start the screensavers
in gnome-screensaver.

The settings you're interested in get passed to the individual
screensavers via the command lines stored in these files.

You can edit the settings of individual screensavers by editing the
command line options in the respective desktop files.

This workaround is hamfisted in the following ways.
   you have to be root to edit these files.
   you can 'break' screensavers if you get it wrong, so be sure you
can revert your changes in case you mess it up.
   The changes you make will affect *ALL* user accounts (so you
probably don't want to set a slideshow on your private
photos if anyone else has an account on the machine).

This workaround allows interesting functionality in the following ways:
   a different .desktop file will show up as a different screensaver
in gnome-screensaver -- so you can invoke existing
screensaver programs with different sets of arguments as
though they were several different screensavers.


Bear

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJOOLgCAAoJEAOzWkqOibfN/bkH/ilj9LzBtkpM75bS2P+98EZo
U6jJe7lCP2JGKr9tGVhmCO+QXfg25MCiqomSqnI8Ym3QGenZFx9EamVg4FIQy4mN
aC5e2KRK2XAKiASCkn4XeQ7AoVOniaWgCep+308UpL31qakDwFQcvZYOiIvNiiLR
rYlRcoDZBx0KTKJnKo19coIJFV7eC3xYipCTosAi4bqF2Qp7FuyNxfUHDnXdOarj
hCTTu8O+SYfxUtdTMbksjcyqNSRrANaRfZKpnwEOOnoAuRd9XzLb80I/NoGrry8H
hTuPZKrFrO2fyBPfkZZAcceqgxX+7OKI6+Vx4jWl4bdGikyd1B6gPfyEtxnq5BE=
=k4m5
-END PGP SIGNATURE-



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



debian-bugs-dist@lists.debian.org

2011-08-02 Thread Nobuhiro Iwamatsu
Source: fritzing
Version: 0.6.2b+dfsg1-1
Severity: serious

Hi,

fritzing FTBFS on armel, armhf, powerpcspe and sh4.
 
https://buildd.debian.org/status/fetch.php?pkg=fritzing&arch=armel&ver=0.6.2b%2Bdfsg1-1&stamp=1311729833

-
/usr/include/qt4/QtCore/qstring.h:187:17: note: the mangling of
'va_list' has changed in GCC 4.4
g++ -c -pipe -g -O2 -g -O2 -Wall -Wall -W -D_REENTRANT -DQT_WEBKIT
-DLINUX_32 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_SQL_LIB -DQT_XML_LIB
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui
-I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql
-I/usr/include/qt4/QtSvg -I/usr/include/qt4 -Isrc/lib/boost_1_43_0
-Irelease -o release/groundplanegenerator.o
src/svg/groundplanegenerator.cpp
src/svg/groundplanegenerator.cpp: In member function 'void
GroundPlaneGenerator::makeConnector(QList&, qreal, qreal,
const QString&, int, int, QString&)':
src/svg/groundplanegenerator.cpp:767:42: error: no matching function
for call to 'GraphicsUtils::distanceFromLine(qreal&, qreal&, qreal,
qreal, qreal, qreal, qreal&, qreal&, qreal&, bool&)'
src/svg/groundplanegenerator.cpp:767:42: note: candidate is:
src/svg/../utils/graphicsutils.h:40:14: note: static void
GraphicsUtils::distanceFromLine(double, double, double, double,
double, double, double&, double&, double&, bool&)
src/svg/../utils/graphicsutils.h:40:14: note:   no known conversion
for argument 7 from 'qreal {aka float}' to 'double&'
make[2]: *** [release/groundplanegenerator.o] Error 1
make[1]: *** [release] Error 2
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
make[2]: Leaving directory
`/build/buildd-fritzing_0.6.2b+dfsg1-1-armel-vtx8J1/fritzing-0.6.2b+dfsg1'
-

Could you check your package?

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



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



Bug#636206: maven2: Default maven-antrun-plugin version needs to be updated

2011-08-02 Thread Miguel Landaeta
On Mon, Aug 01, 2011 at 01:08:28PM +0100, James Page wrote:
> The maven-antrun-plugin package was recently upgraded to version 1.6
> from version 1.3; any projects which use this plugin now fail to build
> as the default version specified in maven2/maven2-core is 1.3 so the
> artifact fails to resolve.
> 
> I believe the fix requires a patch to:
> 
> ../maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
> 
> in maven2-core and then a rebuild of maven2 to re-assemble the uber jar
> with the required default dependency. However I may be wrong.

Thanks for reporting this.

I updated maven-antrun-plugin two weeks ago and very recently I began to
observe FTBFS errors in packages build-depending on this plugin but I
didn't have time to research what was happening.

After following your recommendations about how to fix maven2 and maven2-core,
the packages httpcomponents-client and httpcomponents-core don't FTBFS anymore.

I committed the changes for maven2 and maven2-core, so I believe this only
needs a sponsor to be fixed.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche


signature.asc
Description: Digital signature


Bug#623913: Wishlist bug 623913

2011-08-02 Thread Robert Pendell
The sed line is bugged and doesn't work as expected.  It's pulling the first
column but that only works if it happens to be the second column.  You
really need to pull the second column directly.  I have a very crude version
that works but it's could be done better another way.

grep -v '#' "$FSTAB" | grep ro | grep bind | awk '{$1=$1}1'
\
| tr -s ' ' | sed 's/\( \+\)/ /g' | cut -d' ' -f2 \
| while read ro_mountpoint; do
echo "Remounting $ro_mountpoint read-only"
mount -o remount,ro
"$CHROOT_MOUNT_LOCATION$ro_mountpoint"
done

It runs the file through 3 greps.  One to eliminate commented lines and the
next two reduce it to read-only binds only.  Note that the bind and ro
parameter order won't matter because it isn't matching ro,bind.  It just
matching ro then bind.  The next 3 parts are a weird series of awk, tr, and
sed that work quite well to remove extra spaces and convert tabs to spaces
for the cut command that finishes it off to select only the second field.
The other change was to replace the info command with echo so I can see it
in the shell and remove the / between $CHROOT_MOUNT_LOCATION and
$ro_mountpoint.

Like I said I'm sure there is a much more elegant way to do this but it
works well for me.

Robert Pendell
shi...@elite-systems.org
CAcert Assurer
"A perfect world is one of chaos."


Bug#489771: Enabling hardening build flags

2011-08-02 Thread Kees Cook
On Tue, Aug 02, 2011 at 04:27:53PM -0700, Russ Allbery wrote:
> Raphael Hertzog  writes:
> 
> > I also wonder whether we should keep -Werror=format-security given that
> > no archive rebuild has been made with this option so we don't really
> > know how many packages will be affected by this.
> 
> I suspect "lots" based on personal experience, but also nearly every time
> I've seen this warning it's been at least a potential security
> vulnerability.  (Sometimes it's not very likely since it happened in
> configuration parsing code, but still.)  So making those packages fail to
> compile is probably not a bad thing.

I have all of Ubuntu's "main" component's build logs local, to try to
give us a quick measure (it's about 3500 packages out of the entire
archive). I can search for the warning, but is there a good way to check
that the package was built using dpkg-buildflags?

Out of 3551 packages recently built, 166 throw the warning, so just under
5%, without paying attention to if they build with dpkg-buildflags..

I, too, would like to see it enabled by default. It will cause a certain
amount of pain, but we'll have a cleaner archive when it's done.

-Kees

-- 
Kees Cook@debian.org



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



Bug#636440: live-build: apt-file cache needs to be regenerated at end of chroot stage. Add some extra cleaning.

2011-08-02 Thread Armin Krezović
Package: live-build
Version: 3.0~a25
Severity: wishlist
Tags: upstream, patch

At the end of chroot stage, script should update apt-file cache with
repositories that will be used in final live system. This only applies
if apt-file is installed. I am attaching proposed patch.

Also, when there are multiple kernels, there remain /vmlinuz.old
and /initrd.img.old on chroot, so I attach another proposed patch to
clean those files.
--- live-build-3.0~a25/scripts/build/lb_chroot_archives.orig	2011-08-03 03:01:22.0 +0200
+++ live-build-3.0~a25/scripts/build/lb_chroot_archives	2011-08-03 03:03:39.0 +0200
@@ -797,6 +797,12 @@
 		rm -rf chroot/var/cache/apt
 		mkdir -p chroot/var/cache/apt/archives/partial
 
+		# This one may look ugly, but we need to rebuild apt-file cache with final repositories in place.
+		if [ "${LB_APT_INDICES}" ! = "false" ] && [ -x chroot/usr/bin/apt-file ]
+		then
+			Chroot chroot "apt-file update"
+		fi
+
 		# Cleaning apt package lists
 		if [ "${LB_APT_INDICES}" = "false" ]
 		then


--- live-build-3.0~a25/scripts/build/lb_chroot_hacks.orig   2011-08-03 03:01:22.0 +0200
+++ live-build-3.0~a25/scripts/build/lb_chroot_hacks2011-08-03 03:04:19.0 +0200
@@ -225,6 +225,8 @@
 rm -f chroot/var/cache/debconf/*-old
 rm -f chroot/var/lib/dpkg/*-old
 rm -f chroot/var/log/apt/term.log
+rm -f chroot/initrd.img.old
+rm -f chroot/vmlinuz.old
 
 if [ -n "${LB_ROOT_COMMAND}" ]
 then



Bug#617214: [Pkg-fonts-devel] Bug#617214: ITP: cantarell-fonts -- Humanist sans-serif font family

2011-08-02 Thread Michael Biebl
Hi Christian,

Am 02.08.2011 09:06, schrieb Christian PERRIER:
> Quoting Michael Biebl (bi...@debian.org):

>>
>> as you have probably noticed, several bits and pieces of GNOME 3 are 
>> currently
>> landing in unstable. This means, having cantarell ready becomes more and more
>> important and urgent.
>>
>> Has there been any progress in getting this font into Debian?
>> Who from the pkg-fonts team is taking care of this?
> 
> I did some initial work. Nicolas Spalinger made a lot of improvements
> by resyncing with upstream (which has no clear "released version"). I
> consider Nicolas to be mostly the person in charge to prepare the
> package and I'll upload it when done.

Sounds great! Do you have a prospective timeframe when the package will be
ready? Are there any blockers left?

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#636439: ampache catalog clean function fails, reports sql error

2011-08-02 Thread Evan Harris

Package: ampache
Version: 3.5.4-9
Severity: important

In using ampache, trying to perform a "Clean" function on a catalog either
through the web admin interface or through running catalog_update.inc (as 
done from cron or manually) completes immediately without performing the

requested maintenance.

This is verified by the admin interface reporting that the "Last Clean" 
is "Never".  The other actions seem to work properly, only this one iseems to

fail.

Using either method, the following error is reported in the logfile:

2011-08-02 20:15:57 [ampache] (PHP Error) -> [Runtime Error] 
mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in file 
/usr/share/ampache/www/lib/class/dba.class.php(129)

The failure of the Clean maintenance function is causing the catalog to 
become very out of date with many missing files still showing up, some of 
them multiple times even though they no longer exist in the expected (but 
wrong) locations.



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages ampache depends on:
ii  debconf [debconf-2.0]   1.5.38   Debian configuration management sy
ii  libapache2-mod-php5 5.3.3-7+squeeze3 server-side, HTML-embedded scripti
ii  libjs-prototype 1.6.1-1  JavaScript Framework for dynamic w
ii  libnusoap-php   0.7.3-4  SOAP toolkit for PHP
ii  libphp-snoopy   1.2.4-2  Snoopy is a PHP class that simulat
ii  php55.3.3-7+squeeze3 server-side, HTML-embedded scripti
ii  php5-auth-pam   0.4-10+b1A PHP5 extension for PAM authentic
ii  php5-cgi5.3.3-7+squeeze3 server-side, HTML-embedded scripti
ii  php5-cli5.3.3-7+squeeze3 command-line interpreter for the p
ii  php5-mysql  5.3.3-7+squeeze3 MySQL module for php5
ii  php5-xmlrpc 5.3.3-7+squeeze3 XML-RPC module for php5
ii  ttf-freefont20090104-7   Freefont Serif, Sans and Mono True

Versions of packages ampache recommends:
ii  ampache-themes3.5.0+repack-1 Themes for Ampache
pn  apache2-mpm-prefork | lig  (no description available)
ii  eyed3 0.6.17-1   Display and manipulate id3-tags on

Versions of packages ampache suggests:
ii  mysql-server-5.1 [mysql 5.1.49-3 MySQL database server binaries and
ii  php5-gd 5.3.3-7+squeeze3 GD module for php5
pn  phpmyadmin (no description available)

-- Configuration Files:
/etc/ampache/ampache.conf changed [not included]
/etc/ampache/lighttpd_ampache.conf [Errno 2] No such file or directory: 
u'/etc/ampache/lighttpd_ampache.conf'

-- debconf information:
* ampache/restart-webserver:
* ampache/restart_webserver:
  ampache/configure-webserver: true
* ampache/webserver_type:



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



Bug#636438: ampache: Ampache issues lots of warnings about deprecated php functions

2011-08-02 Thread Evan Harris

Package: ampache
Version: 3.5.4-9
Severity: important

In trying to use ampache, I'm getting tons of errors similar to the following:

2011-08-02 19:36:21 [ampache] (PHP Error) -> [Error] Function eregi() is 
deprecated in file /usr/share/ampache/www/modules/getid3/getid3.php(112)
2011-08-02 19:36:21 [ampache] (PHP Error) -> [Error] Function eregi() is 
deprecated in file /usr/share/ampache/www/modules/getid3/module.tag.id3v2.php(1922)
2011-08-02 20:03:53 [ampache] (PHP Error) -> [Error] Function ereg() is 
deprecated in file /usr/share/ampache/www/modules/getid3/module.tag.id3v2.php(455)

The errors are so numerous that the logs are filling up my var partition.


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages ampache depends on:
ii  debconf [debconf-2.0]   1.5.38   Debian configuration management sy
ii  libapache2-mod-php5 5.3.3-7+squeeze3 server-side, HTML-embedded scripti
ii  libjs-prototype 1.6.1-1  JavaScript Framework for dynamic w
ii  libnusoap-php   0.7.3-4  SOAP toolkit for PHP
ii  libphp-snoopy   1.2.4-2  Snoopy is a PHP class that simulat
ii  php55.3.3-7+squeeze3 server-side, HTML-embedded scripti
ii  php5-auth-pam   0.4-10+b1A PHP5 extension for PAM authentic
ii  php5-cgi5.3.3-7+squeeze3 server-side, HTML-embedded scripti
ii  php5-cli5.3.3-7+squeeze3 command-line interpreter for the p
ii  php5-mysql  5.3.3-7+squeeze3 MySQL module for php5
ii  php5-xmlrpc 5.3.3-7+squeeze3 XML-RPC module for php5
ii  ttf-freefont20090104-7   Freefont Serif, Sans and Mono True

Versions of packages ampache recommends:
ii  ampache-themes3.5.0+repack-1 Themes for Ampache
pn  apache2-mpm-prefork | lig  (no description available)
ii  eyed3 0.6.17-1   Display and manipulate id3-tags on

Versions of packages ampache suggests:
ii  mysql-server-5.1 [mysql 5.1.49-3 MySQL database server binaries and
ii  php5-gd 5.3.3-7+squeeze3 GD module for php5
pn  phpmyadmin (no description available)

-- Configuration Files:
/etc/ampache/ampache.conf changed [not included]
/etc/ampache/lighttpd_ampache.conf [Errno 2] No such file or directory: 
u'/etc/ampache/lighttpd_ampache.conf'

-- debconf information:
* ampache/restart-webserver:
* ampache/restart_webserver:
  ampache/configure-webserver: true
* ampache/webserver_type:



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



Bug#633639: p7zip-rar: bad dependencies

2011-08-02 Thread Александр Кедрик
2011/8/3, Mohammed Adnène Trojette :
> On Tue, Jul 12, 2011, Mohammed Adnène TROJETTE wrote:
>> > p7zip-rar depends on 9.04~ <= p7zip-full << 9.05~.
>> > There is only p7zip-full 9.20.1 in sid repository.
>>
>> My (grave) mistake. I'll fix that asap.
>
> Wait... I read:
>
> % grep ^Depends debian/control
> Depends: ${shlibs:Depends}, ${misc:Depends}, p7zip-full (>= 9.20.1~),
> p7zip-full (<< 9.20.2~)
>
> and
>
> % apt-cache show p7zip-rar|grep Depends
> Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1),
> p7zip-full (>= 9.20.1~),
> p7zip-full (<< 9.20.2~)
>
> What package version are you using?
>
> --
> Mohammed Adnène Trojette
>


I use i386, you (probably) use amd64.



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



Bug#636437: /usr/sbin is not mounted at boot! So don't expect that it is please

2011-08-02 Thread jidanni
X-Debbugs-Cc: m...@linux.it
Package: alsa-utils
Version: 1.0.24.2-1
File: /lib/udev/rules.d/90-alsa-restore.rules

Gentlemen, you have blown it rather royally.

There are plenty of scripts in /lib/udev/rules.d that use RUN
$ cd /lib/udev/rules.d
$ grep RUN+= *|wc -l
123

And plenty that use /sbin

$ grep /sbin *|wc -l
26

But only one that uses /usr/sbin

$ grep /usr/sbin *|wc -l
1

And the winner is

$ grep /usr/sbin *
90-alsa-restore.rules:RUN+="/usr/sbin/alsactl restore $attr{number}"

Which of course will fail upon boot, with plenty of errors on the console,

because /usr/sbin/ is not mounted at that time!

P.S., there already is /etc/init.d/alsa-utils so the boot case is
covered anyway.

Anyway, whatever you do, be sure you stop causing all those error
messages at boot. Thank you.



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



Bug#633639: p7zip-rar: bad dependencies

2011-08-02 Thread Mohammed Adnène Trojette
On Tue, Jul 12, 2011, Mohammed Adnène TROJETTE wrote:
> > p7zip-rar depends on 9.04~ <= p7zip-full << 9.05~.
> > There is only p7zip-full 9.20.1 in sid repository.
>
> My (grave) mistake. I'll fix that asap.

Wait... I read:

% grep ^Depends debian/control
Depends: ${shlibs:Depends}, ${misc:Depends}, p7zip-full (>= 9.20.1~),
p7zip-full (<< 9.20.2~)

and

% apt-cache show p7zip-rar|grep Depends
Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1),
p7zip-full (>= 9.20.1~),
p7zip-full (<< 9.20.2~)

What package version are you using?

--
Mohammed Adnène Trojette



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



Bug#636436: Needs to be updated for epiphany-browser 3.0

2011-08-02 Thread Michael Biebl
Package: epiphany-extensions-more
Version: 2.30.1
Severity: serious

epiphany-extensions-more is no longer installable with epiphany-browser
3.0. The plugins shipped in the package needs to be checked if they are
still useful with this version of epiphany-browser and if applicable be
updated to correctly work with 3.0.


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

Kernel: Linux 3.0.0-1-486
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages epiphany-extensions-more depends on:
ii  epiphany-extensions   3.0.0-3Extensions for Epiphany web browse
pn  gir1.2-epiphany-2.31   (no description available)
ii  gir1.2-soup-2.4   2.34.3-1   GObject introspection data for the
ii  gir1.2-webkit-3.0 1.4.2-2GObject introspection data for the

epiphany-extensions-more recommends no packages.

epiphany-extensions-more suggests no packages.



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



Bug#636435: No longer started in fallback mode (GNOME 3) or GNOME 2

2011-08-02 Thread Michael Biebl
Package: notification-daemon
Version: 0.7.1-3
Severity: important

The dbus service files have been removed from notification daemon, so it
is no longer dbus activatable.
As a result, notification-daemon is no longer started for a GNOME 2
session or a GNOME 3 fallback session.

While the GNOME 2 issue is only temporary, we should defintely get GNOME
3 fallback fixed.
A proposed patch is, to update gnome-session (from experimental)
- Remove 13_no_fallback_notification.patch
- Add a hard dependency on notification-daemon to
  gnome-session-fallback.
- In addition, remove notification-daemon from gnome-session, as
  gnome-shell provides the notification service for the non-fall back
  mode

An alternative, to get GNOME 2 session working again, is to revert [1]
and put the dbus service file back for the time being.

Michael

[1]
http://git.gnome.org/browse/notification-daemon/commit/?id=1ad20d22098bc7718614a8a87744a2c22d5438d0
 

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

Kernel: Linux 3.0.0-1-486
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages notification-daemon depends on:
ii  libatk1.0-0   2.0.1-2ATK accessibility toolkit
ii  libc6 2.13-13Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6.1 The Cairo 2D vector graphics libra
ii  libcanberra-gtk3-00.28-1 Gtk+ 3.0 helper for playing widget
ii  libgdk-pixbuf2.0-02.23.5-3   GDK Pixbuf library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk-3-03.0.12-1   GTK+ graphical user interface libr
ii  libx11-6  2:1.4.4-1  X11 client-side library

notification-daemon recommends no packages.

notification-daemon suggests no packages.

-- no debconf information



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



Bug#636434: RM: libgweather/experimental -- ROM; Replaced by libgweather3 in unstable

2011-08-02 Thread Michael Biebl
Package: ftp.debian.org
Severity: normal

Hi,

please remove libgweather 2.91.6-1 from experimental.

The source package has been renamed to libgweather3 and a newer version
3.0.2-1 is available from unstable.

Cheers,
Michael



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



Bug#572372: O: wdm -- WINGs Display Manager - an xdm replacement with a WindowMaker look

2011-08-02 Thread Michelle Konzack
Hello Axel and *,

Am 2011-08-02 14:35:36, hacktest Du folgendes herunter:
> I disagree strongly.

I agree wit it too.

Since I use FVWM as my windowmanager there is not much  choice  here  to
keep it light.  XDM has hot the functionality I need and KDM/GDM install
tonns of dependencies I will never need.

So,if I search in aptitude for "display-manager" in "squeeze" I get

slim  (does not support remote login)
gdm
gdm3
xdm
kdm

So, time to get "wdm" back into Debian for "wheeze"

> WDM has the unique feature that it has not all the bloaty crap and
> broken design that kdm, gdm and especially gdm3 have (WTF does a login
> manager need sound, a window manager and power management? WTF does
> gdm3 redirect .Xauthority to some non-standard location?), but has the
> advantage over xdm of letting the user to choose his session type
> without the need to write a .xsession file.

This is not all, because gdm/kdm install very huge useless dependencies,
for which I have no space in th NAND Flash exspecoialy if I work  on  my
ARM based PanelPC or TabletPC

> IMHO wdm is perfectly suited for setups with managed workstations
> where the users are not allowed to shut down or do other harm to also
> remotely used workstations.

1+

Thanks, Greetings and nice Day/Evening
Michelle Konzack

-- 
# Debian GNU/Linux Consultant ##
   Development of Intranet and Embedded Systems with Debian GNU/Linux

itsystems@tdnet Franceitsystems@tdnet
Owner Michelle KonzackOwner Michelle Konzack

Apt. 917 (homeoffice) Gewerbe Straße 3
50, rue de Soultz 77694 Kehl/Germany
67100 Strasbourg/France   Tel: +49-177-9351947  mobil
Tel: +33-6-61925193 mobil Tel: +49-176-86004575 office

  
 

Jabber linux4miche...@jabber.ccc.de
ICQ#328449886

Linux-User #280138 with the Linux Counter, http://counter.li.org/


signature.pgp
Description: Digital signature


Bug#636433: mirror submission for mirror.ancl.hawaii.edu

2011-08-02 Thread Kevin McCarthy
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: mirror.ancl.hawaii.edu
Type: leaf
Archive-architecture: ALL amd64 arm armel hurd-i386 i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel powerpc s390 sparc 
Archive-ftp: /linux/debian/
Archive-http: /linux/debian/
Archive-rsync: linux/debian/
CDImage-ftp: /linux/debian-cd/
CDImage-http: /linux/debian-cd/
CDImage-rsync: linux/debian-cd/
IPv6: no
Archive-upstream: debian.osuosl.org
CDImage-upstream: debian.osuosl.org
Updates: push
Maintainer: Kevin McCarthy 
Country: US United States
Location: Honolulu, HI
Comment: We are replacing the mirrors.hosef.org mirror with this new one.



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



Bug#636432: xpdf: reload doesn't reflect changes in file since first opening

2011-08-02 Thread Kevin Mitchell
Package: xpdf
Version: 3.02-20
Severity: normal

This is a regression from 3.02-19.

The easiest way to reproduces is to 
1. Have two noticably different pdf files in one directrory. Call them a.pdf 
and b.pdf
2. Open a.pdf with xpdf
$ xpdf a.pdf &
3. overwrite a.pdf with b.pdf
$ cp b.pdf a.pdf 
4. reload a.pdf in xpdf with either the shortcut "r" or the right-click menu 
option.

You will find that you are still looking at the old a.pdf, where the
expected result is to be looking at the copy of b.pdf. If you quit xpdf
and reopen a.pdf, it looks like a copy of b.pdf as expected.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'testing'), (400, 'stable'), (300, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages xpdf depends on:
ii  lesstif2  1:0.95.2-1 OSF/Motif 2.1 implementation relea
ii  libc6 2.13-13Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.1-5  GCC support library
ii  libpoppler13  0.16.7-2   PDF rendering library
ii  libstdc++64.6.1-5GNU Standard C++ Library v3
ii  libx11-6  2:1.4.4-1  X11 client-side library
ii  libxt61:1.1.1-2  X11 toolkit intrinsics library

Versions of packages xpdf recommends:
pn  gsfonts-x11(no description available)
pn  poppler-data   (no description available)
ii  poppler-utils 0.16.7-2   PDF utilities (based on Poppler)

xpdf suggests no packages.

-- no debconf information



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



Bug#636419: Acknowledgement (xserver-xorg-video-radeon: new config leads to only a black display)

2011-08-02 Thread Dale Harris
Nevermind, you can close, solved my problem. Didn't have
x-window-manager alternate properly configured. 



On 2011-08-02 at 23:27, Debian Bug Tracking System  
elucidated:
> Thank you for filing a new Bug report with Debian.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  Debian X Strike Force 
> 
> If you wish to submit further information on this problem, please
> send it to 636...@bugs.debian.org.
> 
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
> 
> -- 
> 636419: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636419
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems

-- 
Dale Harris   
rod...@maybe.org
rod...@gmail.com
/.-)



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



Bug#481689: Confirm from clean install

2011-08-02 Thread Jeroen van Splunder
Hi,

I can confirm that this bug is present after a clean installation of
Debian squeeze. The desktop was installed during installation, although
some packages may have been omitted as I used only the first CD and had
no network connection at the time.

This is a serious usability bug.

Kind regards,

Jeroen van Splunder



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



Bug#636431: RFP: libcommons-lang3-java -- Extension of the java.lang package (version 3.0)

2011-08-02 Thread Miguel Landaeta
Package: wnpp
Severity: wishlist

* Package name : libcommons-lang3-java
  Version  : 3.0
  Upstream Authors : Daniel Rall,
 Stephen Colebourne,
 Henri Yandell,
 Steven Caswell,
 Robert Burrell Donkin,
 Gary D. Gregory,
 Phil Steitz,
 Fredrik Westermarck,
 James Carman,
 Niall Pemberton,
 Matt Benson,
 Joerg Schaible,
 Oliver Heger,
 Paul Benedict
* URL  : http://commons.apache.org/lang/
* License  : Apache-2.0
  Programming Lang : Java
  Description  : Extension of the java.lang package (version 3.0)

 The Lang Component contains a set of Java classes that provide helper
 methods for standard Java classes, especially those found in the
 java.lang package in the Sun JDK. The currently targetted version of
 Java is 1.5 and the following classes are included:
 .
  * StringUtils - Helper for java.lang.String.
  * CharSetUtils - Methods for dealing with CharSets, which are sets of
characters such as [a-z] and [abcdez].
  * RandomStringUtils - Helper for creating randomised Strings.
  * NumberUtils - Helper for java.lang.Number and its subclasses.
  * NumberRange - A range of numbers with an upper and lower bound.
  * ObjectUtils - Helper for java.lang.Object.
  * SerializationUtils - Helper for serializing Objects.
  * SystemUtils - Utility class defining the Java system properties.
  * NestedException package - A sub-package for the creation of nested
exceptions.
  * Enum package - A sub-package for the creation of enumerated types.
  * Builder package - A sub-package for the creation of equals, hashCode,
compareTo and toString methods.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche


signature.asc
Description: Digital signature


Bug#636430: xpdf: reload does not reflect changes to the file since first opening

2011-08-02 Thread Kevin Mitchell
Package: xpdf
Version: 3.02-20
Severity: normal

This bug started happening 

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'testing'), (400, 'stable'), (300, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages xpdf depends on:
ii  lesstif2  1:0.95.2-1 OSF/Motif 2.1 implementation relea
ii  libc6 2.13-13Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.1-5  GCC support library
ii  libpoppler13  0.16.7-2   PDF rendering library
ii  libstdc++64.6.1-5GNU Standard C++ Library v3
ii  libx11-6  2:1.4.4-1  X11 client-side library
ii  libxt61:1.1.1-2  X11 toolkit intrinsics library

Versions of packages xpdf recommends:
pn  gsfonts-x11(no description available)
pn  poppler-data   (no description available)
ii  poppler-utils 0.16.7-2   PDF utilities (based on Poppler)

xpdf suggests no packages.

-- no debconf information



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



Bug#636423: FTBFS on various architectures: test suite failures

2011-08-02 Thread Michael Biebl
Source: libgtk2-notify-perl
Version: 0.05-2
Severity: serious

Hi,

libgtk2-notify-perl FTBFS on mips(en), kfreebsd-* and hurd when running
the test suite:

Test Summary Report
---
t/notification.t (Wstat: 512 Tests: 31 Failed: 2)
  Failed tests:  29-30
Non-zero exit status: 2
Files=5, Tests=53,  1 wallclock secs ( 0.08 usr  0.03 sys +  0.58
cusr  0.12 csys =  0.82 CPU)
Result: FAIL
Failed 1/5 test programs. 2/53 subtests failed.
make[2]: *** [test_dynamic] Error 255
make[2]: Leaving directory

`/build/buildd-libgtk2-notify-perl_0.05-2-kfreebsd-amd64-Nft6ff/libgtk2-notify-perl-0.05'
dh_auto_test: make -j1 test returned exit code 2
make[1]: *** [override_dh_auto_test] Error 29
make[1]: Leaving directory

`/build/buildd-libgtk2-notify-perl_0.05-2-kfreebsd-amd64-Nft6ff/libgtk2-notify-perl-0.05'
make: *** [build] Error 2


Full build logs at
https://buildd.debian.org/status/package.php?p=libgtk2-notify-perl



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

Kernel: Linux 3.0.0-1-486
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#636413: To debian science

2011-08-02 Thread Sylvestre Ledru
OK, I will take it into Debian science.

Thanks
Sylvestre





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



Bug#635622: Looks like a problem with udev scripts provided with alsa-utils

2011-08-02 Thread Dave Witbrodt
Package: alsa-utils
Version: 1.0.24.2-1
Followup-For: Bug #635622


I am also seeing these messages at boot time:

  udevd[299]: failed to execute '/usr/sbin/alsactl' '/usr/sbin/alsactl
  restore 1': No such file or directory
  udevd[300]: failed to execute '/usr/sbin/alsactl' '/usr/sbin/alsactl
  restore 2': No such file or directory
  udevd[302]: failed to execute '/usr/sbin/alsactl' '/usr/sbin/alsactl
  restore 0': No such file or directory

I tried looking around at the udev-related scripts packaged with
'alsa-utils'; I found that they essentially do some environment setup and
then run '/etc/init.d/alsa-utils', so I thought there may be some
problem with that file failing.  That was before work this morning, and
I didn't have much time, so the only thing I found so far that looks
like a possible culprit is line 62:

if MSG="$(alsactl restore $CARD 2>&1 >/dev/null)" && [ ! "$MSG" ] ; then

In this instance the "2>&1" redirection is not at the end of the
command, but in all other instances it is.  Was this intended, or is it
a mistake?

I have some higher priorities to attend to first -- sound is not broken
on my system, so the errors are merely disconcerting -- so I will try to
take a closer look at this by the weekend if the bug has not been
squashed before then.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (350, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1dwlocal (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages alsa-utils depends on:
ii  dialog1.1-20110707-1 Displays user-friendly dialog boxe
ii  libasound21.0.24.1-2 shared library for ALSA applicatio
ii  libc6 2.13-13Embedded GNU C Library: Shared lib
ii  libncursesw5  5.9-1  shared libraries for terminal hand
ii  linux-sound-base  1.0.23+dfsg-4  base package for ALSA and OSS soun
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip
ii  module-init-tools 3.16-1 tools for managing Linux kernel mo
ii  udev  172-1  /dev/ and hotplug management daemo
ii  whiptail  0.52.11-2.1Displays user-friendly dialog boxe

Versions of packages alsa-utils recommends:
ii  alsa-base  1.0.23+dfsg-4 ALSA driver configuration files
ii  pciutils   1:3.1.7-12Linux PCI Utilities

alsa-utils suggests no packages.

-- no debconf information



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



Bug#636422: libquicktime2: Please build with lame support

2011-08-02 Thread Adrian Bunk
Package: libquicktime2
Version: 2:1.2.3-3
Severity: wishlist

Please build libquicktime2 with lame support now that libmp3lame0
has entered Debian.

Thanks in advance



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



Bug#636421: [INTL:sv] Swedish strings for kstars-data-extra-tycho2

2011-08-02 Thread Martin Bagge
package: kstars-data-extra-tycho2
severity: wishlist
tags: patch l10n

Please consider to add this file to translation of debconf.

-- 
brother
http://sis.bthstuden.se
# Translation of kstars-data-extra-tycho2 debconf template to Swedish
# Copyright (C) 2011 Martin Bagge 
# This file is distributed under the same license as the kstars-data-extra-tycho2 package.
#
# Martin Bagge , 2011
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: kstars-data-extra-tyc...@packages.debian.org\n"
"POT-Creation-Date: 2011-07-27 09:34+0200\n"
"PO-Revision-Date: 2011-07-27 15:22+0100\n"
"Last-Translator: Martin Bagge / brother \n"
"Language-Team: LANGUAGE \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: title
#. Description
#: ../templates:2001
msgid "Handling of kstars configuration file"
msgstr "Hantering av kstars inställningsfil"

#. Type: select
#. Choices
#: ../templates:3001
msgid "keep"
msgstr "behåll"

#. Type: select
#. Choices
#: ../templates:3001
msgid "replace (preserving backup)"
msgstr "ersätt (behåll en säkerhetskopia)"

#. Type: select
#. Choices
#: ../templates:3001
msgid "overwrite"
msgstr "skriv över"

#. Type: select
#. Description
#: ../templates:3002
msgid "Action for the /etc/kde4/kstarsrc file:"
msgstr "Åtgärd för filen /etc/kde4/kstarsrc:"

#. Type: select
#. Description
#: ../templates:3002
msgid "A kstars global configuration file already exists."
msgstr "En global inställningsfil för kstars finns redan."

#. Type: select
#. Description
#: ../templates:3002
msgid ""
"The package installation process can't modify it, but you can back it up now "
"and create a new one. You will be prompted for options in this file."
msgstr ""
"Paketinstallationen kan inte ändra den, men du kan göra en säkerhetskopia nu "
"och skapa en ny. Du kommer få frågor om alternativen i filen."

#. Type: boolean
#. Description
#: ../templates:4001
msgid "Create /etc/kde4/kstarsrc file?"
msgstr "Skapafilen  /etc/kde4/kstarsrc?"

#. Type: boolean
#. Description
#: ../templates:4001
msgid "There is no kstars global configuration file."
msgstr "Det finns ingen global inställningsfil."

#. Type: boolean
#. Description
#: ../templates:4001
msgid ""
"A configuration file will be needed if user downloads should be disabled, "
"but if not then it is still safe to create one. You will be prompted for "
"options in this file."
msgstr ""
"En inställningsfil behövs om hämtning av användardata ska avaktiveras, om "
"inte kan en sådan fil fortfarande skapas. Du kommer få frågor om "
"alternativen i filen."

#. Type: title
#. Description
#: ../templates:5001
msgid "Disable or lock data downloads"
msgstr "Avaktivera eller lås hämtning av data"

#. Type: select
#. Choices
#: ../templates:6001
msgid "enable"
msgstr "aktivera"

#. Type: select
#. Choices
#: ../templates:6001
msgid "disable"
msgstr "avaktivera"

#. Type: select
#. Choices
#: ../templates:6001
msgid "lock"
msgstr "lås"

#. Type: select
#. Description
#: ../templates:6002
msgid "User data downloads for kstars:"
msgstr "Hämtning av användardata för kstars:"

#. Type: select
#. Description
#: ../templates:6002
msgid ""
"KStars has a download feature allowing users to download extra data files "
"for their own use. Since packaged catalogs can be handled more efficiently "
"by installing a single central copy, you may wish to restrict the use of "
"this feature."
msgstr ""
"KStars har en funktion som tillåter användarna att hämta extra datafiler. "
"Eftersom paketerade kataloger kan hanteras mer effektivt genom att "
"installera en central kopia kan du avgränsa användningen av den här "
"funktionen."

#. Type: select
#. Description
#: ../templates:6002
msgid ""
" * enable - users will be able to download data files;\n"
" * disable - individual users can re-enable data downloads (to\n"
"   download other data files) in their .kstarsrc;\n"
" * lock - users cannot enable data downloads."
msgstr ""
" * aktivera - användare kommer att kunna hämta datafiler.\n"
" * avaktivera - individuella användare kan återaktivera hämtning av data "
"(för att hämta andra datafiler) i deras .kstarsrc.\n"
" * lås - användare kan inte aktivera datahämtning."

#. Type: title
#. Description
#: ../templates:7001
msgid "Backup of old kstarsrc file"
msgstr "Säkerhetskopia av filen kstarsrc"

#. Type: text
#. Description
#: ../templates:8001
msgid "Former kstarsrc file saved"
msgstr "Filen kstarsrc säkerhetskopierades"

#. Type: text
#. Description
#: ../templates:8001
msgid ""
"The old kstarsrc file has been saved as /etc/kde4/kstarsrc.backup.kstars-"
"data-extra."
msgstr ""
"Filen kstarsrc finns som säkerhetskopia i /etc/kde4/kstarsrc.backup.kstars-"
"data-extra."


Bug#636420: [INTL:sv] Swedish strings for nvidia-support

2011-08-02 Thread Martin Bagge
package: nvidia-support
severity: wishlist
tags: patch l10n

Please consider to add this file to translation of debconf.

-- 
brother
http://sis.bthstuden.se
# Translation of nvidia-support debconf template to Swedish
# Copyright (C) 2011 Martin Bagge 
# This file is distributed under the same license as the nvidia-support package.
#
# Martin Bagge , 2011
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: nvidia-supp...@packages.debian.org\n"
"POT-Creation-Date: 2011-07-18 16:05-0700\n"
"PO-Revision-Date: 2011-07-20 21:33+0100\n"
"Last-Translator: Martin Bagge / brother \n"
"Language-Team: Swedish \n"
"Language: Swedish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Swedish\n"
"X-Poedit-Country: Sweden\n"

#. Type: boolean
#. Description
#: ../nvidia-installer-cleanup.templates:1001
msgid "Run 'nvidia-installer --uninstall'?"
msgstr "Ska \"nvidia-installer --uninstall\" köras?"

#. Type: boolean
#. Description
#: ../nvidia-installer-cleanup.templates:1001
msgid "The 'nvidia-installer' program was found on your system.  This is probably left over from an earlier installation of the non-free NVIDIA graphics driver, installed using the NVIDIA *.run file directly.  This installation is incompatible with the Debian packages.  To install the Debian packages safely, it is therefore neccessary to undo the changes performed by 'nvidia-installer'."
msgstr "Programmet \"nvidia-installer\" hittades på systemet. Detta är troligen en kvarleva från en tidigare installation av ickefira NVIDIAs grafikdrivrutiner som installerats med hjälp av NVIDIAs *.run-fil. Denna installation är inte kompatibel med Debianpaket. För att installera Debianpaketen säkert behöver ändringarna som \"nvidia-installer\" gjort göras ogjorda."

#. Type: boolean
#. Description
#: ../nvidia-installer-cleanup.templates:2001
msgid "Delete 'nvidia-installer' files?"
msgstr "Radera \"nvidia-installer\"-filer?"

#. Type: boolean
#. Description
#: ../nvidia-installer-cleanup.templates:2001
msgid "Some files from the 'nvidia-installer' still remain on your system. These probably come from an earlier installation of the non-free NVIDIA graphics driver using the *.run file directly.  Running the uninstallation procedure may have failed and left these behind.  These files conflict with the packages providing the non-free NVIDIA graphics driver and must be removed before the package installation can continue."
msgstr "Några filer från \"nvidia-installer\" finns fortfarande kvar på systemet. Dessa kommer troligen från tidigare installationer av NVIDIAs grafikdrivrutiner som installerats med hjälp av NVIDIAs *.run-filen. Körningen av avinstallationen kan ha misslyckats och lämnat dessa filer kvar. De står i konflikt mot paketen som tillhandahåller ickefria NVIDIAs grafikdrivrutiner och måste tas bort innan paketinstallationen kan fortsätta."

#. Type: boolean
#. Description
#: ../nvidia-installer-cleanup.templates:3001
msgid "Remove conflicting library files?"
msgstr "Ta bort bibliotekfiler som står i konflikt?"

#. Type: boolean
#. Description
#: ../nvidia-installer-cleanup.templates:3001
msgid "The following libraries were found on your system and conflict with the current installation of the NVIDIA graphics drivers:"
msgstr "Följande bibliotek hittades på systemet och står i konflikt med den aktuella installationen av NVIDIAs grafikdrivrutiner:"

#. Type: boolean
#. Description
#: ../nvidia-installer-cleanup.templates:3001
msgid "These libraries are most likely remnants of an old installation using the nvidia-installer and do not belong to any package managed by dpkg.  It should be safe to delete them."
msgstr "Dessa bibliotek är mest troligt lämningar från en äldre installation som använt nvidia-installer och tillhör inte något paket som hanteras av dpkg. Det bör vara säkert att radera dem."

#. Type: note
#. Description
#. Translators, do not translate the substitution variables (${new-version},
#. ${running-version}) and the command 'rmmod nvidia'.
#: ../nvidia-support.templates:3001
msgid "Mismatching nvidia kernel module loaded"
msgstr "Kärnmodulen nvidia lästes in från fel version"

#. Type: note
#. Description
#. Translators, do not translate the substitution variables (${new-version},
#. ${running-version}) and the command 'rmmod nvidia'.
#: ../nvidia-support.templates:3001
msgid "The nvidia driver that is being installed (version ${new-version}) does not match the nvidia kernel module currently loaded (version ${running-version})."
msgstr "nvidiadrivrutinen som installeras (version ${new-version}) stämmer inte överrens med den nvidiakärnmodul som är inläst just nu (version ${running-version})."

#. Type: note
#. Description
#. Translators, do not translate the substitution variables (${new-version},
#. ${running-version}) and the command 'rmmod nvidia'.
#: ../nvidia-support.templates:3001
msgid "The X

Bug#489771: Enabling hardening build flags

2011-08-02 Thread Russ Allbery
Raphael Hertzog  writes:

> I also wonder whether we should keep -Werror=format-security given that
> no archive rebuild has been made with this option so we don't really
> know how many packages will be affected by this.

I suspect "lots" based on personal experience, but also nearly every time
I've seen this warning it's been at least a potential security
vulnerability.  (Sometimes it's not very likely since it happened in
configuration parsing code, but still.)  So making those packages fail to
compile is probably not a bad thing.

-- 
Russ Allbery (r...@debian.org)   



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



Bug#636418: e2fslibs: New version breaks dump (source and binary)

2011-08-02 Thread Mark Wooding
Package: e2fslibs
Version: 1.42~WIP-2011-07-02-1
Severity: important


With this version of e2fslibs, dump 0.4b44-1 is a total loss: it fails
with SIGFPE during pass IV.

An example run:

[ponder ~]r dump -0v -f/dev/null /dev/vg-ponder/db
  DUMP: Date of this level 0 dump: Tue Aug  2 23:51:11 2011
  DUMP: Dumping /dev/dm-9 (/mnt/db) to /dev/null
  DUMP: Excluding inode 8 (journal inode) from dump
  DUMP: Excluding inode 7 (resize inode) from dump
  DUMP: Label: db
  DUMP: Writing 10 Kilobyte records
  DUMP: mapping (Pass I) [regular files]
  DUMP: mapping (Pass II) [directories]
  DUMP: estimated 15965656 blocks.
  DUMP: Volume 1 started with block 1 at: Tue Aug  2 23:51:38 2011
  DUMP: dumping (Pass III) [directories]
  DUMP: dumping directory inode 2
  DUMP: dumping directory inode 11
  DUMP: dumping directory inode 3760129
  DUMP: dumping directory inode 3760134
  DUMP: dumping directory inode 3760208
  DUMP: dumping directory inode 6766593
  DUMP: dumping directory inode 6766594
  DUMP: dumping directory inode 6766595
  DUMP: dumping directory inode 6766597
  DUMP: dumping directory inode 6766599
  DUMP: dumping directory inode 6766600
  DUMP: dumping directory inode 6766601
  DUMP: dumping directory inode 6766814
  DUMP: dumping directory inode 6767026
  DUMP: dumping directory inode 6767238
  DUMP: dumping directory inode 6767239
  DUMP: dumping directory inode 6767242
  DUMP: dumping directory inode 6767284
  DUMP: dumping directory inode 6767285
  DUMP: dumping directory inode 6767286
  DUMP: dumping directory inode 6767288
  DUMP: dumping directory inode 6767290
  DUMP: dumping directory inode 6767292
  DUMP: dumping directory inode 6767295
  DUMP: dumping (Pass IV) [regular files]
  DUMP: dumping regular inode 3760130
  DUMP: Rewriting attempted as response to unknown signal: 8.
  DUMP: Closing /dev/null
  DUMP: Volume 1 completed at: Tue Aug  2 23:51:38 2011
  DUMP: Volume 1 2121 blocks (2.07MB)
  DUMP: Change Volumes: Mount volume #2
  DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") no
  DUMP: Do you want to abort?: ("yes" or "no") yes
  DUMP: The ENTIRE dump is aborted.

(This wasn't the filesystem, or even the machine, on which I originally
noticed the problem: in fact, it's a 32-bit installation, though it
behaves in the same way, and it's the first filesystem I tried.  I'd
already downgraded ibanez when I started writing this report.)

Initially suspecting a problem with dump, I attempted to build it from
source, but that failed because the e2fslibs headers have changed
incompatibly:

make[1]: Entering directory `/home/mdw/src/dump-0.4b44/dump'
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL  -g -O2 -O2 -g -Wall -O2 -g -Wall -pipe  
-I.. -I../compat/include -I/usr/include/e_DUMPDATES=\"/var/lib/dumpdates\" 
-D_DUMP_VERSION=\"0.4b44\" traverse.c -o traverse.o
traverse.c: In function ‘dumponeblock’:
traverse.c:785:4: warning: pointer targets in passing argument 1 of ‘blksout’ 
differ in signedness [-Wpointer-sign]
dump.h:159:6: note: expected ‘blk_t *’ but argument is of type ‘int *’ 
traverse.c:791:3: warning: pointer targets in passing argument 1 of ‘blksout’ 
differ in signedness [-Wpointer-sign]
dump.h:159:6: note: expected ‘blk_t *’ but argument is of type ‘int *’ 
traverse.c: In function ‘dump_xattr’:
traverse.c:857:3: warning: implicit declaration of function 
‘EXT2_FRAGS_PER_BLOCK’ [-Wimplicit-function-declaration]
traverse.c: In function ‘dumpino’:
traverse.c:999:49: error: ‘struct struct_ext2_filsys’ has no member named 
‘fragsize’
traverse.c:1000:58: error: ‘struct struct_ext2_filsys’ has no member named 
‘fragsize’
traverse.c:1001:24: error: ‘struct struct_ext2_filsys’ has no member named 
‘fragsize’
traverse.c:1001:24: error: ‘struct struct_ext2_filsys’ has no member named 
‘fragsize’
traverse.c:1004:5: warning: pointer targets in passing argument 1 of ‘blksout’ 
differ in signedness [-Wpointer-sign]
dump.h:159:6: note: expected ‘blk_t *’ but argument is of type ‘int *’
traverse.c:1010:3: warning: pointer targets in passing argument 1 of ‘blksout’ 
differ in signedness [-Wpointer-sign]
dump.h:159:6: note: expected ‘blk_t *’ but argument is of type ‘int *’
traverse.c:872:9: warning: unused variable ‘size’ [-Wunused-variable]
traverse.c:871:16: warning: unused variable ‘cnt’ [-Wunused-variable]
traverse.c: In function ‘blksout’:
traverse.c:1276:9: error: ‘struct struct_ext2_filsys’ has no member named 
‘fragsize’
make[1]: *** [traverse.o] Error 1
make[1]: Leaving directory `/home/mdw/src/dump-0.4b44/dump'
make: *** [all] Error 1

I downgraded e2fslibs-dev (and hence e2fslibs too), and built dump OK.
The resulting dump binary then ran fine, as did the (unchanged)
installed dump binary.

Severity `important' because this `has a major effect on the usability
of a package [in this case dump], without rendering it completely
unusable to everyone [I suspect, without testing, that restore still
works].'

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing

Bug#636417: linux-image-3.0.0-1-loongson-2f: loongson-2f linux kernel in stock compiled with ipv6 as module, which conflicts with procps

2011-08-02 Thread Javier Vasquez
Package: linux-2.6
Version: 3.0.0-1
Severity: normal
Tags: ipv6

*** Please type your report below this line ***
The loongson-2f stock kernel on debian comes with ipv6 compiled as a
module.  However that's not expected by procps.  See:

/usr/share/doc/procps/README.Debian
...
ipv6 sysctl keys

Modern Debian kernel packages have the IPv6 module compiled in by default.
This means that the /proc/sys/net/ipv6 directory exists when the procps
startup script runs.

However if you make your own kernel then you may make ipv6 a module and
get a race condition between the netbase and procps startup scripts. This
is because netbase, by default, causes ipv6 module to be loaded but
they don't (and cannot) depend on each-other.

The solution is to either:
 - Not put ipv6 keys into /etc/sysctl.d/* or /etc/sysctl.conf
 - Compile the ipv6 module into the kernel
 - Load the module early by putting ipv6 into /etc/modules
 - Make a init script dependency by adding netbase to the Required-Start
 line in /etc/init.d/procps
...

Tha clearly states the debian stock kernels should have no problem
given that they come with ipv6 built inside.  However loongson-2f
stock kernels don't comply with this.

This causes failures like:

error: "net.ipv6.bindv6only" is an unknown key

Work around is really simple, just to add ipv6 into /etc/modules,
however that shouldn't be the case for stock kernels according to
procps documentation, and also a bug filed for that purpose last year
(closed already):

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

Any ways, just the loongson-2f kernel not being compliant with procps
suppositions, :-)

Thanks,

Javier.


-- Package-specific info:
** Version:
Linux version 3.0.0-1-loongson-2f (Debian 3.0.0-1)
(b...@decadent.org.uk) (gcc version 4.5.3 (Debian 4.5.3-3) ) #1 Mon Jul
25 21:17:28 UTC 2011

** Command line:
console=tty machtype=lemote-fuloong-2f-box root=/dev/sda6
video=sisfb:1280x1024-24@60 resume=/dev/sda5 PMON_VER=LM6004-1.3.6
EC_VER=undefined machtype=lemote-fuloong-2f-box

** Not tainted

** Kernel log:
[2.088000] PM: Hibernation image partition 8:5 present
[2.088000] PM: Looking for hibernation image.
[2.092000] PM: Image not found (code -22)
[2.092000] PM: Hibernation image not present or could not be loaded.
[2.092000] registered taskstats version 1
[2.092000] 
/build/buildd-linux-2.6_3.0.0-1-mipsel-TFQf1R/linux-2.6-3.0.0/debian/build/source_mipsel_none/drivers/rtc/hctosys.c:
unable to open rtc device (rtc0)
[2.096000] Initializing network drop monitor service
[2.12] EXT3-fs: barriers not enabled
[2.128000] kjournald starting.  Commit interval 5 seconds
[2.128000] EXT3-fs (sda6): mounted filesystem with ordered data mode
[2.128000] VFS: Mounted root (ext3 filesystem) readonly on device 8:6.
[2.132000] Freeing unused kernel memory: 240k freed
[4.312000] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[4.312000] r8169 :00:06.0: (unregistered net_device): no PCI
Express capability
[4.312000] r8169 :00:06.0: eth0: RTL8169sc/8110sc at
0x900050072000, 00:23:9e:00:0f:62, XID 1800 IRQ 36
[4.48] cpufreq: Loongson-2F CPU frequency driver.
[4.54] usbcore: registered new interface driver usbfs
[4.556000] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[4.604000] usbcore: registered new interface driver hub
[4.612000] rtc0: alarms up to one day, 114 bytes nvram
[4.644000] usbcore: registered new device driver usb
[4.688000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[4.744000] PCI: Setting latency timer of device :00:0e.5 to 64
[4.744000] ehci_hcd :00:0e.5: EHCI Host Controller
[4.776000] ehci_hcd :00:0e.5: new USB bus registered, assigned
bus number 1
[4.828000] ehci_hcd :00:0e.5: irq 11, io mem 0x50071000
[4.848000] ehci_hcd :00:0e.5: USB 0.0 started, EHCI 1.00
[4.888000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[4.892000] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[4.896000] usb usb1: Product: EHCI Host Controller
[4.90] usb usb1: Manufacturer: Linux 3.0.0-1-loongson-2f ehci_hcd
[4.904000] usb usb1: SerialNumber: :00:0e.5
[4.924000] hub 1-0:1.0: USB hub found
[4.944000] hub 1-0:1.0: 4 ports detected
[4.996000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[5.004000] PCI: Enabling device :00:0e.4 ( -> 0002)
[5.036000] PCI: Setting latency timer of device :00:0e.4 to 64
[5.036000] ohci_hcd :00:0e.4: OHCI Host Controller
[5.044000] ohci_hcd :00:0e.4: new USB bus registered, assigned
bus number 2
[5.064000] ohci_hcd :00:0e.4: irq 11, io mem 0x5007
[5.156000] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[5.16] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[5.164000] usb usb2: Product: OHCI Host Controller
[

Bug#636416: rsync: truncates time fraction for local mirroring on ext4 filesystem

2011-08-02 Thread Jeffrey Sheinberg
Package: rsync
Version: 3.0.7-2
Severity: normal

Hi,

I make local partition backups using rsync, and rsync is the best!

I also run a filesystem meta-data script to validate the backup
partition against its original source.

Since I started using ext4 instead of ext3, the meta-data validation
step now fails because rsync truncates the time fraction to zero on the
destination filesystem.

Here is a simple typescript that illustrates the problem,

$ find srcd -printf '%y %04m %3n %6U %6G %10s %T@ %p\n'
d 0755   2   1001   1001   4096 1312323863.5645407420 srcd
f 0644   1   1001   1001 15 1312307519.8524697750 srcd/s-file

$ rsync -rlptgoDH -x --delete-before srcd/ ddir

$ find srcd -printf '%y %04m %3n %6U %6G %10s %T@ %p\n'
d 0755   2   1001   1001   4096 1312323863.5645407420 srcd
f 0644   1   1001   1001 15 1312307519.8524697750 srcd/s-file

$ find ddir -printf '%y %04m %3n %6U %6G %10s %T@ %p\n'
d 0755   2   1001   1001   4096 1312323863.00 ddir
f 0644   1   1001   1001 15 1312307519.00 ddir/s-file

$ diff -r srcd/ ddir/ ; echo $?
0

As one can see, the contents of srcd/ and ddir/ are identical, however, the
timestamps for all files in ddir/ have had their fractional part set to zero.

Thanks,
Jeffrey Sheinberg


-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.38-bpo.2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages rsync depends on:
ii  base-files  6.0squeeze2  Debian base system miscellaneous f
ii  libacl1 2.2.49-4 Access control list shared library
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libpopt01.16-1   lib for parsing cmdline parameters
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip

rsync recommends no packages.

Versions of packages rsync suggests:
ii  openssh-client1:5.5p1-6+squeeze1 secure shell (SSH) client, for sec
ii  openssh-server1:5.5p1-6+squeeze1 secure shell (SSH) server, for sec

-- no debconf information



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



Bug#636415: O: pcx -- primal-dual interior-point code for linear programming

2011-08-02 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of pcx, James R. Van Zandt ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: pcx
Binary: pcx
Version: 1.1.18-2
Maintainer: James R. Van Zandt 
Build-Depends: debhelper (>= 4.0), csh | c-shell, gfortran
Architecture: any
Standards-Version: 3.8.0
Format: 1.0
Files:
 86242364ebdf4033daa4e990261d670e 1095 pcx_1.1.18-2.dsc
 ea6723ee9f10a88b01a66375a14c7738 449878 pcx_1.1.18.orig.tar.gz
 eff514ec5c476a6a9e6bdf2c14bef397 14276 pcx_1.1.18-2.diff.gz
Checksums-Sha1:
 891e73a1e824341914e042fc2a1684f40e521aac 1095 pcx_1.1.18-2.dsc
 b4fc73c4703cb327589cc3415179e4192cf7284e 449878 pcx_1.1.18.orig.tar.gz
 acba4b85236aeb99906fa3b4fbd2dc2edc9a089a 14276 pcx_1.1.18-2.diff.gz
Checksums-Sha256:
 eb43857ec2f06bbc0f902f30cb88c9bafa6c65bd82fce3a06dee90cdaca86bb8 1095 
pcx_1.1.18-2.dsc
 a46607d65282ddc0e7874ee8d661582f32a1f1bc85d57ce634e72937ec151856 449878 
pcx_1.1.18.orig.tar.gz
 759b7fe1047107859f25f1f6dbd73cecf3fd084de41420e3ae57c00e4e04a45f 14276 
pcx_1.1.18-2.diff.gz
Homepage: http://www.mcs.anl.gov/otc/Tools/PCx/
Directory: pool/non-free/p/pcx
Priority: source
Section: non-free/math

Package: pcx
Source: pcx (1.1.18-2)
Version: 1.1.18-2+b1
Installed-Size: 816
Maintainer: James R. Van Zandt 
Architecture: amd64
Depends: libc6 (>= 2.3), libgcc1 (>= 1:4.1.1), libgfortran3 (>= 4.3)
Description: primal-dual interior-point code for linear programming
 PCx is a freely available primal-dual interior-point code for linear
 programming. It implements Mehrotra's predictor-corrector algorithm,
 the algorithm that forms the basis of most existing interior-point
 codes for general linear programming. The major computational
 operation--solution of a linear system with a large, sparse positive
 definite coefficient matrix--is performed with the sparse Cholesky
 package of Ng and Peyton (Oak Ridge National Laboratory), with minor
 modifications to handle small pivot elements.  PCx does not solve
 integer programming problems.
Homepage: http://www.mcs.anl.gov/otc/Tools/PCx/
Section: non-free/math
Priority: optional
Filename: pool/non-free/p/pcx/pcx_1.1.18-2+b1_amd64.deb
Size: 361074
MD5sum: 780838a2a6f0ab488be8477035b4011d
SHA1: 89e773a7680879ed3c340e6dc69878e3ae5662ce
SHA256: d62e4c70c9ca94c0d7c334a30ce193704ab8350acd5966feac73158a54b8202e




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



Bug#636397: deja-dup: Please transition to libnotify 0.7

2011-08-02 Thread Laurent Bigonville
Hi,

Well actually the version in experimental is supporting libnotify 0.7.

Could you please upload it in unstable.

Thanks

Laurent Bigonville



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



Bug#636414: O: pspp -- Statistical analysis tool

2011-08-02 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of pspp, James R. Van Zandt ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: pspp
Binary: pspp
Version: 0.6.2-3
Maintainer: James R. Van Zandt 
Build-Depends: debhelper (>= 7), gettext, libncurses5-dev, texlive, texi2html, 
libplot-dev, libgsl0-dev, texinfo, libglade2-dev, libreadline-dev, imagemagick
Architecture: any
Standards-Version: 3.8.3
Format: 1.0
Files:
 d6290b722ec5487e11fe6fd7443f8fb3 1212 pspp_0.6.2-3.dsc
 03080eb9e3ffeb03f18bc925fcd83fcb 3375748 pspp_0.6.2.orig.tar.gz
 f491badd25f1b19c32a6fff6c1ccaf07 11898 pspp_0.6.2-3.diff.gz
Checksums-Sha1:
 6f6eaf230d870556c836bdaa6a47511ef36e5d6f 1212 pspp_0.6.2-3.dsc
 c45f721a7ee82aede2106b77eade5e568c0930da 3375748 pspp_0.6.2.orig.tar.gz
 c143c49bd39b82260c86fbba8055653b68546702 11898 pspp_0.6.2-3.diff.gz
Checksums-Sha256:
 43930dd72dcfc74d7d9d97fe2a89e95b02f30b024888f0123bbe5c7529bfe1c1 1212 
pspp_0.6.2-3.dsc
 ec9639a3dcd3663b8007e600ab1a56291214334a9bba2e8d8c5a314509826385 3375748 
pspp_0.6.2.orig.tar.gz
 d12fe50efb546a67f492050b8548208c31feea33d512f0dffc516f9bcb93141f 11898 
pspp_0.6.2-3.diff.gz
Homepage: http://savannah.gnu.org/projects/pspp
Directory: pool/main/p/pspp
Priority: source
Section: math

Package: pspp
Version: 0.6.2-3
Installed-Size: 6644
Maintainer: James R. Van Zandt 
Architecture: amd64
Depends: libatk1.0-0 (>= 1.20.0), libc6 (>= 2.3), libcairo2 (>= 1.2.4), 
libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglade2-0 (>= 1:2.6.1), 
libglib2.0-0 (>= 2.16.0), libgsl0ldbl (>= 1.9), libgtk2.0-0 (>= 2.18.0), 
libice6 (>= 1:1.0.0), libncurses5 (>= 5.6+20071006-3), libpango1.0-0 (>= 
1.14.0), libplot2c2, libpng12-0 (>= 1.2.13-4), libreadline6 (>= 6.0), libsm6, 
libx11-6, libxaw7, libxext6, libxml2 (>= 2.7.4), libxmu6, libxt6, zlib1g (>= 
1:1.1.4), dpkg (>= 1.15.4) | install-info
Description: Statistical analysis tool
 PSPP is a program for statistical analysis of sampled data. It
 interprets commands in the SPSS language and produces tabular output
 in ASCII, PostScript, or HTML format.
 .
 PSPP development is ongoing. It already supports a large subset of
 SPSS's transformation language.  Its statistical procedure support is
 currently limited, but growing.
Homepage: http://savannah.gnu.org/projects/pspp
Tag: field::mathematics, field::statistics, interface::commandline, 
role::program, scope::utility, uitoolkit::ncurses
Section: math
Priority: optional
Filename: pool/main/p/pspp/pspp_0.6.2-3_amd64.deb
Size: 2439712
MD5sum: d06b3bc1d5f3b8ab10ac35ba5ef0cd25
SHA1: 57b3859f0dcb72306280f7409d6d21dbad9c1eb1
SHA256: 994b92ecc71c507684553a8db33ce39656ca875bbf681986438d81925c05d974




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



Bug#636413: O: minpack -- nonlinear equations and nonlinear least squares shared library

2011-08-02 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of minpack, James R. Van Zandt ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: minpack
Binary: minpack-dev, libminpack1
Version: 19961126-16
Maintainer: James R. Van Zandt 
Build-Depends: debhelper (>> 5.0.0), gfortran, libtool
Architecture: any
Standards-Version: 3.8.1
Format: 1.0
Files:
 74b2db3b44940ee0b30767edcbcecd14 1126 minpack_19961126-16.dsc
 49ec7d620af2c2a0fb94d81d26b4633e 136210 minpack_19961126.orig.tar.gz
 14fc6973712310398aa4ba7dd8d95bfe 336685 minpack_19961126-16.diff.gz
Checksums-Sha1:
 4f1701d0aa1b9122bc3b0b195313c5dc322da4f2 1126 minpack_19961126-16.dsc
 6c22c92e5cc1cd2a04f702b53ace1436beea00b7 136210 minpack_19961126.orig.tar.gz
 8e42ba417b479771ad443a81ca6649f9924fa95b 336685 minpack_19961126-16.diff.gz
Checksums-Sha256:
 ba201a59f17e4f1f6b48dc879528ea1cd91f86d984a82d48fbd6d478ab2a9dc5 1126 
minpack_19961126-16.dsc
 afd0e514d256f053aca8b48071412a39c36ff74b76ec0d48ab3e9d9be9c48a11 136210 
minpack_19961126.orig.tar.gz
 5647d2a0f3d494b56c6fb249dd159d583c864a6a4bef9ab90d1717534fdd880a 336685 
minpack_19961126-16.diff.gz
Directory: pool/main/m/minpack
Priority: source
Section: devel

Package: libminpack1
Source: minpack
Version: 19961126-16
Installed-Size: 92
Maintainer: James R. Van Zandt 
Architecture: amd64
Replaces: minpack1
Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgfortran3 (>= 4.3)
Conflicts: minpack1
Description: nonlinear equations and nonlinear least squares shared library
 Minpack includes software for solving nonlinear equations and
 nonlinear least squares problems.  Five algorithmic paths each include
 a core subroutine and an easy-to-use driver.  The algorithms proceed
 either from an analytic specification of the Jacobian matrix or
 directly from the problem functions.  The paths include facilities for
 systems of equations with a banded Jacobian matrix, for least squares
 problems with a large amount of data, and for checking the consistency
 of the Jacobian matrix with the functions.
 .
 This package provides the shared library.
Tag: implemented-in::fortran
Section: devel
Priority: optional
Filename: pool/main/m/minpack/libminpack1_19961126-16_amd64.deb
Size: 24934
MD5sum: 978da0536c31b96c001ef9585e948614
SHA1: 1b59599af3e0c2824322036281a0d4e02f35aa16
SHA256: 909648e229545312360371c5cec403d6d2d63594a31fa9e2567e9241ac7ed856

Package: minpack-dev
Source: minpack
Version: 19961126-16
Installed-Size: 256
Maintainer: James R. Van Zandt 
Architecture: amd64
Depends: libminpack1 (= 19961126-16), libc6-dev
Description: nonlinear equations and nonlinear least squares static library
 Minpack includes software for solving nonlinear equations and
 nonlinear least squares problems.  Five algorithmic paths each include
 a core subroutine and an easy-to-use driver.  The algorithms proceed
 either from an analytic specification of the Jacobian matrix or
 directly from the problem functions.  The paths include facilities for
 systems of equations with a banded Jacobian matrix, for least squares
 problems with a large amount of data, and for checking the consistency
 of the Jacobian matrix with the functions.
 .
 This package provides the headers, man pages, examples, and static library.
Tag: devel::{doc,examples,library}, field::mathematics, 
implemented-in::fortran, role::{devel-lib,documentation,shared-lib}
Section: devel
Priority: optional
Filename: pool/main/m/minpack/minpack-dev_19961126-16_amd64.deb
Size: 72150
MD5sum: 8d756cb2a5b7a6750fd305864ee7d2a3
SHA1: 0d256398607149d8e972288fa99ee6f2d14a8f1f
SHA256: e264e842cc2b8182e8cd9aef8496f58daf0a08db44faebbd6b052a81675b0018




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



Bug#636412: O: multimix -- automatic classification or clustering

2011-08-02 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of multimix, James R. Van Zandt ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: multimix
Binary: multimix
Version: 19981218-12
Maintainer: James R. Van Zandt 
Build-Depends: flip, gfortran, debhelper (>= 4), gs-common
Architecture: any
Standards-Version: 3.8.0
Format: 1.0
Files:
 0705e17d876706a4fe439272d8efe251 1161 multimix_19981218-12.dsc
 4431481c98b1f8163cf24b53a4087e12 372885 multimix_19981218.orig.tar.gz
 8ecd0dee8faf04d7c534a3852390bf33 29038 multimix_19981218-12.diff.gz
Checksums-Sha1:
 8a6b1c0b7c827a5fbec3fd7134e2028bbc81da84 1161 multimix_19981218-12.dsc
 59bf0d7971c4501e14036d496831176523902ceb 372885 multimix_19981218.orig.tar.gz
 a20032a407e0f28bbab4cc596bfb5247038d35d8 29038 multimix_19981218-12.diff.gz
Checksums-Sha256:
 191c04400ebe96a3c9957d4484f8eb69a8af2852db8453b7b0f2d5dd31995295 1161 
multimix_19981218-12.dsc
 dd98171ec5008ba5c7423d9ded2af575fd18847589d25d3f63d8e7074a80ea5f 372885 
multimix_19981218.orig.tar.gz
 e4c10bb59822736c40d3fb1c453113407d92af06d4d71b04eac8060e0224ee5e 29038 
multimix_19981218-12.diff.gz
Homepage: http://www.stats.waikato.ac.nz/Staff/maj.html
Directory: pool/main/m/multimix
Priority: source
Section: math

Package: multimix
Version: 19981218-12
Installed-Size: 888
Maintainer: James R. Van Zandt 
Architecture: amd64
Depends: libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1), libgfortran3 (>= 4.3)
Description: automatic classification or clustering
 multimix fits a mixture of multivariate distributions to a set of
 observations by maximum likelihood using the EM algorithm.  The
 emphasis is less on parameter estimation than on the use of the
 estimated component distributions to cluster the data.  The program
 is designed to cluster multivariate data with categorical and
 continuous variables.
Homepage: http://www.stats.waikato.ac.nz/Staff/maj.html
Tag: field::mathematics
Section: math
Priority: extra
Filename: pool/main/m/multimix/multimix_19981218-12_amd64.deb
Size: 419090
MD5sum: 088674a889f7c15d1511ca6b27ff0fb0
SHA1: b00610cb5405edafdc522bc2bb1b17705c0cb7d9
SHA256: ce4548fa34cf2183719515dc5563a5058cc3e3591ed1d2e55d9ec4272395cb2f




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



Bug#636411: O: gpstrans -- communicate with a Garmin Global Positioning System receiver

2011-08-02 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of gpstrans, James R. Van Zandt ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: gpstrans
Binary: gpstrans
Version: 0.41-3
Maintainer: James R. Van Zandt 
Build-Depends: debhelper (>> 5.0)
Architecture: any
Standards-Version: 3.8.4
Format: 1.0
Files:
 e1abc05dc096fea9177722be73ffeb1a 1059 gpstrans_0.41-3.dsc
 ae74a86385ef8fa4726931a7bf59786b 110591 gpstrans_0.41.orig.tar.gz
 06e21712b60710471007f99359c06c9f 6362 gpstrans_0.41-3.diff.gz
Checksums-Sha1:
 2b89a8ae6aba05b5019c1132ea158a4656a4b9d4 1059 gpstrans_0.41-3.dsc
 6976df68c9e2ab1c1f32d2031e3aa92a2a25fa20 110591 gpstrans_0.41.orig.tar.gz
 8a11d9539e3a1265290b812cd8d77123befde92f 6362 gpstrans_0.41-3.diff.gz
Checksums-Sha256:
 768b94bb713911f519415cdd25b615ad0ef18dfcd13f269b304c2fa30f73b4a3 1059 
gpstrans_0.41-3.dsc
 fb1107538dc4ffb1a13c3ae5443830be8d7d4ac7bc75d586c1debdba386936fa 110591 
gpstrans_0.41.orig.tar.gz
 f6a54a7894cbe724b3e3e709c1cee9db9c334315402ba81f27f5e1032d65f228 6362 
gpstrans_0.41-3.diff.gz
Directory: pool/main/g/gpstrans
Priority: source
Section: misc

Package: gpstrans
Version: 0.41-3
Installed-Size: 112
Maintainer: James R. Van Zandt 
Architecture: amd64
Depends: libc6 (>= 2.7)
Suggests: setserial
Description: communicate with a Garmin Global Positioning System receiver
 GPStrans allows a user with a Garmin GPS receiver to upload and
 download waypoints, routes, almanac (satellite orbit elements), and
 track routes.
Tag: field::geography, interface::commandline, network::client, role::program, 
use::downloading, works-with::image, works-with::image:vector
Section: misc
Priority: extra
Filename: pool/main/g/gpstrans/gpstrans_0.41-3_amd64.deb
Size: 55570
MD5sum: b72f1955a8b47441e1c1b94c9e8a7869
SHA1: 36924ad8e086fd3f0a6690d829c18cf9f54afe57
SHA256: 8e162a3090f22d58cd0d4eaa5f80ab51a2b7537600fb6e302edbb96453370b6d




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



Bug#636410: O: flip -- convert text file line endings between Unix and DOS formats

2011-08-02 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of flip, James R. Van Zandt ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: flip
Binary: flip
Version: 1.20-1
Maintainer: James R. Van Zandt 
Build-Depends: debhelper (>= 4.0.0)
Architecture: any
Standards-Version: 3.8.0
Format: 1.0
Files:
 47d16b74c5e220013cae85373c33b750 1012 flip_1.20-1.dsc
 beaf2ec0c986fec9862539da72fbbc62 17941 flip_1.20.orig.tar.gz
 8ab3f676497c44fbe0656ca24e1d2e45 3291 flip_1.20-1.diff.gz
Checksums-Sha1:
 2e33a9d8aeda55c9f7ca617d83c642ca06f02fad 1012 flip_1.20-1.dsc
 c89bea7833180122c1385d1c1aee2baf096ff8a8 17941 flip_1.20.orig.tar.gz
 b02fc8a2900f28b7fcbf25c260af8bb94621447b 3291 flip_1.20-1.diff.gz
Checksums-Sha256:
 5b2140645e47a0fba8ebe7182342d43a1f3d75704a25b84a9c45bf1aea28301b 1012 
flip_1.20-1.dsc
 4cd45e581c71d7bcf1ab824a47fb9263fe5371ce702879a7d2efa08d27253471 17941 
flip_1.20.orig.tar.gz
 999772bc06c6adaa3c6f434ba16a96b3afe28e42b1a3cdd1c3c913c37de8088c 3291 
flip_1.20-1.diff.gz
Directory: pool/main/f/flip
Priority: source
Section: text

Package: flip
Version: 1.20-1
Installed-Size: 76
Maintainer: James R. Van Zandt 
Architecture: amd64
Depends: libc6 (>= 2.7-1)
Description: convert text file line endings between Unix and DOS formats
 This program converts line endings of text files between MS-DOS and
 **IX formats.  It detects binary files in a nearly foolproof way and
 leaves them alone unless you override this.  It will also leave files
 alone that are already in the right format and preserves file
 timestamps.  User interrupts are handled gracefully and no garbage or
 corrupted files left behind.  'flip' does not convert files to a
 different character set, and it can not handle Apple Macintosh
 line endings (CR only). For that (and more), you can use the 'recode'
 program (package 'recode').
Tag: interface::commandline, role::program, scope::utility, use::converting, 
works-with::text
Section: text
Priority: extra
Filename: pool/main/f/flip/flip_1.20-1_amd64.deb
Size: 12536
MD5sum: b694b766a8ac42e9c7a72f2a9ec51453
SHA1: 41d8b391454b1e1b88144579387edddf22467e7d
SHA256: 466d5932820053b48fc4ba5dc19251bcb16ec71935712502a3610a1ff05f3756




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



Bug#636409: O: emacspeak-ss -- Emacspeak speech servers for several synthesizers

2011-08-02 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of emacspeak-ss, James R. Van Zandt ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: emacspeak-ss
Binary: emacspeak-ss
Version: 1.12.1-1
Maintainer: James R. Van Zandt 
Build-Depends: debhelper (>> 7), po-debconf
Architecture: any
Standards-Version: 3.8.4
Format: 1.0
Files:
 e53a052ba2301cd1096fae7362392e44 1118 emacspeak-ss_1.12.1-1.dsc
 28362877035515dc0eb8dadacd4104a5 51759 emacspeak-ss_1.12.1.orig.tar.gz
 abb30d98c4d1d84e42c0a18a3ba243cf 325209 emacspeak-ss_1.12.1-1.diff.gz
Checksums-Sha1:
 4ed93b4fa51c4a94aa47d89e3d6c8742a3192113 1118 emacspeak-ss_1.12.1-1.dsc
 0c1fbf810e011105f69df7e84fc12acf24a3645a 51759 emacspeak-ss_1.12.1.orig.tar.gz
 112b24ab38b8a63369a4530286e5afd6d4534e2a 325209 emacspeak-ss_1.12.1-1.diff.gz
Checksums-Sha256:
 32073b91ed87aa7ea0c65294f12693d1f3eb8228e683d133883fb54c224c088e 1118 
emacspeak-ss_1.12.1-1.dsc
 0c57f64065da0180e6371975bb7661d1bbad97b1f20d259d345439c42ab99981 51759 
emacspeak-ss_1.12.1.orig.tar.gz
 e11cee387191205db0df2fa105facff7837191413c72e639772bf5403b519e8f 325209 
emacspeak-ss_1.12.1-1.diff.gz
Directory: pool/main/e/emacspeak-ss
Priority: source
Section: editors

Package: emacspeak-ss
Version: 1.12.1-1
Installed-Size: 332
Maintainer: James R. Van Zandt 
Architecture: amd64
Replaces: emacspeak-bs-tcl, emacspeak-dt, emacspeak-dt-tcl
Depends: libc6 (>= 2.2.5), emacspeak (>= 28.0), tcl8.4, tclx8.4, adduser, 
debconf (>= 0.5) | debconf-2.0
Description: Emacspeak speech servers for several synthesizers
 emacspeak-ss is an interface between Emacspeak and any of several
 speech synthesizers: DoubleTalk PC version 5.20 or later (internal),
 DoubleTalk LT version 4.20 or later (serial port version), LiteTalk
 version 4.20 or later, Braille 'n Speak, Type 'n Speak, Braille Lite,
 Apollo 2 from Dolphin, or Accent SA.  If you have a DoubleTalk PC,
 you also need the dtlk device driver - either the module or compiled
 into your kernel.
Tag: accessibility::screen-reader, accessibility::speech, role::app-data, 
suite::emacs, use::editing, works-with::audio
Section: editors
Priority: extra
Filename: pool/main/e/emacspeak-ss/emacspeak-ss_1.12.1-1_amd64.deb
Size: 53250
MD5sum: a07fe40c3acca7ce7282cb551e41d319
SHA1: f59dc02de8c9e8b1c18e9b20564c75011bdbaa4b
SHA256: 7e083ba55c062976aa781401debe39792c98eb7026702b82c7316909d761e595




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



Bug#636408: O: emacspeak -- speech output interface to Emacs

2011-08-02 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of emacspeak, James R. Van Zandt ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: emacspeak
Binary: emacspeak
Version: 29.0-6
Maintainer: James R. Van Zandt 
Build-Depends: debhelper (>= 7), po-debconf
Build-Depends-Indep: texi2html, lynx, texinfo, ghostscript
Architecture: all
Standards-Version: 3.8.4
Format: 1.0
Files:
 1dad0feca1e8de9ec2c1ec2934cf837f 1179 emacspeak_29.0-6.dsc
 3e97b2cfbac917ce6f7c99727b9b0264 2015467 emacspeak_29.0.orig.tar.gz
 f7a4cefef67f0d16f570715965f573ba 463089 emacspeak_29.0-6.diff.gz
Checksums-Sha1:
 bc6527b0a9a06fd0b3cec773a18295b2f27e63df 1179 emacspeak_29.0-6.dsc
 4cd448ae8f545ca8a631d94f727881ecb13fc3a5 2015467 emacspeak_29.0.orig.tar.gz
 cf914f8b4e5653bf5cbae81162a516ecbf580217 463089 emacspeak_29.0-6.diff.gz
Checksums-Sha256:
 963c01211f999bb324e8ff900ef3fbcb7c1df3af88371d28899d39ea1807f39e 1179 
emacspeak_29.0-6.dsc
 03af6fc33e016c479c0f8878880cbc8032d7d0e3d779922712b8a2cfc3f381d3 2015467 
emacspeak_29.0.orig.tar.gz
 362db3626f18be3f63217d8bc5b472f9d81fe908027d934fffaad5353dfc39d3 463089 
emacspeak_29.0-6.diff.gz
Homepage: http://emacspeak.sf.net
Directory: pool/main/e/emacspeak
Priority: source
Section: editors

Package: emacspeak
Version: 29.0-6
Installed-Size: 11644
Maintainer: James R. Van Zandt 
Architecture: all
Depends: tclx8.4, tcl8.4, perl, emacsen-common, make, emacs23 | emacs22, 
adduser, debconf, debconf (>= 0.5) | debconf-2.0, dpkg (>= 1.15.4) | 
install-info
Suggests: emacspeak-ss, psgml, xsltproc, eflite, espeak, w3m-el
Conflicts: emacspeak-dt (<= 0.30), emacspeak-ss (<< 1.12-2)
Description: speech output interface to Emacs
 Emacspeak is a speech output system that will allow someone who
 cannot see to work directly on a UNIX system.
 .
 Emacspeak is built on
 top of Emacs.  Once Emacs is started with Emacspeak loaded, users get
 spoken feedback for all actions.  As Emacs can do everything,
 they get speech feedback for everything they do.
 .
 This package includes speech servers
 written in Tcl to support the DECtalk Express and DECtalk MultiVoice
 speech synthesizers.  For other synthesizers, look for separate
 speech server packages such as emacspeak-ss and eflite.
Homepage: http://emacspeak.sf.net
Tag: accessibility::screen-reader, accessibility::speech, 
implemented-in::{lisp,perl,tcl}, interface::commandline, role::plugin, 
suite::emacs, use::editing, works-with::audio
Section: editors
Priority: extra
Filename: pool/main/e/emacspeak/emacspeak_29.0-6_all.deb
Size: 3050402
MD5sum: 852007949762c90b6e618ab4b8cb6b0f
SHA1: c9c15ddc4e39c6d8bea5f3f4b10e46f8a0155edc
SHA256: 7b641eb80bf0870d5e02f61cbff4a4f9a5b073c8f19f2697f24ed29c4e296a77




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



Bug#636407: O: autoproject -- create a skeleton source package for a new program

2011-08-02 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of autoproject, James R. Van Zandt ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: autoproject
Binary: autoproject
Version: 0.20-5
Maintainer: James R. Van Zandt 
Build-Depends: debhelper (>> 5)
Build-Depends-Indep: autoconf, automake1.9 | automaken
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Files:
 0e216582e790e3a1ffc031c8114c6bdd 734 autoproject_0.20-5.dsc
 609369fa76391d58714059313b9c831c 151101 autoproject_0.20.orig.tar.gz
 c56275967bba34ce1864b3d917e08e55 5287 autoproject_0.20-5.diff.gz
Directory: pool/main/a/autoproject
Priority: source
Section: devel

Package: autoproject
Version: 0.20-5
Installed-Size: 580
Maintainer: James R. Van Zandt 
Architecture: all
Depends: automake | automake1.9 | automaken
Description: create a skeleton source package for a new program
 autoproject interviews the user, then creates a source package for a
 new program which follows the GNU programming standards.  The new
 package uses autoconf to configure itself, and automake to create the
 Makefile.  `make distcheck' succeeds.
 .
 The idea is that you execute autoproject just once when you start a
 new project.  It will ask a few questions, then create a new directory
 and populate it with standard files, customized for the new project.
 .
 Optionally, the new package will use a command line parser generator.
 Currently, autoproject supports two parser generators: clig by Harald
 Kirsch  (see http://wsd.iitb.fhg.de/software/), and
 autogen by Bruce Korb  (see
 http://autogen.sourceforge.net/).
Tag: devel::{buildtools,code-generator,docsystem,lang:c,library}, 
implemented-in::c, interface::commandline, 
role::{devel-lib,program,shared-lib}, scope::utility, suite::gnu, 
works-with::software:source, works-with::text
Section: devel
Priority: optional
Filename: pool/main/a/autoproject/autoproject_0.20-5_all.deb
Size: 76270
MD5sum: c823caabbcaa8d42fc77768df97deabb
SHA1: f224b88b9f5b3c251ad3ef0176873da83fb7b8ce
SHA256: a712180692b86792c8bd78ebf80603955a1d7d6fac7c9b35b80dc7c64d61e87e




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



Bug#636406: O: autoclass -- automatic classification or clustering

2011-08-02 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of autoclass, James R. Van Zandt ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: autoclass
Binary: autoclass
Version: 3.3.6-1
Maintainer: James R. Van Zandt 
Build-Depends: debhelper (>= 7), gs-common
Architecture: any
Standards-Version: 3.8.4
Format: 1.0
Files:
 56398bb205433c809cae565913396c81 1141 autoclass_3.3.6-1.dsc
 73dfe3d969d8e27ca1211f859ffc7e48 2234023 autoclass_3.3.6.orig.tar.gz
 57ee01ea7d64eef75abb3bde36c11e6e 60992 autoclass_3.3.6-1.diff.gz
Checksums-Sha1:
 cdbeb870202f10f4cdd91779c58a374dfe971371 1141 autoclass_3.3.6-1.dsc
 cb0302dbae0599a7a2b8ae023f765b79f1eea8b9 2234023 autoclass_3.3.6.orig.tar.gz
 305d4d033973640d577a3d514deb86f6f929b353 60992 autoclass_3.3.6-1.diff.gz
Checksums-Sha256:
 985161d8b2443c57562ce47881e0114ec215910948e67644a6490bcda5b90091 1141 
autoclass_3.3.6-1.dsc
 b54e0a18523551ba8aa8c51c9bb6c2eb9a9fdffe888c8b8dc2652417754259ce 2234023 
autoclass_3.3.6.orig.tar.gz
 26c4cd0d26df29ec18a9f77bafb5468483c8714cd5d1bbafbfdcccb0a80fc85a 60992 
autoclass_3.3.6-1.diff.gz
Homepage: http://ti.arc.nasa.gov/project/autoclass/
Directory: pool/main/a/autoclass
Priority: source
Section: math

Package: autoclass
Version: 3.3.6-1
Installed-Size: 1084
Maintainer: James R. Van Zandt 
Architecture: amd64
Depends: libc6 (>= 2.2.5)
Description: automatic classification or clustering
 AutoClass solves the problem of automatic discovery of classes in data
 (sometimes called clustering, or unsupervised learning), as distinct
 from the generation of class descriptions from labeled examples
 (called supervised learning).  It aims to discover the "natural"
 classes in the data.  AutoClass is applicable to observations of
 things that can be described by a set of attributes, without referring
 to other things.  The data values corresponding to each attribute are
 limited to be either numbers or the elements of a fixed set of
 symbols.  With numeric data, a measurement error must be provided.
Homepage: http://ti.arc.nasa.gov/project/autoclass/
Tag: field::mathematics, interface::commandline, role::program, scope::utility, 
use::organizing
Section: math
Priority: optional
Filename: pool/main/a/autoclass/autoclass_3.3.6-1_amd64.deb
Size: 592088
MD5sum: 129e7147638afe867e866ac2cc210fc5
SHA1: 9ba602a21f5ff31b89e169ce61ba6eb5b9557417
SHA256: 70f1bae10c9b287c079162274967607b271a789d52a6e3a77339cdcfb840281a




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



Bug#636405: O: astronomical-almanac -- astronomical almanac - calculate planet and star positions

2011-08-02 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of astronomical-almanac, James R. Van Zandt 
,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: astronomical-almanac
Binary: astronomical-almanac
Version: 5.6-3
Maintainer: James R. Van Zandt 
Build-Depends: debhelper (>= 4.0.0)
Architecture: any
Standards-Version: 3.8.0
Format: 1.0
Files:
 683361662d85931a998d5e061ca6add6 1173 astronomical-almanac_5.6-3.dsc
 a1464c450d1177e148e2bc70c6c8c248 410073 astronomical-almanac_5.6.orig.tar.gz
 9e7ac734f65350f65bf610be066466a3 21873 astronomical-almanac_5.6-3.diff.gz
Checksums-Sha1:
 4835e1c265c64750fb78a836fc945249bbb11540 1173 astronomical-almanac_5.6-3.dsc
 d74e2ab1aaba6f5f1659a2f9b166dba60a939dad 410073 
astronomical-almanac_5.6.orig.tar.gz
 da2f26044013de3ce05fa81a7cdf85188b8cdb44 21873 
astronomical-almanac_5.6-3.diff.gz
Checksums-Sha256:
 af353eff5ce23aeb251c711355dd63cd3ba19edc6a67c1b4bd3b0eebe2f94e92 1173 
astronomical-almanac_5.6-3.dsc
 9d5c2c7a9c3d9104c3247dfe1cc380503666b8dc659151bf0e5611d3878fb48a 410073 
astronomical-almanac_5.6.orig.tar.gz
 4f7dafd6c8983f177bb5a6651fa8c4318d412f079a153a4a2c64e2490dd37e25 21873 
astronomical-almanac_5.6-3.diff.gz
Homepage: http://www.moshier.net/
Directory: pool/main/a/astronomical-almanac
Priority: source
Section: science

Package: astronomical-almanac
Version: 5.6-3
Installed-Size: 616
Maintainer: James R. Van Zandt 
Architecture: amd64
Depends: libc6 (>= 2.7-1)
Description: astronomical almanac - calculate planet and star positions
 The aa program computes the orbital positions of planetary bodies and
 performs rigorous coordinate reductions to apparent geocentric and
 topocentric place (local altitude and azimuth).  It also reduces star
 catalogue positions given in either the FK4 or FK5 system.  Data for
 the 57 navigational stars is included.  Most of the algorithms
 employed are from The Astronomical Almanac (AA) published by the
 U.S. Government Printing Office.
 .
 The aa program follows the rigorous algorithms for reduction of
 celestial coordinates exactly as laid out in current editions of
 the Astronomical Almanac.  The reduction to apparent geocentric
 place has been checked by a special version of the program (aa200)
 that takes planetary positions directly from the Jet Propulsion
 Laboratory DE200 numerical integration of the solar system. The
 results agree exactly with the Astronomical Almanac tables from
 1987 onward (earlier Almanacs used slightly different reduction
 methods).
 .
 Certain computations, such as the correction for nutation,
 are not given explicitly in the AA but are referenced there. In
 these cases the program performs the full computations that are
 used to construct the Almanac tables (references are provided).
Homepage: http://www.moshier.net/
Tag: field::astronomy, role::program
Section: science
Priority: optional
Filename: pool/main/a/astronomical-almanac/astronomical-almanac_5.6-3_amd64.deb
Size: 273564
MD5sum: 704aa4ac657ec27969fa926f5b2f3fdf
SHA1: c3e4591ed73d64d597bdabd1f2822f35a3cd6a43
SHA256: b20b3b62d64ad381af5f7214246c86e0918b4098ee68307e96bdc804a493d878




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



Bug#636404: O: adjtimex -- kernel time variables configuration utility

2011-08-02 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of adjtimex, James R. Van Zandt ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: adjtimex
Binary: adjtimex
Version: 1.29-2.2
Maintainer: James R. Van Zandt 
Build-Depends: debhelper (>= 5), po-debconf
Architecture: any
Standards-Version: 3.8.4
Format: 1.0
Files:
 df9d12822c5322f24dcdb3c408c1b797 1595 adjtimex_1.29-2.2.dsc
 7ff7731baf829fdf6ad9af963a526cda 85551 adjtimex_1.29.orig.tar.gz
 14c2789549a12097547176afba5a51a8 53236 adjtimex_1.29-2.2.diff.gz
Checksums-Sha1:
 1a750d04cf223c75459a1606b47ba35f827af3eb 1595 adjtimex_1.29-2.2.dsc
 6487bf55378008c3739eed892f2783502114ed15 85551 adjtimex_1.29.orig.tar.gz
 7f5211994f22994b1a9655a038a6c4a5fa2db87b 53236 adjtimex_1.29-2.2.diff.gz
Checksums-Sha256:
 789e23c3ec5bd056153998d6c95ab21d9c29fa487aaf0a2736bf202fe68b7fdd 1595 
adjtimex_1.29-2.2.dsc
 04b9e8b66e77276ed07e78de89af37fd1aa12725923de853480827c4fafd176a 85551 
adjtimex_1.29.orig.tar.gz
 b4e5e91d29306787505fc2c2d8ac678838373f70d4fae55c5ca0a03037557ff0 53236 
adjtimex_1.29-2.2.diff.gz
Directory: pool/main/a/adjtimex
Priority: source
Section: admin

Package: adjtimex
Version: 1.29-2.2
Installed-Size: 188
Maintainer: James R. Van Zandt 
Architecture: amd64
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.3)
Suggests: ntpdate
Description: kernel time variables configuration utility
 This package provides a utility to manipulate the kernel time
 variables.  For a machine connected to the Internet, or equipped with
 a precision oscillator or radio clock, the best way to keep the
 system clock accurate is using NTP (Network Time Protocol).  However,
 for a standalone or intermittently connected machine, you may use
 adjtimex instead to at least correct for systematic drift.  It can
 optionally adjust the system clock using the CMOS clock as a
 reference, and can log times for long-term estimation of drift rates.
Tag: admin::kernel, interface::commandline, role::program, scope::utility, 
use::configuring, use::timekeeping
Section: admin
Priority: optional
Filename: pool/main/a/adjtimex/adjtimex_1.29-2.2_amd64.deb
Size: 62070
MD5sum: 72f11926ef5b40a92c0bea0518586fc7
SHA1: d158709e41c5048f22121a1d28ff50037df6eb29
SHA256: 7b8c0a0251ce2b66a7893158717ac9d275580ae4f7ed53b6b816ab92b7807268




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



Bug#636403: xpdf: -m does not handle backslash in file names

2011-08-02 Thread Vincent Lefevre
Package: xpdf
Version: 3.02-20
Severity: normal
Tags: patch

Because the "echo" and "read" commands interpret the backslash as a
special character, the xpdf wrapper doesn't correctly handle backslash
in file names after the -m option.

The attached patch correct this:

* many="$many\n$1" is replaced by many=$(printf "%s\n%s" "$many" "$1")
  to add a real newline character.

* echo "$many" is replaced by printf "%s\n" "$many" to avoid backslash
  being regarded as a special character.

* The -r read option (specified by POSIX) has been added for the same
  purpose.

Note: a newline in a filename is not handled correctly, but to handle
it, one would need to output null byte terminated file names to a
temporary file and use xargs -0 -n 1 (unfortunately, neither bash
not dash can handle null bytes in parameters, that's why a temporary
file would be needed).

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages xpdf depends on:
ii  lesstif2  1:0.95.2-1 OSF/Motif 2.1 implementation relea
ii  libc6 2.13-13Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.1-5  GCC support library
ii  libpoppler13  0.16.7-2   PDF rendering library
ii  libstdc++64.6.1-5GNU Standard C++ Library v3
ii  libx11-6  2:1.4.4-1  X11 client-side library
ii  libxt61:1.1.1-2  X11 toolkit intrinsics library

Versions of packages xpdf recommends:
ii  gsfonts-x11   0.22   Make Ghostscript fonts available t
ii  poppler-data  0.4.4-1Encoding data for the poppler PDF 
ii  poppler-utils 0.16.7-2   PDF utilities (based on Poppler)

xpdf suggests no packages.

-- no debconf information
--- /usr/bin/xpdf   2011-07-31 09:57:48.0 +0200
+++ xpdf2011-08-02 23:52:11.0 +0200
@@ -33,7 +33,7 @@
 while [ "$#" -gt "0" ]; do
 case "$1" in
 -*) break ;;
-*) many="$many\n$1" ;;
+*) many=$(printf "%s\n%s" "$many" "$1") ;;
 esac
 shift
 done
@@ -49,7 +49,7 @@
 
 test "$title" != "" || title="Xpdf: $file"
 if [ "$many" != "" ]; then
-echo "$many" | while read file; do
+printf "%s\n" "$many" | while read -r file; do
 test ! -f "$file" || $0 "$file" &
 done
 elif [ "$file" = "" ]; then


Bug#521147: uswsusp: Fail to suspend, keyboard freeze, screen black showing "Looking for splash image"

2011-08-02 Thread Rodolfo Garcia

Hi Daniel,

with the new kernel 1.0, uswsusp uses KMS. Please, can you check if this 
bug is in 1.0. You can download the package from here:


http://packages.debian.org/sid/uswsusp

Thanks a lot,

Best Regards.

kix.



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



Bug#635685: Just missing fpu_control.h

2011-08-02 Thread François Revol
It seems fpu_control.h is the only one missing to get Haiku building, as 
symlinking it from /usr/include/x86_64-linux-gnu/fpu_control.h allows 
making a full build.


François.



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



Bug#498917: uswsusp: hibernate de-formats swap partition

2011-08-02 Thread Rodolfo Garcia

Hi,

this bug is too old and I cannot reproduce it. Please, somebody 
continues with the problem using the version 1.0 (unstable)?

Can we close the bug?

Thanks.

Best Regards,



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



Bug#636369: Build failure: libopenblasp-*.so

2011-08-02 Thread Sylvestre Ledru

Le mardi 02 août 2011 à 11:25 -0700, Ryan Lovett a écrit :
> Package: openblas
> Severity: normal
> 
> A build of svn r38633 fails towards the end with:
> 
> $ fakeroot debian/rules custom
> ...
> ln -fs libopenblas_opteronp-r0.1alpha2.2.so libopenblas.so
> 
>  OpenBLAS build complete.
> 
>   OS   ... Linux 
>   Architecture ... x86_64   
Under such archs, custom build are no longer necessary since the lib is
built with the option dynamic arch which enables all optimizations and
swiches at load time.

Sylvestre





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



Bug#636402: linkchecker: INSERT requests for SQL output form are malformed

2011-08-02 Thread Christopher Browne
Package: linkchecker
Version: 6.9-1
Severity: important


When attempting to load the resulting data into a database, all logged data 
fails with the following error:

ERROR:  INSERT has more expressions than target columns

This occurs in the last 4/5 attributes that are pushed out.

An example...

insert into 
linksdb(urlname,parentname,baseref,valid,result,warning,info,url,line,col,name,checktime,dltime,dlsize,cached)
 values 
('http://aseigo.blogspot.com/2008/05/discussing-free-software-syncronicity.html','http://linuxdatabases.info/info/linux.html','http://linuxfinances.info/info/index.html',1,'200
 OK','could not get content: ''timeout: timed out''','Using proxy 
`http://localhost:3128/''.
Last modified Tue, 02 Aug 2011 17:48:14 
GMT.','http://aseigo.blogspot.com/2008/05/discussing-free-software-syncronicity.html',726,3,'
 aseigo: Discussing free software syncronicity ',44,-1,0,0,2);

Note the last few integer columns; that's where the mismatch takes place.

The columns are:
checktime, dltime, dlsize, cached

The numbers that it tries to squeeze in:
44,-1,0,0,2

I'm not sure which is the extra column.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (600, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages linkchecker depends on:
ii  libc6 2.13-10Embedded GNU C Library: Shared lib
ii  python2.6.7-1interactive high-level object-orie
ii  python2.6 2.6.7-3An interactive high-level object-o
ii  python2.7 2.7.2-3An interactive high-level object-o

linkchecker recommends no packages.

Versions of packages linkchecker suggests:
ii  apache2   2.2.19-1   Apache HTTP Server metapackage
ii  apache2-mpm-worker [httpd]2.2.19-1   Apache HTTP Server - high speed th
pn  clamav-daemon  (no description available)
ii  linkchecker-gui   7.0-1  check websites and HTML documents 
ii  python-cssutils   0.9.8~a1-1 CSS Cascading Style Sheets parser 
pn  python-gconf   (no description available)
pn  python-geoip   (no description available)
pn  python-optcomplete (no description available)
pn  python-pysqlite2   (no description available)
pn  python-twill   (no description available)
pn  python-utidylib(no description available)

-- no debconf information



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



Bug#636228: ability to hide refs/notes/* namespace

2011-08-02 Thread martin f krafft
also sprach Jonathan Nieder  [2011.08.02.2227 +0200]:
> Does "gitk --branches --tags --remotes" do the trick?  If not, what do
> you think a good UI would look like?

Since notes are also shown in the commit message display of gitk
(cf. #636226), having their DAG show up seems redundant. In
addition, the notes commits are an implementation detail. Therefore,
I tend to think that refs/notes/* or at least refs/notes/commit
should /not/ show up unless /explicitly/ selected, e.g. with
--notes…

> (Example: a new option used like "gitk --all --exclude=notes", with a
> configuration variable "[log] excluderef" to determine a default set
> of excluded refs.  Probably needs some tweak to prevent confusion when
> commands like "gitk " or "gitk
> --glob=refs/notes/*" show nothing.)

… or unless a ref within that DAG is specified explicitly.

My original suggestion was not to special-case notes, but to provide
a generic exclude mechanism. Other candidates I can think of are
refs/heads/pristine-tar (probably a Debian-only configuration
default) and refs/top-bases/* (arguably a default, since most people
do not use TopGit (yet)).

I think a configuration option list of refs to exclude, which is set
to refs/notes/* by default (adding refs/heads/pristine-tar on
Debian) would do. Since gitk only shows commits reachable by visible
refs, this would do, and it would provide everyone with the ability
to further adapt gitk to their own preference.

Thank you for your consideration!

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
"first get your facts; then you can distort them at your leisure."
   -- mark twain


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#626112: openssh-server: ssh doesn't log some failed authentications to auth.log anymore

2011-08-02 Thread Christoph Anton Mitterer
On Thu, 2011-07-28 at 15:17 +0100, Colin Watson wrote:
> As far as I can tell, nothing relevant has changed in OpenSSH at all
> recently.
Ok,.. weird... maybe there's something I don't see or I forgot,... was
quite sure that it "worked" like that and I changed nothing,...
Nevertheless...


> I don't think it's
> reasonable to regard this bug as release-critical, so I'm downgrading
> it.
Yeah, that's probably ok.
I mean... failed authentications with public key are usually harmeless
anyway,... as you can't (well in practise) to brute force attacks there.

On the other hand failed pubkey auth tries _are_ in some way security
relevant, as they could be some form of [D]DoS... and that's where
fail2band would be at least somewhat handy.

Do you think it makes sense to ask Damaien to change the default
behaviour here?


> You may have only started to notice this recently due to external
> factors; for example, perhaps your attackers have started to use
> authentication methods other than password?
Actually I noticed it when testing myself some improved iptables rules
from a remote host...


Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Bug#636401: nbd-client: Increase robustness against faulty configurations

2011-08-02 Thread Neil Mayhew
Package: nbd-client
Version: 1:2.9.23-3
Severity: important
Tags: patch


If the user answers some configuration questions incorrectly a faulty
/etc/nbd-client configuration file is created. /etc/init.d/nbd-client isn't
robust against this and the system fails to boot because /etc/init.d/nbd-client
hangs. It's not possible to interrupt at this point, nor is it possible to
recover the system by booting to single-user since the script runs even in
state S. I had to boot to a live CD to get out of the mess.

The problem is two-fold:

1. The debconf process allows a faulty configuration to be created
2. The init.d script doesn't handle a faulty configuration properly

I haven't tried to fix (1) since it's always possible for the user to create a
bad configuration (eg by giving bad file paths) so the software needs to be
able to handle this, and shouldn't cause the system to be unbootable.

Some bad configurations result in an error message from nbd and the system
continues with booting. However, the init.d script is poorly written in that it
doesn't double-quote key variable values, causing strange behaviours when these
variables are null, and eventually the hang is caused by calling grep with a
single argument on line 159, because NBD_DEVICE[0] is null.

My faulty configuration had NBD_TYPE[0]="f" and NBD_DEVICE[0]="", so the device
wasn't being skipped in the test on line 150. I manually edited the file to set
NBD_TYPE[0]="" but every time there was an upgrade to nbd-client it went back
to "f" and I had a non-bootable system again.

The patch wraps all configuration-derived variables in double-quotes.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (x86_64)

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

Versions of packages nbd-client depends on:
ii  debconf [debconf-2.0]  1.5.40Debian configuration management sy
ii  initscripts2.88dsf-13.11 scripts for initializing and shutt
ii  libc6  2.13-10   Embedded GNU C Library: Shared lib

nbd-client recommends no packages.

nbd-client suggests no packages.

-- debconf information:
  nbd-client/device:
  nbd-client/host:
  nbd-client/no-auto-config:
  nbd-client/extra:
* nbd-client/killall: false
  nbd-client/port:
  nbd-client/type: raw
* nbd-client/number: 0
>From d9b70ba363b598eb3e7c0513c9b6af27965d2b70 Mon Sep 17 00:00:00 2001
From: Neil Mayhew 
Date: Mon, 31 Jan 2011 17:12:48 -0700
Subject: [PATCH] Increase robustness against faulty configurations

This was causing boot hangups with certain automatically-created
configurations.
---
 debian/nbd-client.init.d   |   26 +-
 debian/nbd-client.postinst |6 +-
 2 files changed, 18 insertions(+), 14 deletions(-)

diff --git a/debian/nbd-client.init.d b/debian/nbd-client.init.d
index 9beffc3..ffbe340 100644
--- a/debian/nbd-client.init.d
+++ b/debian/nbd-client.init.d
@@ -38,9 +38,9 @@ test -x $DAEMON || exit 0
 get_devices() {
 DEVICES=
 i=0
-while [ ! -z ${NBD_TYPE[$i]} ]
+while [ ! -z "${NBD_TYPE[$i]}" ]
 do
-   if [ ${NBD_TYPE[$i]} == "$1" ]
+   if [ "${NBD_TYPE[$i]}" == "$1" ]
then
DEVICES="$DEVICES ${NBD_DEVICE[$i]}"
fi
@@ -94,16 +94,16 @@ case "$1" in
modprobe nbd
echo -n 'Connecting...'
i=0
-   while [ ! -z ${NBD_TYPE[$i]} ]
+   while [ ! -z "${NBD_TYPE[$i]}" ]
  do
  # cfq deadlocks NBD devices, so switch to something else if cfq is
  # selected by default
  # This doesn't take into account non-udev devnames, but since
  # there's really no other option these days...
- if grep '\[cfq\]' 
/sys/block/${NBD_DEVICE[$i]/\/dev\//}/queue/scheduler >/dev/null; then
-   echo deadline > 
/sys/block/${NBD_DEVICE[$i]/\/dev\//}/queue/scheduler
+ if grep '\[cfq\]' 
"/sys/block/${NBD_DEVICE[$i]/\/dev\//}/queue/scheduler" >/dev/null; then
+   echo deadline > 
"/sys/block/${NBD_DEVICE[$i]/\/dev\//}/queue/scheduler"
  fi
- if nbd-client -c ${NBD_DEVICE[$i]} >/dev/null
+ if nbd-client -c "${NBD_DEVICE[$i]}" >/dev/null
  then
echo "${NBD_DEVICE[$i]} already connected, skipping..."
  else
@@ -113,7 +113,7 @@ case "$1" in
else
name=""
fi
-   $DAEMON ${NBD_HOST[$i]} $name ${NBD_PORT[$i]} ${NBD_DEVICE[$i]} 
${NBD_EXTRA[$i]}
+   $DAEMON "${NBD_HOST[$i]}" $name "${NBD_PORT[$i]}" 
"${NBD_DEVICE[$i]}" "${NBD_EXTRA[$i]}"
echo "connected ${NBD_DEVICE[$i]}"
  fi
  i=$(($i + 1))
@@ -147,16 +147,16 @@ case "$1" in
 activate)
echo 'Activating...'
i=0
-   while [ ! -z ${NBD_TYPE[$i]} ]
+   while [ ! -z "${NBD_TYPE[$i]}" ]
do

Bug#636359: prosody: does not start after latest upgrade (complains about missing libs)

2011-08-02 Thread Laurent Arnoud
Hello,

I have encountered the same problems with an upgrade.
A quick fix is to downgrade the librairies, you can keep prosody (0.8.2-1).

I'm using this libs to make prosody work again:
* liblua5.1-event0_0.1.1-2_amd64.deb
* liblua5.1-expat0_1.2.0-0squeeze1_amd64.deb
* liblua5.1-filesystem0_1.4.2-3_amd64.deb
* liblua5.1-sec1_0.4-3_amd64.deb
* liblua5.1-socket2_2.0.2-4_amd64.deb

-- 
Laurent



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



Bug#636260: [Pkg-xfce-devel] Bug#636260: More information

2011-08-02 Thread Jeff Crissman
Firefox cannot find the server at lightdm.org  and I do not understand what
you want

I have provided my lightdm log

I have explained that I have Xfce is installed and that I was attempting to
login to the Xfce session


On Tue, Aug 2, 2011 at 3:17 PM, Yves-Alexis Perez  wrote:

> On mar., 2011-08-02 at 14:25 -0600, Jeff Crissman wrote:
> > I do have the xfce session and xfce is installed
> > I enter my username and my password  and press enter
> > Lightdm returns to a blank for username, this will repeat for as long as
> I
> > have the patience
> > This is not the same as #636111 or #636131
>
> Please provide lightdm.org as already asked.
>
> Regards,
> --
> Yves-Alexis
>


Bug#636180: Back to working after downgrading iptables

2011-08-02 Thread Gustavo Noronha Silva
Hey,

I downgraded iptables to the version currently in wheezy (1.4.11.1-3),
and shared to other computers is working again - the MASQUERADE rule is
there and stuff.

Not sure my problem is the same as the one the original reporter has,
advice?

Cheers,

-- 
Gustavo Noronha Silva 
Debian


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


Bug#636400: please export create_new_partition()

2011-08-02 Thread Robert Millan
Package: partman-partitioning
Version: 82
Severity: wishlist
Tags: patch

Please consider exporting create_new_partition() so that partman-zfs (and maybe
others) can use it.  Currently it has to copy the entire function, see:

  
http://anonscm.debian.org/gitweb/?p=d-i/partman-zfs.git;a=commitdiff;h=b50a75d0fc9a6ac039df997364f69e5100e56802#patch2

Two things would be needed:

 - Fix the parameter passing problem, and allow override of default_fs.

 - Move this function to a separate file, which can be sourced without
   collateral effects.

Attached patch takes care of the first one.

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

Kernel: kFreeBSD 8.2-1-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/free_space/new/do_option b/free_space/new/do_option
index 58b1ee0..e1e5eec 100755
--- a/free_space/new/do_option
+++ b/free_space/new/do_option
@@ -119,15 +119,13 @@ ask_for_place () {
 			db_get partman-partitioning/new_partition_place
 			place="$RET"
 		fi
-		if create_new_partition; then break; fi
+		if create_new_partition $type $freeid $place $size; then break; fi
 		noninteractive="return 1"
 	done
 }
 
 create_new_partition () {
-	# $type, $freeid, $place, and $size are global, passed down from
-	# elsewhere. TODO: these should really be function arguments.
-	open_dialog NEW_PARTITION $type ext2 $freeid $place $size
+	open_dialog NEW_PARTITION $1 ext2 $2 $3 $4
 	local num id fs mp mplist mpcurrent numparts device
 	id=''
 	read_line num id x1 x2 x3 x4 x5
@@ -145,8 +143,12 @@ create_new_partition () {
 	db_progress START 0 $numparts partman/text/please_wait
 	db_progress INFO partman-partitioning/new_state
 
-	db_get partman/default_filesystem
-	default_fs="$RET"
+	if [ "$5" ]; then
+		default_fs="$5"
+	else
+		db_get partman/default_filesystem
+		default_fs="$RET"
+	fi
 	if [ "$id" ] && [ -f "../../$default_fs" ]; then
 		# make better defaults for the new partition
 		mkdir -p $id


Bug#636399: ITP: cookiesafe-lite -- Control which websites have permission to set cookies.

2011-08-02 Thread Ximin Luo
Package: wnpp
Severity: wishlist
Owner: Ximin Luo 

I intend to package this as part of the pkg-mozext group.

* Package name: cookiesafe-lite
  Version : 1.4
  Upstream Author : csdev https://addons.mozilla.org/en-US/firefox/user/7045/
* URL : https://addons.mozilla.org/en-US/firefox/addon/cs-lite/
* License : GPL-2
  Programming Lang: Javascript
  Description : Control which websites have permission to set cookies.

This extension will allow you to easily control cookie permissions. It can be
accessed from the statusbar, a toolbar button, or the context menu. Just click
on the icon to allow, block, or temporarily allow the site to set cookies.
You can also view, clear or edit the cookies and exceptions by right clicking
on the cs lite icon.

This is a lighter, scaled down version of CookieSafe. It contains less
features, but is considerably easier to use. The extension has been completely
recoded from top to bottom making this the most stable version to date.



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



Bug#636398: debian-installer: d-i fails to mount USB device when a preseed configuration file is passed as kernel argument

2011-08-02 Thread Jeroen Diederen
Package: debian-installer
Version: sid
Severity: important
Tags: sid

I am trying to install Debian Wheezy with the latest daily buils of sid
installers available. I tried both the netboot image for powerpc:
1. http://d-i.debian.org/daily-images/powerpc/daily/powerpc/netboot/mini.iso
and the netisntall image:
2. http://cdimage.debian.org/mirror/cdimage/daily-
builds/daily.new/current/powerpc/iso-cd/debian-testing-powerpc-netinst.iso

In both cases I remastered the images to include a preseed.cfg file. I will
start with the netboot image:

1. netboot daily build 02.08.2011 00:05 16M)
Very early in the installation it fails to load the debconf preconfiguration
file. "The file needed for preconfiguration could not be retrieved from
file:///cdrom/preseed.cfg". Syslog reports:
INFO: Menu item 'file-preseed' selected
WARNING: Configuring 'file-preseed' failed with error code 1

It should be noted that my USB device (/dev/sda) showed up in syslog with
dmesg. The device could not be manually mounted in a busybox shell.


2. netinstaller (daily build #5 for PowerPC 02.08.2011)
Problem at hardware detection of CDROM again. In syslog /dev/sda showed up.
cdrom-detect: Searching for Debian installation media...
cdrom-detect: Devices: '/dev/hde'
cdrom-detect: CD-ROM mount failed: device=/dev/hde fstype=iso9660
cdrom-detect: mount: mounting /dev/hda1 on /media failed
it then tried all other partions hda2-hda7 of my hard disk
It also tried to find a floppy device on /dev/fd0
The installer did not consider to try /dev/sda.
Manually mounting /dev/sda on /cdrom worked in a busybox shell.



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

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#636397: deja-dup: Please transition to libnotify 0.7

2011-08-02 Thread Laurent Bigonville
Source: deja-dup
Version: 14.2-1
Severity: serious
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: libnotify0.7-transition
Tags: wheezy sid
Block: 622363

Hi,

Your package is part of the ongoing libnotify 0.7 transition [1].

Please update the package to correctly build against libnotify 0.7.

API changes (shamelessly taken from[2]):
notify_notification_new_with_status_icon is gone
notify_notification_attach_to_status_icon is gone
notify_notification_attach_to_widget is gone
notify_notification_set_geometry_hints is gone
notify_notification_new has lost its widget argument


Cheers

Laurent Bigonville

[1] http://release.debian.org/transitions/html/ongoing-libnotify.html
[2] http://lists.fedoraproject.org/pipermail/devel/2010-November/144914.html



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



Bug#636396: mercurial: Cloning fails with: mpatch.mpatchError: patch cannot be decoded

2011-08-02 Thread Melanie Davis
Package: mercurial
Version: 1.9-1
Severity: normal

"hg clone" fails with the error below. I tried several different online
 archive with the same result. I was running python2.6. I then installed 
 python 2.7.  It still failed with the same error.

melanie@sheeva:~$ hg clone https://bitbucket.org/ellislab/codeigniter-reactor
destination directory: codeigniter-reactor
requesting all changes
adding changesets
transaction abort!
rollback completed
** unknown exception encountered, please report by visiting
**  http://mercurial.selenic.com/wiki/BugTracker
** Python 2.7.2+ (default, Jul  9 2011, 22:56:56) [GCC 4.6.1 20110611 
(prerelease)]
** Mercurial Distributed SCM (version 1.9)
** Extensions loaded:
Traceback (most recent call last):
  File "/usr/bin/hg", line 38, in 
mercurial.dispatch.run()
  File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 27, in run
sys.exit(dispatch(request(sys.argv[1:])))
  File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 64, in 
dispatch
return _runcatch(req)
  File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 87, in 
_runcatch
return _dispatch(req)
  File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 675, in 
_dispatch
cmdpats, cmdoptions)
  File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 454, in 
runcommand
ret = _runcommand(ui, options, cmd, d)
  File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 729, in 
_runcommand
return checkargs()
  File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 683, in 
checkargs
return cmdfunc()
  File "/usr/lib/pymodules/python2.7/mercurial/dispatch.py", line 672, in 

d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/usr/lib/pymodules/python2.7/mercurial/util.py", line 385, in check
return func(*args, **kwargs)
  File "/usr/lib/pymodules/python2.7/mercurial/commands.py", line 1041, in clone
branch=opts.get('branch'))
  File "/usr/lib/pymodules/python2.7/mercurial/hg.py", line 334, in clone
destrepo.clone(srcrepo, heads=revs, stream=stream)
  File "/usr/lib/pymodules/python2.7/mercurial/localrepo.py", line 1946, in 
clone
return self.pull(remote, heads)
  File "/usr/lib/pymodules/python2.7/mercurial/localrepo.py", line 1376, im pull
lock=lock)
  File "/usr/lib/pymodules/python2.7/mercurial/localrepo.py", line 1741, in 
addchangegroup
if (cl.addgroup(source, csmap, trp) is None
  File "/usr/lib/pymodules/python2.7/mercurial/revlog.py", line 1182, in 
addgroup
p1, p2, (baserev, delta), ifh, dfh)
  File "/usr/lib/pymodules/python2.7/mercurial/revlog.py", line 1051, in 
_addrevision
cachedelta[1])
mpatch.mpatchError: patch cannot be decoded

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.39-2-kirkwood
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mercurial depends on:
ii  libc62.13-13 Embedded GNU C Library: Shared lib
ii  mercurial-common 1.9-1   scalable distributed version contr
ii  python   2.6.7-2 interactive high-level object-orie
ii  python-support   1.0.14  automated rebuilding support for P
ii  ucf  3.0025+nmu2 Update Configuration File: preserv

mercurial recommends no packages.

Versions of packages mercurial suggests:
pn  kdiff3 |   (no description available)
pn  qct(no description available)
ii  vim   2:7.3.154+hg~74503f6ee649-2+b1 Vi IMproved - enhanced vi editor
pn  wish   (no description available)

-- no debconf information



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



Bug#632633: Alternate loop breaker.

2011-08-02 Thread Guus Sliepen
On Tue, Aug 02, 2011 at 07:07:21PM +0200, Luk Claes wrote:

> Including full quote as submitter was not Cc-ed.

Thanks. I hate that part about the BTS.

> > Is there some particular reason why the simple
> > while loop tests
> >
> > while (count-- > 0) {
[...]
> width and cound are both unsigned, so it's not so much an issue that
> they become negative, but rather way too large.

Indeed. I would feel safer with for (i = 0; i < count; i++) here. But see
below.

> > Would
> > width = abs(misc_screen_width());
> > and
> > count = abs(width * gauge->value / 100);
> > improve robustness?

I decided not to fix the progress bar but to lobotomize it because it doesn't
have ANY added value, and who knows what other corner case is lurking in that
code. The rotating line combined with a numeric percentage are enough to
indicate progress, and don't need any loops or tricky arithmetic, and even if
the arithmetic is wrong it will only mess up the display a bit, not the whole
fsck.

> PS2: Should this bug not be tagged lfs?

No, this has nothing to do with large file support.

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen 


signature.asc
Description: Digital signature


Bug#636395: mutt: freezes at "Sorting mailbox..."

2011-08-02 Thread Edward J. Shornock
Package: mutt
Version: 1.5.21-5
Severity: normal

With the version of mutt that's in Sid & testing, mutt hangs at "Sorting
mailbox..." after it finishes indexing the messages. The version in
Squeeze (currently 1.5.20-9+squeeze1) works fine on my box.

If there's any additional info I can give please let me know.

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

System: Linux 2.6.39-2-amd64 (x86_64)
ncurses: ncurses 5.9.20110404 (compiled with 5.9)
libidn: 1.22 (compiled with 1.20)
hcache backend: tokyocabinet 1.4.37
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_IMAP  +USE_SMTP  
-USE_SSL_OPENSSL  +USE_SSL_GNUTLS  +USE_SASL  +USE_GSS  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  +CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET 
 +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
To contact the developers, please mail to .
To report a bug, please visit http://bugs.mutt.org/.

misc/am-maintainer-mode
features/ifdef
features/xtitles
features/trash-folder
features/purge-message
features/imap_fast_trash
features/sensible_browser_position
features-old/patch-1.5.4.vk.pgp_verbose_mime
features/compressed-folders
features/compressed-folders.debian
debian-specific/Muttrc
debian-specific/Md.etc_mailname_gethostbyname.diff
debian-specific/use_usr_bin_editor.diff
debian-specific/correct_docdir_in_man_page.diff
debian-specific/dont_document_not_present_features.diff
debian-specific/document_debian_defaults
debian-specific/assumed_charset-compat
debian-specific/467432-write_bcc.patch
debian-specific/566076-build_doc_adjustments.patch
misc/define-pgp_getkeys_command.diff
misc/gpg.rc-paths
misc/smime.rc
upstream/531430-imapuser.patch
upstream/537818-emptycharset.patch
upstream/543467-thread-segfault.patch
upstream/542817-smimekeys-tmpdir.patch
upstream/548577-gpgme-1.2.patch
upstream/553321-ansi-escape-segfault.patch
upstream/568295-references.patch
upstream/547980-smime_keys-chaining.patch
upstream/528233-readonly-open.patch
upstream/228671-pipe-mime.patch
upstream/383769-score-match.patch
upstream/578087-header-strchr.patch
upstream/603288-split-fetches.patch
upstream/537061-dont-recode-saved-attachments.patch
upstream/608706-fix-spelling-errors.patch
upstream/620854-pop3-segfault.patch
upstream/611412-bts-regexp.patch
upstream/624058-gnutls-deprecated-set-priority.patch
upstream/624085-gnutls-deprecated-verify-peers.patch
upstream/584138-mx_update_context-segfault.patch
upstream/619216-gnutls-CN-validation.patch
upstream/611410-no-implicit_autoview-for-text-html.patch
upstream/path_max
mutt.org

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages mutt depends on:
ii  libc6   2.13-10  Embedded GNU C Library: Shared lib
ii  libcome 1.42~WIP-2011-07-02-1common error description library
ii  libgnut 2.10.5-2 the GNU TLS library - runtime libr
ii  libgpg- 1.10-0.3 library for common error values an
ii  libgpgm 1.2.0-1.4GPGME - GnuPG Made Easy
ii  libgssa 1.9.1+dfsg-1+b1  MIT Kerberos runtime libraries - k
ii  libidn1 1.22-2   GNU Libidn library, implementation
ii  libk5cr 1.9.1+dfsg-1+b1  MIT Kerberos runtime libraries - C
ii  libkrb5 1.9.1+dfsg-1+b1  MIT Kerberos runtime libraries
ii  libncur 5.9-1shared libraries for terminal hand
ii  libsasl 2.1.24~rc1.dfsg1+cvs2011-05-23-4 Cyrus SASL - authentication abstra
ii  libtoky 1.4.37-6.1   Tokyo Cabinet Database Libraries [

Versions of packages mutt recommends:
ii  libsasl 2.1.24~rc1.dfsg1+cvs2011-05-23-4 Cyrus SASL - pluggable authenticat
ii  locales 2.13-10  Embedded GNU C Library: National L
ii  mime-su 3.51-1   MIME files 'mime.types' & 'mailcap
ii  postfix 2.8.3-1  High-performance mail transport ag

Versions o

Bug#636394: libhdhomerun: FTBFS(kfreebsd) doesn't like against librt

2011-08-02 Thread Christoph Egger
Christoph Egger  writes:
> -  ifeq ($(OS),Linux)
> +  ifneq (,$(filter $(OS),Linux GNU/kFreeBSD)i)
   ^
that i doesn't belong there of course   ---|

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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



Bug#636367: libcurl4-gnutls-dev does not provide /usr/include/curl/types.h on kFreeBSD

2011-08-02 Thread Christoph Egger
Hi all again!

Christoph Egger  writes:
> Package: libcurl4-gnutls-dev
> Version: 7.21.7-1
> Severity: normal
>
> conky currently fails to build from source on kfreebsd because
> /usr/include/curl/types.h is not included in the kfreebsd
> libcurl4-gnutls-dev package.
>
> ../../src/eve.c:40:24: fatal error: curl/types.h: No such file or directory
> compilation terminated.
> make[3]: *** [conky-eve.o] Error 1

As this seems to be a old, unused private header and seems to be gone
everywhere since a day or so maybe this is not a curl problem but one in
conky?

Feel free to reassign if appropriate, not doing so myself right now as
I'm not sure about it.

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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



Bug#636328: [texlive-base] Correcting syntax did not help

2011-08-02 Thread Hilmar Preuße
unmerge 636328
severity 636328 normal
found 636328 2009-13
thanks

David Baron  wrote:

> Package: texlive-base
> Version: 2009-12
> Severity: normal
>
next try for debian control.

H.
-- 
sigfault



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



Bug#636394: libhdhomerun: FTBFS(kfreebsd) doesn't like against librt

2011-08-02 Thread Christoph Egger
Package: src:libhdhomerun
Version: 20110323-1
Severity: important
Tags: patch

Hi!

Your package failed to build on kfreebsd:

gcc -g -O2 -Wall -O2 -Wmissing-declarations -Wmissing-prototypes 
-Wstrict-prototypes -Wpointer-arith hdhomerun_config.c hdhomerun_channels.c 
hdhomerun_channelscan.c hdhomerun_control.c hdhomerun_debug.c 
hdhomerun_device.c hdhomerun_device_selector.c hdhomerun_discover.c 
hdhomerun_os_posix.c hdhomerun_pkt.c hdhomerun_sock_posix.c hdhomerun_video.c  
-lpthread -o hdhomerun_config
/tmp/cccQNy2K.o: In function `getcurrenttime':
/var/tmp/libhdhomerun-20110323/hdhomerun_os_posix.c:62: undefined reference to 
`clock_gettime'
collect2: ld returned 1 exit status
make[1]: *** [hdhomerun_config] Error 1

patch:

--- libhdhomerun-20110323.orig/Makefile
+++ libhdhomerun-20110323/Makefile
@@ -29,7 +29,7 @@ else
   LIBEXT := .so.$(LIBVERSION)
   SOEXT := .so.$(SONAME)
   SHARED := -shared -Wl,-soname,libhdhomerun$(SOEXT)
-  ifeq ($(OS),Linux)
+  ifneq (,$(filter $(OS),Linux GNU/kFreeBSD)i)
 LDFLAGS += -lrt
   endif
   ifeq ($(OS),SunOS)
@@ -50,7 +50,7 @@ hdhomerun_config$(BINEXT) : hdhomerun_co
 
 libhdhomerun$(LIBEXT) : $(LIBSRCS)
$(CC) $(CFLAGS) -fPIC -DDLL_EXPORT $(SHARED) $+ $(LDFLAGS) -o $@
-   ifeq ($(OS),$(or Linux,SunOS))
+   ifneq (,$(filter $(OS),Linux SunOS GNU/kFreeBSD))
ln -s $@ libhdhomerun.so
endif

I'm rather sure that $(or logic doesn't work anyway (it just selects the
first of Linux,Solaris for $(or Linux,SunOS) and notices it's not the
same as $(OS) for solaris anyway.

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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



Bug#636260: [Pkg-xfce-devel] Bug#636260: More information

2011-08-02 Thread Yves-Alexis Perez
On mar., 2011-08-02 at 14:25 -0600, Jeff Crissman wrote:
> I do have the xfce session and xfce is installed
> I enter my username and my password  and press enter
> Lightdm returns to a blank for username, this will repeat for as long as I
> have the patience
> This is not the same as #636111 or #636131 

Please provide lightdm.org as already asked.

Regards,
-- 
Yves-Alexis


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


Bug#635724: vlc: FTBFS (kfreebsd-i386) Segmentation fault (core dumped) ../bin/vlc-cache-gen .

2011-08-02 Thread Reinhard Tartler
reassign 635724 libqt4-gui,vlc
stop

On Tue, Aug 02, 2011 at 20:14:21 (CEST), Rémi Denis-Courmont wrote:

>   Hello,

[...]

> I rather suspect the debug information are corrupted by compiler 
> optimizations 
> at this point. Otherwise, DeleteModule() would crash before module_Unload() 
> gets to invoke dlclose(), as it dereferences p_module.
>
> To me, it looks more like Qt4 has (yet another) bug in its static object 
> destructors, which makes it crash dlclose(). VLC may be the only application 
> dlopen()'ing -a shared object that links with- Qt4. And if it's not, it might 
> still well be the only one that does so during as part of its build process.

Sounds plausible to me. Qt4 maintainers, could you please comment on this?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#444499: field completion / suggestion often gets in the way

2011-08-02 Thread Frederik Eaton

On Mon, Dec 21, 2009 at 10:57:02PM +0100, Frederik Eaton wrote:
> On Mon, Dec 21, 2009 at 05:13:45PM +0100, Mike Hommey wrote:
> > On Sun, Nov 09, 2008 at 09:33:47AM +, Frederik Eaton wrote:
> > > On Sun, Nov 09, 2008 at 02:26:08AM -0500, Eric Dorland wrote:
> > > > * Frederik Eaton (frede...@ofb.net) wrote:
> > > > > Package: iceweasel
> > > > > Version: 2.0.0.6-1
> > > > > Severity: normal
> > > > > 
> > > > > Hello,
> > > > > 
> > > > > I will give an example to illustrate my point. I have tried it out in
> > > > > "safe mode".
> > > > > 
> > > > > (1) I enter "minimal entropy martingale measure" in Google's search
> > > > > text box
> > > > > 
> > > > > (2) When the results come up, I want change my search text to "minimal
> > > > > martingale measure". I click just after the word "entropy" in the text
> > > > > box at the top of the results page, and the completion "minimal
> > > > > entropy martingale measure" appears appears in a menu below the box
> > > > > (even though that same string is also already in the box). (Actually,
> > > > > this happens only about 50% of the time, it may be necessary to try
> > > > > clicking at different parts of the word) Since I had to click on the
> > > > > search box to change the text, my cursor is right near the box. When I
> > > > > take my hand off the mouse to type, the cursor happens to move down a
> > > > > few pixels (this happens a lot when I use a trackpad, but also when I
> > > > > use my optical mouse), briefly crossing over the menu of completions.
> > > > > 
> > > > > (3) This results in the single completion being highlighted. 
> > > > > Inexplicably, it stays highlighted even when my mouse has moved off of
> > > > > it to below the bottom of the menu. Even more strangely, it stays
> > > > > highlighted when I start typing in the text box.
> > > > > 
> > > > > (4) I hit delete a few times to delete the word "entropy", but the
> > > > > completion "minimal martingale martingale measure", the text of my
> > > > > original search, is still highlighted.
> > > > > 
> > > > > (5) I hit enter. This doesn't result in a new search with the new
> > > > > contents of the search box, as I had hoped; but it results in the
> > > > > completion (a useless completion, no less, since it was the original
> > > > > text of the box) being selected, and the edit I just made
> > > > > disappearing, and the text "minimal martingale martingale measure"
> > > > > returning to the search box, and no search happening.
> > > > > 
> > > > > So, completion as implemented in this program (is it possible to turn
> > > > > it off, by the way?) is basically incompatible with my mouse moving
> > > > > down a few pixels after I take my hand off of it. That seems rather
> > > > > demanding - the mouse is an analog device and the cursor can't be
> > > > > expected to stay 100% still all the time. In general, it seems like a
> > > > > good idea for a highlighted menu selection to become unhighlighted
> > > > > when the user starts typing, even in the case where it is still under
> > > > > the cursor (which it is not, in my example above), since typing
> > > > > generally indicates a lack of intent to click.
> > > > > 
> > > > > Thank you in advance - I hope that this can be eventually fixed...
> > > > 
> > > > Is this any better with the latest Iceweasel?
> > > 
> > > Hello,
> > > 
> > > The problematic behaviour seems to be unchanged in 3.0.3.
> > 
> > As I fail to reproduce this in version 3.0.6 and I doubt the behaviour
> > changed since 3.0.3, I'm wondering if you're talking about the google
> > search box on the top right of the iceweasel user interface, or the
> > google search field on the google web page. If the latter, then this is
> > behavioural bug of the google web page.
> 
> Thanks for the response. That's a very reasonable misunderstanding -
> Google has added completion to its search box since this bug was filed
> two years ago, and is therefore no longer a good way to reproduce the
> bug.
> 
> ***
> 
> I can still reproduce the bug in a plain HTML text input box under
> 3.0.15. If you need an example of a plain HTML text input box, there
> is probably a more canonical one but ... here:
> http://www.csse.monash.edu.au/cgi-bin/cgiwrap/jwb/wwwjdic?1C/
> 
> These are the fixes which I suggest still need to be implemented:
> 
> 1. Unhighlight completion menu selection when the mouse leaves the
> menu rectangle
> 
> 2. Unhighlight completion menu selection when user starts typing (e.g. 
> delete key, as in above report)
> 
> 3. Don't include completions which exactly match the text of the box
> 
> 4. Don't list completions when the insertion point is not at the end
> of the text. (This is already partially implemented - if I defocus the
> box, and then click in the middle, no completion menu shows up. But if
> I click at the end of the box to get a completion menu, and then click
> in the middle without defocussing, the completion menu stays around)
> 
> 5. Allow user to t

Bug#633789: guake: Guake doesnt start at all - Confirmed

2011-08-02 Thread Sébastien Dinot
Hi,

I have the same issue on my system.

Sylvestre Ledru a écrit :
> I have libnotify4 version 0.7.3-2 installed and guake is working
> without any problem. (but i am running testing with some sid packages)
> 
> Do you know which other packages have been updated ?

libnotify4 is installed on my system but I noticed that guake package
depends on python-notify which depends on libnotify1 (installed too).

Sébastien

-- 
Sébastien Dinot, sebastien.di...@free.fr
http://sebastien.dinot.free.fr/
Ne goûtez pas au logiciel libre, vous ne pourriez plus vous en passer !



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



Bug#636393: libnet-xmpp-perl: FTBFS with perl 5.14

2011-08-02 Thread Dominic Hargreaves
Source: libnet-xmpp-perl
Version: 1.02-1
Severity: important

This package FTBFS with perl 5.14:

You tried to run a test without a plan!  Gotta have a plan. at t/lib/Test/More.p
m line 691
BEGIN failed--compilation aborted at t/2_client_jabberd1.4.t line 6.
# Looks like your test died before it could output anything.
t/2_client_jabberd1.4.t .. 

This is the same problem as #636365 with libnet-jabber-perl, and the
patch will be similar as that proposed there.



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



Bug#636303: Me too

2011-08-02 Thread Gordon Haverland
I get this error for an ordinary user, and for root.  I've tried 
printing to a local printer from emacs, and with a2ps.  Same error 
(over USB).  I'm running unstable.

Gord



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



Bug#636365: Acknowledgement (libnet-jabber-perl: FTBFS with perl 5.14: Debian modification to t/2_client.t)

2011-08-02 Thread Dominic Hargreaves
Apologies, I hadn't spotted that the package is orphaned and that
a pkg-perl takeover is already underway (or rather, was started and
then abandoned).

I'll aim to get that completed for this bug.

Cheers,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



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



Bug#636391: genisoimage: "man geteltorito" specifies wrong information

2011-08-02 Thread Krasu
Package: genisoimage
Version: 9:1.1.11-1
Severity: important

man geteltorito:

SYNOPSIS
   geteltorito  [-o outputfile]

DESCRIPTION
   geteltorito  is  a  Perl  script which extracts the initial/default El
Torito boot image from a CD if one exists. It will not extract any of other
boot images that are allowed by the El
   Torito standard.

   The boot image file is written to stdout and all other information
(e.g., image type and size) is written to stderr.  To write the image to a file
instead of stdout, specify the  output
   filename using -o filename.


**

Testing:

$ geteltorito /mnt/d/install/linux_distrs/debian-6.0.0-i386-netinst.iso -o
eltorito
Booting catalog starts at sector: 1252
Manufacturer of CD:
Image architecture: x86
Boot media type is: no emulation
El Torito image starts at sector 7273 and has 4 sector(s) of 512 Bytes


Boot failed: press a key to retry...
Image has been written to stdout 



How does it work:

$ geteltorito -o eltorito
/mnt/d/install/linux_distrs/debian-6.0.0-i386-netinst.iso
Booting catalog starts at sector: 1252
Manufacturer of CD:
Image architecture: x86
Boot media type is: no emulation
El Torito image starts at sector 7273 and has 4 sector(s) of 512 Bytes

Image has been written to file "eltorito".



-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable'), (25, 'testing'), (20, 'unstable'), (10, 
'experimental')
Architecture: i386 (i686)

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

Versions of packages genisoimage depends on:
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libmagic1   5.04-5   File type determination library us
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

genisoimage recommends no packages.

Versions of packages genisoimage suggests:
pn  cdrkit-doc (no description available)
ii  wodim 9:1.1.11-1 command line CD/DVD writing tool

-- no debconf information



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



Bug#636386: Wheezy: Phantom lines in kwrite

2011-08-02 Thread T Elcor
The bug was observed in wheezy.

uname -a
Linux testbox 2.6.39-2-amd64 #1 SMP Tue Jul 5 02:51:22 UTC 2011 x86_64 GNU/Linux




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



Bug#630259: alarm-clock: diff for NMU version 1.2.5-1.2

2011-08-02 Thread Laurent Bigonville
tags 630259 + patch
tags 630259 + pending
thanks

Dear maintainer,

I've prepared an NMU for alarm-clock (versioned as 1.2.5-1.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u alarm-clock-1.2.5/debian/control alarm-clock-1.2.5/debian/control
--- alarm-clock-1.2.5/debian/control
+++ alarm-clock-1.2.5/debian/control
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Ryan Niebur 
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), automake, intltool, 
libgstreamer0.10-dev, libgtk2.0-dev, libnotify-dev, libglib2.0-dev
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), automake, intltool, 
libgstreamer0.10-dev, libgtk2.0-dev, libnotify-dev (>= 0.7), libglib2.0-dev
 Standards-Version: 3.8.3
 Homepage: http://gnome-automate.net/
 Vcs-Git: git://git.ryan52.info/git/alarm-clock
diff -u alarm-clock-1.2.5/debian/changelog alarm-clock-1.2.5/debian/changelog
--- alarm-clock-1.2.5/debian/changelog
+++ alarm-clock-1.2.5/debian/changelog
@@ -1,3 +1,11 @@
+alarm-clock (1.2.5-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/libnotify0.7.patch: Transition to libnotify 0.7 (Closes:
+#630259)
+
+ -- Laurent Bigonville   Tue, 02 Aug 2011 22:24:24 +0200
+
 alarm-clock (1.2.5-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u alarm-clock-1.2.5/debian/patches/series 
alarm-clock-1.2.5/debian/patches/series
--- alarm-clock-1.2.5/debian/patches/series
+++ alarm-clock-1.2.5/debian/patches/series
@@ -3,0 +4 @@
+libnotify0.7.patch
only in patch2:
unchanged:
--- alarm-clock-1.2.5.orig/debian/patches/libnotify0.7.patch
+++ alarm-clock-1.2.5/debian/patches/libnotify0.7.patch
@@ -0,0 +1,29 @@
+Descripton: Add support for libnotify 0.7
+Author: Laurent Bigonville 
+Date: Tue, 02 Aug 2011 22:25:18 +0200
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630259
+
+--- a/src/alarm_runner.c
 b/src/alarm_runner.c
+@@ -24,6 +24,9 @@
+ #include "modify_alarm.h"
+ 
+ #include 
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #include 
+ 
+ void
+@@ -212,7 +215,11 @@
+   text = g_key_file_get_string(loaded_alarms, name, "PassivePopupText", 
NULL);
+   
+   if (notify != NULL) notify_notification_close(notify, NULL);
++#if NOTIFY_CHECK_VERSION(0,7,0)
++  notify = notify_notification_new(title, text, NULL);
++#else
+   notify = notify_notification_new_with_status_icon(title, text, NULL, 
status_icon);
++#endif
+   
+   notify_notification_set_urgency(notify, type);
+   notify_notification_set_timeout(notify, timeout * 1000);



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



Bug#636390: libnet-jifty-perl: FTBFS with perl 5.14: tests fail

2011-08-02 Thread Dominic Hargreaves
Source: libnet-jifty-perl
Version: 0.12-1
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-5.14-transition

This package FTBFS with perl 5.14:

#   Failed test 'checked disposition'
#   at t/006-uploads.t line 119.
#  got: 'form-data; name="file"; filename="=?UTF-8?Q?=D1=82=2Ebin?="'
# expected: 'form-data; name="file"; filename="=?UTF-8?Q?=D1=82?=.bin"'

#   Failed test 'checked disposition'
#   at t/006-uploads.t line 144.
#  got: 'form-data; name="=?UTF-8?Q?=D1=82?="; 
filename="=?UTF-8?Q?=D1=82=2Ebin?="'
# expected: 'form-data; name="=?UTF-8?Q?=D1=82?="; 
filename="=?UTF-8?Q?=D1=82?=.bin"'
# Looks like you failed 2 tests of 39.
t/006-uploads.t ... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/7 test programs. 2/134 subtests failed.
Failed 2/39 subtests

Fixed by new upstream release:

0.143 Jan 2011
Bump to Encode 2.41 to fix a test issue with encoded periods (Sartak)

(note: when the Debian package is upgraded this should add a versioned
depends on libencode-perl with perl 5.14 as an alternative).



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



Bug#636389: ntop: FTBFS(kfreebsd): needs __FAVOR_BSD also on other GLIBC targets

2011-08-02 Thread Christoph Egger
Package: src:ntop
Version: 3:4.0.3+dfsg1-3
Severity: important
Tags: patch
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on kfreebsd as the configure script checks
os but does not have a case for kfreebsd. Later in the build it fails as
the networking usees BSD 'struct tcphdr' (and similar for UDP)
definitions which require __FAVOR_BSD to be defined. I've fixed both
with


--- ntop-4.0.3+dfsg1.orig/configure.in
+++ ntop-4.0.3+dfsg1/configure.in
@@ -427,7 +427,7 @@ case "${target}:${CC}" in
 echo "* This appears to be ${DEFINEOS} (MacOSX)"
   ;;
 
-*-*-freebsd*:* )
+*-*-*freebsd*:* )
 DEFINEOS="FREEBSD"
 RELEASE=`utils/linuxrelease --release | sed -e 's/\.//' -e 's/-.*$//g'`
 echo "* This appears to be ${DEFINEOS} ${RELEASE}"
--- ntop-4.0.3+dfsg1.orig/ntop.h
+++ ntop-4.0.3+dfsg1/ntop.h
@@ -80,7 +80,7 @@ ntop.h
 #endif
 #endif
 
-#ifdef LINUX
+#ifdef __GLIBC__
 /*
  * This allows to hide the (minimal) differences between linux and BSD
  */
@@ -114,7 +114,7 @@ ntop.h
 #endif
 #define _THREAD_SAFE
 
-#if defined(__linux__)
+#if defined(__GLIBC__)
 #ifndef  _GNU_SOURCE
 #define _GNU_SOURCE
 #endif


which makes ntop build. Installing failed for me as (at least in default
debconf priority) ntop seems to assume eth0 to be present if it wasn't
installed previously and if there is no eth0 fails in postinst.

After adapting the config it installed fine and seems to work from some
quick checks.

I'm not totally sure setting kFreeBSD to FreeBSD in configure is the
best way depending on how much assumptions based on this switch consider
userland (glibc) and how much actually depend on the kernel but the
FreeBSD way works and these flags don't seem to be widely used anyway.

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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



Bug#613125: fails to start with libglib2.0-0 from Sid

2011-08-02 Thread Edward J. Shornock
* Etienne Millon  [02-08-2011 20:34 EEST]:
> package gmpc
> tags 613125 + moreinfo unreproducible
> thanks
> 
> * Edward J. Shornock  [110621 08:25]:
> > I was able to get gmpc to start after downgrading libglib2.0-0 to the
> > version in Squeeze.
> 
> Hello (new maintainer here),
> 
> It seems to work fine with libglib2.0-0 version 2.28.6-1 (in sid and
> wheezy ATM).
> 
> Is it still an issue for you ? Otherwise I will close this bug.

Hi,

I'm sorry about the late reply. This is no longer an issue for me so
this bug can be closed. (I'm trying to do that with this reply).

Thank you. :)

-- 

Edward Shornock


signature.asc
Description: Digital signature


Bug#636328: [texlive-base] Correcting syntax did not help

2011-08-02 Thread Frank Küster
David Baron  wrote:

>> paperconf
> a4
>> texconfig-sys pdftex paperconf
>
> No paper known with height 297mm and width 210mm
> Known units are mm and in, decimal separator is `.'
> Maybe height and width have been exchanged?

Hm, 297mm and 210mm are the proper dimensions for a4.  The "known"
papers are taken from /etc/texmf/dvips/config/config.ps.  Can you please
send this file?

Regards, Frank
-- 
Frank Küster
Sprecher B90/Grüne OV Miltenberg und Umgebung
VCD Miltenberg, ADFC Aschaffenburg-Miltenberg
Debian Developer (TeXLive)



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



Bug#636388: pacpl: even with lame installed,encoding to mp3 does not work

2011-08-02 Thread Edward J. Shornock
Package: pacpl
Version: 4.0.5-6
Severity: normal
Tags: patch

Trying to encode to mp3 no longer works. When specifying --encoder lame
--to mp3, the patent warning message is displayed even though I have lame
installed.

The attached patch, if deemed acceptable, would replace the current
debian/patches/35_pacpl_patent-warning-for-mp3-using-lame.patch. With this
patch applied pacpl works with lame again.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages pacpl depends on:
ii  libaudio-flac-header-perl 2.4-1+b1   Perl interface to FLAC file header
ii  libaudio-musepack-perl1.0.1-1object-oriented interface to Musep
ii  libaudio-wma-perl 1.3-1  perl extension for reading WMA/ASF
ii  libcddb-get-perl  2.27-1 Perl interface to read the CDDB en
ii  libmp3-tag-perl   1.12-1 Module for reading tags of MP3 aud
ii  libmp4-info-perl  1.13-1 Fetch info from MPEG-4 files
ii  libogg-vorbis-header-perl 0.03-3+b2  perl interface to Ogg Vorbis infor
ii  perl  5.12.4-1   Larry Wall's Practical Extraction 

Versions of packages pacpl recommends:
ii  cdparanoia 3.10.2+debian-10  audio extraction tool for sampling
ii  faad   2.7-6 freeware Advanced Audio Decoder pl
ii  ffmpeg 5:0.8-0.1 audio/video encoder, streaming ser
ii  flac   1.2.1-4   Free Lossless Audio Codec - comman
ii  flake  0.11-2Alternative encoder for the Free L
ii  mplayer-nogui  3:1.0~rc4+svn20110505-0.2 The Ultimate Movie Player For Linu
ii  mppenc 1.16-1Musepack lossy audio codec encoder
ii  normalize-audi 0.7.7-7   adjusts the volume of WAV, MP3 and
ii  sndfile-progra 1.0.25-2  Sample programs that use libsndfil
ii  sox14.3.2-1  Swiss army knife of sound processi
ii  speex  1.2~rc1-1 The Speex codec command line tools
ii  vorbis-tools   1.4.0-1   several Ogg Vorbis tools
ii  wavpack4.60.1-1  an audio codec (lossy and lossless

Versions of packages pacpl suggests:
ii  dolphin   4:4.6.5-1  file manager
ii  kommander 4:4.6.5-1  visual dialog builder and executor
ii  konqueror 4:4.6.5-1  advanced file manager, web browser
ii  twolame   0.3.13-1   MPEG Audio Layer 2 encoder (comman

-- no debconf information
Description: Add a patent warning about mp3 patents.
 IF the user request mpeg layer 3 encoding with "--to mp3"
 and/or with "--encoder lame" AND lame is not installed on the system
 THEN pacpl print a warning with links about mp3 patents and links to
 get the non-free lame source code / package and exit(1).
 .
 codecs.conf: Changed default MP3 decoder from lame to ffmpeg.
Author: Maxime Chatelle 
Forwarded: not-needed
Last-Update: 2011-06-20
Bug-Debian: http://bugs.debian.org/608601

Index: pacpl/codecs.conf
===
--- pacpl.orig/codecs.conf	2011-06-24 02:25:57.107052961 +0200
+++ pacpl/codecs.conf	2011-06-24 23:03:32.037978444 +0200
@@ -27,7 +27,7 @@
 # encoders: lame, bladeenc, gogo, toolame, ffmpeg, sox
 # decoders: lame, ffmpeg, mplayer, sox
 #
-MP3 = lame,lame
+MP3 = lame,ffmpeg
 
 # encoders: oggenc, ffmpeg, sox
 # decoders: oggdec, ffmpeg, mplayer, sox
Index: pacpl/pacpl
===
--- pacpl.orig/pacpl	2011-06-24 23:03:32.001978444 +0200
+++ pacpl/pacpl	2011-06-24 23:04:01.397978434 +0200
@@ -1780,6 +1780,32 @@
  kill 9, $$; 
};

+
+   # Debian mod: issue a warning about patent and finish program if wanted
+   # encoder is lame and it is not found in the path.
+   if ($encoder eq "lame" and not `which lame`)
+   {
+	   print '
+You requested MPEG layer 3 encoding using the "lame" encoder but due to
+patent issues lame cannot be included in Debian.
+
+If you still want to use this patented file format, consider installing lame
+from http://lame.sourceforge.net/ (sources)
+or
+http://debian-multimedia.org/ (_unofficial_ debian packages).
+
+Additional information about MPEG Layer 3 patents can be found here :
+http://www.mp3-tech.org/patents.html
+and
+https://secure.wikimedia.org/wikipedia/en/wiki/MP3#Licensing_and_patent_issues
+
+Open source MP3 decoders may be royalty free but this can change if the
+patent holder changes his mind.
+
+';
+	   exit (1);
+   }
+
# check to see if encoder/decoder exists. 

  1   2   3   4   >