Bug#741402: [bash] Shell functions definitions may require parentheses despite function keyword

2014-03-12 Thread Filipus Klutiero

Package: bash
Version: 4.3-2
Severity: minor
X-Debbugs-Cc: bug-b...@gnu.org

According to the manual, either the function keyword or parentheses should be 
sufficient to define a function:


Shell Function Definitions


 A shell function is an object that is called like a simple command and 
executes a compound command with a new set of positional parameters. Shell 
functions are declared as follows:
name () compound-command [redirection]
function name [()] compound-command [redirection]
 This defines a function named name. The reserved word function is optional. If 
the function reserved word is supplied, the parentheses are optional. The body 
of the function is the compound command compound-command  (see Compound 
Commands above). That command is usually a list of commands between { and }, 
but may be any command listed under Compound Commands above. compound-command 
is executed whenever name is specified as the name of a simple command. When in 
posix mode, name may not be the name of one of the POSIX special builtins. Any 
redirections (see REDIRECTION below) specified when a function is defined are 
performed when the function is executed. The exit status of a function 
definition is zero unless a syntax error occurs or a readonly function with the 
same name already exists. When executed, the exit status of a function is the 
exit status of the last command executed in the body. (See FUNCTIONS   below.)


The following definition should therefore be valid:

$ function bar (echo x)


...but it's not:

bash: syntax error near unexpected token `echo'


However, an identical function can be defined with the following definition:


$ function bar () (echo x)


I suspect this is an upstream bug.

--- System information. ---
Architecture: i386
Kernel: Linux 3.12-1-amd64

Debian Release: jessie/sid
990 testing debian.mirror.iweb.ca
500 unstable debian.mirror.iweb.ca
1 experimental ftp3.nrc.ca

--- Package information. ---
Depends (Version) | Installed
===-+-
base-files (= 2.1.12) | 7.2
debianutils (= 2.15) | 4.4


Recommends (Version) | Installed
===-+-
bash-completion (= 20060301-0) | 1:2.1-2


Suggests (Version) | Installed
===-+-===
bash-doc | 4.3-2

--
Filipus Klutiero
http://www.philippecloutier.com


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



Bug#680389: gvfsd-afp consumes lot of cpu

2014-03-12 Thread Dan DeVoto
Package: gvfs
Version: 1.16.3-2
Followup-For: Bug #680389

Dear Maintainer,

Same bug in Jessie: gvfsd-afp-browse shoots to 100% cpu on the client side 
(iBook G3) when I disconnect the afp server on my OS X Tiger machine.  
Additionally, when I have an afp volume mounted on the client side, both 
gvfsd-afp and gvfsd-afp-browse shoot to maximum cpu after disconnecting the afp 
server.

Regards,

Dan


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

Kernel: Linux 3.12-1-powerpc
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 gvfs depends on:
ii  gvfs-common   1.16.3-2
ii  gvfs-daemons  1.16.3-2
ii  gvfs-libs 1.16.3-2
ii  libc6 2.17-97
ii  libglib2.0-0  2.38.2-5
ii  libudev1  204-7

gvfs recommends no packages.

Versions of packages gvfs suggests:
ii  gvfs-backends  1.16.3-2

-- 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#741402: Parentheses

2014-03-12 Thread Filipus Klutiero

Sorry, I forgot to mention explicitly that the compound command's form 
determines whether this will happen or not. The issue happens with

(list)

but not, for example, with

{ list; }


I did not test other forms, but I suppose only (list) is affected. The error 
message strongly suggests that the parser simply expects that an opening parenthesis will 
be directly followed by a closing parenthesis.

--
Filipus Klutiero
http://www.philippecloutier.com


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



Bug#741403: ircd-hybrid: [INTL:fr] French debconf templates translation update

2014-03-12 Thread Christian Perrier
Package: ircd-hybrid
Version: N/A
Severity: wishlist
Tags: patch l10n

Please find attached the french debconf templates update, proofread by the
debian-l10n-french mailing list contributors.

Thanks for taking care of warning translators before uploading a new
version with string changes. It's highly appreciated.



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

Kernel: Linux 3.13-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
#
# Christian Perrier bubu...@debian.org, 2013, 2014.
msgid 
msgstr 
Project-Id-Version: ircd-hybrid 1:7.0-5\n
Report-Msgid-Bugs-To: ircd-hyb...@packages.debian.org\n
POT-Creation-Date: 2014-03-07 22:09+\n
PO-Revision-Date: 2014-03-08 08:09+0100\n
Last-Translator: Christian Perrier bubu...@debian.org\n
Language-Team: French debian-l10n-fre...@lists.debian.org\n
Language: fr\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n  1);\n
X-Generator: Lokalize 1.5\n

#. Type: boolean
#. Description
#: ../ircd-hybrid.templates:2001
msgid Restart ircd-hybrid on each upgrade?
msgstr Faut-il redémarrer ircd-hybrid à chaque mise à niveau ?

#. Type: boolean
#. Description
#: ../ircd-hybrid.templates:2001
msgid 
Please choose whether the ircd-hybrid daemon should be restarted every time 
a new version of this package is installed.
msgstr 
Veuillez choisir si le démon ircd-hybrid doit être redémarré à chaque 
installation d'une nouvelle version de ce paquet.

#. Type: boolean
#. Description
#: ../ircd-hybrid.templates:2001
msgid 
Automatic restarts may be problematic if, for instance, the server is 
running with manually loaded modules, which will need to be reloaded after 
the restart.
msgstr 
De tels redémarrages peuvent poser problème si, par exemple, le serveur 
utilise des modules chargés manuellement. Ces modules doivent alors être 
relancés après le redémarrage.

#. Type: boolean
#. Description
#: ../ircd-hybrid.templates:2001
msgid 
If you reject this option, you will have to restart ircd-hybrid via 
\service ircd-hybrid restart\ when needed.
msgstr 
Si vous refusez cette option, vous devrez redémarrer vous-même ircd-hybrid 
après une mise à jour, en utilisant la commande « service ircd-hybrid 
restart ».

#. Type: boolean
#. Description
#: ../ircd-hybrid.templates:3001
msgid Upgrade ircd-hybrid to version without cryptlink support?
msgstr 
Faut-il mettre à jour ircd-hybrid avec une version sans gestion de 
« cryptlink » ?

#. Type: boolean
#. Description
#: ../ircd-hybrid.templates:3001
msgid 
The 8.x version of ircd-hybrid includes a change to the way secure server 
links are implemented, which is not backwards-compatible with ircd-hybrid 7.
x, from which you are upgrading.
msgstr 
La version 8.x de ircd-hybrid modifie la gestion des liens sécurisés vers le 
serveur. Ce fonctionnement n'est pas compatible avec la version 7.x qui est 
en train d'être mise à jour.

#. Type: boolean
#. Description
#: ../ircd-hybrid.templates:3001
msgid 
If you have any secure server links (cryptlinks) configured with this 
server, you should plan to either upgrade all servers in lock-step, or 
temporarily configure non-cryptlink server links, to ensure the continuity 
of your IRC links.
msgstr 
Si vous utilisez des liens serveur sécurisés (« cryptlinks »), vous devriez 
prévoir de mettre tous les serveurs à jour en mode verrouillé (« lock-
step ») ou de temporairement configurer des liens non sécurisés, afin de 
garantir la continuité de service entre les liens IRC.

#. Type: boolean
#. Description
#: ../ircd-hybrid.templates:4001
msgid Upgrade ircd-hybrid to version without compatible services?
msgstr Faut-il mettre à jour ircd-hybrid avec des services incompatibles ?

#. Type: boolean
#. Description
#: ../ircd-hybrid.templates:4001
msgid 
The 8.x version of ircd-hybrid includes a change to the way services are 
supported, losing compatibility with hybserv.
msgstr 
La version 8.x d'ircd-hybrid modifie le mode de gestion des services et 
n'est plus compatible avec hybserv.

#. Type: boolean
#. Description
#: ../ircd-hybrid.templates:4001
msgid 
The recommended services daemon for Hybrid 8 is Anope, for which no package 
is available yet, although one is planned.
msgstr 
Le démon de gestion de services recommandé avec Hybrid 8 est Anope. Il 
n'existe pas encore de paquet pour ce démon.

#. Type: 

Bug#741390: [coreutils] cp does not copy directories by default

2014-03-12 Thread Bob Proulx
Hi Filipus,

Filipus Klutiero wrote:
 Right. It could be
 
 cp [-R|-a|-r] [OPTION]... FILE... DIRECTORY
 cp [OPTION]... REGULAR-FILE... DIRECTORY
 
 But then, there are more file types than regular files and
 directories, so that probably wouldn't be perfect.

I think keeping it generic with simply SOURCE or FILE is better.
(Noting that directories are files too.)

The behavior of cp on whatever source file is going to be whatever is
allowed on the original file.  Whether that is a regular file, a
pipe, a character device, a block device or whatever.  Directories are
the most special because you can't open(2) them.  (And the same for
unix domain sockets.)

If cp can open the file then it will read the contents then it will
write the contents out.  Trying to individually document what happens
with various input files types means that if the kernel adds a new
type of file that the cp documentation is immediately out of date.
Better to avoid that and simply say it copies from the source file to
the destination.

Whatever the source file type I expect that if the kernel allows me to
open the file and read it then I expect cp to do so and to read the
source file and to copy it to the destination file.  Whether this is
successful completely depends upon the file type and the kernel and
not cp.

 I didn't mean to blame the synopsis, it was just part of the
 relevant part of the manpage. The problematic parts are the NAME
 section (copy files*and directories*) and the description Copy
 SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.

Hmm...  Interesting.  So if it didn't say and directories it would
be better?  I note that BSD and SunOS don't say that.  But HP-UX
does.  And the old V7 just said copy and nothing more.  I think the
addition are trying to make things better but perhaps they do say too
much.

 The challenge for the 'cp --help' online documentation is to keep them
 short and concise yet accurately display the required information.
 This is then turned into the man page.
 
 I understand the resources challenge. Sometimes vagueness is the
 only solution.

Yep!

 In the end, we know that most people will use the manpage. cp's
 manpage may be incomplete or vague, but it can't afford to mislead
 readers on a behavior as fundamental as the treatment of
 directories.

But if and directories doesn't appear in the synopsis then it won't
appear in an apropos ('man -k') keyword search.  And 'cp' will copy
directories with the right options.  However the kitchen sink of
file copying tools is 'rsync'.  'rsync' never met an option that it
couldn't incorporate!  The rsync synopsis doesn't mention directories
so that must be okay.  Maybe the and directories should simply be
dropped.

 Note here is the POSIX online documentation on the cp command.
 
http://pubs.opengroup.org/onlinepubs/009695399/utilities/cp.html
 
 Thanks, this is very interesting. First, the NAME just says copy
 files rather than copy files and directories. Some may equate
 copy files with copy all files, but I do not consider the POSIX
 NAME misleading.

V7 just says copy.  BSD says copy files.  HP-UX says copy file
and directory subtrees.

 Then, the synopsis treats -R as a different form, as you
 discussed. This has the advantage of allowing a separate description
 for the 2 forms.

There can always be description even with one synopsis.

 I have no strong opinion on which approach is preferable. Either 2
 forms and 2 descriptions or keeping 1 form with a different
 description. As long as 1 - we don't say that cp copies SOURCE to
 DEST, when SOURCE can't be a directory without options, or 2 - we
 add right after a big warning about directories like the info
 documentation's.

I think it would be defendable to request upstream to change to:

-Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n\
+Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY,\n\
+or optionally recursively directory SOURCES(s) to DIRECTORY.\n\

Bob


signature.asc
Description: Digital signature


Bug#741293: git over https fails with gnutls_handshake() failed: A record packet with illegal version was received.

2014-03-12 Thread Andras Korn
On Tue, Mar 11, 2014 at 11:27:24PM +0100, Alessandro Ghedini wrote:

 So, the problem is not gnutls (or not *just* gnutls), but the fact that the
 server doesn't seem to support TLSv1,

That is likely related to this Apache config setting:

# Work around SSL negotiation failed: SSL error: parse tlsext; see e.g.
# 
http://serverfault.com/questions/44470/ssl-error-parse-tlsext-on-large-commit-to-svn-via-apache-gentoo
SSLProtocol -ALL +SSLv3

Unfortunately I can't lose this altogether because I have to support old
clients that seem to need it.

However, I confirm that disabling this setting works around the
git/curl/gnutls problem.

 and that for some reason the TLS renegotiation fails.
 
 I can reproduce this with OpenSSL too, by forcing TLSv1:
 
  % openssl s_client -host host -port 443 -tls1
 CONNECTED(0003)
 139971996092048:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version 
 number:s3_pkt.c:337:
 
 And gnutls-cli:
 
  % gnutls-cli host -p 443 --priority 
 NORMAL:-VERS-TLS-ALL:+VERS-TLS1.0:%COMPAT
 [...]
 *** Fatal error: A record packet with illegal version was received.
 *** Handshake has failed
 GnuTLS error: A record packet with illegal version was received.
 
 Now, why does libcurl fails while gnutls-cli (built against libgnutls26) does
 not (not by default, anyway)? That may be a bug in libcurl, I'll look into 
 this
 later.

Thanks!

Andras

-- 
   If at first you don't succeed, skydiving is not for you.


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



Bug#741395: wheezy-pu: package subversion/1.6.17dfsg-4+deb7u6

2014-03-12 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Tue, 2014-03-11 at 23:00 -0400, James McCoy wrote:
 The last upload for CVE-2014-0032 was buggy.  I'd like to upload the
 below changes to fix that.

Please go ahead; thanks.

Regards,

Adam


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



Bug#741107: [ITR] templates://distributed-net/{distributed-net.templates}

2014-03-12 Thread Christian PERRIER
Dear Debian maintainer,

The Debian internationalisation team and the Debian English
localisation team will soon begin the review of the debconf
templates used in distributed-net.

This review takes place for all packages that use debconf to interact with
users and its aims are:
- to improve the use of English in all debconf templates;
- to make the wording of debconf templates more consistent;
- to encourage more translations of templates.

Even if your first language is English, this process is likely to help
track down typos or errors, and improve consistency between the
debconf templates of your package and that of other packages in the
distribution.

The process involves both debian-l10n-english contributors and
Debian translators.

The details of the process are given in
http://wiki.debian.org/I18n/SmithDebconfReviewProcess.

I will act as the coordinator of this activity for distributed-net.

The first step of the process is to review the debconf source
template file(s) of distributed-net. This review will start on Saturday, March 
15, 2014, or
as soon as you acknowledge this mail with an agreement for us to
carry out this process.

All parts of the process will be carried out in close collaboration
with you, and, unless you explicitly ask for it, no upload nor NMU
will happen for distributed-net.

If you approve this process, please let us know by replying to this
mail. If some work in progress on your side would conflict with such a
rewrite (such as adding or removing debconf templates), please say so,
and we will defer the review to later in the development cycle.

Thank you for your attention.

-- 




signature.asc
Description: Digital signature


Bug#741108: [ITR] templates://wims-moodle/{templates}

2014-03-12 Thread Christian PERRIER
Dear Debian maintainer,

The Debian internationalisation team and the Debian English
localisation team will soon begin the review of the debconf
templates used in wims-moodle.

This review takes place for all packages that use debconf to interact with
users and its aims are:
- to improve the use of English in all debconf templates;
- to make the wording of debconf templates more consistent;
- to encourage more translations of templates.

Even if your first language is English, this process is likely to help
track down typos or errors, and improve consistency between the
debconf templates of your package and that of other packages in the
distribution.

The process involves both debian-l10n-english contributors and
Debian translators.

The details of the process are given in
http://wiki.debian.org/I18n/SmithDebconfReviewProcess.

I will act as the coordinator of this activity for wims-moodle.

The first step of the process is to review the debconf source
template file(s) of wims-moodle. This review will start on Saturday, March 15, 
2014, or
as soon as you acknowledge this mail with an agreement for us to
carry out this process.

All parts of the process will be carried out in close collaboration
with you, and, unless you explicitly ask for it, no upload nor NMU
will happen for wims-moodle.

If you approve this process, please let us know by replying to this
mail. If some work in progress on your side would conflict with such a
rewrite (such as adding or removing debconf templates), please say so,
and we will defer the review to later in the development cycle.

Thank you for your attention.

-- 




signature.asc
Description: Digital signature


Bug#741404: ganeti: [debconf_rewrite] Debconf templates and debian/control review proposal

2014-03-12 Thread Christian Perrier
Package: ganeti
Version: N/A
Severity: normal

Dear Debian maintainer,

Hello,

I just noticed new or modified debconf templates appearing for this
package.

I would like to suggest you to consider calling for debconf templates
review AND translation updates when you introduce new debconf
templates or modify the existing templates in a package or, if you
prefer, to send a call for translations after uploading the first
version that introduces new templates or templates changes.

If you're interested in suggestions for doing this, you can find some
at the end of this bug report.

The debian-l10n-english team will now start a review, on our own
initiative. It will be conducted through this bug report.


Suggestions for future debconf templates review


1) Getting debconf templates reviewed
--

The Debian i18n contributors have developed a set of suggestions for
the writing style of debconf templates, to give them an overall
consistency all around Debian. These writing style suggestions are
explained in the Developers Reference. Lintian also warns about common
writing style concerns.

Maintainers are welcome when they ask for a review of debconf templates
and/or packages descriptions on debian-l10n-engl...@lists.debian.org.
It is of course not needed to wait for someone (such as me right me)
proposing you such a review.

In such situations (whether the review is requested by the maintainer
or proposed by someone else), someone from the debian-l10n-english
team will pick up the review to do, handle it, and finally send you a
bug report with the suggested templates. If you want, you can ask for
being CC'ed to the various discussions when the templates are
reviewed.


2) Call for new translations


As soon as the templates have been reviewed, you can ask Debian
translators for new translations:

Just go to your package's build tree and use:

$ podebconf-report-po --call

This will propose you a generic mail which is to be sent to
debian-i...@lists.debian.org and call for new translations.

This utility will mention existing translations to avoid duplicate
work. 

It will also attach the needed material to this mail.

Please also think about giving a deadline to translators. We like
deadlines..:-)

3) Always call for translation updates before uploading
---

(of course only when you change the debconf templates!)

If your package already includes debconf translations (ie *.po files
in debian/po), please consider calling for translation updates if you
happen to change something in the templates...or just in case when you
release a new version.

This is done with the following command:

$ podebconf-report-po

This will build private mails to translators (ie people listed in
Last-Translator in the PO files) for translations that are
incomplete. These mails will included the needed PO file for each
translator.


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

Kernel: Linux 3.13-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
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#741324: rpm regulary creates directory /~

2014-03-12 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Mi den 12. Mär 2014 um  5:09 schrieb Mike Miller:
 On Tue, Mar 11, 2014 at 11:01:38 +0100, Klaus Ethgen wrote:
  rpm did create /.rpmdb before and now it does much more annoyingly
  create /~/.rpmdb.
[...]
 You might also be interested in #741399 I just reported, based on
 findings from Ubuntu bug #1069350, requesting dkms to avoid calling rpm
 which should prevent creation of these directories. This interaction
 between dkms and rpm appears to be the primary cause. Do you have dkms
 built kernel modules on your system?

I use dkms nowhere as I dislike its way to build a kernel package on
every server. I like to prebuild a package and have only minimal
packages installed on all other systems.

So my issue is not triggered by dkms.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen kl...@ethgen.de
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJTIADdAAoJEKZ8CrGAGfasqbkMAMDr+HbkYoF+omCoTTZiIQLw
RiV96xrWuYmMFWFW+AUzCsoFe3oGIZxbX3eQLox+D1IQ++eXk8nDzEE/b0O8VDeD
+6m8M+oXIOg6Gj1wLofpDnVOPhzIWSMlkcatDN3cqzHoPUKYnTnPgjzxcQQTlp2M
pps4fjhg9w/JvVR5adaRFG8bHjlte/PhcN1lWU9I3UYJKJAS59T7+drZR5G1qifM
hrvSp8WDdGX8QYSjtCnCHq6V0fPEQhPbGjAK+0HArwQ/UmU/Kgyu9oBhMdDjTBQw
WFQVUcz6yvBK90scYrk/y58fOS3USri16cxjFB6gPd1T6atx7TXo/a7fhZXAvnoP
rEstnqbU8FVGnv5igsGT2B7MYMBO2SOq+oMiKQ89Rw53+/O1mzf1c/TCKVJmoNvh
wFmYspVS6cXDhRtLBOzsbv7NOJqcKfYI7psiHAFTCNZRkxAlLHklAORRza6Wrz+z
XepC/efNCEAXStN0pLGCAyNgPy/8Re6rLKNQalfM+Q==
=TmE3
-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



Bug#735097: empathy: Empathy 3.8 kfreebsd-amd64 can't open window conversation

2014-03-12 Thread Olivier Berger
Hi.

On Sun, Jan 19, 2014 at 12:04:12AM +, Simon McVittie wrote:
 
 Robert, thanks for looking at this. I expect this might be something
 kFreeBSD-specific, so we'll probably need your help.
 

FWIW, I'm experimenting a bug with similar message, about empathy not able to 
connect, which displays a dialog box containing :
Did not receive a reply. Possible causes include: the remote application did 
not send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.

I'm not on kfreebsd, so I'm not sure this is the same issue.

My 2 cents,
-- 
Olivier BERGER 
http://www-public.telecom-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingenieur Recherche - Dept INF
Institut Mines-Telecom, Telecom SudParis, Evry (France)


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



Bug#741322: autopkgtest: responds poorly to timeout, should display stdout/stderr and move on

2014-03-12 Thread Martin Pitt
Hey Simon,

Simon McVittie [2014-03-11  9:36 +]:
 However, from the output that was logged, I can't tell what the difference
 or failure was, because adt-run logged the extensive shell command that it
 invoked, but not any of its output.
 [...]
  adt-run: version 2.7.2

This version on ci.debian.net is indeed a bit old. Version 2.9 learned
to provide live output for schroot and LXC, so you would actually see
what the test was doing until then. Antonio, is it possible to update
autopkgtest on ci.debian.net? I'm uploading 2.9.2 today which fixes a
regression from 2.9 that broke python-apt, otherwise that one should
be good (FTR, I'm running autopkgtest from git in Ubuntu's production
CI)

So this part of the issue should already be fixed on the autopkgtest
side.

 It also aborted the entire test run when the timeout was reached,
 rather than moving on to the next autopkgtest (admittedly, dbus only
 has two, because I'm representing all the upstream tests as one big
 autopkgtest at the moment, but it was the first one that failed).

Good point. Keeping this report for that issue.

 As it happens, all the current dbus installed-tests are meant to be
 fast ( 1 minute), so for the next upload I'm going to wrap each test in
 coreutils timeout(1) and see what happens; but it seems wrong to be
 second-guessing adt-run's own timeout logic?

The default test timeout is 10.000 seconds (2.7 hours), so it's still
friendlier towards the CI infrastructure to self-impose significantly
shorter timeouts. At the moment you can change the timeouts on calling
adt-run, but tests themselves can't do that declaratively in
debian/control. (Another thing to consider, and allow tests to set
shorter timeouts).

Thanks!

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature


Bug#731815: Acknowledgement (virsh: Unable to start any VM with Intel Xeon X3430 CPU)

2014-03-12 Thread Adrian Immanuel Kieß
Dear Maintainer,

this bug seems to be fixed with yesterdays updates.

Thank you.

Adrian


On Tue, 2013-12-10 at 04:39 +, Debian Bug Tracking System wrote: 
 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 Libvirt Maintainers pkg-libvirt-maintain...@lists.alioth.debian.org
 
 If you wish to submit further information on this problem, please
 send it to 731...@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.
 

-- 
With greetings from Leipzig, Germany.
Adrian Immanuel Kieß 

Administrator  programmer
Unix / Perl / LaTeX

mail: adrian (at) kiess.at
www: http://www.kiess.at


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


Bug#623649: matlab-support: is the libxp dependency necessary?

2014-03-12 Thread Drew Parsons
On Thu, 29 Mar 2012, Michael Hanke wrote:
 On Fri, Mar 30, 2012 at 12:36:02AM +1100, Drew Parsons wrote:
  Thanks for digging this out! No I wonder whether we should drop this
  dependency for wheezy or afterwards. Any thoughts on this?
  
  It comes down to an evaluation of how many matlab versions lower
  than 7.13 are still in current use on users' machines running Debian
  unstable/testing.
  
  Are there likely to be many 6.0/7.0 matlab users?
 
 I have no clue. In our machines we still have a 2010 release, but Matlab
 is not used very much at all.


Curious question to resolve.  

MathWorks still lists as a Support Feature, that they continue to
support versions preceding R2008a (never mind R2011a).
https://www.mathworks.com.au/accesslogin/benefits.jsp

But of course, few of those installations are likely to be on a
post-wheezy Debian system.

The other main packages holding up libxp removal are ecore and xtel.


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



Bug#741052: Any volunteer to finish libcofoja-java (Was: Bug#741052: [igv] Unhandled exception java.lang.NoClassDefFoundError: com/google/java/contract/util/Objects)

2014-03-12 Thread Andreas Tille
Hi Diane,

On Tue, Mar 11, 2014 at 03:25:11PM -0700, Diane Trout wrote:
 On Tuesday, March 11, 2014 13:03:55 Diane Trout wrote:
  I have injected some initial packaging stuff at
  
 git://anonscm.debian.org/debian-med/libcofoja-java.git
  
 
 I built a version that seems to work with igv. 
 
 I went ahead and pushed two commits to the libcofoja-java.git repository.
 
 One change was to alter the patch that was changing the defaults.property 
 file 
 to not build a snapshot build.
 
 I then made a few changes to the debian/rules file to help build the 
 bootstrap 
 version of the cofoja library and run some of the tests.

I have seen your commits - many thanks for this.

 To get it to work with igv I've been manually editing /usr/bin/igv and adding 
 /usr/share/java/cofoja.jar to the classpath.

I'm CCing the bug report to keep a record that this is needed.  This
should be regarded for the igv upload to fix the bug.
 
 If that looks good should I file an ITP for libcofoja?

From my perspective (== without testing, just reading your mail which
sounds very sensible) this is the right approach.  So if you would
send an ITP this would be cool.  I'm also perfectly fine if you would
like to be Uploader of the package if you are interested.
 
 We'll also need to update igv to list libcofoja as a dependency.

Yep.

Thanks for your work on this

  Andreas.
 

-- 
http://fam-tille.de


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



Bug#741405: phpmyadmin: Can't export database. Failed opening required '/usr/share/php/tcpdf/tcpdf.php'.

2014-03-12 Thread Tran Duy Hung
Package: phpmyadmin
Version: 4:4.1.8-1
Severity: normal

When I go to Export tab I receive error:
Fatal error: require_once(): Failed opening required
'/usr/share/php/tcpdf/tcpdf.php' (include_path='.') in
/usr/share/phpmyadmin/libraries/PDF.class.php on line 12

I tried to remove then install php-tcpdf and phpmyadmin again but it didn't
help.
/usr/share/php/tcpdf/tcpdf.php does exist.



-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing-proposed-updates'), 
(500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/8 CPU cores)
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 phpmyadmin depends on:
ii  dbconfig-common   1.8.47+nmu1
ii  debconf [debconf-2.0] 1.5.52
ii  libapache2-mod-php5   5.5.9+dfsg-1
ii  libjs-codemirror  2.23-1
ii  libjs-jquery  1.7.2+dfsg-3
ii  libjs-jquery-cookie   9-1
ii  libjs-jquery-event-drag   9-1
ii  libjs-jquery-mousewheel   9-1
ii  libjs-jquery-tablesorter  9-1
ii  libjs-jquery-ui   1.10.1+dfsg-1
ii  libjs-sphinxdoc   1.2.1+dfsg-3
ii  perl  5.18.2-2+b1
ii  php-gettext   1.0.11-1
ii  php-tcpdf 6.0.048+dfsg-2
ii  php5  5.5.9+dfsg-1
ii  php5-json 1.3.3-1
ii  php5-mcrypt   5.5.9+dfsg-1
ii  php5-mysql5.5.9+dfsg-1
ii  ucf   3.0027+nmu1

Versions of packages phpmyadmin recommends:
ii  apache2  2.4.7-1
ii  apache2-bin [httpd]  2.4.7-1
ii  apache2-mpm-prefork [httpd]  2.4.7-1
ii  mysql-client-5.5 [virtual-mysql-client]  5.5.35+dfsg-2
ii  php5-gd  5.5.9+dfsg-1

Versions of packages phpmyadmin suggests:
ii  chromium [www-browser]   32.0.1700.123-1
ii  iceweasel [www-browser]  24.3.0esr-1
ii  links [www-browser]  2.8-1+b1
ii  midori [www-browser] 0.4.3+dfsg-0.1
ii  mysql-server 5.5.35+dfsg-2
ii  mysql-server-5.5 [virtual-mysql-server]  5.5.35+dfsg-2
ii  w3m [www-browser]0.5.3-15

-- debconf information:
  phpmyadmin/missing-db-package-error: abort
* phpmyadmin/reconfigure-webserver: apache2
  phpmyadmin/db/dbname: phpmyadmin
  phpmyadmin/purge: false
  phpmyadmin/upgrade-error: abort
  phpmyadmin/upgrade-backup: true
  phpmyadmin/database-type: mysql
  phpmyadmin/remove-error: abort
  phpmyadmin/setup-username: admin
  phpmyadmin/passwords-do-not-match:
  phpmyadmin/install-error: abort
  phpmyadmin/internal/reconfiguring: false
  phpmyadmin/mysql/method: unix socket
  phpmyadmin/internal/skip-preseed: false
  phpmyadmin/remote/newhost:
  phpmyadmin/dbconfig-reinstall: false
  phpmyadmin/dbconfig-remove:
  phpmyadmin/dbconfig-upgrade: true
  phpmyadmin/remote/port:
  phpmyadmin/remote/host:
  phpmyadmin/db/app-user: phpmyadmin
  phpmyadmin/mysql/admin-user: root
* phpmyadmin/dbconfig-install: true


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



Bug#741392: [Pkg-haskell-maintainers] Bug#741392: build dyn libraries

2014-03-12 Thread Joachim Breitner
Hi,

Am Dienstag, den 11.03.2014, 21:42 -0400 schrieb Peter Eisentraut:
 Online I found a suggestion for that, which is to rebuild everything
 with --enable-shared.  Which works, if I use cabal to manage packages,
 but it would be nice if the Debian packages supported that as well.
 It seems that this could be doable by just putting --enable-shared in
 the right place, but it would have to be done package by package from
 the bottom up.  Thoughts?

dynamically linked packages are less useful in the context of Debian, as
binaries linked against them will break in just about every upgrade.

But anyways in GHC-7.8, GHC will by default build dynamic libraries as
well and we will include them in the -dev package, so I suggest we just
wait until then. Whether they will be very useful remains to be seen...

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


Bug#741406: linux-image-3.13-1-amd64: tcp traffic fails after approx 1/2hour boot time 'TCP: out of memory -- consider tuning tcp_mem'

2014-03-12 Thread Jason Alavaliant
Package: src:linux
Version: 3.13.5-1
Severity: important

Dear Maintainer,

When I boot up my computer using the 3.13 kernel it works for approximately 1/2 
hour (I think the real factor is how much network traffic gets sent/recieved, 
it just takes me 1/2 hour to hit enough to trigger the problem).
Suddenly my ability to send tcp traffic over the network stops working (icmp 
pings are fine), which given my home directory is mounted over nfs4 rather 
breaks the computer.

The problem does not occur if I boot the machine using the kernel from 
linux-image-3.12-1-amd64 instead.
Information from dmesg/syslog that occurs after tcp traffic stops working 
below;   I've not done anything to alter my tcp_mem params so this failure is 
occuring with the kernel/debian default values.

Mar 10 07:45:33 grigorig kernel: [ 2684.863224] TCP: out of memory -- consider 
tuning tcp_mem
Mar 10 07:45:34 grigorig kernel: [ 2685.126472] [ cut here 
]
Mar 10 07:45:34 grigorig kernel: [ 2685.126479] WARNING: CPU: 1 PID: 4510 at 
/build/linux-UvfduQ/linux-3.13.5/net/core/stream.c:201 
inet_csk_destroy_sock+0x4d/0x
130()
Mar 10 07:45:34 grigorig kernel: [ 2685.126480] Modules linked in: 
ip6table_filter ip6_tables iptable_filter ip_tables ebtable_nat ebtables 
x_tables bnep rfcomm 
binfmt_misc rpcsec_gss_krb5 nfsv4 dns_resolver nfsd auth_rpcgss oid_registry 
nfs_acl nfs lockd fscache sunrpc bridge stp llc nls_utf8 nls_cp437 vfat fat 
fuse loo
p parport_pc ppdev lp parport joydev hid_generic snd_usb_audio snd_usbmidi_lib 
uvcvideo snd_seq_midi snd_seq_midi_event videobuf2_vmalloc videobuf2_memops 
videob
uf2_core snd_rawmidi videodev usbhid media hid btusb bluetooth 
snd_hda_codec_realtek iTCO_wdt snd_hda_codec_hdmi iTCO_vendor_support eeepc_wmi 
asus_wmi sparse_ke
ymap rfkill evdev x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm 
crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel 
aes_x86
_64 lrw gf128mul glue_helper ablk_helper cryptd efi_pstore efivars snd_seq 
snd_hda_intel psmouse snd_hda_codec pcspkr snd_hwdep lpc_ich serio_raw snd_pcm 
snd_seq
_device mfd_core snd_page_alloc snd_timer i2c_i801 snd i915 drm_kms_helper drm 
i2c_algo_bit soundcore i2c_core wmi mei_me mei video processor button ext4 
crc16 m
bcache jbd2 dm_mod sg sd_mod crc_t10dif crct10dif_common ahci libahci libata 
r8169 mii ehci_pci xhci_hcd ehci_hcd scsi_mod usbcore usb_common thermal fan 
thermal
_sys
Mar 10 07:45:34 grigorig kernel: [ 2685.126525] CPU: 1 PID: 4510 Comm: Socket 
Thread Not tainted 3.13-1-amd64 #1 Debian 3.13.5-1
Mar 10 07:45:34 grigorig kernel: [ 2685.126525] Hardware name: ASUS All 
Series/H87M-PRO, BIOS 1305 01/06/2014
Mar 10 07:45:34 grigorig kernel: [ 2685.126526]  0009 
814a0927  8105ba72
Mar 10 07:45:34 grigorig kernel: [ 2685.126528]  8803dce0f840 
8803dce0f9d8 0004 8803dce0f8d0
Mar 10 07:45:34 grigorig kernel: [ 2685.126529]  88040f0867e0 
813fc97d 8803dce0f840 8140166e
Mar 10 07:45:34 grigorig kernel: [ 2685.126531] Call Trace:
Mar 10 07:45:34 grigorig kernel: [ 2685.126533]  [814a0927] ? 
dump_stack+0x41/0x51
Mar 10 07:45:34 grigorig kernel: [ 2685.126535]  [8105ba72] ? 
warn_slowpath_common+0x72/0x90
Mar 10 07:45:34 grigorig kernel: [ 2685.126537]  [813fc97d] ? 
inet_csk_destroy_sock+0x4d/0x130
Mar 10 07:45:34 grigorig kernel: [ 2685.126538]  [8140166e] ? 
tcp_close+0x16e/0x3f0
Mar 10 07:45:34 grigorig kernel: [ 2685.126541]  [8142508c] ? 
inet_release+0x6c/0x80
Mar 10 07:45:34 grigorig kernel: [ 2685.126543]  [813a6ad5] ? 
sock_release+0x15/0x80
Mar 10 07:45:34 grigorig kernel: [ 2685.126544]  [813a6b49] ? 
sock_close+0x9/0x10
Mar 10 07:45:34 grigorig kernel: [ 2685.126546]  [8117aec5] ? 
__fput+0xc5/0x210
Mar 10 07:45:34 grigorig kernel: [ 2685.126549]  [81078e87] ? 
task_work_run+0x97/0xd0
Mar 10 07:45:34 grigorig kernel: [ 2685.126552]  [81012969] ? 
do_notify_resume+0x59/0x90
Mar 10 07:45:34 grigorig kernel: [ 2685.126554]  [814addf2] ? 
int_signal+0x12/0x17
Mar 10 07:45:34 grigorig kernel: [ 2685.126555] ---[ end trace 2ef75a6d35467fcd 
]---



-- Package-specific info:
** Version:
Linux version 3.13-1-amd64 (debian-ker...@lists.debian.org) (gcc version 4.8.2 
(Debian 4.8.2-14) ) #1 SMP Debian 3.13.5-1 (2014-03-04)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.13-1-amd64 
root=UUID=e5b9e710-f4b3-4e7e-ab54-65f03bfcbc23 ro quiet

** Not tainted

** Kernel log:
[1.989962] iTCO_wdt: Found a Lynx Point TCO device (Version=2, 
TCOBASE=0x1860)
[1.990082] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[2.003402] usbcore: registered new interface driver usbhid
[2.003404] usbhid: USB HID core driver
[2.007822] input: Kworld Webcam V5000AF as 
/devices/pci:00/:00:14.0/usb1/1-4/1-4:1.0/input/input18
[2.007864] usbcore: registered new interface driver uvcvideo
[  

Bug#741396: gnucash recommends gnucash-docs but suggests may be more appropriate

2014-03-12 Thread Sébastien Villemot
Control: forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=726146
Control: tags -1 + wontfix

Le mercredi 12 mars 2014 à 10:27 +0700, Chris Bainbridge a écrit :
 Package: gnucash
 Version: 1:2.6.1-2
 Severity: normal
 
 Dear Maintainer,
 
 (continued from bug #741175)
 
 On 12 March 2014 02:08, Sébastien Villemot sebast...@debian.org wrote:
  I think that Recommends is the right dependency level, because otherwise
  some menu items won't work. Note that you can still uninstall
  gnucash-docs, since it is not a strong dependency (contrary to what you
  said in the bug title). Anyways, if this is really an important issue
  to you, please find a bug against gnucash, which is the right place to
  deal with this issue.
 
 I've opened a gnucash bug -
 https://bugzilla.gnome.org/show_bug.cgi?id=726146 - suggesting that when
 the ondisk documentation is not present gnucash should redirect to the
 online docs instead of throwing an error.

This is an interesting idea. Note however that it has some drawbacks: if
the version of gnucash installed on your system is older than the last
version (and this happens for users of Debian stable), then the online
documentation will not correspond to the version being used.

 The Debian Policy Manual does say Packages must not require the
 existence of any files in /usr/share/doc/ in order to function
 (The system administrator should be able to delete files in
 /usr/share/doc/ without causing any programs to break.)

This is clearly a false statement. gnucash is not unusable at all in the
absence of the documentation. Only two menu items about documentation
will not work; instead they display a message saying that gnucash-docs
should be installed.

 There are other -docs packages (clamav, tomcat etc.) that use Suggests
 rather than Recommends. For a few MB of docs it may not be a big
 problem, but it is more necessary for gnucash when the docs are so big
 (100MB) - not everyone has a fast broadband connection, especially in
 developing nations.

There are people who disagree with you, see:

 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451894

For the time being I tend to agree with people who want a Recommends.
Note that you still have the option to not download the package at
installation time of gnucash, since it is a Recommends and not a
Depends.

I'm marking this bug as wontfix for now. I will revise this decision if
upstream implements your suggestion.

Cheers,

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://www.dynare.org/sebastien
  `-  GPG Key: 4096R/381A7594



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


Bug#740439: imagej: fails to start: No JVM found to run ImageJ

2014-03-12 Thread JR Coding
Hello,

I had the same problem Florian mentioned and removing gcj-4.x-jre helped.

A different approach was modifying the script /usr/bin/imagej
like this:

[...snip...]
# DEFINE JAVA_HOME  #

if [ -z $JAVA_HOME ] ; then
# This does not work see #505315
#JAVA_HOME=$(/usr/sbin/update-java-alternatives -l | sort | tail -1 | cut 
-d' ' -f 3)
# Reverted to old version - see #558222 (Andreas Tille)
# JAVA_HOME=$(dirname $(dirname $(dirname $(readlink 
/etc/alternatives/java

# to prevent problem mentioned in 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740439
# one could use this to define JAVA_HOME
#
JAVA_HOME=$(readlink -f /usr/bin/javac | sed s:/bin/javac::)
fi

# CREATE THE RIGHT ENVIRONMENT #
[...snip...]

This only if one needs gcj-4.x-jre installed while using imagej.

Cheers, Joachim


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



Bug#741396: gnucash recommends gnucash-docs but suggests may be more appropriate

2014-03-12 Thread Chris Bainbridge
On 12 March 2014 14:53, Sébastien Villemot sebast...@debian.org wrote:
 This is an interesting idea. Note however that it has some drawbacks: if
 the version of gnucash installed on your system is older than the last
 version (and this happens for users of Debian stable), then the online
 documentation will not correspond to the version being used.

Obviously it could link to a version specific online documentation.

 The Debian Policy Manual does say Packages must not require the
 existence of any files in /usr/share/doc/ in order to function
 (The system administrator should be able to delete files in
 /usr/share/doc/ without causing any programs to break.)

 This is clearly a false statement. gnucash is not unusable at all in the
 absence of the documentation. Only two menu items about documentation
 will not work; instead they display a message saying that gnucash-docs
 should be installed.

I didn't say gnucash was unusable, just that the menu entries to
documentation get broken. I'd say that counts as a violation of
without causing any programs to break - a break does not
necessarily mean that a package becomes completely unusable, merely
that part of the program becomes broken - in this case, in-menu links
to documentation become broken.

By the way, there seems to be another bug. The documentation popup says:

Document Not Found

The URI ‘ghelp:gnucash-help’ does not point to a valid page.

Search for packages containing this document.

If I click on the search link, it says You do not have PackageKit.
Package install links require PackageKit.

So it seems PackageKit needs to be listed as a dependency of gnucash
in order for the search link to work.

 There are people who disagree with you, see:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451894

As I said, for people on fast broadband installing a 100MB+
documentation file is no problem. For users in developing countries
relying on poor internet connections (like me), a 100MB+ download can
be a problem.


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



Bug#741407: kpartx call fails consistently

2014-03-12 Thread Bdale Garbee
Package: vmdebootstrap
Version: 0.2-1

Trying to build a FreedomBox image with freedom-maker, which calls
vmdebootstrap, I'm seeing a completely repeatable failure.  What appears
to happen is that after the .img file is created, the kpartx call
fails.  If I manually run kpartx after the failure, it seems to work
fine, then calling our make which re-runs vmdebootstrap working on the
same .img file allows things to run to completion.

The behavior is consistent after a reboot.  I'm running sid with a
locally built upstream stable kernel.

Bdale

+ sudo SUITE=jessie MIRROR=http://cdn.debian.net/debian DESTINATION=card 
MACHINE=dreamplug ARCHITECTURE=armel vmdebootstrap --log build/freedombox.log 
--log-level debug --size 2.5G --image 
build/freedombox-unstable_2014-03-12_dreamplug-armel-card.img --hostname 
freedombox --verbose --mirror http://cdn.debian.net/debian --customize 
/home/bdale/src/fbx/freedom-maker/bin/freedombox-customize --root-password 
freedom --arch armel --distribution jessie --variant minbase --bootsize 128M 
--boottype vfat --no-kernel --no-extlinux --foreign /usr/bin/qemu-arm-static 
--package apt --package base-files --package ifupdown --package initramfs-tools 
--package logrotate --package module-init-tools --package netbase --package 
rsyslog --package udev --package debian-archive-keyring --package 
linux-image-kirkwood --package u-boot-tools --package u-boot
Creating disk image
Creating partitions
Installing MBR
build/freedombox-unstable_2014-03-12_dreamplug-armel-card.img
Creating filesystem ext4
EEEK! Something bad happened...
Cleaning up
ERROR: command failed: ['mkfs', '-t', 'ext4', '/dev/mapper/loop0p2']

mke2fs 1.42.9 (4-Feb-2014)
Could not stat /dev/mapper/loop0p2 --- No such file or directory

The device apparently does not exist; did you specify it correctly?

make: *** [dreamplug-image] Error 1
bdale@rover:~/src/fbx/freedom-maker$ sudo kpartx -a build/*.img
bdale@rover:~/src/fbx/freedom-maker$ DESTINATION=usb make

 ...

+ sudo SUITE=jessie MIRROR=http://cdn.debian.net/debian DESTINATION=card 
MACHINE=dreamplug ARCHITECTURE=armel vmdebootstrap --log build/freedombox.log 
--log-level debug --size 2.5G --image 
build/freedombox-unstable_2014-03-12_dreamplug-armel-card.img --hostname 
freedombox --verbose --mirror http://cdn.debian.net/debian --customize 
/home/bdale/src/fbx/freedom-maker/bin/freedombox-customize --root-password 
freedom --arch armel --distribution jessie --variant minbase --bootsize 128M 
--boottype vfat --no-kernel --no-extlinux --foreign /usr/bin/qemu-arm-static 
--package apt --package base-files --package ifupdown --package initramfs-tools 
--package logrotate --package module-init-tools --package netbase --package 
rsyslog --package udev --package debian-archive-keyring --package 
linux-image-kirkwood --package u-boot-tools --package u-boot
Creating disk image
Creating partitions
Installing MBR
build/freedombox-unstable_2014-03-12_dreamplug-armel-card.img
Creating filesystem ext4
Mounting /dev/mapper/loop0p2 on /tmp/tmpAjnPLY
Creating filesystem vfat
Mounting /dev/mapper/loop0p1 on /tmp/tmpAjnPLY/boot/
Debootstrapping


pgpOWFNx_dQDZ.pgp
Description: PGP signature


Bug#647263: ITP: gpaste -- GPaste is a clipboard management suite for GNOME

2014-03-12 Thread Zang MingJie
Hi Victor:

I'm glad to see the package accepted, thank you.

It is my pleasure to contribute to debian. I have built 3.2.2 because
future version is depending on gnome 3.10, I'm not sure if it is ready in
debian, and I'll try to keep it up.

Regards.

On Tue, Mar 11, 2014 at 11:03 PM, Victor Seva 
linuxman...@torreviejawireless.org wrote:

 3.3 it's been released. I've just upgraded the package [0] to be able
 to use it with current gnome-shell version.

 I've used Zang changes and I will try to polish it if I have time.

 Zang, are you willing to collaborate in get gpaste in Debian?

 Cheers,
 Victor

 [0] https://github.com/linuxmaniac/pkg_gpaste
  http://linuxmaniac.torreviejawireless.org/debian/gpaste/



Bug#741396: gnucash recommends gnucash-docs but suggests may be more appropriate

2014-03-12 Thread Sébastien Villemot
Le mercredi 12 mars 2014 à 15:17 +0700, Chris Bainbridge a écrit :
 On 12 March 2014 14:53, Sébastien Villemot sebast...@debian.org wrote:

  The Debian Policy Manual does say Packages must not require the
  existence of any files in /usr/share/doc/ in order to function
  (The system administrator should be able to delete files in
  /usr/share/doc/ without causing any programs to break.)
 
  This is clearly a false statement. gnucash is not unusable at all in the
  absence of the documentation. Only two menu items about documentation
  will not work; instead they display a message saying that gnucash-docs
  should be installed.
 
 I didn't say gnucash was unusable, just that the menu entries to
 documentation get broken. I'd say that counts as a violation of
 without causing any programs to break - a break does not
 necessarily mean that a package becomes completely unusable, merely
 that part of the program becomes broken - in this case, in-menu links
 to documentation become broken.

But since gnucash gracefully handles that case, this clearly does not
count as a break for me. Also note that the Yelp documentation used by
gnucash in that case is not located under /usr/share/doc, but
under /usr/share/gnome/help, so your point is not valid anyways.

 By the way, there seems to be another bug. The documentation popup says:
 
 Document Not Found
 
 The URI ‘ghelp:gnucash-help’ does not point to a valid page.
 
 Search for packages containing this document.
 
 If I click on the search link, it says You do not have PackageKit.
 Package install links require PackageKit.
 
 So it seems PackageKit needs to be listed as a dependency of gnucash
 in order for the search link to work.

May it be that you did not install yelp? Anyways, this is off-topic for
this bug.

  There are people who disagree with you, see:
 
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451894
 
 As I said, for people on fast broadband installing a 100MB+
 documentation file is no problem. For users in developing countries
 relying on poor internet connections (like me), a 100MB+ download can
 be a problem.

Sure, downloading 100MB+ on a slow connection is painful. But since this
download is optional, I don't see the problem.

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://www.dynare.org/sebastien
  `-  GPG Key: 4096R/381A7594



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


Bug#740786: flash-kernel: add support for Buffalo Linkstation LS-XHL

2014-03-12 Thread Ian Campbell
On Tue, 2014-03-11 at 00:34 +0100, Cyril Brulebois wrote:
 Hi Michael,
 
 Michael Walle mich...@walle.cc (2014-03-04):
  Package: flash-kernel
  Severity: normal
  Tags: patch
  
  The Buffalo Linkstation Pro, model LS-XHL, is supported by Debian as of
  the Linux 3.12 backports package for wheezy.
  
  The attached patch updates the flash-kernel database for the LS-XHL.
 
 thanks again, and Ian, same question as for libdebian-installer. ;)

Hrm, thought I'd already committed this but that was actually #734130
for a similar but different system LS-CHLv2. This looks OK to me so I
went ahead and committed it.

Ian.


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


Bug#741408: New upstream release: 1.2.01

2014-03-12 Thread Alessio Treglia
Package: mp3diags
Severity: wishlist

Hello,

a new upstream release is available here:
   http://sourceforge.net/projects/mp3diags/files/mp3diags-src/

Can you update the packaging please?
Thanks for considering.

Regards.

-- 
Alessio Treglia  | www.alessiotreglia.com
Debian Developer | ales...@debian.org
Ubuntu Core Developer|  quadris...@ubuntu.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A


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



Bug#729340: iceweasel: FTBFS on hurd-i386

2014-03-12 Thread Sylvestre Ledru
On 11/03/2014 23:33, Richard Braun wrote:
 Note that my patch has been created against 27.0.1-1 from experimental.

Are you going to try to forward that upstream ?
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#741409: python-ceilometerclient: ceilometerclient does not support https

2014-03-12 Thread Benedikt Trefzer
Package: python-ceilometerclient
Version: 1.0.6-1~bpo70+1
Severity: normal
Tags: patch


python ceilometerclient cannot be used for https connection.

A fix is available upstream at:
https://github.com/openstack/python-
ceilometerclient/commit/e337ae3f639d506a40538d6540ca5cdc4da9db61

Thanks

Benedikt



-- System Information:
Debian Release: 7.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-0.bpo.1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-ceilometerclient depends on:
ii  dpkg 1.16.12
ii  python   2.7.3-4+deb7u1
ii  python-httplib2  0.7.4-2+deb7u1
ii  python-iso8601   0.1.8-0.1~bpo70+1
ii  python-keystoneclient1:0.5.1-1~bpo70+1
ii  python-pbr   0.5.21-1~bpo70+1
ii  python-prettytable   0.7.2-2~bpo70+1
ii  python-setuptools0.6.24-1
ii  python-setuptools-git1.0~b1-1~bpo70+1
ii  python-sphinx1.1.3+dfsg-8~bpo70+1
ii  python-warlock   1.0.1-2~bpo70+1
ii  python2.7 [python-argparse]  2.7.3-6

python-ceilometerclient recommends no packages.

python-ceilometerclient 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#590699: antlr3: Add ant task

2014-03-12 Thread Emmanuel Bourg
Le 08/08/2010 17:14, Ludovic Claude a écrit :

 Is there a home page for this little project?

The original link is now broken. The task can be found in the repository
on Github:

https://github.com/antlr/antlr3/tree/master/antlr-ant/main/antlr3-task

Emmanuel Bourg


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



Bug#741388: initscripts: Properly mount GlusterFS as a networked filesystem at boot

2014-03-12 Thread Vincent Caron
On 12/03/2014 01:49, Petter Reinholdtsen wrote:
 Did you try to add the _netdev option to the glusterfs entry in
 /etc/fstab? 

  It works, thanks, nice workaround.

  Wouldn't it be nicer if GlusterFS was supported ouf-of-the-box just
like Ceph, Coda and the others ?


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



Bug#741410: fgo: new upstream version available

2014-03-12 Thread Florent Rougon
Package: fgo
Version: 1.3.1-2
Severity: wishlist

Hello,

There have been a few fgo releases in the last years... At the time
of this writing, upstream is at 1.5.0. Will attach a patch once I get the bug
number.

Thanks.

-- System Information:
Debian Release: 7.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.11-0.bpo.2-amd64 (SMP w/8 CPU cores)
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 fgo depends on:
ii  python 2.7.3-4+deb7u1
ii  python-imaging 1.1.7-4
ii  python-imaging-tk  1.1.7-4
ii  python-tk  2.7.3-1
ii  tcl8.5 8.5.11-2
ii  tk8.5  8.5.11-2

Versions of packages fgo recommends:
ii  flightgear  3.0.0-1~frougon+deb7.0

fgo 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#741031: libc6: cannot upgrade from 2.17-97 to 2.18-4

2014-03-12 Thread Andrea Lusuardi
Can confirm the very same behaviour, it is crippling as it prevents
most dpkg-related operations.

iHR libc6:amd642.17-97   amd64
Embedded GNU C Library: Shared libraries
iU  libc6:i386 2.18-4i386 
Embedded GNU C Library: Shared libraries
ii  libc6-i386 2.17-97   amd64
Embedded GNU C Library: 32-bit shared libraries for AMD64
ii  libc6-i686:i3862.17-97   i386 
Embedded GNU C Library: Shared libraries [i686 optimized]

let me know if i can help

-- 
Andrea Lusuardi  -  uovobw GPG: 313C1073


signature.asc
Description: PGP signature


Bug#729340: iceweasel: FTBFS on hurd-i386

2014-03-12 Thread Richard Braun
On Wed, Mar 12, 2014 at 09:59:18AM +0100, Sylvestre Ledru wrote:
 On 11/03/2014 23:33, Richard Braun wrote:
  Note that my patch has been created against 27.0.1-1 from experimental.
 
 Are you going to try to forward that upstream ?

Do you mean the Mozilla repository ?

I guess they would expect the test suite to completely pass too, which
isn't the case and would require some effort (from what I saw, it's less
portable than Firefox itself).

-- 
Richard Braun


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



Bug#738945: [Pkg-xfce-devel] Bug#738945: task-xfce-desktop: Hibernate doesn't work out of the box

2014-03-12 Thread Yves-Alexis Perez
Control: reassign -1 src:linux
Control: tag -1 wheezy

Kernel maintainers: it seems that Max has an issue with suspend to disk
in Wheezy. He initially reported against tasksel because he thought it
was related to the default install, but in the end it looks like it's
more a kernel issue.

On Tue, Mar 11, 2014 at 12:51:38PM +0100, Max Kubierschky wrote:
 Hi everybody,
 
 Ok, I was't informed, that hibernating should work without uswsusp.
 So I removed uswsusp again, for bug-hunting. I did try as suggested:
 
 - logout button, then hibernate
 - pm-hibernate (as root)
 - echo disk  /sys/power/state (as root)
 
 All of the above have the same effect: The screen goes black,
 after some seconds, the computer switches off. When switching
 it on again, It boots normally instead of returning to the hibernated
 state.
 
 So this bug is indeed not related to Xfce.

Thanks, I'm reassigning to the Linux kernel then. It might help to try
to reproduce with a vanilla 3.2 kernel, but I'll let the Linux
maintainers ask the information they need.
 
 For me personally, the problem is solved, as I am fine with uswsusp.
 But if it may benefit other users, I'm willing to cooperate in hunting it
 down further.
 
 As to my hardware: Its a Dell inspiron 1525 Notebook.
 To provide more information, below is the output from lspci.
 I have the non-free module iwl3945 installed for wifi, but
 
   rmmod iwl3945 iwl_legacy mac80211 cfg80211
 
 before hibernating doesn't change anything.
 
 Yours, Max
 
  lspci
 00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory
 Controller Hub (rev 0c)
 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960
 Integrated Graphics Controller (primary) (rev 0c)
 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated
 Graphics Controller (secondary) (rev 0c)
 00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
 Controller #4 (rev 02)
 00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
 Controller #5 (rev 02)
 00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI
 Controller #2 (rev 02)
 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
 Controller (rev 02)
 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port
 1 (rev 02)
 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port
 2 (rev 02)
 00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port
 5 (rev 02)
 00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
 Controller #1 (rev 02)
 00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
 Controller #2 (rev 02)
 00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
 Controller #3 (rev 02)
 00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI
 Controller #1 (rev 02)
 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
 00:1f.0 ISA bridge: Intel Corporation 82801HM (ICH8M) LPC Interface
 Controller (rev 02)
 00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE
 Controller (rev 02)
 00:1f.2 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA
 Controller [AHCI mode] (rev 02)
 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev
 02)
 02:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev
 05)
 02:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host
 Adapter (rev 22)
 02:09.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter
 (rev 12)
 02:09.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
 09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E
 Fast Ethernet Controller (rev 12)
 0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan]
 Network Connection (rev 02)
 
 Am 11.03.2014 11:16, schrieb Yves-Alexis Perez:
 On Tue, Mar 11, 2014 at 01:13:59AM +0100, Cyril Brulebois wrote:
 Hi Xfce maintainers,
 
 please find below an installation report regarding Xfce. Feedback welcome.
 Thanks for the report, answers inline.
 
 Max Kubierschkym...@knirz.de  (2014-02-14):
 Package: task-xfce-desktop
 Version: 3.14.1
 Severity: normal
 
 Dear Maintainer,
 
 I installed debian wheezy with xfce desktop.
 hibernate was available in the energy settings, but did not work.
 Or more exactly, hibernate did work, but after switching on the
 computer again, it booted normally, instead of thawing.
 
 After some debugging and research, Installing uswsusp solved the
 problem.
 What kind of debug did you do? Do the following ways work:
 
 - logout button, then hibernate
 - pm-hibernate (as root)
 - echo disk  /sys/power/state (as root)
 
 Also, it'd help to know the kind of hardware you have (and especially
 stuff like wireless and graphic cards).
 Suggestion: add dependency on uswsusp to package task-xfce-desktop
 No way. uswsusp is (imho) just plain useless. Hibernation 

Bug#636679: ITP apitrace any progress?

2014-03-12 Thread Christopher James Halse Rogers

Hi!

It's been in an uploadable condition a couple of times over the last 
couple of years, but the DDs on the Debian X team have always been too 
busy to sponsor at those times (and I've never quite got around to 
apply for DD).


I'll give it another update in git; a couple of the other Debian X guys 
are close to DD status, so the bandwidth for uploading should be better 
soon :)



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



Bug#741411: fgo: invalid or outdated format for machine-readable debian/copyright

2014-03-12 Thread Florent Rougon
Package: fgo
Version: 1.3.1-2
Severity: normal

Hello,

When building fgo, lintian complains:

W: fgo source: syntax-error-in-dep5-copyright line 18: Continuation line
outside a paragraph.

The patch in #741410 addresses this problem.

-- 
Florent


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



Bug#741108: [ITR] templates://wims-moodle/{templates}

2014-03-12 Thread Georges Khaznadar
Christian PERRIER a écrit :
 If you approve this process,

I do.

Best regards,   Georges.



signature.asc
Description: Digital signature


Bug#741329: python-pykcs11: import module import PyKCS11 fail

2014-03-12 Thread Ludovic Rousseau

Le 11/03/2014 11:27, Samuel a écrit :

Package: python-pykcs11
Version: 1.2.4-1
Severity: important

when i try to load PyKCS11 I obtain the following error:

import PyKCS11

Traceback (most recent call last):
   File stdin, line 1, in module
   File PyKCS11/__init__.py, line 20, in module
 import PyKCS11.LowLevel
   File PyKCS11/LowLevel.py, line 26, in module
 _LowLevel = swig_import_helper()
   File PyKCS11/LowLevel.py, line 18, in swig_import_helper
 import _LowLevel
ImportError: No module named _LowLevel


I can't reproduce the problem.

What is the output of:
$ dpkg -L python-pykcs11

Thanks

--
 Dr. Ludovic Rousseau


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



Bug#741412: exim4: process crashed with signal 11 while delivering

2014-03-12 Thread Leszek Dubiel
Package: exim4
Version: 4.80-7
Severity: important

After upgradading debian to woody I started to get exim crashed for some
emails (a few emails for few thousand deliveries). 

Email is delivered to exim, put into the queue, and never delivered.
Running the queue gives error message: 

queue run: process 2795 crashed with signal 11 while delivering 
1WNfPp-ft-T3

I have taken that email and tried to modify it to make the smallest
possible data that causes exim crashes. The file test.txt contains
such data (tab idented): 

To: zbigniew grzybacz zbigniew.grzyb...@dubielvitrum.pl, 
 =?ISO-8859-2?Q?Stanis=B3aw_Filas?= stanislaw.fi...@dubielvitrum.pl, 
 patalita.mar...@dubielvitrum.pl, p...@dubielvitrum.pl
Subject: test

crash test

Command cat -A text.txt gives: 

To: zbigniew grzybacz zbigniew.grzyb...@dubielvitrum.pl, $
 =?ISO-8859-2?Q?Stanis=B3aw_Filas?= stanislaw.fi...@dubielvitrum.pl, $
 patalita.mar...@dubielvitrum.pl, p...@dubielvitrum.pl$
Subject: test$
$
crash test$

And here is output of  cat test.txt | base64: 


VG86IHpiaWduaWV3IGdyenliYWN6IDx6Ymlnbmlldy5ncnp5YmFjekBkdWJpZWx2aXRydW0ucGw+

LCAKID0/SVNPLTg4NTktMj9RP1N0YW5pcz1CM2F3X0ZpbGFzPz0gPHN0YW5pc2xhdy5maWxhc0Bk

dWJpZWx2aXRydW0ucGw+LCAKIHBhdGFsaXRhLm1hcmNpbkBkdWJpZWx2aXRydW0ucGwsIHBoY2JA
ZHViaWVsdml0cnVtLnBsClN1YmplY3Q6IHRlc3QKCmNyYXNoIHRlc3QK

Now I feed this file to exim: cat test.txt | exim -t. No errors
reported. 

Then I run exim -qf, and get error message: 

2014-03-12 10:25:38 queue run: process 2795 crashed with signal 11 
while delivering 1WNfPp-ft-T3

Command exim -bp shows: 

 0m   503 1WNfPp-ft-T3 r...@dubielvitrum.pl
  zbigniew.grzyb...@dubielvitrum.pl
  stanislaw.fi...@dubielvitrum.pl
  patalita.mar...@dubielvitrum.pl
  p...@dubielvitrum.pl

What is STRANGE: when running queue in debugging mode exim -d -qf
message is DELIVERED. 



-- Package-specific info:
Exim version 4.80 #3 built 02-Jan-2013 19:40:22
Copyright (c) University of Cambridge, 1995 - 2012
(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2012
Berkeley DB: Berkeley DB 5.1.29: (October 25, 2011)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages DKIM
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz 
dbmnz dnsdb dsearch nis nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /etc/exim4/exim4.conf

-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages exim4 depends on:
ii  debconf [debconf-2.0]  1.5.49
ii  exim4-base 4.80-7
ii  exim4-daemon-light 4.80-7

exim4 recommends no packages.

exim4 suggests no packages.

-- debconf information:
  exim4/drec:


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



Bug#740926: www.debian.org: Link to public cloud providers Debian images/info from /distrib/ (or from /cloud/ with generic cloud description on /distrib/)?

2014-03-12 Thread Paul Wise
I wonder if linking to the Debian hosting wiki page is a better idea?

https://wiki.debian.org/DebianHosting

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Bug#741413: libmoosex-runnable-perl: uninstallable in sid

2014-03-12 Thread Julien Cristau
Package: libmoosex-runnable-perl
Version: 0.03-1
Severity: serious

Hi,

your package is currently uninstallable:

libmoosex-runnable-perl Depends: libmoose-perl
libmoose-perl 2.1204-1 Breaks: libmoosex-runnable-perl ( 0.03+)

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#741414: prelude-correlator: prelude correlator should depends on python-netaddr

2014-03-12 Thread Landry MINOZA
Package: prelude-correlator
Version: 1.0.0-1
Severity: normal

Dear Maintainer,

When starting prelude-correlator service without python-netaddr, I've got this 
warning :
WARNING: SpamhausDropPlugin = 
PreludeCorrelator.plugins.spamhausdrop:SpamhausDropPlugin: No module named 
netaddr

After installing python-netaddr, the service start smoothly and load the plugin
INFO: [SpamhausDropPlugin]: Downloading host list, this might take some 
time...
[SpamhausDropPlugin]: Downloading done, processing data.

This plugin is activated by default.


-- System Information:
Debian Release: 7.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages prelude-correlator depends on:
ii  adduser   3.113+nmu3
ii  python2.7.3-4+deb7u1
ii  python-pkg-resources  0.6.24-1
ii  python-prelude1.0.0-9
ii  python-support1.0.15

prelude-correlator recommends no packages.

prelude-correlator suggests no packages.

-- Configuration Files:
/etc/default/prelude-correlator changed [not included]

-- no debconf information

-- debsums errors found:
debsums: changed file /var/lib/prelude-correlator/dshield.dat (from 
prelude-correlator package)
debsums: changed file /var/lib/prelude-correlator/spamhaus_drop.dat (from 
prelude-correlator package)


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



Bug#741329: python-pykcs11: import module import PyKCS11 fail

2014-03-12 Thread Samuel Panicucci
~/  dpkg -L python-pykcs11
/.
/usr
/usr/share
/usr/share/pyshared
/usr/share/pyshared/PyKCS11
/usr/share/pyshared/PyKCS11/__init__.py
/usr/share/pyshared/PyKCS11/LowLevel.py
/usr/share/doc
/usr/share/doc/python-pykcs11
/usr/share/doc/python-pykcs11/changelog.Debian.gz
/usr/share/doc/python-pykcs11/copyright
/usr/share/doc/python-pykcs11/readme.txt
/usr/share/doc/python-pykcs11/examples
/usr/share/doc/python-pykcs11/examples/LowLevel
/usr/share/doc/python-pykcs11/examples/LowLevel/test.py
/usr/share/doc/python-pykcs11/examples/LowLevel/test1.py.gz
/usr/share/doc/python-pykcs11/examples/LowLevel/InitTokenPin.py
/usr/share/doc/python-pykcs11/examples/LowLevel/dumpit.py.gz
/usr/share/doc/python-pykcs11/examples/getinfo.py.gz
/usr/share/doc/python-pykcs11/examples/dumpit.py.gz
/usr/share/doc/python-pykcs11/examples/unblock.py
/usr/lib
/usr/lib/python2.6
/usr/lib/python2.6/dist-packages
/usr/lib/python2.6/dist-packages/PyKCS11-1.2.4.egg-info
/usr/lib/python2.6/dist-packages/PyKCS11
/usr/lib/python2.6/dist-packages/PyKCS11/_LowLevel.so
/usr/lib/pyshared
/usr/lib/pyshared/python2.6
/usr/lib/pyshared/python2.6/PyKCS11
/usr/lib/pyshared/python2.7
/usr/lib/pyshared/python2.7/PyKCS11
/usr/lib/python2.7
/usr/lib/python2.7/dist-packages
/usr/lib/python2.7/dist-packages/PyKCS11-1.2.4.egg-info
/usr/lib/python2.7/dist-packages/PyKCS11
/usr/lib/python2.7/dist-packages/PyKCS11/_LowLevel.so
/usr/lib/python2.6/dist-packages/PyKCS11/__init__.py
/usr/lib/python2.6/dist-packages/PyKCS11/LowLevel.py
/usr/lib/pyshared/python2.6/PyKCS11/_LowLevel.so
/usr/lib/pyshared/python2.7/PyKCS11/_LowLevel.so
/usr/lib/python2.7/dist-packages/PyKCS11/__init__.py
/usr/lib/python2.7/dist-packages/PyKCS11/LowLevel.py



2014-03-12 10:50 GMT+01:00 Ludovic Rousseau ludovic.rouss...@gmail.com:

 Le 11/03/2014 11:27, Samuel a écrit :

  Package: python-pykcs11
 Version: 1.2.4-1
 Severity: important

 when i try to load PyKCS11 I obtain the following error:

 import PyKCS11

 Traceback (most recent call last):
File stdin, line 1, in module
File PyKCS11/__init__.py, line 20, in module
  import PyKCS11.LowLevel
File PyKCS11/LowLevel.py, line 26, in module
  _LowLevel = swig_import_helper()
File PyKCS11/LowLevel.py, line 18, in swig_import_helper
  import _LowLevel
 ImportError: No module named _LowLevel


 I can't reproduce the problem.

 What is the output of:
 $ dpkg -L python-pykcs11

 Thanks

 --
  Dr. Ludovic Rousseau



Bug#741329: python-pykcs11: import module import PyKCS11 fail

2014-03-12 Thread Samuel Panicucci
when I reinstall the package the problem still not persist, thanks anyway


2014-03-12 11:11 GMT+01:00 Samuel Panicucci samuel...@gmail.com:

 ~/  dpkg -L python-pykcs11
 /.
 /usr
 /usr/share
 /usr/share/pyshared
 /usr/share/pyshared/PyKCS11
 /usr/share/pyshared/PyKCS11/__init__.py
 /usr/share/pyshared/PyKCS11/LowLevel.py
 /usr/share/doc
 /usr/share/doc/python-pykcs11
 /usr/share/doc/python-pykcs11/changelog.Debian.gz
 /usr/share/doc/python-pykcs11/copyright
 /usr/share/doc/python-pykcs11/readme.txt
 /usr/share/doc/python-pykcs11/examples
 /usr/share/doc/python-pykcs11/examples/LowLevel
 /usr/share/doc/python-pykcs11/examples/LowLevel/test.py
 /usr/share/doc/python-pykcs11/examples/LowLevel/test1.py.gz
 /usr/share/doc/python-pykcs11/examples/LowLevel/InitTokenPin.py
 /usr/share/doc/python-pykcs11/examples/LowLevel/dumpit.py.gz
 /usr/share/doc/python-pykcs11/examples/getinfo.py.gz
 /usr/share/doc/python-pykcs11/examples/dumpit.py.gz
 /usr/share/doc/python-pykcs11/examples/unblock.py
 /usr/lib
 /usr/lib/python2.6
 /usr/lib/python2.6/dist-packages
 /usr/lib/python2.6/dist-packages/PyKCS11-1.2.4.egg-info
 /usr/lib/python2.6/dist-packages/PyKCS11
 /usr/lib/python2.6/dist-packages/PyKCS11/_LowLevel.so
 /usr/lib/pyshared
 /usr/lib/pyshared/python2.6
 /usr/lib/pyshared/python2.6/PyKCS11
 /usr/lib/pyshared/python2.7
 /usr/lib/pyshared/python2.7/PyKCS11
 /usr/lib/python2.7
 /usr/lib/python2.7/dist-packages
 /usr/lib/python2.7/dist-packages/PyKCS11-1.2.4.egg-info
 /usr/lib/python2.7/dist-packages/PyKCS11
 /usr/lib/python2.7/dist-packages/PyKCS11/_LowLevel.so
 /usr/lib/python2.6/dist-packages/PyKCS11/__init__.py
 /usr/lib/python2.6/dist-packages/PyKCS11/LowLevel.py
 /usr/lib/pyshared/python2.6/PyKCS11/_LowLevel.so
 /usr/lib/pyshared/python2.7/PyKCS11/_LowLevel.so
 /usr/lib/python2.7/dist-packages/PyKCS11/__init__.py
 /usr/lib/python2.7/dist-packages/PyKCS11/LowLevel.py



 2014-03-12 10:50 GMT+01:00 Ludovic Rousseau ludovic.rouss...@gmail.com:

 Le 11/03/2014 11:27, Samuel a écrit :

  Package: python-pykcs11
 Version: 1.2.4-1
 Severity: important

 when i try to load PyKCS11 I obtain the following error:

 import PyKCS11

 Traceback (most recent call last):
File stdin, line 1, in module
File PyKCS11/__init__.py, line 20, in module
  import PyKCS11.LowLevel
File PyKCS11/LowLevel.py, line 26, in module
  _LowLevel = swig_import_helper()
File PyKCS11/LowLevel.py, line 18, in swig_import_helper
  import _LowLevel
 ImportError: No module named _LowLevel


 I can't reproduce the problem.

 What is the output of:
 $ dpkg -L python-pykcs11

 Thanks

 --
  Dr. Ludovic Rousseau





Bug#680389: gvfs afp

2014-03-12 Thread Andreas Henriksson
Hello Dan!

Thanks for your followup on the gvfs bug.

If you have things set up to test reproducing this, could you please
also try the (much more recent) gvfs version from Debian Experimental?
It contains a few minor related fixes. Maybe none of them helps
out with this bug, but it's always nice to verify before going bug-hunting.

Thanks,
Andreas Henriksson


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



Bug#741388: initscripts: Properly mount GlusterFS as a networked filesystem at boot

2014-03-12 Thread Petter Reinholdtsen
[Vincent Caron]
   It works, thanks, nice workaround.

Good.  It is not really a workaround, it is the recommended way to do
it. :)

 Wouldn't it be nicer if GlusterFS was supported ouf-of-the-box just
 like Ceph, Coda and the others ?

Personally, I believe it would be better if the need to update
initscripts for different file systems went away, and believe it would
be better if special handling for ceph, coda and the others were
removed from initscripts.

-- 
Happy hacking
Petter Reinholdtsen


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



Bug#740147: Upload of d-e-a-k for squeeze

2014-03-12 Thread Mike Gabriel

Control: tag -1 pending
Control: fixed -1 2013.03.15
Control: fixed -1 2010.01.05+squeeze1

Hi,

On  So 09 Mär 2014 10:37:07 CET, Mike Gabriel wrote:

we have a go from the RT to upload debian-edu-archive-keyring  
2010.01.05+squeeze1.


Are you ok with me uploading that? I already pinged you on IRC about  
that, but you are probably not reading IRC that much while on VAC.


As there has not been any positive nor vetoing feedback on this, I  
have just uploaded the oldstable-proposed-updates version of  
debian-edu-archive-keyring (2010.01.05+squeeze1).


Greets,
Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpb2B3cM1Ooq.pgp
Description: Digitale PGP-Signatur


Bug#741415: please use charon-nm

2014-03-12 Thread Harald Dunkel
Package: network-manager-strongswan
Version: 1.3.0-1

AFAICS /usr/lib/ipsec/charon (strongswan 5.1.1) does not
support dbus needed for the network manager integration, so
debian/rules should say

DEB_CONFIGURE_EXTRA_FLAGS := --with-charon=/usr/lib/ipsec/charon-nm


Regards
Harri


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



Bug#741416: ITP: libowasp-esapi-java -- Enterprise Security API (ESAPI)

2014-03-12 Thread Matthew Vernon
Package: wnpp
Severity: wishlist
Owner: Matthew Vernon matt...@debian.org

  Package name: libowasp-esapi-java
  Version : 2.1.0
  Upstream Author : Jeff Williams jeff.willi...@aspectsecurity.com
  URL : https://code.google.com/p/owasp-esapi-java/
  License : BSD (documentation CC-BY-SA-3.0)
  Programming Lang: Java
  Description : Enterprise Security API (ESAPI)

 The Enterprise Security API (ESAPI) project is an OWASP project to
 create simple strong security controls for every web
 platform. Security controls are not simple to build. You can read
 about the hundreds of pitfalls for unwary developers on the OWASP web
 site. By providing developers with a set of strong controls, OWASP
 aim to eliminate some of the complexity of creating secure web
 applications.


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



Bug#728085: Pyfftw does not build

2014-03-12 Thread Andreas Tille
Hi Ghislain,

On Sun, Mar 09, 2014 at 09:47:31PM +, Ghislain Vaillant wrote:
 The latest update of PyFFTW now builds nicely with pbuilder and is ready
 for review. All the previously reported issues are now fixed.

Thanks for working on this.

I can confirm that the package builds but I see some easily fixable
lintian warnings:


W: python-fftw3-dbg: wrong-section-according-to-package-name python-fftw3-dbg 
= debug
N: 
N:This package has a name suggesting that it belongs to a section other
N:than the one it is currently categorized in.
N:
N:Severity: normal, Certainty: possible
N:
N:Check: fields, Type: binary, udeb, source
N: 
W: python-fftw3-dbg: debug-package-should-be-priority-extra python-fftw3-dbg
N: 
N:This package has a name suggesting that it contains detached debugging
N:symbols. If so, it should have priority extra since users normally do
N:not need such packages.
N:
N:Severity: normal, Certainty: certain
N:
N:Check: fields, Type: binary, udeb, source
N: 
W: python3-fftw3-dbg: wrong-section-according-to-package-name python3-fftw3-dbg 
= debug
W: python3-fftw3-dbg: debug-package-should-be-priority-extra python3-fftw3-dbg
W: python-fftw3: wrong-section-according-to-package-name python-fftw3 = python


Would you please fix these as well before I'm sponsering the package.

Kind regards

  Andreas.

-- 
http://fam-tille.de


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



Bug#738735: linop: FTBFS: dh_sphinxdoc: Sphinx documentation not found

2014-03-12 Thread Ghislain Vaillant
Thank you Aaron for reporting the bug and Andreas for providing
instructions for testing the bug.

I have uploaded a new version of the package to the git repository and
tested it against pdebuild with and without the --binary-arch option.

Do I need to do anything else ?

Ghis


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



Bug#740241: squeeze-pu: package debian-edu-archive-keyring/2010.01.05+squeeze1

2014-03-12 Thread Mike Gabriel

Hi Adam,

On  Fr 07 Mär 2014 20:29:10 CET, Adam D. Barratt wrote:


Control: tags -1 + confirmed
Control: severity -1 normal

Apologies for the delay in getting back to you; it's been one of those
weeks. :-/


No problem. My last weekend wasn't much better concern free space for  
contributing to Debian.



On Thu, 2014-02-27 at 11:30 +, Mike Gabriel wrote:

Attached you find a debdiff for a squeeze-proposed udpate of the
package debian-edu-archive-keyring.


Please go ahead.


Package has been uploaded.


The problem with the current package version in Debian squeeze is
discussed as #740147 [1].



Please add an appropriate fixed version to #740147. Currently, the
metadata claims that the bug still affects all suites from squeeze up to
sid.


Done [1].


[...]

Once the squeeze-proposed update upload has completed, may I ask to
move this update package as quickly to squeeze-updates as possible? I
hope that this is possible.


Let's see. :-)


Will be much appreciated!!!

Mike

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740147#60
--

mike gabriel aka sunweaver (Debian Developer)
fon: +49 (1520) 1976 148

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: sunwea...@debian.org, http://sunweavers.net



pgpshRzzdT27A.pgp
Description: Digitale PGP-Signatur


Bug#741417: wheezy-pu: package freerdp 1.0.1-2+deb7u1

2014-03-12 Thread Mike Gabriel

Package:release.debian.org
Severity: important
Tags: wheezy
User: release.debian@packages.debian.org
Usertags: pu

Dear release team,

please accept an upload of freerdp 1.0.1-2+deb7u1 to wheezy-proposed updates.

The upload fixes a header issue in the libfreerdp-dev package (#729044).

Find the .debdiff attached to this mail.

Thanks,
Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
diff -Nru freerdp-1.0.1/debian/changelog freerdp-1.0.1/debian/changelog
--- freerdp-1.0.1/debian/changelog	2014-03-12 11:48:06.0 +0100
+++ freerdp-1.0.1/debian/changelog	2014-03-12 11:47:15.0 +0100
@@ -1,3 +1,16 @@
+freerdp (1.0.1-2+deb7u1) stable-proposed-updates; urgency=low
+
+  * debian/control:
++ Update Maintainer: and Uploaders: fields to current
+  status in latest package version in Debian unstable
+  (1.0.2-2).
+  * debian/patches:
++ Add patch: 1001_fix-compliling.patch. Fix compilation errors
+  against libfreerdp-dev. Thanks to Jean-Baptiste Rouault for
+  reporting this. (Closes: #729044).
+
+ -- Mike Gabriel sunwea...@debian.org  Wed, 12 Mar 2014 11:47:13 +0100
+
 freerdp (1.0.1-2) unstable; urgency=low
 
   * debian/control: Fix suggeting package name. Closes: #674138.
diff -Nru freerdp-1.0.1/debian/control freerdp-1.0.1/debian/control
--- freerdp-1.0.1/debian/control	2014-03-12 11:48:06.0 +0100
+++ freerdp-1.0.1/debian/control	2014-03-12 11:45:24.0 +0100
@@ -1,7 +1,10 @@
 Source: freerdp
 Section: x11
 Priority: optional
-Maintainer: Otavio Salvador ota...@debian.org
+Maintainer: Mike Gabriel sunwea...@debian.org
+Uploaders:
+ Otavio Salvador ota...@debian.org,
+ Laszlo Boszormenyi (GCS) g...@debian.hu,
 Build-Depends:
  debhelper (= 9), autotools-dev, cmake, libasound2-dev, libcups2-dev,
  libpcsclite-dev, libpulse-dev, libssl-dev, libx11-dev, libxcursor-dev,
diff -Nru freerdp-1.0.1/debian/patches/1001_fix-compliling.patch freerdp-1.0.1/debian/patches/1001_fix-compliling.patch
--- freerdp-1.0.1/debian/patches/1001_fix-compliling.patch	1970-01-01 01:00:00.0 +0100
+++ freerdp-1.0.1/debian/patches/1001_fix-compliling.patch	2014-03-12 11:44:33.0 +0100
@@ -0,0 +1,36 @@
+Description: Trying to build something against libfreerdp-dev leads to compilation errors.
+Author: Jean-Baptiste Rouault jean-baptiste.roua...@diateam.net
+Abstract:
+ Trying to build against libfreerdp-dev leads to compilation errors similar to the
+ following one:
+ .
+ quote
+ In file included from /usr/include/freerdp/gdi/gdi.h:26:0,
+ [...]
+ /usr/include/freerdp/utils/debug.h:23:20: fatal error: config.h: No such file or directory
+ /quote
+Index: include/freerdp/utils/debug.h
+===
+--- a/include/freerdp/utils/debug.h	2013-02-19 09:35:03.0 +0100
 b/include/freerdp/utils/debug.h	2013-02-19 09:35:25.0 +0100
+@@ -20,8 +20,6 @@
+ #ifndef __UTILS_DEBUG_H
+ #define __UTILS_DEBUG_H
+ 
+-#include config.h
+-
+ #include stdio.h
+ 
+ #define DEBUG_NULL(fmt, ...) do { } while (0)
+Index: libfreerdp-core/freerdp.c
+===
+--- a/libfreerdp-core/freerdp.c	2013-02-19 09:34:31.0 +0100
 b/libfreerdp-core/freerdp.c	2013-02-19 09:34:51.0 +0100
+@@ -17,6 +17,7 @@
+  * limitations under the License.
+  */
+ 
++#include config.h
+ #include rdp.h
+ #include input.h
+ #include update.h
diff -Nru freerdp-1.0.1/debian/patches/series freerdp-1.0.1/debian/patches/series
--- freerdp-1.0.1/debian/patches/series	2014-03-12 11:48:06.0 +0100
+++ freerdp-1.0.1/debian/patches/series	2014-03-12 11:34:59.0 +0100
@@ -1 +1,2 @@
-1.0-stable-sync.patch
\ Kein Zeilenumbruch am Dateiende.
+1.0-stable-sync.patch
+1001_fix-compliling.patch


pgpHzgImjTBoo.pgp
Description: Digitale PGP-Signatur


Bug#740787: libdebian-installer: add support for the Buffalo Linkstation LS-XHL

2014-03-12 Thread Ian Campbell
On Tue, 2014-03-11 at 00:31 +0100, Cyril Brulebois wrote:
 Hi Michael,
 
 Michael Walle mich...@walle.cc (2014-03-04):
  Package: libdebian-installer
  Severity: normal
  Tags: patch
  
  The Buffalo Linkstation Pro (LS-XHL) is supported by Debian as of the
  Linux 3.12 backports package for wheezy.
  
  The attached patch updates the libdebian-installer database for the LS-XHL.
 
 thanks for the patch.
 
  From d9b6561f4e35bb54e8818255cc064dee76d8afc3 Mon Sep 17 00:00:00 2001
  From: Michael Walle mich...@walle.cc
  Date: Tue, 4 Mar 2014 23:30:44 +0100
  Subject: [PATCH] add support for the Buffalo Linkstation LS-XHL
  
  The Buffalo Linkstation Pro (LS-XHL) is supported by Debian as of the
  Linux 3.12 backports package for wheezy.
  ---
   src/system/subarch-arm-linux.c |1 +
   1 file changed, 1 insertion(+)
  
  diff --git a/src/system/subarch-arm-linux.c b/src/system/subarch-arm-linux.c
  index 7dbea6c..590576a 100644
  --- a/src/system/subarch-arm-linux.c
  +++ b/src/system/subarch-arm-linux.c
  @@ -61,6 +61,7 @@ static struct map map_hardware[] = {
   { HP Media Vault mv2120, orion5x },
   { Buffalo Linkstation LiveV3 (LS-CHL), orion5x },
   { Buffalo Linkstation LS-CHLv2, kirkwood }, /* aka: LS-CH1.0L */
  +{ Buffalo Linkstation LS-XHL, kirkwood },
   { Buffalo Linkstation Mini, orion5x },
   { Buffalo Linkstation Pro/Live, orion5x },
   { Marvell Orion-NAS Reference Design, orion5x },
 
 Ian, any comments/objections? Should I commit and upload the package?

I've applied the patch to git.
 
 Mraw,
 KiBi.


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



Bug#741410: fgo: new upstream version available

2014-03-12 Thread Florent Rougon
tags 670966 + patch
tags 741410 + patch
tags 741411 + patch
thanks

Attaching a patch against the debian directory of version 1.3.1-2.

-- 
Florent
diff -ur fgo-1.3.1/debian/changelog fgo-1.5.0.for_debian/debian/changelog
--- fgo-1.3.1/debian/changelog	2011-08-06 15:03:31.0 +0200
+++ fgo-1.5.0.for_debian/debian/changelog	2014-03-12 11:57:33.597893568 +0100
@@ -1,3 +1,24 @@
+fgo (1.5.0-1) unstable; urgency=low
+
+  * New upstream release (closes: #741410).
+  * Update fgo-config.patch (most notably using the correct paths for
+--fg-root and --fg-scenery). Closes: #670966.
+  * Install the 'data' directory under /usr/share/games/fgo.
+  * debian/copyright: update to comply with
+http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+(closes: #741411).
+  * debian/fgo.desktop:
+  - update the Version field to indicate the version of the Desktop
+Entry Specification, not FGo!;
+  - make the icon reference more robust (no path and no extension);
+  - fix a typo.
+  * debian/links:
+  - use the correct icon path (under the 'data' subdirectory of
+/usr/share/games/fgo and choosing the icon with best quality);
+  - remove the leading slashes.
+
+ -- Florent Rougon f.rou...@free.fr  Wed, 12 Mar 2014 11:57:33 +0100
+
 fgo (1.3.1-2) unstable; urgency=low
 
   * Fixed lintian info warning about encoding in .desktop file
diff -ur fgo-1.3.1/debian/copyright fgo-1.5.0.for_debian/debian/copyright
--- fgo-1.3.1/debian/copyright	2011-08-05 17:09:15.0 +0200
+++ fgo-1.5.0.for_debian/debian/copyright	2014-03-12 00:36:58.007589920 +0100
@@ -1,28 +1,27 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=filerev=174
-Name: FGo
-Maintainer: Debian FlightGear Crew pkg-fgfs-c...@lists.alioth.debian.org
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FGo!
 Source: http://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo
+Debian-Maintainer: Debian FlightGear Crew pkg-fgfs-c...@lists.alioth.debian.org
 
-Copyright: 2011, Robert Leda er...@wp.pl
-
-License: WTFPL
+Files: *
+Copyright: 2009-2014 Robert 'erobo' Leda er...@wp.pl
+License: WTFPL-2
 
 Files: debian/*
-Copyright: 2011, Christopher Baines cbain...@gmail.com
-License: WTFPL
-
-License: WTFPL
-   DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-   Version 2, December 2004
-
-   Copyright (C) 2004 Sam Hocevar s...@hocevar.net
-
-Everyone is permitted to copy and distribute verbatim or modified
-copies of this license document, and changing it is allowed as long
-as the name is changed.
-   
-   DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-   
- 0. You just DO WHAT THE FUCK YOU WANT TO.
+Copyright: 2011 Christopher Baines cbain...@gmail.com
+License: WTFPL-2
 
+License: WTFPL-2
+DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+Version 2, December 2004
+ .
+ Copyright (C) 2004 Sam Hocevar s...@hocevar.net
+ .
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+ .
+DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+ .
+  0. You just DO WHAT THE FUCK YOU WANT TO.
diff -ur fgo-1.3.1/debian/fgo.desktop fgo-1.5.0.for_debian/debian/fgo.desktop
--- fgo-1.3.1/debian/fgo.desktop	2011-08-06 14:56:01.0 +0200
+++ fgo-1.5.0.for_debian/debian/fgo.desktop	2014-03-12 00:36:58.035589921 +0100
@@ -1,12 +1,10 @@
-
 [Desktop Entry]
+Version=1.0
 Type=Application
-Version=1.4
 Name=FGo!
 Name[en_GB]=FGo!
 Exec=fgo
 Terminal=false
 Categories=Game;Simulation;
-Comment=Graphical launcher for the FlightGear Filght Simulator
-Icon=/usr/share/pixmaps/fgo.png
-
+Comment=Graphical launcher for the FlightGear Flight Simulator
+Icon=fgo
diff -ur fgo-1.3.1/debian/install fgo-1.5.0.for_debian/debian/install
--- fgo-1.3.1/debian/install	2011-08-05 18:20:39.0 +0200
+++ fgo-1.5.0.for_debian/debian/install	2014-03-12 00:36:58.019589921 +0100
@@ -1,4 +1,5 @@
 src/ /usr/share/games/fgo/
+data/ /usr/share/games/fgo/
 fgo /usr/share/games/fgo/
 debian/fgo.desktop /usr/share/applications
 
diff -ur fgo-1.3.1/debian/links fgo-1.5.0.for_debian/debian/links
--- fgo-1.3.1/debian/links	2011-08-05 18:29:19.0 +0200
+++ fgo-1.5.0.for_debian/debian/links	2014-03-12 00:36:58.031589921 +0100
@@ -1,2 +1,2 @@
-/usr/share/games/fgo/fgo /usr/games/fgo
-/usr/share/games/fgo/src/pics/icon.png /usr/share/pixmaps/fgo.png
+usr/share/games/fgo/fgo usr/games/fgo
+usr/share/games/fgo/data/pics/icons/256x256/fgo.png usr/share/pixmaps/fgo.png
diff -ur fgo-1.3.1/debian/patches/fgo-config.patch fgo-1.5.0.for_debian/debian/patches/fgo-config.patch
--- fgo-1.3.1/debian/patches/fgo-config.patch	2010-09-01 

Bug#670966: fgo: Default paths for FG_ROOT and FG_SCENERY are incorrect

2014-03-12 Thread Florent Rougon
Hello,

This is addressed in the proposed patch for bug #741410.

-- 
Florent


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



Bug#729477: gnome-system-tools 3.0.0-2ubuntu2 crashed with the following message: users-admin crashed with SIGSEGV in g_slice_free1()

2014-03-12 Thread Martin Pitt
David Manuel Pires [2013-11-13 12:06 +]:
 gnome-system-tools 3.0.0-2ubuntu2 crashed with the following message:

Thaddäus Tintenfisch sent a patch for this in Ubuntu [1], which I
turned into a proper debdiff. Attached.

Thanks,

Martin

[1] 
https://code.launchpad.net/~thad-fisch/ubuntu/trusty/gnome-system-tools/fix-1185396/+merge/210009
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
diff -Nru gnome-system-tools-3.0.0/debian/changelog 
gnome-system-tools-3.0.0/debian/changelog
--- gnome-system-tools-3.0.0/debian/changelog   2014-02-26 11:16:56.0 
+0100
+++ gnome-system-tools-3.0.0/debian/changelog   2014-03-12 12:15:24.0 
+0100
@@ -1,3 +1,12 @@
+gnome-system-tools (3.0.0-3ubuntu4) trusty; urgency=medium
+
+  * Add 12_fix_exit.patch: Drop unneeded g_object_unref call to fix a
+segmentation fault on exit after a new user has been created. Adjust
+gst_users_tool_finalize to fix some warnings/error messages. Thanks
+Thaddäus Tintenfisch! (LP: #1185396)
+
+ -- Martin Pitt martin.p...@ubuntu.com  Wed, 12 Mar 2014 12:14:31 +0100
+
 gnome-system-tools (3.0.0-3ubuntu3) trusty; urgency=medium
 
   * debian/patches/the_admin_group_is_sudo.patch: Change no longer used 
diff -Nru gnome-system-tools-3.0.0/debian/patches/12_fix_exit.patch 
gnome-system-tools-3.0.0/debian/patches/12_fix_exit.patch
--- gnome-system-tools-3.0.0/debian/patches/12_fix_exit.patch   1970-01-01 
01:00:00.0 +0100
+++ gnome-system-tools-3.0.0/debian/patches/12_fix_exit.patch   2014-03-12 
12:15:02.0 +0100
@@ -0,0 +1,42 @@
+Description: Drop unneeded g_object_unref call to fix a segmentation fault on 
exit after a new user has been created. Adjust gst_users_tool_finalize to fix 
some warnings/error messages.
+Author: Thaddäus Tintenfisch thad.fi...@gmail.com
+Bug-Ubuntu: https://launchpad.net/bugs/1185396
+Bug-Debian: https://bugs.debian.org/729477
+
+=== modified file 'src/users/users-tool.c'
+--- a/src/users/users-tool.c   2011-12-16 17:08:20 +
 b/src/users/users-tool.c   2014-03-07 19:55:37 +
+@@ -114,17 +114,18 @@
+ {
+   GstUsersTool *tool = GST_USERS_TOOL (object);
+ 
++  /* Clear models to unreference OobsUsers and OobsGroups
++   * to be sure they are finalized properly (passwords...) */
++  users_table_clear ();
++  groups_table_clear ();
++
+   g_object_unref (tool-users_config);
++  g_object_unref (tool-groups_config);
+   g_object_unref (tool-self_config);
+-  g_object_unref (tool-groups_config);
++
+   g_object_unref (tool-profiles);
+   g_object_unref (tool-settings);
+ 
+-  /* Clear models to unreference OobsUsers and OobsGroups
+-   * to be sure they are finalized properly (passwords...) */
+-  users_table_clear ();
+-  groups_table_clear ();
+-
+   (* G_OBJECT_CLASS (gst_users_tool_parent_class)-finalize) (object);
+ }
+ 
+@@ -182,7 +183,6 @@
+   /* update privileges table too */
+   privileges_table_add_group (OOBS_GROUP (group));
+ 
+-  g_object_unref (group);
+   valid = oobs_list_iter_next (list, iter);
+   }
+ 
+
diff -Nru gnome-system-tools-3.0.0/debian/patches/series 
gnome-system-tools-3.0.0/debian/patches/series
--- gnome-system-tools-3.0.0/debian/patches/series  2014-02-26 
11:15:38.0 +0100
+++ gnome-system-tools-3.0.0/debian/patches/series  2014-03-12 
12:14:27.0 +0100
@@ -1,6 +1,7 @@
 01_wait_for_backends.patch
 10_disable_interfaces.patch
 11_dont_show_shares.patch
+12_fix_exit.patch
 25_sambashare_group_definition.patch
 26_user_profiles_conf.patch
 61_outdated_docs.patch


signature.asc
Description: Digital signature


Bug#736721: Incorrect dependencies

2014-03-12 Thread Jonas Borgström
On 2014-02-07 15:33 , Jonas Borgström wrote:
 On 2014-02-07 15:08 , Julien Cristau wrote:
 On Fri, Feb  7, 2014 at 15:04:47 +0100, Jonas Borgström wrote:

 On 2014-02-07 12:12 , Jakub Wilk wrote:
 What attic/crypto.py currently does is:

 libcrypto = cdll.LoadLibrary(find_library('crypto'))

 But there is no guarantee that find_library('crypto') returns a library
 that is ABI-compatible with the Python code. For the Debian package, a
 quickdirty fix is to replace the find_library() call with
 'libcrypto.so.1.0.0', then hardcode libssl1.0.0 in Depends. But that of
 course means that the package would need a sourceful upload by the next
 OpenSSL transition.

 You're right. The find_library('crypto') line itself won't guarantee
 any ABI-compatibility but a Depends: libssl1.0.0 (= 1.0.0) line will.

 No, because it doesn't guarantee that libssl1.1 is not installed, and
 find_library('crypto') may well pick that one instead of the expected
 libcrypto.so.1.0.0.
 
 Ok, I see your point. How about this then:
 
 - Use libssl1.0.0 = 1.0.0 as a dependency
 - I change the code to only fall back on find_library('crypto') if
 libcrypto.so.1.0.0 is not found in the usual place?
 
 That way we're ready when/if libssl 1.1 is released _and_ ships with a
 different ABI for the 4 libcrypto function used by Attic.
 
 All of this will hopefully be a non-issue in a not so distant future
 since I'm thinking about to replace all python extension and ctypes code
 with cffi in order to support PyPy.

Hi all,

After a failed attempt at replacing all cython and ctypes usage with
cffi (cffi is about 40% slower than cython for some operations with
cPython), I decided to instead replace ctypes with cython.

So as of this commit:
https://github.com/jborg/attic/commit/0e39acffd3c0dc74738e7acf77994d8a6bffa56e

The attic.crypto module is now a regular python extension module that
is properly linked with libcrypto.

This change will be part of Attic 0.12 once released but it also cleanly
applies to the newly released Attic 0.11 if anyone is interested.

/ Jonas



signature.asc
Description: OpenPGP digital signature


Bug#741419: missing license in debian/copyright

2014-03-12 Thread Thorsten Alteholz

Package: libjdom2-java
Version: 2.0.5-1
Severity: serious
User: alteh...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Dear Maintainer,

please add the missing licenses of:
 jdom-JDOM-2.0.5\contrib\src\resources\hamlet.xml
 jdom-JDOM-2.0.5\core\package\META-INF\jdom-info.xml
 jdom-JDOM-2.0.5\core\samples\*  (some of them)
 jdom-JDOM-2.0.5\maven\maven.pom 
to debian/copyright (or at least tell upstream that there is room for 
improvement (Apache license can be Apache-2.0, whereas upstream 
meant Apache-1.1 only)).


Thanks!
  Thorsten


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



Bug#741329: python-pykcs11: import module import PyKCS11 fail

2014-03-12 Thread Ludovic Rousseau

Le 12/03/2014 11:14, Samuel Panicucci a écrit :

when I reinstall the package the problem still not persist, thanks anyway


I think you modified something.

Closing the bug now it is solved.

--
 Dr. Ludovic Rousseau


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



Bug#741420: bzip2: Add libbz2-udeb needed by recent hurd

2014-03-12 Thread Gabriele Giacone
Package: bzip2
Version: 1.0.6-5
Severity: wishlist
Tags: d-i patch
User: debian-h...@lists.debian.org
Usertags: hurd

  hurd-udeb:hurd-i386 Depends on libbz2-1.0 [ hurd-i386 ]  none  ( none ) 
can't be satisfied!
  hurd-libs0.3-udeb:hurd-i386 Depends on libbz2-1.0 [ hurd-i386 ]  none  ( 
none ) can't be satisfied!

Attached patch adds library udeb needed by recent hurd versions.

Thanks for considering.

diff --git a/debian/control b/debian/control
index 3b9fac8..2999034 100644
--- a/debian/control
+++ b/debian/control
@@ -57,6 +57,28 @@ Description: high-quality block-sorting file compressor 
library - development
  The archive file format of bzip2 (.bz2) is incompatible with that of its
  predecessor, bzip (.bz).
 
+Package: libbz2-udeb
+Package-Type: udeb
+Architecture: any
+Priority: optional
+Section: debian-installer
+Description: high-quality block-sorting file compressor library - udeb
+ Shared library for use with the Debian installer.
+ .
+ bzip2 is a freely available, patent free, high-quality data compressor.
+ It typically compresses files to within 10% to 15% of the best available
+ techniques, whilst being around twice as fast at compression and six
+ times faster at decompression.
+ .
+ bzip2 compresses files using the Burrows-Wheeler block-sorting text
+ compression algorithm, and Huffman coding.  Compression is generally
+ considerably better than that achieved by more conventional
+ LZ77/LZ78-based compressors, and approaches the performance of the PPM
+ family of statistical compressors.
+ .
+ The archive file format of bzip2 (.bz2) is incompatible with that of its
+ predecessor, bzip (.bz).
+
 Package: bzip2
 Priority: standard
 Section: utils
diff --git a/debian/rules b/debian/rules
index 3a889d1..40069b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -161,15 +161,22 @@ binary-arch: build
mv debian/tmp/lib/libbz2.a debian/tmp-dev/usr/lib/$(DEB_HOST_MULTIARCH)/
mv debian/tmp/include debian/tmp-dev/usr/include

-
# Library package
install -d debian/tmp-lib/lib/$(DEB_HOST_MULTIARCH)
for i in $$(ls debian/tmp/lib/libbz2.so*); do \
- (set -x; echo $$i; mv $$i debian/tmp-lib/lib/$(DEB_HOST_MULTIARCH)/); 
\
+ (set -x; echo $$i; cp $$i debian/tmp-lib/lib/$(DEB_HOST_MULTIARCH)/); 
\
done
ln -s libbz2.so.1.0.4 
debian/tmp-lib/lib/$(DEB_HOST_MULTIARCH)/libbz2.so.1
chmod -x debian/tmp-lib/lib/$(DEB_HOST_MULTIARCH)/*
 
+   # UDEB package
+   install -d debian/tmp-lib-udeb/lib/$(DEB_HOST_MULTIARCH)
+   for i in $$(ls debian/tmp/lib/libbz2.so*); do \
+ (set -x; echo $$i; mv $$i 
debian/tmp-lib-udeb/lib/$(DEB_HOST_MULTIARCH)/); \
+   done
+   ln -s libbz2.so.1.0.4 
debian/tmp-lib-udeb/lib/$(DEB_HOST_MULTIARCH)/libbz2.so.1
+   chmod -x debian/tmp-lib-udeb/lib/$(DEB_HOST_MULTIARCH)/*
+
# Binary package
install -d debian/tmp-run
mv debian/tmp/bin debian/tmp-run/bin
@@ -224,15 +231,18 @@ binary-arch: build
  fi; \
done
$(DEBSTRIP) --strip-unneeded -R .note -R .comment \
- debian/tmp-lib/lib/$(DEB_HOST_MULTIARCH)/*.so*
+ debian/tmp-lib*/lib/$(DEB_HOST_MULTIARCH)/*.so*
$(DEBSTRIP) --strip-debug 
debian/tmp-dev/usr/lib/$(DEB_HOST_MULTIARCH)/*.a
 
# Control files
-   install -d debian/tmp-{lib,dev,run}/DEBIAN
+   install -d debian/tmp-{lib,lib-udeb,dev,run}/DEBIAN
cp debian/shlibs debian/tmp-lib/DEBIAN/shlibs
+   cp debian/shlibs debian/tmp-lib-udeb/DEBIAN/shlibs
 
dpkg-shlibdeps debian/tmp-lib/lib/$(DEB_HOST_MULTIARCH)/*.so*
dpkg-gencontrol -isp -Pdebian/tmp-lib -plibbz2-1.0
+   dpkg-shlibdeps -tudeb 
debian/tmp-lib-udeb/lib/$(DEB_HOST_MULTIARCH)/*.so*
+   dpkg-gencontrol -isp -Pdebian/tmp-lib-udeb -plibbz2-udeb
rm debian/substvars
dpkg-gencontrol -isp -Pdebian/tmp-dev -plibbz2-dev
dpkg-shlibdeps debian/tmp-run/bin/*
@@ -249,6 +259,7 @@ binary-arch: build
# Add md5sums
$(call gen_md5sums,run)
$(call gen_md5sums,lib)
+   $(call gen_md5sums,lib-udeb)
$(call gen_md5sums,dev)
 
# Fix perms
@@ -258,6 +269,7 @@ binary-arch: build
# Buildit
dpkg --build debian/tmp-run ..
dpkg --build debian/tmp-lib ..
+   dpkg --build debian/tmp-lib-udeb 
../libbz2-udeb_$(DEBVERSION)_$(DEB_HOST_ARCH).udeb
dpkg --build debian/tmp-dev ..
 
 ifneq (,$(build64-stamp))
diff --git a/debian/shlibs b/debian/shlibs
index 888387b..568f551 100644
--- a/debian/shlibs
+++ b/debian/shlibs
@@ -1 +1,2 @@
 libbz2 1.0 libbz2-1.0
+udeb: libbz2 1.0 libbz2-1.0-udeb


Bug#741421: coquelicot: Debug-style Net::IMAP::NoResponseError output in browser on bad user

2014-03-12 Thread Rowan Thorpe
Package: coquelicot
Version: 0.9.2-2
Severity: minor
Tags: upstream

Dear Maintainer,

This seems to be an upstream bug too.

   * What led up to the situation?

Configured coquelicot to use the supplied IMAP authentication module, then
while testing for use of IMAPS (not plaintext authentication) I tried a
login with fictional user details.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Our mail server was configured to not reply for bad login attempt, so after
a timeout coquelicot borked.

   * What was the outcome of this action?

It spilled a very large amount of debug text (including entered username,
etc) to the browser.

   * What outcome did you expect instead?

The standard minimal can not authenticate text.

= I hand-edited the system info below because I encountered the bug on a
   server I remotely administrate, but for security reasons I am not able to
   report it from within the server.

-- System Information:
Debian Release: wheezy (with apt-get -t jessie install coquelicot only)
Architecture: amd64 (x86_64)

-- 
Rowan Thorpe
mailto:ro...@rowanthorpe.com


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



Bug#741422: git-buildpackage: breaks bash tab completion for filenames in git checkouts

2014-03-12 Thread Edward Betts
Package: git-buildpackage
Version: 0.6.10
Severity: normal

Recently bash tab completion stopped working for files in git checkouts.
I removed git-buildpackage and it started working again. Something in
/etc/bash_completion.d/git-buildpackage must be responsible. I'm able to
reproduce this bug.

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

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

Versions of packages git-buildpackage depends on:
ii  devscripts2.14.1
ii  git   1:1.9.0-1
ii  man-db2.6.6-1
ii  python2.7.5-5
ii  python-dateutil   1.5+dfsg-1
ii  python-pkg-resources  2.2-1

Versions of packages git-buildpackage recommends:
ii  cowbuilder0.73
ii  pristine-tar  1.30

Versions of packages git-buildpackage suggests:
ii  python-notify  0.1.1-3
ii  unzip  6.0-10

-- 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#728085: Pyfftw does not build

2014-03-12 Thread Ghislain Vaillant
These are now fixed. Thanks Andreas.

Ghis


2014-03-12 10:48 GMT+00:00 Andreas Tille andr...@an3as.eu:

 Hi Ghislain,

 On Sun, Mar 09, 2014 at 09:47:31PM +, Ghislain Vaillant wrote:
  The latest update of PyFFTW now builds nicely with pbuilder and is ready
  for review. All the previously reported issues are now fixed.

 Thanks for working on this.

 I can confirm that the package builds but I see some easily fixable
 lintian warnings:


 W: python-fftw3-dbg: wrong-section-according-to-package-name
 python-fftw3-dbg = debug
 N:
 N:This package has a name suggesting that it belongs to a section other
 N:than the one it is currently categorized in.
 N:
 N:Severity: normal, Certainty: possible
 N:
 N:Check: fields, Type: binary, udeb, source
 N:
 W: python-fftw3-dbg: debug-package-should-be-priority-extra
 python-fftw3-dbg
 N:
 N:This package has a name suggesting that it contains detached
 debugging
 N:symbols. If so, it should have priority extra since users normally
 do
 N:not need such packages.
 N:
 N:Severity: normal, Certainty: certain
 N:
 N:Check: fields, Type: binary, udeb, source
 N:
 W: python3-fftw3-dbg: wrong-section-according-to-package-name
 python3-fftw3-dbg = debug
 W: python3-fftw3-dbg: debug-package-should-be-priority-extra
 python3-fftw3-dbg
 W: python-fftw3: wrong-section-according-to-package-name python-fftw3 =
 python


 Would you please fix these as well before I'm sponsering the package.

 Kind regards

   Andreas.

 --
 http://fam-tille.de



Bug#741420: bzip2: Add libbz2-udeb needed by recent hurd

2014-03-12 Thread Samuel Thibault
Gabriele Giacone, le Wed 12 Mar 2014 13:04:43 +0100, a écrit :
 Attached patch adds library udeb needed by recent hurd versions.

Err, I'd rather just disable bz2 support in the d-i case: we don't need
that support there.

Samuel


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



Bug#741431: ssdeep: updated version 2.10 available

2014-03-12 Thread James Dietrich
Package: ssdeep
Version: 2.7-2
Severity: normal

Just a note that a newer version of ssdeep (2.10) has been available
since July 2013. It would be good if this could be updated in Debian
too.

Thank you!

James Dietrich


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



Bug#741432: New Chinese translation

2014-03-12 Thread Anthony Wong
Package: memtest86+
Version: 4.20-1.1
Tags: l10n, patch

This patch contains po files of Traditional and Simplified Chinese,
could you please apply them?

Thanks!

Anthony Wong
diff -uNr memtest86+.orig/debian/po/zh_CN.po memtest86+.new/debian/po/zh_CN.po
--- memtest86+.orig/debian/po/zh_CN.po  1970-01-01 08:00:00.0 +0800
+++ memtest86+.new/debian/po/zh_CN.po   2014-03-12 20:43:43.338602498 +0800
@@ -0,0 +1,33 @@
+# Chinese (Simplified) translation for memtest86+
+# Copyright (c) 2014 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the memtest86+ package.
+#
+msgid 
+msgstr 
+Project-Id-Version: memtest86+\n
+Report-Msgid-Bugs-To: memtest...@packages.debian.org\n
+POT-Creation-Date: 2013-05-13 16:14+0400\n
+PO-Revision-Date: 2014-03-08 10:27+0800\n
+Last-Translator: Luo Lei luo...@ubuntukylin.com\n
+Language-Team: Chinese (simplified) zh...@li.org\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+X-Generator: Poedit 1.5.4\n
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid Run lilo automatically after upgrade (if found)?
+msgstr 如果检测到 lilo,则在升级后自动执行?
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid 
+If lilo is installed and its configuration file contains the memtest86/
+memtest86+ image, then it should be re-run in order to allow booting the new 
+image.
+msgstr 
+如果安装了 lilo 且其配置文件中包含 memtest86/memtest86+ 镜像,则应当重新执行它
+才能启动新的镜像。
diff -uNr memtest86+.orig/debian/po/zh_HK.po memtest86+.new/debian/po/zh_HK.po
--- memtest86+.orig/debian/po/zh_HK.po  1970-01-01 08:00:00.0 +0800
+++ memtest86+.new/debian/po/zh_HK.po   2014-03-12 20:45:13.442600187 +0800
@@ -0,0 +1,32 @@
+# Chinese (Traditional, Hong Kong) translation for memtest86+
+# Copyright (c) 2014 Anthony Wong (Debian-HK) ypw...@gmail.com
+# This file is distributed under the same license as the memtest86+ package.
+#
+msgid 
+msgstr 
+Project-Id-Version: memtest86+\n
+Report-Msgid-Bugs-To: memtest...@packages.debian.org\n
+POT-Creation-Date: 2013-05-13 16:14+0400\n
+PO-Revision-Date: 2014-03-10 23:11+0800\n
+Last-Translator: Anthony Wong ypw...@gmail.com\n
+Language-Team: Chinese debian-l10n-chin...@lists.debian.org\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid Run lilo automatically after upgrade (if found)?
+msgstr 如果檢測到 lilo,則在升級後自動執行?
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid 
+If lilo is installed and its configuration file contains the memtest86/
+memtest86+ image, then it should be re-run in order to allow booting the new 
+image.
+msgstr 
+如果安裝了 lilo 且其設定檔中包含 memtest86/memtest86+ 鏡像,則應當重新執行它
+才能啟動新的鏡像。
diff -uNr memtest86+.orig/debian/po/zh_TW.po memtest86+.new/debian/po/zh_TW.po
--- memtest86+.orig/debian/po/zh_TW.po  1970-01-01 08:00:00.0 +0800
+++ memtest86+.new/debian/po/zh_TW.po   2014-03-12 20:46:19.510598493 +0800
@@ -0,0 +1,32 @@
+# Chinese (Traditional) translation for memtest86+
+# Copyright (c) 2014 Anthony Wong (Debian-HK) ypw...@gmail.com
+# This file is distributed under the same license as the memtest86+ package.
+#
+msgid 
+msgstr 
+Project-Id-Version: memtest86+\n
+Report-Msgid-Bugs-To: memtest...@packages.debian.org\n
+POT-Creation-Date: 2013-05-13 16:14+0400\n
+PO-Revision-Date: 2014-03-10 23:11+0800\n
+Last-Translator: Anthony Wong ypw...@gmail.com\n
+Language-Team: Chinese debian-l10n-chin...@lists.debian.org\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid Run lilo automatically after upgrade (if found)?
+msgstr 如果檢測到 lilo,則在升級後自動執行?
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid 
+If lilo is installed and its configuration file contains the memtest86/
+memtest86+ image, then it should be re-run in order to allow booting the new 
+image.
+msgstr 
+如果安裝了 lilo 且其設定檔中包含 memtest86/memtest86+ 鏡像,則應當重新執行它
+才能啟動新的鏡像。


Bug#740439: imagej: fails to start: No JVM found to run ImageJ

2014-03-12 Thread Andreas Tille
Hi Joachim,
On Wed, Mar 12, 2014 at 09:17:17AM +0100, JR Coding wrote:
 if [ -z $JAVA_HOME ] ; then
 # This does not work see #505315
 #JAVA_HOME=$(/usr/sbin/update-java-alternatives -l | sort | tail -1 | cut 
 -d' ' -f 3)
 # Reverted to old version - see #558222 (Andreas Tille)
 # JAVA_HOME=$(dirname $(dirname $(dirname $(readlink 
 /etc/alternatives/java
 
 # to prevent problem mentioned in 
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740439
 # one could use this to define JAVA_HOME
 #
 JAVA_HOME=$(readlink -f /usr/bin/javac | sed s:/bin/javac::)
 fi
 
 # CREATE THE RIGHT ENVIRONMENT #
 [...snip...]
 
 This only if one needs gcj-4.x-jre installed while using imagej.

Sure, but if gcj is default and set as /usr/bin/javac ?

I'll go on uploading

JAVA_HOME=$(/usr/sbin/update-java-alternatives -l | grep openjdk | sort | 
tail -1 | cut -d' ' -f 3)
 
which simply excludes gcj from the alternatives.

Thanks for the hint anyway

Andreas.

-- 
http://fam-tille.de


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



Bug#741433: conkeror: If doing something interactive (eg search) closing a tab by mouse, then C-g can't close activity

2014-03-12 Thread Rowan Thorpe
Package: conkeror
Version: 1.0~~pre+git131116-1
Severity: normal
Tags: upstream

Dear Maintainer,

   * What led up to the situation?

Searching within a page and then closing tabs.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

I was searching (C-s) within a page,then closed its tab (right-click on
tab) without first doing C-g to the search.

   * What was the outcome of this action?

After this it was impossible to close the search by C-g. It would instead
show the error: call interactively: TypeError: can't access dead object.
I found that by trying to do something else like C-u G first it would
override it and I could then continue, but this is just an ugly workaround,
not a solution.

   * What outcome did you expect instead?

To just close the activity line gracefully, as it would if the tab was
still alive.

-- Package-specific info:

-- Extensions information
Name: HTTPS-Everywhere
Location: 
/usr/share/mozilla/extensions/{a79fe89b-6662-4ff4-8e88-09950ad4dfde}/https-everywh...@eff.org
Package: xul-ext-https-everywhere
Status: enabled

Name: NoScript
Location: 
/usr/share/mozilla/extensions/{a79fe89b-6662-4ff4-8e88-09950ad4dfde}/{73a6fe31-595d-460b-a920-fcc0f8843232}
Status: app-disabled

-- Plugins information
Name: DjView-4.9
Location: /usr/lib/mozilla/plugins/nsdejavu.so
Package: djview-plugin
Status: enabled

Name: Google Talk Plugin
Location: /opt/google/talkplugin/libnpgoogletalk.so
Package: google-talkplugin
Status: enabled

Name: Google Talk Plugin Video Accelerator
Location: /opt/google/talkplugin/libnpgtpo3dautoplugin.so
Package: google-talkplugin
Status: enabled

Name: Google Talk Plugin Video Renderer
Location: /opt/google/talkplugin/libnpo1d.so
Package: google-talkplugin
Status: enabled

Name: IcedTea-Web Plugin (using IcedTea-Web 1.4.2 (1.4.2-1))
Location: /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so
Package: icedtea-7-plugin:amd64
Status: enabled

Name: iTunes Application Detector
Location: /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
Package: rhythmbox-plugins
Status: enabled

Name: LibreOffice Plug-in
Location: /usr/lib/libreoffice/program/libnpsoplugin.so
Package: browser-plugin-libreoffice
Status: enabled

Name: MozPlugger 1.14.5 handles QuickTime and Windows Media Player Plugin 
(1.14.5)
Location: /usr/lib/mozilla/plugins/mozplugger.so
Package: mozplugger
Status: enabled

Name: Shockwave Flash (11,2,202,332)
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled


-- Addons package information
ii  browser-plugin 1:4.1.5-2amd64office productivity suite -- Mozi
ii  djview-plugin  4.9-5amd64Browser plugin for the DjVu image
ii  google-talkplu 5.1.5.0-1amd64Google Talk Plugin
ii  icedtea-7-plug 1.4.2-1  amd64web browser plugin based on OpenJ
ii  mozplugger 1.14.5-2 amd64Plugin allowing external viewers
ii  rhythmbox-plug 3.0.1-1+b2   amd64plugins for rhythmbox music playe
ii  xul-ext-https- 3.4.5-1  all  extension to force the use of HTT

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

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

Versions of packages conkeror depends on:
ii  xulrunner-10.0  10.0.12esr-1
ii  xulrunner-24.0  24.3.0esr-1

Versions of packages conkeror recommends:
ii  conkeror-spawn-process-helper  1.0~~pre+git131116-1
ii  xdg-utils  1.1.0~rc1+git20111210-7

Versions of packages conkeror suggests:
ii  emacs  45.0
ii  emacs23 [emacsen]  23.4+1-4.1+b1
ii  emacs24 [emacsen]  24.3+1-2+b1

-- no debconf information

-- 
Rowan Thorpe
mailto:ro...@noc.grnet.gr


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



Bug#741434: debian-edu-config-gosa-netgroups: Renaming hosts looses netgroup membership

2014-03-12 Thread Petter Reinholdtsen

Package: debian-edu-config-gosa-netgroups:
Version: 1.456
Severity: important

When using Gosa in Debian Edu Squeeze to rename a system (aka a
computer), the renaming causes netgroup memberships for the given system
to be lost.  When visiting the NIS Netgroups tab after the rename, no
netgroup is shown.

The netgroup membership for the old name is still present in the
netgroup, as a member without known uid/cn.

I expected the NIS netgroup module in Gosa to change the netgroup member
entries for a given system/computer when renaming the computer in the
web GUI.

-- 
Happy hacking
Petter Reinholdtsen


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



Bug#741435: Remove quilt from B-D

2014-03-12 Thread Mathieu Malaterre
Package: lcms2
Tags: patch

Since lcms2 is using DEP-3, no need to B-D on quilt.

Thanks.


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



Bug#741436: missing licenses

2014-03-12 Thread Thorsten Alteholz

Package: libmowgli-2
Version: 2.0.0-1
Severity: serious
User: alteh...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Dear Maintainer,

please add the licenses of
 src/examples/vio-udplistener/vio-udplistener.c
 src/examples/async_resolver/async_resolver.c
 src/libmowgli/ext/confparse.h
 src/libmowgli/ext/proctitle.c
to debian/copyright.

Thanks!
  Thorsten


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



Bug#741402: [bash] Shell functions definitions may require parentheses despite function keyword

2014-03-12 Thread Chet Ramey
On 3/12/14 1:57 AM, Filipus Klutiero wrote:
 Package: bash
 Version: 4.3-2
 Severity: minor
 X-Debbugs-Cc: bug-b...@gnu.org
 
 According to the manual, either the function keyword or parentheses should
 be sufficient to define a function:
 
 Shell Function Definitions


  A shell function is an object that is called like a simple command and
 executes a compound command with a new set of positional parameters.
 Shell functions are declared as follows:
 name () compound-command [redirection]
 function name [()] compound-command [redirection]

This is a documentation error.  When the `function' reserved word is used,
and () doesn't appear, the braces are required to avoid ambiguity.  It's
always been like this.  I will clarify the documentation.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRUc...@case.eduhttp://cnswww.cns.cwru.edu/~chet/


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



Bug#741437: kicad-common: KiCAD is missing module files

2014-03-12 Thread Gregor Riepl
Package: kicad-common
Version: 0.20131208+bzr4024-1
Severity: important

Dear Maintainer,

KiCAD has undergone a lot of changes lately, and the format of footprint files
was changed.
From what I can tell, the old .mod format is still supported, but it is
suggested to migrate to the new .pretty format.

At the same time, the old .mod files are not installed with the Debian kicad-
common package any more, but the new files are also missing. There's only a
bunch of .kicad_pcb and .brd files in /usr/share/kicad/modules, which don't
seem to work in pcbnew.

This user has found a solution to get the old .mod(ules) back:
https://lists.debian.org/debian-user/2014/02/msg00186.html
I will try that too, but a proper installation of all the standard footprints
with kicad-common would be nicer.

Thank you!



-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

kicad-common depends on no packages.

Versions of packages kicad-common recommends:
ii  kicad  0.20131208+bzr4024-1

kicad-common 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#738922: parted3 preparation

2014-03-12 Thread Colin Watson
On Thu, Feb 13, 2014 at 04:53:16PM -0500, Phillip Susi wrote:
 In preparation for the parted3 transition, this patch fixes format_swap
 to go straight to using mkswap instead of trying to use parted_server
 first.  It also removes ext2 support, which will be picked up by
 partman-ext3 and depends on dosfstools-udeb for fsck/mkfs.  Finally, it
 removes check_swap, since there really is no such thing as fscking swap.

I think it would be very helpful to split up the logical chunks of this.

Moving ext2 support means that we need to make sure that
partman-basicfilesystems and partman-ext3 land in unstable and testing
at the same time, and derived distributions need to do that too.  Given
the general lack of tool support for this sort of lockstep change in
udebs, I'm uncomfortable with bundling it into this change.  Was there a
good reason for that or did you just think it was tidier?  If the
latter, I think it would in fact be better avoided.

In any case, the presence of this change bundled in with everything else
makes the rest of it much harder to read.

 diff -Nru partman-basicfilesystems-90/check.d/check_basicfilesystems 
 partman-basicfilesystems-91/check.d/check_basicfilesystems
 --- partman-basicfilesystems-90/check.d/check_basicfilesystems
 2011-05-03 21:00:32.0 -0400
 +++ partman-basicfilesystems-91/check.d/check_basicfilesystems
 2014-02-13 16:30:28.0 -0500
 @@ -30,9 +30,14 @@
   db_subst $template PARTITION $num
   db_subst $template DEVICE $(humandev $(cat device))
   name_progress_bar $template
 - open_dialog CHECK_FILE_SYSTEM $id
 - read_line status
 - close_dialog
 + if log-output -t partman --pass-stdout \
 + dosfsck $device /dev/null; then
 + status=OK
 + else
 + status=failed
 + fi
 + db_progress STOP
 +
   if [ $status != good ]; then
   db_subst partman-basicfilesystems/check_failed 
 TYPE $filesystem
   db_subst partman-basicfilesystems/check_failed 
 PARTITION $num

The name_progress_bar call now has no effect and should be removed.
Contrariwise, the effect of this change is that no progress bar is
displayed while dosfsck is running.  This is the sort of thing we need
to be careful about throughout this work.  Given that we don't have
useful steps, I would suggest replacing the name_progress_bar call with
something like:

  db_progress START 0 1 partman/text/please_wait
  db_progress INFO $template
  [log-output dosfsck, etc.]
  db_progress STOP

I also don't think you can possibly have tested this, because you set
status=OK on success, but then the check below is [ $status != good ],
so the effect of this change will be that partman-basicfilesystems
always displays an error dialog.  Unlike CREATE_FILE_SYSTEM,
parted_server CHECK_FILE_SYSTEM sets status to good or bad; I suggest
following that.

 diff -Nru partman-basicfilesystems-90/check.d/check_swap 
 partman-basicfilesystems-91/check.d/check_swap
 --- partman-basicfilesystems-90/check.d/check_swap2011-01-18 
 23:57:21.0 -0500
 +++ partman-basicfilesystems-91/check.d/check_swap1969-12-31 
 19:00:00.0 -0500
 @@ -1,58 +0,0 @@
 -#!/bin/sh
 -
 -. /lib/partman/lib/base.sh
 -
 -swap=false
 -
 -for dev in $DEVICES/*; do
 - [ -d $dev ] || continue
 - cd $dev
 - partitions=
 - open_dialog PARTITIONS
 - while { read_line num id size type fs path name; [ $id ]; }; do
 - [ $fs != free ] || continue
 - partitions=$partitions $id,$num
 - done
 - close_dialog
 -
 - for part in $partitions; do
 - id=${part%,*}
 - num=${part#*,}
 - [ -f $id/method ] || continue
 - method=$(cat $id/method)
 - if [ $method = swap ]; then
 - swap=:
 - fi
 - [ ! -f $id/format ] || continue
 - if [ $method = swap ]; then
 - log Check the swap space in $dev/$id
 - template=partman-basicfilesystems/progress_swap_checking
 - db_subst $template PARTITION $num
 - db_subst $template DEVICE $(humandev $(cat device))
 - name_progress_bar $template
 - open_dialog CHECK_FILE_SYSTEM $id
 - read_line status
 - close_dialog
 - if [ $status != good ]; then
 - db_subst 
 partman-basicfilesystems/swap_check_failed PARTITION $num
 - db_subst 
 partman-basicfilesystems/swap_check_failed DEVICE $(humandev $(cat device))
 - db_set 
 

Bug#738713: Implement whatcanidofordebian.org?

2014-03-12 Thread Lucas Nussbaum
On 04/03/14 at 02:13 +0100, Tomasz Nitecki wrote:
 You can get the whole list of
 'opportunities' in gzipped JSON format from UDD [2] and then parse and
 filter it according to your needs (you should ask Lucas Nussbaum if it's
 fine to use UDD to feed production version of whatcanidofordebian.org).

It's totally fine, sure.

Lucas


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



Bug#741434: debian-edu-config-gosa-netgroups: Renaming hosts looses netgroup membership

2014-03-12 Thread Petter Reinholdtsen
Control: reassign -1 debian-edu-config-gosa-netgroups

Fixing typo.

-- 
Happy hacking
Petter Reinholdtsen


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



Bug#738919: parted3 preparations

2014-03-12 Thread Colin Watson
On Thu, Feb 13, 2014 at 04:46:36PM -0500, Phillip Susi wrote:
 In preparation for the parted3 transition, this patch adds ext2 support
 to partman-ext3, since my other patch removes ext2 from
 partman-basicfilesystems.

As I said as part of my comments on #738922, I think this is needless
churn that just makes the transition more complicated.  Unless there is
a reason beyond aesthetics to move ext2 support, I think we should leave
it where it is.

-- 
Colin Watson   [cjwat...@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#741293: git over https fails with gnutls_handshake() failed: A record packet with illegal version was received.

2014-03-12 Thread Andras Korn
On Tue, Mar 11, 2014 at 11:27:24PM +0100, Alessandro Ghedini wrote:

 Now, why does libcurl fails while gnutls-cli (built against libgnutls26) does
 not (not by default, anyway)? That may be a bug in libcurl, I'll look into 
 this
 later.

Unfortunately apache2.4 with the SSLProtocol -all +SSLv3 setting also
caused problems for iceweasel/firefox:

SSL peer rejected a handshake message for unacceptable content. (Error
code: ssl_error_illegal_parameter_alert)

Attempts to re-access the same page by hitting reload a few times are
eventually successful.

This did not occur with apache2.2, but it was so annoying to our users that
I had to go back to SSLProtocol All and risk breaking old subversion
clients.

This means you unfortunately won't be able to reproduce the problem using my
server. :(

However, the recipe seems simple enough: apache2 (2.2 or 2.4, doesn't
matter) with mod_ssl and SSLProtocol -all +SSLv3 should be sufficient.

Andras

-- 
 On a clear disk you can seek forever.


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



Bug#741438: Initialize Apple graphics muxer when booting from GRUB

2014-03-12 Thread Thibaut Paumard
Package: grub-common
Version: 2.02~beta2-7
Severity: wishlist
File: /etc/grub.d/10_linux

Dear GRUB maintainers,

I'm writing to you as a member of the pkg-mactel team, whose goal is
to ease the installation of Debian on Apple Intel-based computers.

Modern Apple MacBooks have two graphics card: an Intel integrated
device (IGD) and a GPU (mostly NVidia, sometimes ATI). When booting in
BIOS mode (which has its drawbacks), things work fine but only the GPU
can be adressed.

The problem I want to solve is when booting in EFI mode. In this case,
both cards can be seen, and we need to manage the muxer to select
which card(s) to turn on, which card to use, and which physical
screen(s) to connect.

What I did, manually, is to add a few lines to /etc/grub.d/10_linux
(attached, look for the four outb lines right after insmod
gzio). The values I have selected allow using the IGD, but turn the
GPU on nevertheless, so it can be used for instance using bumblebee
and primus. I plan on packaging a small helper to turn off the GPU
after booting, to decrease power consumption. Other sets of values are
possible, in particular to launch X11 directly on the GPU. Also I
think it may be important to connect an external monitor (something I
haven't managed yet).

Without those lines, the display remains frozen after loading the
kernel. The computer can (IIRC) respond through the network, though.

I don't think its a good idea to instruct our users to fiddle
in this file, so I was wondering how it should be done.

I see two possibilities:
 - have a mechanism that would allow a user or an external package to
   feed a few arbitraty lines within the linux_entry() stanza;
 - add those lines directly in 10_linux from grub2-common, but disable
   them by default with a variable from /etc/default/grub.

The first option yields more freedom to the user, who may therefore
break more things.

What do you think?

Kind regards, Thibaut.

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/sda5 / btrfs rw,relatime,space_cache 0 0
/dev/sda1 /boot/efi vfat 
rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro
 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-APPLE_HDD_HTS541010A9E682_J550001MGJ815C
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
insmod efi_gap
insmod efi_vga
insmod video_bochs
insmod video_cirrus
insmod efi_gop
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ ${next_entry} ] ; then
   set default=${next_entry}
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default=0
fi

if [ x${feature_menuentry_id} = xy ]; then
  menuentry_id_option=--id
else
  menuentry_id_option=
fi

export menuentry_id_option

if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
insmod all_video
  else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt 
insmod btrfs
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 
--hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 --hint='hd0,gpt5'  
f0ca0d2d-ff24-43a4-a555-cd5545ec03f1
else
  search --no-floppy --fs-uuid --set=root f0ca0d2d-ff24-43a4-a555-cd5545ec03f1
fi
font=/usr/share/grub/unicode.pf2
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ ${recordfail} = 1 ] ; then
  set timeout=-1
else
  if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
set timeout=5
  fi
fi
play 480 440 1
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_gpt 
insmod btrfs
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 
--hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 --hint='hd0,gpt5'  
f0ca0d2d-ff24-43a4-a555-cd5545ec03f1
else
  search --no-floppy --fs-uuid --set=root f0ca0d2d-ff24-43a4-a555-cd5545ec03f1
fi
insmod png
if background_image 

Bug#741439: mpv: Please enable all hardening options

2014-03-12 Thread Simon Ruderich
Package: mpv
Version: 0.3.6-1
Severity: normal
Tags: patch

Hello,

As audio/movie player, mpv is vulnerable to exploits in the used
libraries, which are common. PIE and bindnow provide additional
hardening against those attacks. Please enable them by default.

The following patch enables all additional flags (PIE and
bindnow) and enables a verbose build to detect missing flags:

diff -Nru mpv-0.3.6/debian/rules mpv-0.3.6/debian/rules
--- mpv-0.3.6/debian/rules  2014-03-11 16:00:33.0 +0100
+++ mpv-0.3.6/debian/rules  2014-03-12 14:32:39.0 +0100
@@ -4,6 +4,9 @@
export CC=gcc-4.8 # fixes #73363
 endif
 
+export V := 1
+export DEB_BUILD_MAINT_OPTIONS := hardening=+all
+
 %:
dh $@
 

I've been using mpv with this patch for some time and haven't
noticed any issues.

Regards
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9


signature.asc
Description: Digital signature


Bug#739006: Switch to mkdosfs instead of libparted

2014-03-12 Thread Colin Watson
On Fri, Feb 14, 2014 at 03:49:56PM -0500, Phillip Susi wrote:
 diff -Nru partman-efi-39/commit.d/format_efi 
 partman-efi-40/commit.d/format_efi
 --- partman-efi-39/commit.d/format_efi2012-09-20 10:45:15.0 
 -0400
 +++ partman-efi-40/commit.d/format_efi2014-02-14 15:40:50.0 
 -0500
 @@ -54,10 +54,13 @@
   db_subst $template PARTITION $num
   db_subst $template DEVICE $(humandev $(cat device))
   name_progress_bar $template
 - open_dialog CREATE_FILE_SYSTEM $id $new_efi_fs
 - read_line status
 - close_dialog
 - sync
 + if log-output -t partman --pass-stdout \
 + mkfs.vfat -F 32 $device /dev/null; then
 + status=OK
 + else
 + status=failed
 + fi
 + db_progress STOP
  
   if [ $status != OK ]; then
   db_subst partman-basicfilesystems/create_failed 
 TYPE efi

This has the same kind of problem I noted in #738922; you have
unbalanced db_progress calls, and you should probably drop the
now-useless name_progress_bar call and explicitly create a progress bar.

You've silently dropped a sync call, which seems an unwise thing to
bundle into this already fairly complex transition; I would suggest
keeping it at least in the case when mkfs.vfat returns successfully.

The top of format_efi selects fat32 or fat16 depending on the
architecture, but you ignore that here.  I'd recommend using -F
${new_efi_fs#fat} instead of hardcoding 32.

 diff -Nru partman-efi-39/debian/changelog partman-efi-40/debian/changelog
 --- partman-efi-39/debian/changelog   2013-09-08 10:29:40.0 -0400
 +++ partman-efi-40/debian/changelog   2014-02-14 15:45:19.0 -0500
 @@ -1,3 +1,9 @@
 +partman-efi (40) unstable; urgency=low
 +
 +  * Switch to using mkdosfs instead of libparted
 +
 + -- Phillip Susi ps...@ubuntu.com  Fri, 14 Feb 2014 15:44:22 -0500
 +
  partman-efi (39) unstable; urgency=low
  
[ Updated translations ]

Just as general good practice, it's a good idea to submit changelog
patches with the distribution set to UNRELEASED rather than
unstable; we only set it to unstable when tagging and releasing.  Or
you can even just supply the changelog entry separately without the
header/trailer lines and let the committer fill that in, to reduce the
probability of conflicts.

-- 
Colin Watson   [cjwat...@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#741440: kicad: Please update to use wxwidgets3.0

2014-03-12 Thread Olly Betts
Package: kicad
Version: 0.20140224+bzr4027-3
Severity: normal
Tags: patch
User: freewx-ma...@lists.alioth.debian.org
Usertags: wx3.0

Dear maintainer,

We're aiming to migrate the archive to using wxwidgets3.0 instead of
wxwidgets2.8.

I've built and done some limited testing (I've no idea how to use kicad,
but I clicked or opened everything I could see) with the attached patch
to update it to build against wxwidgets3.0, and it all looks good.

I'm actually a little surprised to discover kicad is still using
wxwidgets 2.8, as https://bugs.debian.org/712303 claimed that a newer
kicad needed a newer wx to have working printing, but a newer kicad got
packaged still using 2.8.  That may mean that updating to wx 3.0 will
fix problems with kicad's printing.

I'm happy to NMU this change if you wish me to - just let me know.

Cheers,
Olly
diff -Nru kicad-0.20140224+bzr4027/debian/changelog kicad-0.20140224+bzr4027/debian/changelog
--- kicad-0.20140224+bzr4027/debian/changelog	2014-03-07 23:49:51.0 +1300
+++ kicad-0.20140224+bzr4027/debian/changelog	2014-03-12 21:00:43.0 +1300
@@ -1,3 +1,10 @@
+kicad (0.20140224+bzr4027-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update to use wxWidgets 3.0.
+
+ -- Olly Betts o...@survex.com  Wed, 12 Mar 2014 21:00:22 +1300
+
 kicad (0.20140224+bzr4027-3) unstable; urgency=medium
 
   * taken in account Samuel Thibault's hint. Closes: #740999
diff -Nru kicad-0.20140224+bzr4027/debian/control kicad-0.20140224+bzr4027/debian/control
--- kicad-0.20140224+bzr4027/debian/control	2014-03-07 01:25:52.0 +1300
+++ kicad-0.20140224+bzr4027/debian/control	2014-03-12 21:00:17.0 +1300
@@ -6,7 +6,7 @@
  Daniel J. Priem danielpr...@flexserv.de
 Build-Depends: debhelper (= 9), quilt, libx11-dev,
  libglu1-mesa-dev, libgl1-mesa-dev, mesa-common-dev,
- libwxbase2.8-dev, libwxgtk2.8-dev, libboost-dev,
+ libwxgtk3.0-dev, libboost-dev,
  cmake (= 2.6.0), imagemagick
 Standards-Version: 3.9.5
 Homepage: http://www.kicad-pcb.org
diff -Nru kicad-0.20140224+bzr4027/debian/patches/series kicad-0.20140224+bzr4027/debian/patches/series
--- kicad-0.20140224+bzr4027/debian/patches/series	2013-08-07 21:25:00.0 +1200
+++ kicad-0.20140224+bzr4027/debian/patches/series	2014-03-12 21:47:10.0 +1300
@@ -2,3 +2,4 @@
 getting_started.patch
 fix_common.h
 fix-bashism.patch
+wx3.0-compat.patch
diff -Nru kicad-0.20140224+bzr4027/debian/patches/wx3.0-compat.patch kicad-0.20140224+bzr4027/debian/patches/wx3.0-compat.patch
--- kicad-0.20140224+bzr4027/debian/patches/wx3.0-compat.patch	1970-01-01 12:00:00.0 +1200
+++ kicad-0.20140224+bzr4027/debian/patches/wx3.0-compat.patch	2014-03-12 22:02:33.0 +1300
@@ -0,0 +1,16 @@
+Description: Fix to build with wxWidgets 3.0
+ Should also work with wxWidgets 2.8.
+Author: Olly Betts o...@survex.com
+Last-Update: 2014-03-12
+
+--- a/common/edaappl.cpp
 b/common/edaappl.cpp
+@@ -451,7 +451,7 @@
+ 
+ // Linux and Unix
+ #elif defined(__UNIX__)
+-m_BinDir = wxStandardPaths().GetExecutablePath();
++m_BinDir = wxStandardPaths::Get().GetExecutablePath();
+ #else
+ m_BinDir = argv[0];
+ #endif // __UNIX__
diff -Nru kicad-0.20140224+bzr4027/debian/rules kicad-0.20140224+bzr4027/debian/rules
--- kicad-0.20140224+bzr4027/debian/rules	2014-03-07 23:50:28.0 +1300
+++ kicad-0.20140224+bzr4027/debian/rules	2014-03-12 23:23:20.0 +1300
@@ -6,6 +6,8 @@
 PKGDIR= debian/kicad
 TMPPKGDIR = debian/tmp
 
+CXXFLAGS += -DNDEBUG
+
 %:
 	dh $@ --parallel
 


signature.asc
Description: Digital signature


Bug#628497: gvfs: copying results in empty files

2014-03-12 Thread althaser
Hey Martin,

Could you please still reproduce this issue with newer gvfs version
like 1.12.3-4 or 1.16.3-2 ?

It is working fine here but I don't use reiserfs.

thanks
regards
althaser


Bug#629421: gvfs-backends: domain required to access smb share

2014-03-12 Thread althaser
Hey Michal,

Could you please still reproduce this issue with newer versions
like 1.12.3-4 or 1.16.3-2 ?

thanks
regards
althaser


Bug#738922: parted3 preparation

2014-03-12 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 3/12/2014 9:34 AM, Colin Watson wrote:
 I think it would be very helpful to split up the logical chunks of
 this.
 
 Moving ext2 support means that we need to make sure that 
 partman-basicfilesystems and partman-ext3 land in unstable and
 testing at the same time, and derived distributions need to do that
 too.  Given the general lack of tool support for this sort of
 lockstep change in udebs, I'm uncomfortable with bundling it into
 this change.  Was there a good reason for that or did you just
 think it was tidier?  If the latter, I think it would in fact be
 better avoided.

The purpose of the patch is to stop depending on libparted.  The
existing ext2 support thus needed removed and transitioned to the code
that is currently in partman-ext3.  I suppose I could have copied and
pasted that code into partman-basicfilesystems, but needlessly
duplicating code seemed silly.

 I think it would be a good idea to keep the sync call in place, at
 least in the event that mkfs succeeds.

What for?  If the system crashes 3 seconds later, who cares if the
disk was properly formatted or not?

 -Template: partman-basicfilesystems/text/noatime -Type: text -#
 :sl2: -# Note to translators: Please keep your translations of
 this string below -# a 65 columns limit (which means 65
 characters in single-byte languages) -_Description: noatime - do
 not update inode access times at each access
 
 Even aside from my comments about moving ext2 support, you must
 not remove all these mount option templates.  select_mountoptions
 always picks up the templates from
 partman-basicfilesystems/text/$op, and these mount options are made
 available for various different file systems.

It looks to me like these templates were duplicated in
basicfilesystems and -ext3 because both ext2 and ext[34] needed them.
 With ext2 removed from basicfilesystems, they seem to be unreferenced
cruft now.  If the system always looks for them in -basicfilesystems,
then why are they duplicated in -ext3?  I'm pretty sure I checked the
menu and they still showed up properly.


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTIGjoAAoJEI5FoCIzSKrwercIAJr53yNvtcbBdPgYr8j2tjkS
XRfTtnCe37UNcR0cETq1A4egd/BudtgHCzpRwaJbahehjU7gPDebJA0rLGOmgjB+
DcCumNTyI3air5/dgvZVokopIiJ7HutnxNVpq91y6wvXrX4u5F0FNcrDOy3NfKMe
sc/qfonTE1ILEvJ1CrLbREK7kreKZDbVWN90CWIt0qaLvyaxzSHaD54NrkKtxez2
1gmbj/syx/sr400Rc3LCKifIZfY86R2m61xeLhgR2cWebkP899dAh+lqsTMoxs6t
1C5eaZYHnAkWUjrFdsbZk02chrHMmxaNopMThxNK1oSAKu4Zopf/QPhBxHY04BQ=
=H65F
-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



Bug#638819: gvfs-gdu-volume high CPU usage when freecom toughdrive external disk is plugged

2014-03-12 Thread althaser
Hey Yves,

Could you please still reproduce this issue with newer version ?

thanks
regards
althaser


Bug#741396: gnucash recommends gnucash-docs but suggests may be more appropriate

2014-03-12 Thread Chris Bainbridge
 Note that you can still uninstall gnucash-docs, since it is not a strong
 dependency (contrary to what you said in the bug title)

Recommends is a strong dependency according to Debian policy:

Recommends

This declares a *strong*, but not absolute, dependency.

The Recommends field should list packages that would be found
together with this one in all but unusual installations.

Suggests

This is used to declare that one package may be more useful with one or
more others. Using this field tells the packaging system and the user that the
listed packages are related to this one and can perhaps enhance its usefulness,
but that installing this one without them is perfectly reasonable

- https://www.debian.org/doc/debian-policy/ch-relationships.html


Recommends is for packages that would be found together.. in all but
unusual installations. IMHO it would not be *unusual* for a user to
install (or want to install) gnucash without the documentation.

Suggests is used for a package where installing this one without them
is perfectly reasonable. IMHO it would be perfectly reasonable to
install gnucash without the documentation (a fact you already
acknowledged - gnucash is not unusable at all in the absence of the
documentation.)


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



Bug#741442: gdomap: no support for IPv6

2014-03-12 Thread Ansgar Burchardt
Package: gnustep-base-runtime
Version: 1.22.1-4.3
Severity: normal

From a short look at gdomap's source code, it doesn't seem to support
IPv6 at all.

I'm not sure it does support changing IP addresses as are common on,
for example, laptops either.

Ansgar


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



Bug#741441: gnustep-base-runtime: gdomap does chroot(/tmp)

2014-03-12 Thread Ansgar Burchardt
Package: gnustep-base-runtime
Version: 1.22.1-4.3
Severity: important
Tags: security

gdomap chroots to /tmp as another level of paranoia. However if you
are paranoid, you really want to chroot to an empty, non-writable
directory, not to a world-writable one containing random files.

Ansgar

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

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

Versions of packages gnustep-base-runtime depends on:
ii  gnustep-base-common1.22.1-4.3
ii  gnustep-common [gnustep-fslayout-fhs]  2.6.2-2.1
ii  libc6  2.18-4
ii  libgcc11:4.9-20140218-1
ii  libgnustep-base1.221.22.1-4.3
ii  libobjc4   4.8.2-16
ii  lsb-base   4.1+Debian12

gnustep-base-runtime recommends no packages.

gnustep-base-runtime 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#738922: parted3 preparation

2014-03-12 Thread Colin Watson
On Wed, Mar 12, 2014 at 10:02:16AM -0400, Phillip Susi wrote:
 On 3/12/2014 9:34 AM, Colin Watson wrote:
  I think it would be very helpful to split up the logical chunks of
  this.
  
  Moving ext2 support means that we need to make sure that 
  partman-basicfilesystems and partman-ext3 land in unstable and
  testing at the same time, and derived distributions need to do that
  too.  Given the general lack of tool support for this sort of
  lockstep change in udebs, I'm uncomfortable with bundling it into
  this change.  Was there a good reason for that or did you just
  think it was tidier?  If the latter, I think it would in fact be
  better avoided.
 
 The purpose of the patch is to stop depending on libparted.  The
 existing ext2 support thus needed removed and transitioned to the code
 that is currently in partman-ext3.  I suppose I could have copied and
 pasted that code into partman-basicfilesystems, but needlessly
 duplicating code seemed silly.

Please do it anyway - moving this around is going to be a pain.

  I think it would be a good idea to keep the sync call in place, at
  least in the event that mkfs succeeds.
 
 What for?  If the system crashes 3 seconds later, who cares if the
 disk was properly formatted or not?

In the past there've been some problems with things like udev not
picking changes up properly, I think.  Memory is fuzzy.

In any event, my point is that you should be decoupling things from the
parted 3 transition when at all possible.  We can always try removing
syncs later; if it's done separately it will be easier to see when
problems are down to that, rather than a giant debugging nightmare.

  -Template: partman-basicfilesystems/text/noatime -Type: text -#
  :sl2: -# Note to translators: Please keep your translations of
  this string below -# a 65 columns limit (which means 65
  characters in single-byte languages) -_Description: noatime - do
  not update inode access times at each access
  
  Even aside from my comments about moving ext2 support, you must
  not remove all these mount option templates.  select_mountoptions
  always picks up the templates from
  partman-basicfilesystems/text/$op, and these mount options are made
  available for various different file systems.
 
 It looks to me like these templates were duplicated in
 basicfilesystems and -ext3 because both ext2 and ext[34] needed them.
  With ext2 removed from basicfilesystems, they seem to be unreferenced
 cruft now.  If the system always looks for them in -basicfilesystems,
 then why are they duplicated in -ext3?  I'm pretty sure I checked the
 menu and they still showed up properly.

There's no noatime template in -ext3, so I don't know what you're
talking about here.  Please just put these templates back; they are
absolutely *not* unreferenced cruft.

Cheers,

-- 
Colin Watson   [cjwat...@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#741396: gnucash recommends gnucash-docs but suggests may be more appropriate

2014-03-12 Thread Sébastien Villemot
Le mercredi 12 mars 2014 à 21:05 +0700, Chris Bainbridge a écrit :

 Recommends is for packages that would be found together.. in all but
 unusual installations. IMHO it would not be *unusual* for a user to
 install (or want to install) gnucash without the documentation.
 
 Suggests is used for a package where installing this one without them
 is perfectly reasonable. IMHO it would be perfectly reasonable to
 install gnucash without the documentation (a fact you already
 acknowledged - gnucash is not unusable at all in the absence of the
 documentation.)

I see your point. I also see the point of the other user who wanted a
Recommends.

Note that the practical difference between Recommends and Suggests is
thin. Both are optional dependencies. The only difference is that a
Recommends gets installed by default, unless the user asks for the
contrary (either by globally disabling Recommends, or by refusing to
install gnucash-docs when installing gnucash).

Given the thin distinction between the two concepts, choosing between
the two is highly subjective, and I don't think it's worth arguing
anymore.

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://www.dynare.org/sebastien
  `-  GPG Key: 4096R/381A7594



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


Bug#741443: coreutils: ls -C not work, column output problem

2014-03-12 Thread Yoric Ko
Package: coreutils
Version: 8.21-1
Severity: normal

Hello!

Sorry my bad English

globus@aspera:/tmp/sox$ ls
001.mp3  002.mp3  003.mp3  004.mp3  005.mp3

globus@aspera:/tmp/sox$ ls -C
001.mp3  002.mp3  003.mp3  004.mp3  005.mp3
globus@aspera:/tmp/sox$ man ls:

-C list entries by columns

If I understand correctly the meaning of this key

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing'), (500, 
'oldstable')
Architecture: i386 (i686)

Kernel: Linux 3.12-1-686-pae (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 coreutils depends on:
ii  libacl1  2.2.52-1
ii  libattr1 1:2.4.47-1
ii  libc62.18-4
ii  libselinux1  2.2.2-1

coreutils recommends no packages.

coreutils suggests no packages.

-- no debconf information


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



Bug#650466: gvfs-fuse: new version changes case of directories

2014-03-12 Thread althaser
Hey Brian,

Could you please still reproduce this issue with newer upgraded versions
like 1.12.3-4 or 1.16.3-2 ?

thanks
regards
althaser


Bug#738575: Access to a Galileo board

2014-03-12 Thread Thomas Karmann
Hi,

I patched out the lock instruction via hexedit and the segfaults are gone!

before:

=  507b:   f0 0f b1 8b 94 21 00lock cmpxchg %ecx,0x2194(%ebx)

after:

507b:   90  nop
507c:   0f b1 8b 94 21 00 00cmpxchg %ecx,0x2194(%ebx)


Might be a bug in the CPU itself?


With kind regards
Thomas

-- 
Thomas Karmann / CIP-Pool-Administration / Department of Computer Science 4
Organization: University of Erlangen-Nuremberg
Address: Martensstrasse 1 91058 Erlangen Germany 
Website: https://wwwcip.informatik.uni-erlangen.de/


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



Bug#669973: gvfs: mounting floppies fails: `No volume for device file /dev/fd0`

2014-03-12 Thread althaser
Hey Paul,

If you still have those floppy drivers, could you please reproduce this
issue with newer versions like 1.12.3-4 or 1.16.3-2 ?

thanks
regards
althaser


Bug#680639: nautilus: fails to show available SFTP services broadcast by Avahi

2014-03-12 Thread althaser
Hey,

Could you please still reproduce this issue with newer versions
like 1.12.3-4 or 1.16.3-2 ?

I noticed that https://bugzilla.gnome.org/show_bug.cgi?id=652935 is
resolved fixed already.

thanks
regards
althaser


Bug#741346: lintian: check the name of modules config in /etc/pkcs11/modules

2014-03-12 Thread Raphael Geissert
On 11 March 2014 14:36, Raphael Geissert geiss...@debian.org wrote:
[...]
 An example of a package triggering the warning by p11-kit (from jessie
 or wheezy-bpo) is wheezy's gnome-keyring.

And now that I take a better look at how things are done in sid, the
directory is now usr/share/p11-kit/modules, but it appears that the
same naming convention applies.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net


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



Bug#741444: motion: FTBFS against libav10

2014-03-12 Thread Sebastian Ramacher
(AVSTREAM_CODEC_PTR(ffmpeg-video_st),
|  ^
| ffmpeg.c: In function 'ffmpeg_prepare_frame':
| ffmpeg.c:808:5: warning: 'avcodec_alloc_frame' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
|  picture = avcodec_alloc_frame();
|  ^
| ffmpeg.c: In function 'ffmpeg_deinterlace':
| ffmpeg.c:848:5: warning: 'avcodec_alloc_frame' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
|  picture = avcodec_alloc_frame();
|  ^
| ffmpeg.c:862:5: warning: 'avpicture_deinterlace' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3992) [-Wdeprecated-declarations]
|  avpicture_deinterlace((AVPicture *)picture, (AVPicture *)picture, 
PIX_FMT_YUV420P, width, height);
|  ^
| make[1]: *** [ffmpeg.o] Error 1

The full build log is available at
http://people.debian.org/~sramacher/logs/libav10/motion_3.2.12-4_amd64-20140312-1545.log

This bug will become release-critical at some point when the libav10 transition
starts. Migration documentation can be found at
https://wiki.libav.org/Migration/10.

Regards
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


  1   2   3   >