Bug#691140: graphicsmagick: libmagickcore-dev uses out of date libtiff4-dev

2012-10-22 Thread Liz
Package: graphicsmagick
Severity: serious
Justification: makes unrelated software on the system break

Dear Maintainer,

Attempts to install libmagickcore-dev result in removal of
libgeotiff-dev and vice versa
Libgeotiff-dev uses libtiff5-dev and libmagickcore-dev uses
libtiff4-dev, and the situation prevents concurrent installation of
these two packages, required for compilation of a fully functional
xastir package. Xastir in unstable has no geotiff support due to this
situation.



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

Kernel: Linux 3.2.0-3-rt-686-pae (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Processed: grave

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 688792 grave
Bug #688792 [mysql-server-5.5] mysql-server-5.5: error in SQL syntax in postinst
Severity set to 'grave' from 'important'

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
688792: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688792
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#650265: dma: cannot deliver mail to smtp server

2012-10-22 Thread Jonathan Nieder
Hi Peter,

Miquel van Smoorenburg wrote:

 This should go into stable too if possible.

 Description: Read reponse from smtp server up to crlf

How about this patch?  Patch is based against fc230da8, Release
dma-0.0.2010.06.17-6, 2010-10-17.

-- 8 --
From: Peter Pentchev r...@ringlet.net
Date: Sun, 25 Dec 2011 17:24:54 +0200
Subject: Add Miquel van Smoorenburg's fixes for #650265 and #650268.
---
 changelog | 10 ++
 patches/45-received.patch | 25 +
 patches/46-smtp-newline.patch | 22 ++
 patches/series|  2 ++
 4 files changed, 59 insertions(+)
 create mode 100644 patches/45-received.patch
 create mode 100644 patches/46-smtp-newline.patch

diff --git a/changelog b/changelog
index adbf56d3..48422a84 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,13 @@
+dma (0.0.2010.06.17-6+squeeze0.1) stable; urgency=low
+
+  [ Peter Pentchev ]
+  * Add the 45-received patch to fix the format of the Received header.
+Closes: #650268
+  * Add the 46-smtp-newline patch to deal with SMTP servers that may
+send a response in more than one TCP packet.  Closes: #650265
+
+ -- Jonathan Nieder jrnie...@gmail.com  Sun, 21 Oct 2012 23:42:33 -0700
+
 dma (0.0.2010.06.17-6) unstable; urgency=low
 
   * Add the 37-gnu-hurd patch to really fix the FTBFS on GNU/Hurd.
diff --git a/patches/45-received.patch b/patches/45-received.patch
new file mode 100644
index ..e6da7212
--- /dev/null
+++ b/patches/45-received.patch
@@ -0,0 +1,25 @@
+Description: Add semicolon before date in received: header
+Author: Miquel van Smoorenburg miqu...@cistron.nl
+Bug-Debian: http://bugs.debian.org/650268
+Last-Update: 2011-11-28
+
+--- a/mail.c
 b/mail.c
+@@ -174,7 +174,7 @@
+   error = fprintf(bounceq.mailf,
+   Received: from MAILER-DAEMON\n
+   \tid %s\n
+-  \tby %s (%s)\n
++  \tby %s (%s);\n
+   \t%s\n
+   X-Original-To: %s\n
+   From: MAILER-DAEMON \n
+@@ -452,7 +452,7 @@
+   Received: from %s (uid %d)\n
+   \t(envelope-from %s)\n
+   \tid %s\n
+-  \tby %s (%s)\n
++  \tby %s (%s);\n
+   \t%s\n,
+   username, getuid(),
+   queue-sender,
diff --git a/patches/46-smtp-newline.patch b/patches/46-smtp-newline.patch
new file mode 100644
index ..3d8c87bd
--- /dev/null
+++ b/patches/46-smtp-newline.patch
@@ -0,0 +1,22 @@
+Description: Read the response from an SMTP server all the way to CR/LF
+Author: Miquel van Smoorenburg miqu...@cistron.nl
+Bug-Debian: http://bugs.debian.org/650265
+Last-Update: 2011-11-28
+
+--- a/net.c
 b/net.c
+@@ -166,6 +166,14 @@
+   }
+   len += rlen;
+   }
++  /* read up to \n */
++  if (memchr(buff + pos, '\n', len - pos) == NULL) {
++  if (len  sizeof(buff))
++  continue;
++  strcpy(neterr, line too long in reply from server);
++  return (-1);
++  }
++
+   /*
+* If there is an external buffer with a size bigger than zero
+* and as long as there is space in the external buffer and
diff --git a/patches/series b/patches/series
index efed7421..62625007 100644
--- a/patches/series
+++ b/patches/series
@@ -20,3 +20,5 @@
 35-delivery-retry.patch
 36-sa_nocldwait.patch
 37-gnu-hurd.patch
+45-received.patch
+46-smtp-newline.patch
-- 
1.8.0.rc3


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



Bug#691145: python-django: CVE-2012-4520

2012-10-22 Thread Moritz Muehlenhoff
Package: python-django
Severity: grave
Tags: security
Justification: user security hole

Hi,
please see https://www.djangoproject.com/weblog/2012/oct/17/security/

Cheers,
Moritz


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



Bug#677450: dmraid: fakeraid root device not activated during boot

2012-10-22 Thread Jonathan Nieder
Hi,

Ulrich Dangel wrote:

 --- dmraid-1.0.0.rc16/debian/changelog
 +++ dmraid-1.0.0.rc16/debian/changelog
 @@ -1,3 +1,11 @@
 +dmraid (1.0.0.rc16-4.2) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Call udevadm settle before activating dmraid devices
 +(Closes: #677450)

Thanks for fixing it.  Does squeeze need this, too?

Curious,
Jonathan


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



Bug#691146: modsecurity-apache: CVE-2012-4528

2012-10-22 Thread Moritz Muehlenhoff
Package: modsecurity-apache
Severity: grave
Tags: security patch
Justification: user security hole

Please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-4528

Cheers,
Moritz


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



Bug#685149: Candidates for removal from testing

2012-10-22 Thread Andreas Tille
Hi,

On Thu, Oct 18, 2012 at 10:32:39AM +0200, Niels Thykier wrote:
 Debian Med Packaging Team debian-med-packag...@lists.alioth.debian.org
gentle

A package fixing the issue is in

   http://ftp-master.debian.org/new.html

since some time and this had something to do with some problems in DAK
(according to

   
http://lists.alioth.debian.org/pipermail/debian-med-packaging/2012-October/017521.html

)  Ansgar, it would be really welcome if you could try again your manual
procedure to circumvent the problem to get the fixed package in.
 
We (as in the Debian Med team) would be really happy if you would delay
the removal of the package because we actually worked on this problem
and it should be fine once it has passed new (due to a move from contrib
to main).

Kind regards

   Andreas.

-- 
http://fam-tille.de


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



Bug#673542: marked as done (libpng12-0_1.5.10-2 sends gdm3 and Xorg in an infinite loop, breaking the whole graphical system)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 24 Sep 2012 18:39:09 +0200
with message-id 50608cad.1070...@debian.org
and subject line Re: Bug#688581: RM: libpng (from experimental) -- package is 
fundamentally broken
has caused the Debian Bug report #673542,
regarding libpng12-0_1.5.10-2 sends gdm3 and Xorg in an infinite loop, breaking 
the whole graphical system
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
673542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673542
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libpng12-0
Version: 1.5.10-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

the new version of libpng12-0 that was uploaded in experimental today is 
sending gdm3 and Xorg restarting in an infinite loop at boot time, rendering 
the (graphical) system unusable. Each one of them takes a VT and dies, 
and it is not possible to kill Xorg/gdm too.

Also, after installing the new version, no application can be started 
in a currently running environment because segfaulting.

Booting in single user mode and downgrading to the latest 1.4.x version 
makes the system work again.

Cheers,
Matteo


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

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

Versions of packages libpng12-0 depends on:
ii  libpng15-15  1.5.10-2

libpng12-0 recommends no packages.

libpng12-0 suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi!

Am 24.09.2012 09:45, schrieb Julien Cristau:

 The current package in experimental is so broken it's not even funny.
 The maintainers haven't been able or willing to fix it in like 6 months,
 I don't think their opinion should matter at this point.  A fixed
 package can easiy be reuploaded later anyway, it's not like this was a
 removal from sid.

Okay, it's gone.


Best regards,
  Alexander
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJQYIyfAAoJEMJLZaJnLIsSVicP/0M+dPwHeJxNNptG8QOAoQH7
Ip5In3CHf/8y6tMkBZmY3SNPT2RU2jzykqltQwy01mI68z12/4QzLojJ5pc/swJq
66O0O1VCWoEguTCGhjdQ5HKc2rQVOGxC/B5yX7r1YF3MMRpUvCrc2ASAJ03EFhd2
Sewx88yyOiGfp8eDtcIXFp8Ubfw5ayKYMnCZrVEDyCvvrAc6TotSEQWE7dHWlCo9
zJZBbCUH1tkOGI6XdCjjZKPmhTXnAL8rxKAtXBFnwS4r0FjiSgOb3lO4gXDghYmN
WZiR6I/WU7WOoEd4ITEcj4I8sT6EpFdy74lcFD25ED0UaQJdg5FXdP8FKxuggudH
B03wWuwNZsBhdZ04ADwlT5733DKFqTE759rSFENW+XDn3xBDL5zGNrOJgS+P5bu8
ZXh3LTTmkVnP21qJ8d1i5WvbnzrPipNqIxZwAf+hUzjzyXVlW5njIDtE/HBi02jP
XjRf0bQPP9NA4WdW4Sbd5KBOOx7EMDwu+t4NJ+l614Cag6KLknSkHDqaQSJ7O30f
IYzZzwu1ISu1abySzE0JCJcenf9gdC7t23T+vI+OPGMCW/8GslXyh/+amjoJt1Pk
p88sHCn2wVcqfv9WF2ZZBaXXVdGP9iuVekNKiwjj6Rbz18p0cbOzKEBNiI08hgG7
EBF+gBuVP7dLIyE8c7mn
=ZLaS
-END PGP SIGNATUREEnd Message---


Bug#673645: marked as done (libpng12: version PNG12_0 not found error)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 24 Sep 2012 18:39:09 +0200
with message-id 50608cad.1070...@debian.org
and subject line Re: Bug#688581: RM: libpng (from experimental) -- package is 
fundamentally broken
has caused the Debian Bug report #673542,
regarding libpng12: version PNG12_0 not found error
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
673542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673542
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libpng12-0
Version: 1.2.49-1
Severity: important
File: libpng12

Dear Maintainer,

upgraded to libpng12-0_1.5.10-2_amd64.deb

Getting PNG12_0 not found - with most applications.

Right now, kde is entirely unusable; I had to install xdm + icewm, 
and that is when I found that konsole and iceweasel cannot be started.

I downgraded (using dpkg -i ) back to _1.2.49 *.deb; and right now
konsole and iceweasel works - but I am now running icewm , not kde. 

Not sure if this is what caused entire kde (kdm and everything after 
that) to fail. Need to investigate. 

Since this breaks at least iceweasel (iceweasel does not start, not 
broken in dpkg / apt / aptitude sense), I hope important tag is 
justified.


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

Kernel: Linux 3.3.0-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libpng12-0 depends on:
ii  libc6  2.13-32
ii  multiarch-support  2.13-32
ii  zlib1g 1:1.2.7.dfsg-2

libpng12-0 recommends no packages.

libpng12-0 suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi!

Am 24.09.2012 09:45, schrieb Julien Cristau:

 The current package in experimental is so broken it's not even funny.
 The maintainers haven't been able or willing to fix it in like 6 months,
 I don't think their opinion should matter at this point.  A fixed
 package can easiy be reuploaded later anyway, it's not like this was a
 removal from sid.

Okay, it's gone.


Best regards,
  Alexander
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJQYIyfAAoJEMJLZaJnLIsSVicP/0M+dPwHeJxNNptG8QOAoQH7
Ip5In3CHf/8y6tMkBZmY3SNPT2RU2jzykqltQwy01mI68z12/4QzLojJ5pc/swJq
66O0O1VCWoEguTCGhjdQ5HKc2rQVOGxC/B5yX7r1YF3MMRpUvCrc2ASAJ03EFhd2
Sewx88yyOiGfp8eDtcIXFp8Ubfw5ayKYMnCZrVEDyCvvrAc6TotSEQWE7dHWlCo9
zJZBbCUH1tkOGI6XdCjjZKPmhTXnAL8rxKAtXBFnwS4r0FjiSgOb3lO4gXDghYmN
WZiR6I/WU7WOoEd4ITEcj4I8sT6EpFdy74lcFD25ED0UaQJdg5FXdP8FKxuggudH
B03wWuwNZsBhdZ04ADwlT5733DKFqTE759rSFENW+XDn3xBDL5zGNrOJgS+P5bu8
ZXh3LTTmkVnP21qJ8d1i5WvbnzrPipNqIxZwAf+hUzjzyXVlW5njIDtE/HBi02jP
XjRf0bQPP9NA4WdW4Sbd5KBOOx7EMDwu+t4NJ+l614Cag6KLknSkHDqaQSJ7O30f
IYzZzwu1ISu1abySzE0JCJcenf9gdC7t23T+vI+OPGMCW/8GslXyh/+amjoJt1Pk
p88sHCn2wVcqfv9WF2ZZBaXXVdGP9iuVekNKiwjj6Rbz18p0cbOzKEBNiI08hgG7
EBF+gBuVP7dLIyE8c7mn
=ZLaS
-END PGP SIGNATUREEnd Message---


Bug#686484: chowning pid directory and writing there as root may lead to security issue

2012-10-22 Thread Jonathan Nieder
Hi,

Simon Kelley wrote:

  dnsmasq (2.63-4) unstable; urgency=low
  .
 * Make pid-file creation immune to symlink attacks. (closes: #686484)

How about this patch to fix the same in squeeze?

Thanks,
Jonathan
---
 debian/changelog |  7 +++
 src/dnsmasq.c| 45 ++---
 2 files changed, 45 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3955c750..23cfa0da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dnsmasq (2.55-2+squeeze0.1) stable; urgency=low
+
+   [ Simon Kelley ]
+   * Make pid-file creation immune to symlink attacks. (closes: #686484)
+
+ -- Jonathan Nieder jrnie...@gmail.com  Mon, 22 Oct 2012 00:21:24 -0700
+
 dnsmasq (2.55-2) unstable; urgency=high
   
* Fix crash on double free. (closes: #597205)
diff --git a/src/dnsmasq.c b/src/dnsmasq.c
index 727d5e2e..d607e26d 100644
--- a/src/dnsmasq.c
+++ b/src/dnsmasq.c
@@ -327,16 +327,47 @@ int main (int argc, char **argv)
   /* write pidfile _after_ forking ! */
   if (daemon-runfile)
{
- FILE *pidfile;
+ int fd, err = 0;
+
+ sprintf(daemon-namebuff, %d\n, (int) getpid());
+
+ /* Explanation: Some installations of dnsmasq (eg Debian/Ubuntu) 
locate the pid-file
+in a directory which is writable by the non-privileged user that 
dnsmasq runs as. This
+allows the daemon to delete the file as part of its shutdown. This 
is a security hole to the
+extent that an attacker running as the unprivileged  user could 
replace the pidfile with a
+symlink, and have the target of that symlink overwritten as root 
next time dnsmasq starts.
+
+The folowing code first deletes any existing file, and then opens 
it with the O_EXCL flag,
+ensuring that the open() fails should there be any existing file 
(because the unlink() failed,
+or an attacker exploited the race between unlink() and open()). 
This ensures that no symlink
+attack can succeed.
+
+Any compromise of the non-privileged user still theoretically 
allows the pid-file to be
+replaced whilst dnsmasq is running. The worst that could allow is 
that the usual
+shutdown dnsmasq shell command could be tricked into stopping 
any other process.
+
+Note that if dnsmasq is started as non-root (eg for testing) it 
silently ignores
+failure to write the pid-file.
+ */
+
+ unlink(daemon-runfile);
  
- /* only complain if started as root */
- if ((pidfile = fopen(daemon-runfile, w)))
+ if ((fd = open(daemon-runfile, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, 
S_IWUSR|S_IRUSR|S_IRGRP|S_IROTH)) == -1)
{
- fprintf(pidfile, %d\n, (int) getpid());
- fclose(pidfile);
+ /* only complain if started as root */
+ if (getuid() == 0)
+   err = 1;
+ else
+   {
+ if (!read_write(fd, (unsigned char *)daemon-namebuff, 
strlen(daemon-namebuff), 0))
+   err = 1;
+
+ while (!err  close(fd) == -1)
+   if (!retry_send())
+ err = 1;
}
- else if (getuid() == 0)
-   {
+
+ if (err)
  send_event(err_pipe[1], EVENT_PIDFILE, errno);
  _exit(0);
}
-- 
1.8.0


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



Bug#648936: doc-base: trigger fails when Locale::gettext is broken due to perl upgrade

2012-10-22 Thread Jonathan Nieder
Hi again,

In January, Jonathan Nieder wrote:
 Robert Luberda wrote:

* debian/postinst: set PERL_DL_NONLAZY=1 not to fail when perl is being
  upgraded (closes: #648937).
* install-docs.in:
  + show verbose warning message when doc-base is not fully functional;

 Do you think it would be appropriate to apply these fixes to squeeze, too?

My feeling is that yes, these would be good changes for squeeze, to
make triggers smoother when upgrading squeeze-wheezy and to make the
lenny-squeeze upgrade smoother for those unfortunate souls who
haven't made the jump yet.  Here's a backport.  Sensible?

  Set PERL_DL_NONLAZY=1 variable in postinst to fix Bug#648937.
  Inform users when doc-base is not fully functional.

 debian/changelog | 10 ++
 debian/postinst  |  4 
 install-docs.in  | 13 -
 3 files changed, 26 insertions(+), 1 deletion(-)
From: Robert Luberda rob...@debian.org
Date: Wed, 16 Nov 2011 23:58:29 +0100
Subject: Set PERL_DL_NONLAZY=1 variable in postinst to fix Bug#648937.

commit 94db634989f908e9a838bed68ffdd5c19ac0bcc8 upstream.
---
 debian/changelog | 8 
 debian/postinst  | 4 
 2 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b5113e1f..82e63e60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+doc-base (0.9.5+squeeze0.1) stable; urgency=low
+
+  [ Robert Luberda ]
+  * debian/postinst: set PERL_DL_NONLAZY=1 not to fail when perl is being
+upgraded (closes: #648937).
+
+ -- Jonathan Nieder jrnie...@gmail.com  Mon, 22 Oct 2012 00:42:33 -0700
+
 doc-base (0.9.5) unstable; urgency=low
 
   * Add a `Typesetting' top-level section for software used to typesetting 
diff --git a/debian/postinst b/debian/postinst
index 8758def7..000d977f 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -20,6 +20,10 @@ if [ $DEBUG ]; then
 fi
 
 reinstall_docs () {
+# Set the following env variable to fix `Bug#648937: doc-base: trigger 
fails when
+# Locale::gettext is broken due to perl upgrade'.  See also #479711  
#479681.
+export PERL_DL_NONLAZY=1
+
 install-docs ${VERBOSE} --install-$1
 }
 
-- 
1.8.0

From: Robert Luberda rob...@debian.org
Date: Thu, 17 Nov 2011 22:13:58 +0100
Subject: Inform users when doc-base is not fully functional.

commit 3f2dedee1e1e6b7cea57b9a46769bc1b74705354 upstream.

Make the error message shown when doc-base modules
cannot be loaded more verbose.
---
 debian/changelog |  2 ++
 install-docs.in  | 13 -
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 82e63e60..cac0b3e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ doc-base (0.9.5+squeeze0.1) stable; urgency=low
   [ Robert Luberda ]
   * debian/postinst: set PERL_DL_NONLAZY=1 not to fail when perl is being
 upgraded (closes: #648937).
+  * install-docs.in: show verbose warning message when doc-base is not
+fully functional.
 
  -- Jonathan Nieder jrnie...@gmail.com  Mon, 22 Oct 2012 00:42:33 -0700
 
diff --git a/install-docs.in b/install-docs.in
index 57e23c0e..e908655c 100755
--- a/install-docs.in
+++ b/install-docs.in
@@ -36,7 +36,18 @@ BEGIN {
   import  Debian::DocBase::Gettext;
   1;
 };
-  warn $@ if $@;
+  if ($@) {
+# gettext is most probably not usable here.
+warn The following error has occured while loading doc-base modules:\n\n.
+ $@ .\n.
+ 
***\n.
+ It seems install-docs is not fully functional at the moment,\n.
+ and it will try to recover from the error next time it is called.\n.
+ ($ENV{'DPKG_MAINTSCRIPT_PACKAGE'} ?
+ \nPlease run `install-docs --install-changed' command\n.
+ manually after the upgrade process is finished.\n : ) .
+ 
***\n\n;
+  }
 }
 
 =head1 NAME
-- 
1.8.0



Bug#671063: an update on this bug?

2012-10-22 Thread Thijs Kinkhorst
severity 671063 normal
thanks

 This should be done by the administrator on demand with his own choice of
 parameters. Ån automatic generation can be done at each new installation
 (better) or at each upgrade, but anyway that would imply having the same
 set for years in many cases. A patch for the postinst is welcome anyway.

Regenerating the largest parameters that are currently included in proftpd
takes about 48h on a fast system with normal amounts of entropy. It's
therefore not feasible to do this on installation or even at build time. I
also doubt that users should be bothered with this at install time as I
guess hardly any user will understand the choice he's given.

Perhaps regenerating them at build or install time is a good idea but this
is only feasible for a small set of relatively shorter param lengths.

In any case, although refreshing them from time to time may be good, there
are to me no concrete indications that the current parameters are not
strong enough to continue to be used, so I don't think this should remain
RC.

Cheers,
Thijs


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



Processed: Re: Bug#671063: an update on this bug?

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 671063 normal
Bug #671063 [proftpd-basic] proftpd-basic: should renew dhparams.pem file (last 
updated on 2008-09-07)
Severity set to 'normal' from 'grave'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
671063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671063
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: your mail

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 691145 + pending
Bug #691145 [python-django] python-django: CVE-2012-4520
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
691145: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691145
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#691145: python-django: CVE-2012-4520

2012-10-22 Thread Raphael Hertzog
Hi,

On Mon, 22 Oct 2012, Moritz Muehlenhoff wrote:
 please see https://www.djangoproject.com/weblog/2012/oct/17/security/

There's a stable update ready here:
http://people.debian.org/~hertzog/packages/python-django_1.2.3-3+squeeze4_amd64.changes

Let me know if I can upload it to security.debian.org. Thijs, feel free to
test it.

I will also shorty upload 1.4.2-1 to unstable and wheezy.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Get the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/


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



Processed: your mail

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 691145 + pending
Bug #691145 [python-django] python-django: CVE-2012-4520
Ignoring request to alter tags of bug #691145 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
691145: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691145
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Simon McVittie
On Mon, 09 Jul 2012 at 00:10:45 +0100, Steven Chamberlain wrote:
 On 05/07/12 01:05, Simon McVittie wrote:
  You don't need all of GNOME, but you do need a D-Bus session.
  [...]
  
  $ eval `dbus-launch --sh-syntax`
  $ xvfb-run gnome-terminal -e mkdir /tmp/hello
 
 With a DBUS session running (now testing from a graphical X11
 environment) I can reproduce the original problem on kfreebsd-amd64

(I can't help wondering why anyone would ever try to use an X11 terminal
emulator *without* a graphical X11 session...)

I wonder whether this is to do with GDBus not supporting credentials-passing
for authentication on kFreeBSD. It does support credentials-passing on
FreeBSD, and it's the same kernel, so the same code ought to work; please
try the attached patch for src:glib2.0? If successful, this can be tagged
'patch' and reassigned to libglib2.0-0.

I tried to test it on a kfreebsd-i386 virtual machine, but that VM seems
to be excessively slow, and fails to compile the GLib documentation, so I
gave up after a few attempts.

I have no idea how credentials-passing works on Hurd, but Hurd isn't
release-critical, so that can wait (if my theory is correct, please
clone the bug for Hurd support). If Hurd porters want to make GDBus
work, grepping for __FreeBSD__ is probably a good start. GLib appears to
support three different flavours of credentials-passing (for Linux, FreeBSD
and OpenBSD) so if Hurd resembles one of those, it should be possible to
make it work; the src:dbus build logs claim it has SCM_RIGHTS.

In addition to credentials-passing across Unix sockets, D-Bus supports
an X11-like magic cookie mechanism (normally only used for TCP sockets),
but that relies on the connecting user having access to their official
home directory according to getent passwd, so it might not be useful
in all cases (for instance, the mini-GNOME-session run by the gdm3 greeter
can't necessarily rely on that).

Regards,
S


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



Processed: tagging 622278

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 622278 + wheezy sid
Bug #622278 {Done: Ansgar Burchardt ans...@debian.org} [getstream] getstream: 
please use pkg-config instead of hard-coding include paths
Added tag(s) sid and wheezy.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
622278: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622278
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#689664: marked as done (Multiple security issues)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 22 Oct 2012 11:13:56 +0200
with message-id 20121022091355.gb2...@debian.org
and subject line Re: Bug#689664: Multiple security issues
has caused the Debian Bug report #689664,
regarding Multiple security issues
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
689664: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689664
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: letodms
Version: 3.3.4+dfsg-1
Severity: grave
Tags: security

3.3.7+dfsg-1 and 3.3.9+dfsg-1 fixed several security issues. These issues
are still unfixed in Wheezy. Either 3.3.9 needs to be accepted into
Wheezy or the security fixes need to be backported to 3.3.4.

Cheers,
Moritz
---End Message---
---BeginMessage---
Hi,

This bug is solved by the closed gub #686079 [1].
So this bug must be closed too.


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686079


On Thu, Oct 04, 2012 at 11:23:59PM +0200, Moritz Muehlenhoff wrote:
 Package: letodms
 Version: 3.3.4+dfsg-1
 Severity: grave
 Tags: security
 
 3.3.7+dfsg-1 and 3.3.9+dfsg-1 fixed several security issues. These issues
 are still unfixed in Wheezy. Either 3.3.9 needs to be accepted into
 Wheezy or the security fixes need to be backported to 3.3.4.
 
 Cheers,
 Moritz

-- 
Debian GNU/Linux Developer   francisco AT debian.org
GPG: public key ID 556ABA51
http://people.debian.org/~francisco/



signature.asc
Description: Digital signature
---End Message---


Bug#689166: marked as done (fsl-4.1: should not ship /usr/share/fsl/4.1/tcl/tclIndex)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 22 Oct 2012 09:32:39 +
with message-id e1tqend-9x...@franck.debian.org
and subject line Bug#689166: fixed in fsl 4.1.9-7
has caused the Debian Bug report #689166,
regarding fsl-4.1: should not ship /usr/share/fsl/4.1/tcl/tclIndex
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
689166: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689166
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: fsl-4.1
Version: 4.1.9-6
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package modifies shipped
files. Since /usr/share/fsl/4.1/tcl/tclIndex is regenerated during the
postinst, there is no need to ship this file. The postrm script needs to
remove this generated file later on.

debsums reports modification of the following files,
from the attached log (scroll to the bottom...):

  /usr/share/fsl/4.1/tcl/tclIndex



Cheers,

Andreas


fsl-4.1_4.1.9-6.log.gz
Description: GNU Zip compressed data
---End Message---
---BeginMessage---
Source: fsl
Source-Version: 4.1.9-7

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

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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 689...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Hanke m...@debian.org (supplier of updated fsl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Sep 2012 09:10:33 +0200
Source: fsl
Binary: fsl fsl-4.1 fsl-doc-4.1
Architecture: source amd64 all
Version: 4.1.9-7
Distribution: unstable
Urgency: low
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Michael Hanke m...@debian.org
Description: 
 fsl- Metapackage for the latest version of FSL
 fsl-4.1- analysis tools for FMRI, MRI and DTI brain imaging
 fsl-doc-4.1 - documentation for FSL
Closes: 689166
Changes: 
 fsl (4.1.9-7) unstable; urgency=low
 .
   * Stop regenerating tclIndex during postinst. This is no longer necessary
 since libfslio and its TCL scripts are built from the FSL source package
 -- which is since 4.1.1 or four years (Closes: #689166).
Checksums-Sha1: 
 f7aed20627649519e23a35c2de847179070623e5 2337 fsl_4.1.9-7.dsc
 09b06452ccbf66469b4d089a5f39d7b857308d4d 40777 fsl_4.1.9-7.debian.tar.gz
 df94f5d5ea8337b00b48fbeea066ec08284df09b 9990420 fsl-4.1_4.1.9-7_amd64.deb
 e2b483889b120eca97b1c765f39e5f6a1edad8c8 18718 fsl_4.1.9-7_all.deb
 219d88dd64d4ade099413cb69caa52fd8279141e 11202224 fsl-doc-4.1_4.1.9-7_all.deb
Checksums-Sha256: 
 967c3cd020105110c82b2c264ce5ea84b96b20c691a5e06e427a4c1b9ef2ab80 2337 
fsl_4.1.9-7.dsc
 909330daffedd5f929ab6e68ca5be26475b9ce3ac775892e4e24aeaa73f1bc31 40777 
fsl_4.1.9-7.debian.tar.gz
 08ff61abaa32191edbeacd9f6888c9394251d709e696da0e0904aa5a51c78389 9990420 
fsl-4.1_4.1.9-7_amd64.deb
 f55c579034ff3283a32f40a1b54dfd184bb5aceb416534b60f269591069be6da 18718 
fsl_4.1.9-7_all.deb
 f4048cbcfae8148b8f664178c1f54b10f0bf9ce8c439fd7c7ed910b3d23a2d3d 11202224 
fsl-doc-4.1_4.1.9-7_all.deb
Files: 
 a7e530e2b5add82b811e9dd467855ba1 2337 non-free/science optional fsl_4.1.9-7.dsc
 6b8b81adf2d8839de0d6985ed9ebb9ab 40777 non-free/science optional 
fsl_4.1.9-7.debian.tar.gz
 0142ef232ab6b0274117d984a2768ec9 9990420 non-free/science optional 
fsl-4.1_4.1.9-7_amd64.deb
 c6498f576e094c9cd6b8d51db6473480 18718 non-free/science optional 
fsl_4.1.9-7_all.deb
 3621da4e80b3bd67c19ad8f3a4915dc8 11202224 non-free/doc optional 
fsl-doc-4.1_4.1.9-7_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJQhRBKAAoJEMBz0ih/+56bTPMQAJqWNSiJyvaq/xb1/2bi7Yv9
33/PmXvp0oygC77Im0W0ti7DXPnglXIiH/amPtrBjtU59myDyfDEzrEXjflGg9R+
9Yhk3Jww71PRNPTQVcpdJZ9SOzwPvndwWSf4yUi7dlnvbtJj5EiZuwKJbov5BaBv
wqoYN0kVAiRESA+/C7sDS75VIxLuJlxAxNpih/odbHsJ06Ut/6hsz0+GGMFCijdO
G8aBMKi9yZOGQHqJpnOWnZNSXr+7Z3aJs68Q0IDNeV3yJYXctiyd0n7pRzR1PvmO
e4Y0okiN4HJeP/VuWaaz+zv5aSTuCgNvrygr12l5mm3AsJmwgs7TJXa/SkZF0RdB
+YrlQwbpgjQq74b5xh/WOUk3tuOYWLGH9yHD1cnYpfq/JoZ6xF8z8OHzxwsCwbNV
XAGjJhufyFRZTqY5QtQls580XcbUv139/XJGXpP9fNfZkqk2GIGTfrn2NkiQqr2U
38NO1+T8ptlR/mGXetkAwp1aXyt31EpPcblNUtGvV3Uqi01QIhErfoyWCpF5IJcp

Bug#691145: marked as done (python-django: CVE-2012-4520)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 22 Oct 2012 09:48:31 +
with message-id e1tqecz-00066r...@franck.debian.org
and subject line Bug#691145: fixed in python-django 1.4.2-1
has caused the Debian Bug report #691145,
regarding python-django: CVE-2012-4520
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
691145: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691145
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-django
Severity: grave
Tags: security
Justification: user security hole

Hi,
please see https://www.djangoproject.com/weblog/2012/oct/17/security/

Cheers,
Moritz
---End Message---
---BeginMessage---
Source: python-django
Source-Version: 1.4.2-1

We believe that the bug you reported is fixed in the latest version of
python-django, which is due to be installed in the Debian FTP archive.

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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 691...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphaël Hertzog hert...@debian.org (supplier of updated python-django package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 22 Oct 2012 10:53:30 +0200
Source: python-django
Binary: python-django python-django-doc
Architecture: source all
Version: 1.4.2-1
Distribution: unstable
Urgency: high
Maintainer: Chris Lamb la...@debian.org
Changed-By: Raphaël Hertzog hert...@debian.org
Description: 
 python-django - High-level Python web development framework
 python-django-doc - High-level Python web development framework (documentation)
Closes: 691145
Changes: 
 python-django (1.4.2-1) unstable; urgency=high
 .
   * New upstream security and maintenance release. Closes: #691145
 Fixes: CVE-2012-4520
   * Drop 01_use_stdlib_htmlparser_when_possible.diff which has been
 merged upstream.
Checksums-Sha1: 
 41b8407c9de3c4fe4142c5c237d1c69af9a2c7c4 2227 python-django_1.4.2-1.dsc
 ccee9f589b819545f9d71d4aee2c2322e5cc2fd6 7722026 
python-django_1.4.2.orig.tar.gz
 7540f905ad89bb27e1967f0da6388f758bbd8121 19606 
python-django_1.4.2-1.debian.tar.gz
 ea5b071f8d1a23dcce75394ca05faf2eb54c0523 5363578 python-django_1.4.2-1_all.deb
 ca5de9b54112a67e62125cf8fac4677bdb598f87 2421354 
python-django-doc_1.4.2-1_all.deb
Checksums-Sha256: 
 88b928e62a8dae16dd06881703b43715565f77eb15263e4a61a280373574376d 2227 
python-django_1.4.2-1.dsc
 edfd8733f45bbaa524cee25bcac3080ce28c21242c27227464eae3fa6b3d80e7 7722026 
python-django_1.4.2.orig.tar.gz
 c24cbe93ae7a611551004c028982c4cfcd5d3e566d9657f483cec2e2b08ae666 19606 
python-django_1.4.2-1.debian.tar.gz
 d6b31a39373f6889486953e3473104bec54651eabc5488bf453866397281df94 5363578 
python-django_1.4.2-1_all.deb
 216554ba06bed2a44ffa7c67f0fdf7f2dea7a750c435912b8d8186268924e534 2421354 
python-django-doc_1.4.2-1_all.deb
Files: 
 ef02ce2ceb17fd28edb272380e741fe3 2227 python optional python-django_1.4.2-1.dsc
 6ffecdc01ad360e1abdca1015ae0893a 7722026 python optional 
python-django_1.4.2.orig.tar.gz
 caf8f606a60064b092260004f76dc9d6 19606 python optional 
python-django_1.4.2-1.debian.tar.gz
 dee2bda5a8ba0893f1d87a63e30de64d 5363578 python optional 
python-django_1.4.2-1_all.deb
 9d2faebaf1730d78419b6c168a028937 2421354 doc optional 
python-django-doc_1.4.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Signed by Raphael Hertzog

iQIcBAEBCAAGBQJQhRLxAAoJEOYZBF3yrHKah3AP/3Ut/5+kZRLnS8G1UvIPIpLW
/pdjQB3Uqnm/sYcCBAIX0WKtZ2+inkJggpnae5zsaUw9vSP/KQU4kXo6rr3tIFou
mhrFfgLXpnCNvjAWzq0aZCe7sqk73hxELFKiqBqsJHi23myt6lgAivF631PtuAAP
y/nszBPjgWwrbPonn7QKCg7qa6z1ak+9Ac/8jpmOn4D4fiIP25sWxkwKGfBIcyMx
8UlX0KtinxSt5hSLdsY9WaXri7PZ+JQHBvZQhsEEHhIZGcSVajsAA8GCzRvFkBo4
IOwF+Qo+tvAnqg1eLiqy196dHY2J7qSCPs+zWIXdm/o1UXm7iG1eQWLAFI43dCh4
eL2qJlqw/3GyZJMMSS2DkF2KjQToW4qmvXUsiHQ6ORvoGaGE5fHOc0BrAdbAYw8s
emcvfbCBOpKJnZ9FLAOVhhKVkmS87nSyHbuc61UlMePnzQeeXlTf3O5zsn1Lbxv3
FbhmeaXacqq8tib3Kjs+05Y8zH4zS6k4RyaaPV1W0q+cqtd26vWSIzPj+gtTjtln
zuwjJNAx5lu255MYf//pGX5sXqw+5rujzHDIiiKGmFl14Gb6RPO+tWAshZ8775D0
dNM3N2z4uyFzLBtI9d5x9iS89JJuGWM96k2LLGoxyowfBAkKGtdyfVYgV9HwY+rN
iiZ6Ha6xvEo58nqiAZ0s
=+seJ
-END PGP SIGNATUREEnd Message---


Bug#681361: NMU diff

2012-10-22 Thread Steve McIntyre
On Sat, Oct 20, 2012 at 05:29:16PM +0100, Steve McIntyre wrote:
On Sun, Oct 14, 2012 at 10:58:42AM +0100, Steve McIntyre wrote:
Just uploaded an NMU to implement the TC requirements. Here's the debdiff

And here's an updated debdiff for a new upload to fix man pages.

And YA one to add Replaces: node in the new ax25-node package. Quick
fixes typically aren't. :-(

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
It's actually quite entertaining to watch ag129 prop his foot up on
 the desk so he can get a better aim.  [ seen in ucam.chat ]
diff -u node-0.3.2/debian/changelog node-0.3.2/debian/changelog
--- node-0.3.2/debian/changelog
+++ node-0.3.2/debian/changelog
@@ -1,3 +1,11 @@
+node (0.3.2-7.4) unstable; urgency=low
+
+  * NMU
+  * Add missing Replaces: node in the new ax25-node package.
+Closes: #691131
+
+ -- Steve McIntyre 93...@debian.org  Mon, 22 Oct 2012 12:12:25 +0100
+
 node (0.3.2-7.3) unstable; urgency=low
 
   * NMU
diff -u node-0.3.2/debian/control node-0.3.2/debian/control
--- node-0.3.2/debian/control
+++ node-0.3.2/debian/control
@@ -9,6 +9,7 @@
 Package: ax25-node
 Architecture: any
 Depends: ${shlibs:Depends}, update-inetd, openbsd-inetd|inet-superserver
+Replaces: node (= 0.3.2-7.1)
 Description: Amateur Packet Radio Node program
  The ax25-node program accepts TCP/IP and packet radio network connections and
  presents users with an interface that allows them to make gateway connections


Bug#691131: marked as done (ax25-node: fails to upgrade from 'testing' - trying to overwrite /var/ax25/node/loggedin)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 22 Oct 2012 11:02:36 +
with message-id e1tqfmg-0003t0...@franck.debian.org
and subject line Bug#691131: fixed in node 0.3.2-7.4
has caused the Debian Bug report #691131,
regarding ax25-node: fails to upgrade from 'testing' - trying to overwrite 
/var/ax25/node/loggedin
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
691131: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691131
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ax25-node
Version: 0.3.2-7.3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + node

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'testing'.
It installed fine in 'testing', then the upgrade to 'sid' fails
because it tries to overwrite other packages files without declaring a
Breaks/Replaces relation.

See policy 7.6 at
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

From the attached log (scroll to the bottom...):

  Selecting previously unselected package ax25-node.
  (Reading database ... 8159 files and directories currently installed.)
  Unpacking ax25-node (from .../ax25-node_0.3.2-7.3_amd64.deb) ...
  dpkg: error processing /var/cache/apt/archives/ax25-node_0.3.2-7.3_amd64.deb 
(--unpack):
   trying to overwrite '/var/ax25/node/loggedin', which is also in package node 
0.3.2-7.1

cheers,


Andreas


node_0.3.2-7.3.log.gz
Description: GNU Zip compressed data
---End Message---
---BeginMessage---
Source: node
Source-Version: 0.3.2-7.4

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

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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 691...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve McIntyre 93...@debian.org (supplier of updated node package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 22 Oct 2012 12:12:25 +0100
Source: node
Binary: ax25-node node
Architecture: source amd64 all
Version: 0.3.2-7.4
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers debian-h...@lists.debian.org
Changed-By: Steve McIntyre 93...@debian.org
Description: 
 ax25-node  - Amateur Packet Radio Node program
 node   - Amateur Packet Radio Node program (transitional package)
Closes: 691131
Changes: 
 node (0.3.2-7.4) unstable; urgency=low
 .
   * NMU
   * Add missing Replaces: node in the new ax25-node package.
 Closes: #691131
Checksums-Sha1: 
 21394f9d7ff375e80e553813e37acfb03fa02bf0 1837 node_0.3.2-7.4.dsc
 646510d8d04396718b38fb936ebc20f9ab83c0c2 6596 node_0.3.2-7.4.diff.gz
 6d5993f5056982a8b24c4bf5dc061aba34720b6f 54452 ax25-node_0.3.2-7.4_amd64.deb
 275ac5597c9e0cbb914bba1f2cbec0ebf7da9b5e 2784 node_0.3.2-7.4_all.deb
Checksums-Sha256: 
 6719be289913048c3c2e5e3773aeda05b9749a5d3f86d8158de58b6e7f03c405 1837 
node_0.3.2-7.4.dsc
 d552065f6f797ca224ba12a0f102f9dd4c9aeeef5869ae8fb494c6a4c5f27510 6596 
node_0.3.2-7.4.diff.gz
 3540e8568928fdf13c5eed643cd712f79eb865168f78fbfed166cd0637bb287c 54452 
ax25-node_0.3.2-7.4_amd64.deb
 b1ebb0c5392c27fe46e80b1e8c99d8be2e067f045626ceca94da23652f8d7171 2784 
node_0.3.2-7.4_all.deb
Files: 
 1eec4446cf5ae2f166a57eea89091306 1837 hamradio optional node_0.3.2-7.4.dsc
 f36706daa630bc791f6753661ea2aa52 6596 hamradio optional node_0.3.2-7.4.diff.gz
 af58251afb796a485309721261d6a286 54452 hamradio optional 
ax25-node_0.3.2-7.4_amd64.deb
 0b4fa47c618f4d245848f940c40bda4c 2784 oldlibs extra node_0.3.2-7.4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJQhSSIAAoJEFh5eVc0QmhOrI4P/0oDoK2LWP1bNCTOF/uyka5h
p80kTyrcNoA6bdvq5JMR2FsSzfMmrM791SIM74QWw/Rrd5AoAvFMmyDlzXsQwh32
XND4eMW6aYi9RqKvJRLd5eH688+PMn4A/FVBzAl9H+y31SWLe6A4KUtvRKUIDFih
KJUYvptFsghjAGgmvzgOL7743LIMZRrK/9FzjmKisuQED7ivTzFx/NuCniti2c/+
x+4zkdHWrHfo5o5KHXyQihThqF5gQx5tdwskKjG78Lec8f6fzkmQfPf4/WuPWcyv
cg9VSELqKpFInFVPgjnX/iwj8XWUSniFZttTaig9E5jkf1NicxIBzu/nJIUik+Dz
1K9xA8SkiRSidOCHDKJee/D5XqJvkfBLVziEO20UkLcCY4+DrqwiyHIJIhCeKpmN
SgrHvu0c7qJ0Tp5Dkpv1yMmt/27ss+mGQ9hlIvDLul8FdbsDwRqr/JBBIJGGeLa9
Gq67bPIHiIGXIOQFJQOWusQSMuOmlHFN9akLsug0LHjA8LKodWbBMaamVpu7WC3q

Bug#688197: Only affects amd64

2012-10-22 Thread Dominik George
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

jsut for the record, this issue does not seem to affect i686 hosts.

- -- 
Cheers,
Nik

PGP-Fingerprint: 8BC7 ABAB C2F2 4D5E 24FC
 FC1C DB0E A4BC E210 7412

Please contact me for a face-to-face meeting
if you wish to exchange signatures with me.

Signature Policy: https://www.dominik-george.de/gpg-policy.txt.asc
Public key:   https://www.dominik-george.de/gpg.asc

X.509 certificate fingerprint for key download:
51:D8:36:36:7E:20:3F:E7:AB:EF:B8:83:25:A6:BB:74:48:03:3D:F0

Please do NOT send HTML mail!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)

iQHOBAEBAgA4BQJQhSzdMRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQ2w6kvOIQdBK3Twv7BylEGgJ4ZHi9mxTD//nI
NfZNJAlu4Ov7Ja05ToP1PzvOaAM2/m3ci+W12MdEf4Xtd5yAsbYGpMEaVionwlcR
4reSl1FUDh3Cqjise2Qz5SLVDAiuldlopr2w9NoGlLOzl3t8X3FlPAONWO+EWQeD
X6BW+ZI0hIdzclrXKvTYT2ystbWSmORPEJLcBAPXEafwd30vpn5AqBZuZZuwxQ8l
tfvaoldgOUn5bBpojI8PnQZDnmxYWBad66c3Fb41v3E+MggxJTt8jJ/8yfVHJRvd
Kdm2bbdgDYVQ6jS4FPhwVQjt0I/3+OPDdQaQ3mQTCRHcbKGCiPKKnYC19L1lil+6
JbP6njc06lbhAAcnC9Bw8DR1EF9IA98RvaKd0t1veu7PfHd+JX5bJ5BXSEI94oi+
Q7D9zCCy8AXftqgUGeFVj4YW50OhVHM6I0nINoQr7DkDAqwCf+7S/K2hhuHHbXxa
0znvv/QdLY7NYv39yUoA12x6+P/XlXeOEUwXdl6RG8zU
=jIVu
-END PGP SIGNATURE-


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



Bug#690988: Unreproducible

2012-10-22 Thread Dominik George
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The bug is not reproducible on a clean bind9 installation of the mentioned 
package version.

None of the shipped configuration files even reference /var/log/bind, it 
all goes to syslog.

If your syslog server contains rules to redirect bind messages to seperate 
files, please check its configuration and, if it is its default config 
that does this, file a bug against your syslog server.

If you still believe this is a bind9 packaging bug, please provide

a) your bind9 config
b) information on what syslog service you are using
c) the syslog server's config

- -- 
Cheers,
Nik

PGP-Fingerprint: 8BC7 ABAB C2F2 4D5E 24FC
 FC1C DB0E A4BC E210 7412

Please contact me for a face-to-face meeting
if you wish to exchange signatures with me.

Signature Policy: https://www.dominik-george.de/gpg-policy.txt.asc
Public key:   https://www.dominik-george.de/gpg.asc

X.509 certificate fingerprint for key download:
51:D8:36:36:7E:20:3F:E7:AB:EF:B8:83:25:A6:BB:74:48:03:3D:F0

Please do NOT send HTML mail!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)

iQHOBAEBAgA4BQJQhSpoMRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQ2w6kvOIQdBIg7wv+PHWDPAnYymLKIzT+lv6J
bu8j6fgbpxYsFLIli4mRUsZ4OhOYMpjpFiTp5XDIaCMdFsbNggxEyonxWySq/nrh
0jJ1M/DxigCI3/8BJ4bNnJQQCo8pEF3SR6372uKxx3epYDn1XjT5xLicseTxxCje
67FRMiWgAjiFJOolUE2qkYMKPsNBNEl3TExUF0iokMsNsck/R0pMgAa4qivpsTF2
KPdZd7zJpJBMBB9AiUiSZSLEfUqbMwFvhoVylmT9dBz+/kPxRPz372yo60vy0mw4
43YugYKyJ/rrwkUzVk/aUzSpOL0CKKZbWQCus8oXOSeiTAKjxpARyACCEKLyvY6k
ov1rDvEHN72tONDfMxcwOeaRYl3EW+GR40sOPk2GqIeDwzibHf/7imFTDCLpnMXL
hfUiu6jyek1xHtOETSG4fja1Nqvi+GqNgUEMLzohQXmbiUP/kzGMfqJNDI0y3MQJ
OdG+aQR9Ahsu+Rwi/EkvmQqMuJODJyfJ3pEP6ev44nOI
=t+N/
-END PGP SIGNATURE-


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



Bug#675971: Bug#691098: unblock: mumble/1.2.3-349-g315b5f5-2.1 [pre-approval request]

2012-10-22 Thread gregor herrmann
On Mon, 22 Oct 2012 12:30:34 +0200, Julien Cristau wrote:

  Package: release.debian.org
  Severity: normal
  User: release.debian@packages.debian.org
  Usertags: unblock
  
  I'd like to request a pre-approval for a future unblock of a
  not-yet-uploaded NMU of mumble.
  
 IMO the package needs to be in sid before we consider it.

Thanks for your quick reply!

I was under the impression that the release team prefers to assess
the situation before an upload in more complicated situations, but
I'm happy to upload the NMU to a DELAYED queue later today.

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   BOFH excuse #344:  Network failure - call NBC 


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



Bug#675971: Bug#691098: unblock: mumble/1.2.3-349-g315b5f5-2.1 [pre-approval request]

2012-10-22 Thread Julien Cristau
On Mon, Oct 22, 2012 at 13:35:09 +0200, gregor herrmann wrote:

 On Mon, 22 Oct 2012 12:30:34 +0200, Julien Cristau wrote:
 
   Package: release.debian.org
   Severity: normal
   User: release.debian@packages.debian.org
   Usertags: unblock
   
   I'd like to request a pre-approval for a future unblock of a
   not-yet-uploaded NMU of mumble.
   
  IMO the package needs to be in sid before we consider it.
 
 Thanks for your quick reply!
 
 I was under the impression that the release team prefers to assess
 the situation before an upload in more complicated situations, but
 I'm happy to upload the NMU to a DELAYED queue later today.
 
I guess I don't consider this a complicated situation.  Either the new
version is ok, or we release without mumble.  Neither the current
version in sid nor the current version in wheezy are suitable anyway,
AIUI.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#691125: Not reproducible

2012-10-22 Thread Dominik George
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I can not reproduce this, neither on i686 nor on amd64, but that shouldn't 
matter anyway.

The .erlang.cookie file never appears on my system, not during build, not 
after install and not after purging.

- -- 
Cheers,
Nik

PGP-Fingerprint: 8BC7 ABAB C2F2 4D5E 24FC
 FC1C DB0E A4BC E210 7412

Please contact me for a face-to-face meeting
if you wish to exchange signatures with me.

Signature Policy: https://www.dominik-george.de/gpg-policy.txt.asc
Public key:   https://www.dominik-george.de/gpg.asc

X.509 certificate fingerprint for key download:
51:D8:36:36:7E:20:3F:E7:AB:EF:B8:83:25:A6:BB:74:48:03:3D:F0

Please do NOT send HTML mail!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)

iQHOBAEBAgA4BQJQhS/TMRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQ2w6kvOIQdBJjlwv/aQD2SG6Cx9FEjoK5cWwV
8z55IwzQIZ77UnWWR7BJXjB2Df335q2lI/xJX1sUjAnAfHV7NgRLPX5RaVDhJhq6
EULQnGxc4ZdVDnxYbOa8tswErEM+uzOAScwdtzylBstglRYb1P/gBALoXb41etLU
m+MJtNpXmg+qizq+y4TtCjcuiqOhBTDxSqpktpfllIogu6+UG+AjhDdOd5LeAseq
Dg5e3+HrsBMEBRZCNGwBcqi9PZI+ETd8KZh88sq+XmrZDB65K63rttEe5gBjNSNq
fOqEIJYeVvNjjAjuZhIFmBQ8qg5VC0ITlI6qZFO0fXUyeglZli05M37+yARcYuJ6
IY6uL/HYMEQygUtLYIFd287+VKvdd02BSkwJOQtSmpDJREsj2Uqqy5vk0YXDrjEy
YHGtPn+Q/6OkaniJKkWesTDlvqHB2cybOk1quOc7t0ZnFhwWloKepm1aBsOHUmr0
vp1uwWP+pcZwMX2BJEMUvEYrxun/1rbJyiWyGPfaD4ZP
=XsOe
-END PGP SIGNATURE-


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



Bug#691162: munin: cgi mode unusable on large setups

2012-10-22 Thread Sylvain Rabot
Package: munin
Version: 2.0.6-1~bpo60+1
Severity: grave
Tags: upstream
Justification: renders package unusable

Hi,

On a large setup (monitoring more than 400 hosts) cgi mode for HTML rendering 
is unusable,
each HTML page generation takes minutes.

The problem is caused by the caching system used in 2.0.6 which produces giant 
cache files
read every time a HTML page is generated.

This problem has been solved in 2.0.7 (commit: 6d62e6b).

Regards.


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/16 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 munin depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  cron   3.0pl1-116process scheduling daemon
ii  libcgi-fast-perl   5.10.1-17squeeze3 CGI::Fast Perl module
ii  libdate-manip-perl 6.11-1module for manipulating dates
pn  libdigest-md5-perl none(no description available)
ii  libfile-copy-recursive 0.38-1Perl extension for recursively cop
ii  libhtml-template-perl  2.9-2 module for using HTML Templates wi
ii  libio-socket-inet6-per 2.65-1.1  Object interface for AF_INET6 doma
ii  liblog-log4perl-perl   1.29-1A Perl port of the widely popular 
ii  librrds-perl   1.4.3-1   time-series data storage and displ
pn  libstorable-perl   none(no description available)
ii  liburi-perl1.54-2module to manipulate and access UR
ii  munin-common   2.0.6-1~bpo60+1   network-wide graphing framework (c
ii  perl [libtime-hires-pe 5.10.1-17squeeze3 Larry Wall's Practical Extraction 
ii  perl-modules   5.10.1-17squeeze3 Core Perl modules
ii  rrdtool1.4.3-1   time-series data storage and displ
ii  ttf-dejavu 2.31-1Metapackage to pull in ttf-dejavu-

Versions of packages munin recommends:
pn  munin-docnone  (no description available)
ii  munin-node   2.0.6-1~bpo60+1 network-wide graphing framework (n

Versions of packages munin suggests:
ii  apache2-mpm-prefork [h 2.2.16-6+squeeze8 Apache HTTP Server - traditional n
ii  libnet-ssleay-perl 1.36-1Perl module for Secure Sockets Lay
pn  www-browsernone(no description available)

-- Configuration Files:
/etc/munin/apache.conf changed [not included]
/etc/munin/munin.conf changed [not included]

-- no debconf information


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



Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Samuel Thibault
Simon McVittie, le Mon 22 Oct 2012 10:13:35 +0100, a écrit :
 On Mon, 09 Jul 2012 at 00:10:45 +0100, Steven Chamberlain wrote:
  On 05/07/12 01:05, Simon McVittie wrote:
   You don't need all of GNOME, but you do need a D-Bus session.
   [...]
   
   $ eval `dbus-launch --sh-syntax`
   $ xvfb-run gnome-terminal -e mkdir /tmp/hello
  
  With a DBUS session running (now testing from a graphical X11
  environment) I can reproduce the original problem on kfreebsd-amd64
 
 (I can't help wondering why anyone would ever try to use an X11 terminal
 emulator *without* a graphical X11 session...)

An X11 environment does *not* imply a dbus session.

Samuel


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



Bug#690864: Patch

2012-10-22 Thread Dominik George
Attached is a trivial patch that fixes this issue.

-- 
Cheers,
Nik

PGP-Fingerprint: 8BC7 ABAB C2F2 4D5E 24FC
 FC1C DB0E A4BC E210 7412

Please contact me for a face-to-face meeting
if you wish to exchange signatures with me.

Signature Policy: https://www.dominik-george.de/gpg-policy.txt.asc
Public key:   https://www.dominik-george.de/gpg.asc

X.509 certificate fingerprint for key download:
51:D8:36:36:7E:20:3F:E7:AB:EF:B8:83:25:A6:BB:74:48:03:3D:F0

Please do NOT send HTML mail!diff -Naupr greenwich-0.8.2.orig/debian/changelog greenwich-0.8.2/debian/changelog
--- greenwich-0.8.2.orig/debian/changelog	2012-10-22 13:46:00.905218470 +0200
+++ greenwich-0.8.2/debian/changelog	2012-10-22 13:48:44.11402 +0200
@@ -1,3 +1,9 @@
+greenwich (0.8.2-6) unstable; urgency=low
+
+  * Add dependency on liblocale-gettext-perl (Closes: #690864).
+
+ -- Dominik George n...@naturalnet.de  Mon, 22 Oct 2012 13:48:12 +0200
+
 greenwich (0.8.2-5) unstable; urgency=low
 
   * debian/control:
diff -Naupr greenwich-0.8.2.orig/debian/control greenwich-0.8.2/debian/control
--- greenwich-0.8.2.orig/debian/control	2012-10-22 13:46:00.905218470 +0200
+++ greenwich-0.8.2/debian/control	2012-10-22 13:47:30.597663220 +0200
@@ -18,6 +18,7 @@ Depends: whois
  , libgtk2-perl
  , libgnome2-gconf-perl
  , libgtk2-gladexml-perl
+ , liblocale-gettext-perl
  , ${misc:Depends}
 Description: graphical whois client for GNOME
  A GNOME application which allows you to perform whois lookups. You enter the


Bug#639405: Do not throw it away

2012-10-22 Thread Dominik George
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

just blindly following automated tests and policies here might not be a 
good idea.

AFAIK, these bianries are vital for distutils to build Windows packages in 
setup.py bdist.

There should be a solution to ship the files in a policy-conforming way!

- -- 
Cheers,
Nik

PGP-Fingerprint: 8BC7 ABAB C2F2 4D5E 24FC
 FC1C DB0E A4BC E210 7412

Please contact me for a face-to-face meeting
if you wish to exchange signatures with me.

Signature Policy: https://www.dominik-george.de/gpg-policy.txt.asc
Public key:   https://www.dominik-george.de/gpg.asc

X.509 certificate fingerprint for key download:
51:D8:36:36:7E:20:3F:E7:AB:EF:B8:83:25:A6:BB:74:48:03:3D:F0

Please do NOT send HTML mail!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)

iQHOBAEBAgA4BQJQhTS3MRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQ2w6kvOIQdBIX6QwAh861PJgmBhSmzU4m9Fxz
ePVtz4EwlJWTQ6aCBJE0SN9V46TWi/QIDtfKnQL2wTl0F6MPl5Sb1s9/U17bpBFR
PdqG7jiplnTHY3bJNeqamUCeJCyQuN5XrVJOqqVdLBQ3xugF2egoD5REVznzmtUG
8RyBnTqT+6oaFxm5eGkdkcoLUTdGJatuUc4kSYRN6th4WMy61h9BJGczEOTtKy3K
1qyemVcT1X8uxKTIGIYQ96+IL2qEiB3pt8Q4EiqEwHvTfitzbM1HzZY49Wx2s6OH
4eNuvpOgnL1+q8RHoBW/m7n9HD93qn9nMtY5xsC3/zC/TqBboc2ndxx6caU+H/hc
ucH+Fy5QJglaL7421mxxUIX9XLsQxVMmUlsMc6zNW1W5e/vLNQJv3kyiT7oRfjFU
qDtlmATjLWWx5hMRIIieThTmKSdS3wXFDOLkZP2IAdsYcMJ6E4IZdp5SBdxyY6wS
g+j95zfHq45ZkE1+wy6NwVOu252+fz+F/1R/ON2JTubS
=SuEh
-END PGP SIGNATURE-


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



Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Steven Chamberlain
Hi,

On 22/10/12 12:55, Samuel Thibault wrote:
 Simon McVittie, le Mon 22 Oct 2012 10:13:35 +0100, a écrit :
 (I can't help wondering why anyone would ever try to use an X11 terminal
 emulator *without* a graphical X11 session...)
 
 An X11 environment does *not* imply a dbus session.

The only reason I tried without a 'graphical' X11 environment, is
because I tried firstly to debug the crash-on-startup on a remote shell
box, under xvfb instead of a real X server since there wasn't one set up.

What I found is that it exits silently, in different places, depending
whether a DBus session is running.  It doesn't got far enough to execute
any shell command given by the -e option.

Robert Millan already bisected this to a large DBus-related commit.

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


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



Processed: RC bug tidying

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 689769 + patch
Bug #689769 [ample] Ample ships a /var/run/ample folder: Policy 9.3.2
Added tag(s) patch.
 severity 690988 normal
Bug #690988 [bind9] bind9 cannot start: permission denied on /var/log/bind
Severity set to 'normal' from 'serious'
 tags 690988 + moreinfo unreproducible
Bug #690988 [bind9] bind9 cannot start: permission denied on /var/log/bind
Added tag(s) unreproducible and moreinfo.
 tags 689882 + patch
Bug #689882 [bnetd] Ships a folder in /var/run or /var/lock (Policy Manual 
section 9.3.2)
Added tag(s) patch.
 tags 690864 + confirmed patch
Bug #690864 [greenwich] greenwich: missing dependency on liblocale-gettext-perl
Added tag(s) confirmed and patch.
 kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
689769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689769
689882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689882
690864: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690864
690988: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690988
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#685149: Candidates for removal from testing

2012-10-22 Thread Niels Thykier
On 2012-10-22 09:20, Andreas Tille wrote:
 Hi,
 
 On Thu, Oct 18, 2012 at 10:32:39AM +0200, Niels Thykier wrote:
 Debian Med Packaging Team debian-med-packag...@lists.alioth.debian.org
gentle
 
 A package fixing the issue is in
 
http://ftp-master.debian.org/new.html
 
 since some time and this had something to do with some problems in DAK
 (according to
 

 http://lists.alioth.debian.org/pipermail/debian-med-packaging/2012-October/017521.html
 
 )  Ansgar, it would be really welcome if you could try again your manual
 procedure to circumvent the problem to get the fixed package in.
  
 We (as in the Debian Med team) would be really happy if you would delay
 the removal of the package because we actually worked on this problem
 and it should be fine once it has passed new (due to a move from contrib
 to main).
 
 Kind regards
 
Andreas.
 

Hi,

Noted, I have taken it off the list for now.

~Niels


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



Bug#614497: doc-debian: The OPL-licensed documents taken from Debian website are non-free

2012-10-22 Thread Jonathan Nieder
Hi,

Francesco Poli (wintermute) wrote:

 As you already know, the documents taken from the official Debian
 website are not really copyrighted by SPI:
[...]
 Moreover, those documents are licensed under the terms of the
 Open Publication License, Draft v1.0 or later, and thus fail to comply
 with the DFSG:
[...]
 But it is an even worse issue for the doc-debian package,
 which is shipped in the main archive!

Thanks for starting this.

Many parts of www.debian.org are already relicensed by now.  Maybe
this bug could be resolved by updating the copyright information and
calling it a day (update: no).

Here's a quick copyright survey.  Of course most of the details below
are only guesses.  Still to find:

 * Raul Miller's wishes for the part of the constitution he wrote
 * origins of debian-manifesto and source-unpack.txt
 * social contract license

Files: doc/bug-*
License: GPL-2
Origin: package debbugs

Files: doc/constitution.1.0.wml
History:
 Added to webwml under current filename by Manoj 2003-10-31.
 Added to webwml by Darren Benham, 1998-12-04, after ratification.
 Amended by Ian Jackson and Darren Benham, 1998-11 and 1998-10 (see -devel).
 From Ian Jackson's website (~ian/debian-organisation.html), 1998-09.
 v0.8 proposed by Ian 1998-05-28 (see -devel).
 v0.7 proposed by Ian 1998-04-27 (see -devel).
 v0.6.1 proposed by Ian 1998-04-07 (see -devel).
 v0.6 proposed by Ian 1998-04-06 (see -devel).
 v0.5.1 proposed by Ian 1998-04-03 (see -devel).
 v0.5 proposed by Ian 1998-04-02 (see -devel).
 v0.4 proposed by Ian 1998-03-26 (see -devel).
 v0.3 proposed by Ian 1998-03-20 (see -devel).
 v0.2 proposed by Ian 1998-03-19 (see -devel).
 initial version (v0.1) published by Ian 1998-03-19 (see -devel).
Copyright: 1998, Ian Jackson
License: Expat or GPL-2+
 http://people.debian.org/~spaillard/website/relicensing/www-relicensing-ok

Files: doc/constitution.1.1.wml
History:
 Added to webwml under current filename 2003-10-31
 Condorcet/cloneproof SSD voting GR: 2003-06-22
 Wording: 2002-10-16 (see -vote) etc
 Full recommendation from voting methods committee: 2002-08-21 (see -vote).
 First recommendation from voting methods committee: 2002-02-11 (see -vote).
Copyright: 1998, Ian Jackson
   2002, Raul Miller
   2002, Manoj Srivasta
License: OPL?

Files: doc/constitution.1.2.wml
History:
 Added to webwml under current filename 2006-09-24
 Nontechnical policy maintenance GR: 2003-10-31
 Tightened wording: 2003-09-23 (on -vote)
 Protecting foundational documents: 2000-10-10 (on -vote)
 Wording, part 1: 2000-10-10 (on -vote)
Copyright: 1998, Ian Jackson
   2002, Raul Miller
   2002, 2003, Manoj Srivasta
License: OPL?

Files: doc/constitution.1.3.wml
History:
 Added to webwml under current filename 2008-02-21
 Assets handling GR: 2006-09-24
 Proposal: 2006-07-20 (on -vote)
 Drafting seems to have happened in the previous month.
Copyright: 1998, Ian Jackson
   2002, Raul Miller
   2002, 2003, 2006, Manoj Srivasta
License: OPL?

Files: doc/constitution.wml
History:
 Published copy reflecting DPL election GR: 2008-02-21
 Proposal: 2007-07-31 (on -vote)
Copyright: 1998, Ian Jackson
   2002, Raul Miller
   2002, 2003, 2006, Manoj Srivasta
   2007, Anthony Towns
License: OPL?

Files: doc/debian-manifesto doc/source-unpack.txt
History: ?
Copyright: ?
License: ?
Note: not on website

Files: doc/Makefile
History: ?
Copyright: ?
License: ?

Files: doc/social-contract.1.0.wml doc/social-contract.wml
History:
 Developed in private, as far as I can tell.  Only public
 signs of it are 1997-06-08 on debian-devel and the result on
 debian-announce, 1997-07-04.
 .
 Amended to clarify some points --- in particular avoiding
 unnecessary references to software --- around 2003-12-27
 (on -vote)
Copyright: 1997, Bruce Perens (?)
   2003, Branden Robinson (?)
   2003, Andrew Suffield (?)
License: OPL? CC-BY-2.5?


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



Processed: Also affects new version

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 689922 2.6.1-2
Bug #689922 [apport] apport: Missing Breaks/Replaces for 
/etc/apport/crashdb.conf
Marked as found in versions apport/2.6.1-2.
 kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
689922: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689922
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#685149: marked as done (missing source for included Windows libraries)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 22 Oct 2012 13:00:05 +
with message-id e1tqhbx-0003md...@franck.debian.org
and subject line Bug#685149: fixed in gentle 1.9+cvs20100605+dfsg1-1
has caused the Debian Bug report #685149,
regarding missing source for included Windows libraries
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
685149: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685149
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:gentle
Version: 1.9+cvs20100605+dfsg-1
Severity: serious

The source package includes libraries for Win32 in binary form only, for
example libmySQL.* and sqlite*.dll.  As far as I know the former is also
released under the GPL.

Please either include the source or remove the binary-only libraries
from the source package.

Ansgar
---End Message---
---BeginMessage---
Source: gentle
Source-Version: 1.9+cvs20100605+dfsg1-1

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

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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 685...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille ti...@debian.org (supplier of updated gentle package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Aug 2012 14:36:52 +0200
Source: gentle
Binary: gentle
Architecture: source amd64
Version: 1.9+cvs20100605+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 gentle - suite to plan genetic cloning
Closes: 685149
Changes: 
 gentle (1.9+cvs20100605+dfsg1-1) unstable; urgency=low
 .
   * debian/rules:
  - Make sure that binary dlls will be deleted when unpacking
Closes: #685149
  - Use xz compression for upstream source
  - Drop *.a files from upstream source in get-orig-source target
   * Versioned depends from DFSG free clustalw - package can go to main
   * debian/control:
  - fix broken VCS fields
  - Standards-Version: 3.9.4 (no changes needed)
   * debian/upstream: Add citation information
Checksums-Sha1: 
 6528bb5494b98759715aa7e7d9b2abaa286106f3 1550 
gentle_1.9+cvs20100605+dfsg1-1.dsc
 2fef5c50d236ae4bc00f790d6d70a3aef929cf8f 4739680 
gentle_1.9+cvs20100605+dfsg1.orig.tar.xz
 7b6b258d007f16ea5ab3524eecdf7ebdc1a4a859 6509 
gentle_1.9+cvs20100605+dfsg1-1.debian.tar.gz
 d59bcfa74cf63c561483b3cd98e09a53dae655bd 2661506 
gentle_1.9+cvs20100605+dfsg1-1_amd64.deb
Checksums-Sha256: 
 4d1caf619cad767f22789398a3dddee66dee9a8e53ec61183acff41432852659 1550 
gentle_1.9+cvs20100605+dfsg1-1.dsc
 c0dcf6a9ba04f3627cedb7e3b901f2b57aed8a799e58e91b8796e116e55cad7c 4739680 
gentle_1.9+cvs20100605+dfsg1.orig.tar.xz
 67c9518ff603e1b9dbef1c91da81ff7f9a7fa1c35dc2d63518a7fa9fb9fc0c4b 6509 
gentle_1.9+cvs20100605+dfsg1-1.debian.tar.gz
 789ea666aaad815d97dc91d3c86b5dfc8a9161d331e3ce42439587053587f851 2661506 
gentle_1.9+cvs20100605+dfsg1-1_amd64.deb
Files: 
 d321d5c5962560ebafa012dc266e48e5 1550 science optional 
gentle_1.9+cvs20100605+dfsg1-1.dsc
 7ba6ac0d756ec02c6ce8632a5363177e 4739680 science optional 
gentle_1.9+cvs20100605+dfsg1.orig.tar.xz
 9589ce81f3ecdcef15149642f5767c4d 6509 science optional 
gentle_1.9+cvs20100605+dfsg1-1.debian.tar.gz
 6aaf368f6ca601e4e2c9a1f37fe91012 2661506 science optional 
gentle_1.9+cvs20100605+dfsg1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlB9XzoACgkQYDBbMcCf01rGEACbBn+PY/QPdlZeNqZ1eaZjahdY
BkMAoLSBNSd/BlHYqKYyt2IuVUmJU4xc
=d8pN
-END PGP SIGNATUREEnd Message---


Bug#689541: marked as done (libapache2-mod-dacs: deletes conffile on package removal (policy 10.7): /etc/apache2/mods-available/auth_dacs.load)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 22 Oct 2012 13:17:34 +
with message-id e1tqhss-0006lw...@franck.debian.org
and subject line Bug#689541: fixed in dacs 1.4.27b-2
has caused the Debian Bug report #689541,
regarding libapache2-mod-dacs: deletes conffile on package removal (policy 
10.7): /etc/apache2/mods-available/auth_dacs.load
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
689541: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689541
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libapache2-mod-dacs
Version: 1.4.27b-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package modifies conffiles.
This is forbidden by the policy, see
http://www.debian.org/doc/debian-policy/ch-files.html#s-config-files

10.7.3: [...] The easy way to achieve this behavior is to make the
configuration file a conffile. [...] This implies that the default
version will be part of the package distribution, and must not be
modified by the maintainer scripts during installation (or at any
other time).

Note that once a package ships a modified version of that conffile,
dpkg will prompt the user for an action how to handle the upgrade of
this modified conffile (that was not modified by the user).

Further in 10.7.3: [...] must not ask unnecessary questions
(particularly during upgrades) [...]

If a configuration file is customized by a maintainer script after
having asked some debconf questions, it may not be marked as a
conffile. Instead a template could be installed in /usr/share and used
by the postinst script to fill in the custom values and create (or
update) the configuration file (preserving any user modifications!).
This file must be removed during postrm purge.
ucf(1) may help with these tasks.
See also http://wiki.debian.org/DpkgConffileHandling

In https://lists.debian.org/debian-devel/2012/09/msg00412.html and
followups it has been agreed that these bugs are to be filed with
severity serious.

debsums reports modification of the following files,
from the attached log (scroll to the bottom...):

  debsums: missing file /etc/apache2/mods-available/auth_dacs.load (from 
libapache2-mod-dacs package)

This happens after the following sequence:

  install
  remove (but don't purge the package)
  install

Since /etc/apache2/mods-available/auth_dacs.load is a conffile, dpkg
will take care of the removal during purge and the postrm script should
be removed.

cheers,

Andreas


libapache2-mod-dacs_1.4.27b-1.log.gz
Description: GNU Zip compressed data
---End Message---
---BeginMessage---
Source: dacs
Source-Version: 1.4.27b-2

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

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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 689...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg m...@debian.org (supplier of updated dacs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 22 Oct 2012 14:48:10 +0200
Source: dacs
Binary: dacs libapache2-mod-dacs libdacs1 libdacs-dev dacs-examples
Architecture: source amd64 all
Version: 1.4.27b-2
Distribution: unstable
Urgency: medium
Maintainer: Christoph Berg m...@debian.org
Changed-By: Christoph Berg m...@debian.org
Description: 
 dacs   - Distributed Access Control System (DACS)
 dacs-examples - Distributed Access Control System (DACS) - example web root
 libapache2-mod-dacs - Distributed Access Control System (DACS) - Apache Module
 libdacs-dev - Distributed Access Control System (DACS) - shared library
 libdacs1   - Distributed Access Control System (DACS) - shared library
Closes: 689541
Changes: 
 dacs (1.4.27b-2) unstable; urgency=medium
 .
   * Remove libapache2-mod-dacs.postrm in order not to remove the conffile
 /etc/apache2/mods-available/auth_dacs.load on package remove. The symlink
 from mods-enabled is removed on package remove, so we can simply leave the
 mods-available file around.  Closes: #689541
Checksums-Sha1: 
 cc4fa76eb34d9aaeb5f5211f7fbdbe65b7133659 2227 dacs_1.4.27b-2.dsc
 a06f7661d40059c862268104146c85798d4ad461 18746 dacs_1.4.27b-2.debian.tar.gz
 

Bug#691071: [Pkg-ime-devel] Bug#691071: gir1.2-ibus-1.0: Missing call to dh_girepository, Depends field empty

2012-10-22 Thread Asias He
On Sun, Oct 21, 2012 at 11:57 AM, Osamu Aoki os...@debian.org wrote:
 Hi,

 On Sun, Oct 21, 2012 at 01:21:02AM +0200, Laurent Bigonville wrote:
 Package: gir1.2-ibus-1.0
 Version: 1.4.1-7

 For wheezy ...  Hmmm depends is missing true.

 Severity: serious

 Anyway, looks like I need to deal this in unstable :-)

 I just noticed ...  Asias, why you dropped g-ir-scanner-pkg-export.patch
 when making experimental.  This is the patch one of the upstream
 provided.  Maybe, that was addressed upstram.  Anyway, please take care
 experimental.

g-ir-scanner-pkg-export.patch is merged in upstream.

We have this in upstream src/Makefile.am:
IBus_1_0_gir_SCANNERFLAGS = --pkg-export=ibus-1.0 $(IBUS_GIR_SCANNERFLAGS)

I will add ' --with gir' and upload 1.4.99.20120917-3.

 Tags: patch

 Thanks ...  Wait ... what is this patch for ... version is experimental.
 ... but I guess the same works for unstable.

 diff -Nru ibus-1.4.99.20120917/debian/rules ibus-1.4.99.20120917/debian/rules
 --- ibus-1.4.99.20120917/debian/rules 2012-10-17 07:09:24.0 +0200
 +++ ibus-1.4.99.20120917/debian/rules 2012-10-21 00:41:52.0 +0200
 @@ -4,7 +4,7 @@
  LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed

  %:
 - dh  $@ --with python2 --with autoreconf
 + dh  $@ --with python2 --with autoreconf --with gir

 I see gobject-introspection provide this ... but not much documentation.
 ... seems reasonable ... let me test and see.  Appreciate your patch.

  override_dh_auto_configure:
   dh_auto_configure -- \

 Osamu

 ___
 Pkg-ime-devel mailing list
 pkg-ime-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ime-devel



-- 
Asias He


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



Bug#691071: marked as done (gir1.2-ibus-1.0: Missing call to dh_girepository, Depends field empty)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 22 Oct 2012 13:33:24 +
with message-id e1tqi8c-0002ig...@franck.debian.org
and subject line Bug#691071: fixed in ibus 1.4.1-8
has caused the Debian Bug report #691071,
regarding gir1.2-ibus-1.0: Missing call to dh_girepository, Depends field empty
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
691071: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691071
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gir1.2-ibus-1.0
Version: 1.4.1-7
Severity: serious
Tags: patch

Hi,

The depends field of gir1.2-ibus-1.0 is empty because dh_girepository
has not been called during build.

The gir sequence must be called (--with gir) during build.

See the attached patch.

Cheers

Laurent Bigonville


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

Kernel: Linux 3.5-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru ibus-1.4.99.20120917/debian/rules ibus-1.4.99.20120917/debian/rules
--- ibus-1.4.99.20120917/debian/rules	2012-10-17 07:09:24.0 +0200
+++ ibus-1.4.99.20120917/debian/rules	2012-10-21 00:41:52.0 +0200
@@ -4,7 +4,7 @@
 LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 
 %:
-	dh  $@ --with python2 --with autoreconf
+	dh  $@ --with python2 --with autoreconf --with gir
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
---End Message---
---BeginMessage---
Source: ibus
Source-Version: 1.4.1-8

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

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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 691...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Osamu Aoki os...@debian.org (supplier of updated ibus package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 21 Oct 2012 22:29:37 +0900
Source: ibus
Binary: ibus libibus-1.0-0 libibus-1.0-dev ibus-gtk ibus-gtk3 python-ibus 
ibus-doc gir1.2-ibus-1.0
Architecture: source amd64 all
Version: 1.4.1-8
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Osamu Aoki os...@debian.org
Description: 
 gir1.2-ibus-1.0 - Intelligent Input Bus - introspection data
 ibus   - Intelligent Input Bus - core
 ibus-doc   - Intelligent Input Bus - development documentation
 ibus-gtk   - Intelligent Input Bus - GTK+2 support
 ibus-gtk3  - Intelligent Input Bus - GTK+3 support
 libibus-1.0-0 - Intelligent Input Bus - shared library
 libibus-1.0-dev - Intelligent Input Bus - development file
 python-ibus - Intelligent Input Bus - Python support
Closes: 691070 691071
Changes: 
 ibus (1.4.1-8) unstable; urgency=low
 .
   * dh to call dh_girepository. Closes: #691071
   * Removed unused-override unknown-section introspection for lintian.
   * Add symbols file for libibus-1.0-0. Closes: #691070
   * Bump policy to 3.9.3.
Checksums-Sha1: 
 7fbda6f7fb2b1ed68071856428fb00a2be64def0 2020 ibus_1.4.1-8.dsc
 eec305cd9755ea0d756f631b394696dd885e7fe1 15541 ibus_1.4.1-8.debian.tar.gz
 b29948128a7bc27188c4b93e6452a54bb82e8ec7 443672 ibus_1.4.1-8_amd64.deb
 58f1058a1eaa59ead628b43204bbb403cdcffce1 263308 libibus-1.0-0_1.4.1-8_amd64.deb
 77648e7b5a9ee6ae985cdc040236e16ad6a1ba69 282774 
libibus-1.0-dev_1.4.1-8_amd64.deb
 915a2c25ce1efeba14a15022f08932e3811f8e85 165048 ibus-gtk_1.4.1-8_amd64.deb
 1d06d6e1183103f2ba204ebf3b1c1357da8dc196 164996 ibus-gtk3_1.4.1-8_amd64.deb
 ff24f2e5896d265016054dac0049c341c0b0be50 186182 python-ibus_1.4.1-8_all.deb
 ac33cac3848d73e210cfb82147b5d0051142c18b 335970 ibus-doc_1.4.1-8_all.deb
 e3cbfa37ad21ffc2c7cb9910c7dd10a07badf8fc 204544 
gir1.2-ibus-1.0_1.4.1-8_amd64.deb
Checksums-Sha256: 
 9ddd1f93b357a1eba1a2b2ce0e7dce37dc1b5a5de630e5bc43ebf4c60831f62c 2020 
ibus_1.4.1-8.dsc
 20d7ef6250eb56cea68b177ea3c9821e2e52a3513b485c533e40cba05173a308 15541 
ibus_1.4.1-8.debian.tar.gz
 4ca12ae55f6d8521a4486fb8e2ef583dc27a963585364c3dde603ee18d3b0c24 443672 
ibus_1.4.1-8_amd64.deb
 

Bug#691071: RC fixed in unstable for #691071

2012-10-22 Thread Osamu Aoki
Hi,

Thanks for bug report.  I uploaded bug fix version to unstable.

Since lintian became smarter these days, I dropped override for gir
section.

Also, I realized junk symbol file was in debian/ directory.  I just
updated one for new version with the correct file name.  Also policy
number has been updated.

Aron, please fix experimental side.  (Oh, since git repo was taken over
by experimental, I created branches for wheezy works.)

See source diff as attached.

Osamu


diff -Nru ibus-1.4.1/debian/changelog ibus-1.4.1/debian/changelog
--- ibus-1.4.1/debian/changelog	2012-06-23 03:47:55.0 +0900
+++ ibus-1.4.1/debian/changelog	2012-10-22 22:09:53.0 +0900
@@ -1,3 +1,12 @@
+ibus (1.4.1-8) unstable; urgency=low
+
+  * dh to call dh_girepository. Closes: #691071
+  * Removed unused-override unknown-section introspection for lintian.
+  * Add symbols file for libibus-1.0-0. Closes: #691070 
+  * Bump policy to 3.9.3.
+
+ -- Osamu Aoki os...@debian.org  Sun, 21 Oct 2012 22:29:37 +0900
+
 ibus (1.4.1-7) unstable; urgency=low
 
   * Add dependency to gnome-icon-theme. Closes: #678422
diff -Nru ibus-1.4.1/debian/control ibus-1.4.1/debian/control
--- ibus-1.4.1/debian/control	2012-06-23 03:14:07.0 +0900
+++ ibus-1.4.1/debian/control	2012-10-21 22:14:20.0 +0900
@@ -27,7 +27,7 @@
  intltool (= 0.40.0),
  gobject-introspection,
  libgirepository1.0-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/ibus/
 Vcs-Git: git://git.debian.org/pkg-ime/ibus.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ime/ibus.git
diff -Nru ibus-1.4.1/debian/gir1.2-ibus-1.0.lintian-overrides ibus-1.4.1/debian/gir1.2-ibus-1.0.lintian-overrides
--- ibus-1.4.1/debian/gir1.2-ibus-1.0.lintian-overrides	2012-02-12 18:51:40.0 +0900
+++ ibus-1.4.1/debian/gir1.2-ibus-1.0.lintian-overrides	1970-01-01 09:00:00.0 +0900
@@ -1,2 +0,0 @@
-gir1.2-ibus-1.0: unknown-section introspection
-
diff -Nru ibus-1.4.1/debian/libibus-1.0-0.symbols ibus-1.4.1/debian/libibus-1.0-0.symbols
--- ibus-1.4.1/debian/libibus-1.0-0.symbols	1970-01-01 09:00:00.0 +0900
+++ ibus-1.4.1/debian/libibus-1.0-0.symbols	2012-10-22 00:14:11.0 +0900
@@ -0,0 +1,337 @@
+libibus-1.0.so.0 libibus-1.0-0 #MINVER#
+ ibus_attr_background_new@Base 1.4.1
+ ibus_attr_foreground_new@Base 1.4.1
+ ibus_attr_list_append@Base 1.4.1
+ ibus_attr_list_get@Base 1.4.1
+ ibus_attr_list_get_type@Base 1.4.1
+ ibus_attr_list_new@Base 1.4.1
+ ibus_attr_type_get_type@Base 1.4.1
+ ibus_attr_underline_get_type@Base 1.4.1
+ ibus_attr_underline_new@Base 1.4.1
+ ibus_attribute_get_attr_type@Base 1.4.1
+ ibus_attribute_get_end_index@Base 1.4.1
+ ibus_attribute_get_start_index@Base 1.4.1
+ ibus_attribute_get_type@Base 1.4.1
+ ibus_attribute_get_value@Base 1.4.1
+ ibus_attribute_new@Base 1.4.1
+ ibus_bus_add_match@Base 1.4.1
+ ibus_bus_add_match_async@Base 1.4.1
+ ibus_bus_add_match_async_finish@Base 1.4.1
+ ibus_bus_create_input_context@Base 1.4.1
+ ibus_bus_create_input_context_async@Base 1.4.1
+ ibus_bus_create_input_context_async_finish@Base 1.4.1
+ ibus_bus_current_input_context@Base 1.4.1
+ ibus_bus_current_input_context_async@Base 1.4.1
+ ibus_bus_current_input_context_async_finish@Base 1.4.1
+ ibus_bus_exit@Base 1.4.1
+ ibus_bus_exit_async@Base 1.4.1
+ ibus_bus_exit_async_finish@Base 1.4.1
+ ibus_bus_get_config@Base 1.4.1
+ ibus_bus_get_connection@Base 1.4.1
+ ibus_bus_get_global_engine@Base 1.4.1
+ ibus_bus_get_global_engine_async@Base 1.4.1
+ ibus_bus_get_global_engine_async_finish@Base 1.4.1
+ ibus_bus_get_name_owner@Base 1.4.1
+ ibus_bus_get_name_owner_async@Base 1.4.1
+ ibus_bus_get_name_owner_async_finish@Base 1.4.1
+ ibus_bus_get_type@Base 1.4.1
+ ibus_bus_get_use_global_engine@Base 1.4.1
+ ibus_bus_get_use_global_engine_async@Base 1.4.1
+ ibus_bus_get_use_global_engine_async_finish@Base 1.4.1
+ ibus_bus_get_use_sys_layout@Base 1.4.1
+ ibus_bus_get_use_sys_layout_async@Base 1.4.1
+ ibus_bus_get_use_sys_layout_async_finish@Base 1.4.1
+ ibus_bus_hello@Base 1.4.1
+ ibus_bus_is_connected@Base 1.4.1
+ ibus_bus_is_global_engine_enabled@Base 1.4.1
+ ibus_bus_is_global_engine_enabled_async@Base 1.4.1
+ ibus_bus_is_global_engine_enabled_async_finish@Base 1.4.1
+ ibus_bus_list_active_engines@Base 1.4.1
+ ibus_bus_list_active_engines_async@Base 1.4.1
+ ibus_bus_list_active_engines_async_finish@Base 1.4.1
+ ibus_bus_list_engines@Base 1.4.1
+ ibus_bus_list_engines_async@Base 1.4.1
+ ibus_bus_list_engines_async_finish@Base 1.4.1
+ ibus_bus_list_names@Base 1.4.1
+ ibus_bus_list_queued_owners@Base 1.4.1
+ ibus_bus_name_flag_get_type@Base 1.4.1
+ ibus_bus_name_has_owner@Base 1.4.1
+ ibus_bus_name_has_owner_async@Base 1.4.1
+ ibus_bus_name_has_owner_async_finish@Base 1.4.1
+ ibus_bus_new@Base 1.4.1
+ ibus_bus_register_component@Base 1.4.1
+ ibus_bus_register_component_async@Base 1.4.1
+ ibus_bus_register_component_async_finish@Base 1.4.1
+ ibus_bus_release_name@Base 1.4.1
+ ibus_bus_release_name_async@Base 1.4.1
+ 

Bug#614497: doc-debian: The OPL-licensed documents taken from Debian website are non-free

2012-10-22 Thread Javier Fernandez-Sanguino
On 22 October 2012 14:30, Jonathan Nieder jrnie...@gmail.com wrote:
 Many parts of www.debian.org are already relicensed by now.  Maybe
 this bug could be resolved by updating the copyright information and
 calling it a day (update: no).

Hello Jonathan,

Thanks for the updated information. However, in the listing of
documents you indicate that some of the versions of the constitution
are still under the OPL license and, in addition, in doc-debian we
have provide additional  documentation (such as information about bug
handling, taken from http://www.debian.org/Bugs/) that seems to still
be OPL.

I would rather wait for the copyright notice in each of these pages to
change before I change debian/copyright and update the status. Right
now all of them point to the boilerplate page
http://www.debian.org/license which still mentions that OPL is the
current license for all the documents previous to January 25th, 2012.

Hopefully, when   #388141 is resolved for all documents we will be
able to update debian/copyright and close this bug too.

Regards

Javier


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



Bug#689177: parrot: ftbfs on ia64

2012-10-22 Thread Alessandro Ghedini
On 09/29, Jonathan Duke Leto wrote:
 Howdy Julien,
 
 Thanks for the bug report! We have seen something like this from the
 debian build machines before, but previous reporters could not
 reproduce it when compiling by hand. It seems to only happen on ia64
 and looks like some kind of memory corruption.
 
 Is this an intermittent occurrence, or can you reproduce this reliably?

With parrot 4.6.0 the failure now looks like this:

 ./parrot-nqp --target=pir 
 --output=compilers/opsc/gen/Ops/Compiler/Actions.pir 
 compilers/opsc/src/Ops/Compiler/Actions.pm
 make[1]: *** [compilers/opsc/gen/Ops/Compiler/Actions.pir] Segmentation fault
 make[1]: Leaving directory 
 `/build/buildd-parrot_4.6.0-1-ia64-ezTxz0/parrot-4.6.0'
 make: *** [build-arch-stamp] Error 2

Which happens just a couple of commands before the original failure.

Also, this failure happens quite randomly when using parrot-nqp. I tried to
build parrot 2 times on the Debian's ia64 porterbox, the first time segfaulted
with:

 ./parrot-nqp --target=pir 
 --output=compilers/opsc/gen/Ops/Compiler/Grammar.pir 
 compilers/opsc/src/Ops/Compiler/Grammar.pm
 make[1]: *** [compilers/opsc/gen/Ops/Compiler/Grammar.pir] Segmentation fault
 make[1]: Leaving directory `/home/ghedo/parrot-4.6.0'
 make: *** [build-arch-stamp] Error 2

the second time with:

 ./parrot-nqp --target=pir runtime/parrot/library/YAML/Tiny.pm  
 runtime/parrot/library/YAML/Tiny.pir
 Segmentation fault
 make[1]: *** [runtime/parrot/library/YAML/Tiny.pir] Error 139
 make[1]: Leaving directory `/home/ghedo/parrot-4.6.0'
 make: *** [build-arch-stamp] Error 2

I still can't reproduce the original failure.

Cheers

-- 
perl -E '$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'


signature.asc
Description: Digital signature


Processed: Re: cups: filter gs takes several minutes consuming 100 % of CPU

2012-10-22 Thread Debian Bug Tracking System
Processing control commands:

 retitle -1 ghostscript: converting a PDF file to PostScript takes several 
 minutes consuming 100 % of CPU
Bug #682426 [ghostscript] cups: filter gs takes several minutes consuming 100 % 
of CPU
Changed Bug title to 'ghostscript: converting a PDF file to PostScript takes 
several minutes consuming 100 % of CPU' from 'cups: filter gs takes several 
minutes consuming 100 % of CPU'
 severity -1 grave
Bug #682426 [ghostscript] ghostscript: converting a PDF file to PostScript 
takes several minutes consuming 100 % of CPU
Severity set to 'grave' from 'important'
 tags -1 - moreinfo
Bug #682426 [ghostscript] ghostscript: converting a PDF file to PostScript 
takes several minutes consuming 100 % of CPU
Removed tag(s) moreinfo.
 affects -1 cups cups-filters
Bug #682426 [ghostscript] ghostscript: converting a PDF file to PostScript 
takes several minutes consuming 100 % of CPU
Added indication that 682426 affects cups and cups-filters

-- 
682426: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682426
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#691140: graphicsmagick: libmagickcore-dev uses out of date libtiff4-dev

2012-10-22 Thread Bob Friesenhahn
This bug report is reported against the wrong package.  The 
libmagickcore-dev package is from ImageMagick, not GraphicsMagick.


Bob

On Mon, 22 Oct 2012, Liz wrote:


Package: graphicsmagick
Severity: serious
Justification: makes unrelated software on the system break

Dear Maintainer,

Attempts to install libmagickcore-dev result in removal of
libgeotiff-dev and vice versa
Libgeotiff-dev uses libtiff5-dev and libmagickcore-dev uses
libtiff4-dev, and the situation prevents concurrent installation of
these two packages, required for compilation of a fully functional
xastir package. Xastir in unstable has no geotiff support due to this
situation.



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

Kernel: Linux 3.2.0-3-rt-686-pae (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/


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



Bug#677450: dmraid: fakeraid root device not activated during boot

2012-10-22 Thread Ulrich Dangel

On 22 Oct 2012, at 07:58, Jonathan Nieder jrnie...@gmail.com wrote:

 --- dmraid-1.0.0.rc16/debian/changelog
 +++ dmraid-1.0.0.rc16/debian/changelog
 @@ -1,3 +1,11 @@
 +dmraid (1.0.0.rc16-4.2) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Call udevadm settle before activating dmraid devices
 +(Closes: #677450)
 
 Thanks for fixing it.  Does squeeze need this, too?

I am not a 100 percent sure but this bugfix should probably get into squeeze 
too, yes. The squeeze initramfs script may behave differently but it already 
includes the wait_for_udev function (checked against initramfs-tools 0.98.8), 
so there is no harm by calling wait_for_udev.

Ulrich

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



Bug#691146: marked as done (modsecurity-apache: CVE-2012-4528)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 22 Oct 2012 14:52:33 +
with message-id e1tqjmn-0007rz...@franck.debian.org
and subject line Bug#691146: fixed in modsecurity-apache 2.6.6-5
has caused the Debian Bug report #691146,
regarding modsecurity-apache: CVE-2012-4528
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
691146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691146
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: modsecurity-apache
Severity: grave
Tags: security patch
Justification: user security hole

Please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-4528

Cheers,
Moritz
---End Message---
---BeginMessage---
Source: modsecurity-apache
Source-Version: 2.6.6-5

We believe that the bug you reported is fixed in the latest version of
modsecurity-apache, which is due to be installed in the Debian FTP archive.

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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 691...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alberto Gonzalez Iniesta a...@inittab.org (supplier of updated 
modsecurity-apache package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 22 Oct 2012 16:23:19 +0200
Source: modsecurity-apache
Binary: libapache2-modsecurity libapache-mod-security
Architecture: source i386 all
Version: 2.6.6-5
Distribution: unstable
Urgency: high
Maintainer: Alberto Gonzalez Iniesta a...@inittab.org
Changed-By: Alberto Gonzalez Iniesta a...@inittab.org
Description: 
 libapache-mod-security - Dummy transitional package
 libapache2-modsecurity - Tighten web applications security for Apache
Closes: 691146
Changes: 
 modsecurity-apache (2.6.6-5) unstable; urgency=high
 .
   * Applied upstream patch to fix multipart/invalid part
 ruleset bypass. CVE-2012-4528. (Closes: #691146)
Checksums-Sha1: 
 df2d1b9a08f15323b1f94f6d5c73c9ad1b711fdd 1349 modsecurity-apache_2.6.6-5.dsc
 08c50fd1e6981f3d8e741c8dd3bb72e860bb94f4 9083 
modsecurity-apache_2.6.6-5.debian.tar.gz
 eca8090490c7e63ba26b2e7be85c59f2b592f5b9 303910 
libapache2-modsecurity_2.6.6-5_i386.deb
 a3f48b643c6e9ee7d0816d4c3d4795f4cdc1d5f4 18102 
libapache-mod-security_2.6.6-5_all.deb
Checksums-Sha256: 
 dda2830f19f321a6e83ef84378bc49166388ab9048d83242c823a492f69b3407 1349 
modsecurity-apache_2.6.6-5.dsc
 c0cf9632ffc065b51e9fbd3d5eb8dd0edd22408765576cf489faf0fe7378a38a 9083 
modsecurity-apache_2.6.6-5.debian.tar.gz
 4de0522fd94ad92217497a73a3ebc0435bf2eadfa0a691f9398a6b8bf064de91 303910 
libapache2-modsecurity_2.6.6-5_i386.deb
 8d062686e9a42ede6268e0e1501998e96561ac56bf523c1072e21d6f821a9580 18102 
libapache-mod-security_2.6.6-5_all.deb
Files: 
 444b7afdf19b4eeafe0e26148c53f778 1349 httpd optional 
modsecurity-apache_2.6.6-5.dsc
 3cd5aa0b47ce7df846fb574d2b9c 9083 httpd optional 
modsecurity-apache_2.6.6-5.debian.tar.gz
 348469d5fe09f1633b10a363a8045ab2 303910 httpd optional 
libapache2-modsecurity_2.6.6-5_i386.deb
 b6275654190c0887be7b8f456b3611c9 18102 oldlibs extra 
libapache-mod-security_2.6.6-5_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlCFV+oACgkQxRSvjkukAcM8MACgyT/8OvD5L7jVd9ZUoeS1U1xo
9PoAnA/Db1G9l+tCZ9KLhB9wXIWCIMos
=6w78
-END PGP SIGNATUREEnd Message---


Bug#691173: build bug can lead to locking problems on some arches

2012-10-22 Thread Steve McIntyre
Package: libc6
Version: 2.13-35
Severity: serious
Tags: upstream patch

Hi folks,

Just been directed to the bug discussion at

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

In some cases, the (e)glibc build will pick up an incorrect version of
lowlevellock.c and this can cause futex deadlocks. Although the
subject specifically mentions sparc, this is expected to impact ARM
too. AFAICS our current eglibc in unstable will include this
problem. Simple patch from glibc upstream:

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 700fb72..7c6005b 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,11 @@
+2012-03-16  David S. Miller  da...@davemloft.net
+
+   [BZ #13844]
+   * sysdeps/unix/sysv/linux/libc-lowlevellock.c: Include using
..
+   instead of 
+   * sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c:
+   Delete, not needed.
+
 2012-03-15  David S. Miller  da...@davemloft.net
 
[BZ #13844]
diff --git a/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
b/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
index 28672a6..4883765 100644
--- a/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
+++ b/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
@@ -17,4 +17,4 @@
http://www.gnu.org/licenses/.  */
 
 /* No difference to lowlevellock.c, except we lose a couple of
 functions.  */
-#include lowlevellock.c
+#include lowlevellock.c
diff --git
 a/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c
 b/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c
deleted file mode 100644
index 61296a4..000
--- a/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c
+++ /dev/null
@@ -1 +0,0 @@
-#include lowlevellock.c


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

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

Versions of packages libc6 depends on:
ii  libc-bin  2.13-35
ii  libgcc1   1:4.7.2-4

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0]  1.5.46
pn  glibc-doc  none
ii  locales2.13-35

-- debconf information excluded


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



Bug#623578: gadfly: diff for NMU version 1.0.0-15.1

2012-10-22 Thread Jakub Wilk

* gregor herrmann gre...@debian.org, 2012-10-21, 17:54:

-kjb_version=1:$${source:Version}
+kjb_version=1:$(shell dpkg-parsechangelog | sed -n 's/Version: //p')


The Version:  string could occur in the changelog, causing a little 
explosion:


$ dch --bin-NMU 'I added Version: here to break this package'
$ dpkg-buildpackage -B
[...]
dh_gencontrol -a -- -v'1:1.0.0-15.1+b1* I added here to break this package'
dh_md5sums -a
dh_builddeb -a
dpkg-deb: error: parsing file 'debian/python-kjbuckets/DEBIAN/control' near 
line 3 package 'python-kjbuckets':
 error in Version string '1:1.0.0-15.1+b1* I added here to break this 
package': version string has embedded spaces
dh_builddeb: dpkg-deb --build debian/python-kjbuckets .. returned exit code 2
make: *** [binary-arch] Error 1

--
Jakub Wilk


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



Bug#685586: marked as done (evolution: Please package 3.4.4 for Wheezy)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 22 Oct 2012 16:17:52 +
with message-id e1tqkhm-00021z...@franck.debian.org
and subject line Bug#685586: fixed in evolution 3.4.4-1
has caused the Debian Bug report #685586,
regarding evolution: Please package 3.4.4 for Wheezy
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
685586: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685586
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: evolution
Version: 3.4.3-1
Severity: grave
Justification: causes non-serious data loss

Dear Debian folks,


Evolution 3.4.4 was released on August 13th 2012.

commit b097a7d4dee51f18fe32722a098076827ec96c69
Author: Matthew Barnes mbar...@redhat.com
Date:   Sun Aug 12 19:40:51 2012 -0400

NEWS update for 3.4.4 release.

diff --git a/NEWS b/NEWS
index 6d34b93..d9954f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Evolution 3.4.4 2012-08-13
+--
+
+* At some point since Evolution 3.0, detection of when the local mail
+  storage format needs to be converted from mbox (as used in 2.x) to
+  Maildir (as used in 3.x) broke.  This release fixes the detection.
+
+Bug Fixes:
+   Bug 559815 - Empty Reminders editor when opened second time
+(Milan Crha)
+   Bug 617557 - Can close composer while message is sending (Milan 
Crha)
+   Bug 653529 - Alarm Notification window events list is too small
+(Milan Crha)
+   Bug 677993 - Remember screen used in previous session (Milan 
Crha)
+   Bug 678292 - Due Date does not display in follow-up flag 
dialogue box
+(Milan Crha)
+   Bug 678304 - Save Draft prevents Evolution's quit (Milan Crha)
+   Bug 678783 - Crash under e_attachment_set_file_info() (Milan 
Crha)
+   Bug 680682 - Segfault after label attempted deletion (Milan 
Crha)
+
+Other Changes:
+   * Trust attachments from ~/.kde and ~/.kde4. (Matthew Barnes)
+   * Run mbox-to-Maildir conversion before loading modules.
+ (Matthew Barnes)
+
+Translations:
+   Sasi Bhushan Boddepalli (te)
+
+
 Evolution 3.4.3 2012-06-18
 --

It fixes a segfault, which causes (partly) loss of messages which are
being just composed. That should never happen to the mail application
which is by far the most used application of an operating system next to
the Web browser.

Additionally it hopefully fixes Debian report #679347 [1].


Thanks,

Paul


PS: It looks like Evolution 3.4.3 also contains another segmentation
fault I reported upstream today [2].

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679347
[2] https://bugzilla.gnome.org/show_bug.cgi?id=682426

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

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

Versions of packages evolution depends on:
ii  dbus 1.6.2-2
ii  debconf [debconf-2.0]1.5.46
ii  evolution-common 3.4.3-1
ii  evolution-data-server3.4.3-1
ii  gconf-service3.2.5-1+build1
ii  gconf2   3.2.5-1+build1
ii  gnome-icon-theme 3.4.0-2
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-35
ii  libcairo-gobject21.12.2-2
ii  libcairo21.12.2-2
ii  libcamel-1.2-33  3.4.3-1
ii  libclutter-gtk-1.0-0 1.2.0-2
ii  libdbus-glib-1-2 0.100-1
ii  libebackend-1.2-23.4.3-1
ii  libebook-1.2-13  3.4.3-1
ii  libecal-1.2-11   3.4.3-1
ii  libedataserver-1.2-163.4.3-1
ii  libedataserverui-3.0-1   3.4.3-1
ii  libenchant1c2a   1.6.0-7
ii  libevolution 3.4.3-1
ii  libgail-3-0  3.4.2-3
ii  libgconf-2-4 3.2.5-1+build1
ii  libgdata13   0.12.0-1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.32.3-1
ii  libgnome-desktop-3-2 3.4.2-1
ii  libgtk-3-0   3.4.2-3
ii  libgtkhtml-4.0-0 4.4.3-1
ii  libgtkhtml-editor-4.0-0  4.4.3-1
ii  libgweather-3-0  3.4.1-1+build1
ii  libical0 0.48-2
ii  

Bug#682426: cups: filter gs takes several minutes consuming 100 % of CPU

2012-10-22 Thread Didier 'OdyX' Raboud
Le lundi, 22 octobre 2012 15.51:19, Paul Menzel a écrit :
 Didier, thank you for following up on the report. Today I hit this
 problem again – unfortunately when being in a hurry. It looks like on a
 new installed system, CUPS is not affected as it does not use the gs
 filter by default anymore(?).

Well, CUPS now supposedly uses the PDF workflow and avoids converting PDF's 
to PS'es when unnecessary. Till will correct me if I'm wrong. :)

 Additionally bug #664538 [2] seems to deal with the same problem. Brian
 kindly followed up, mentioning too that it has to do with the gs filter
 in cups-filters and that pdftops might work.

Well, the pdftops filter calls gs in Wheezy, as far as I can see.

 Anyway, I am able to reproduce this problem with `pdf2ps` from the
 package ghostscript. The attached PDF file is created by printing the
 HTML page to a PDF file. Running `pdf2ps` on this file exhibits this
 problem on my system.

From an up-to-date Wheezy, /usr/bin/pdf2ps takes a long time of 100% CPU, but 
succeeds in creating a 3.6 M PS file out of this small PDF.

Cheers,

OdyX


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



Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Simon McVittie
retitle 631968 gnome-terminal: fails to start on kFreeBSD
clone 631968 -1 -2
retitle -1 gnome-terminal: should recommend dbus-x11
severity -1 important
retitle -2 gnome-terminal: no error message when unable to join D-Bus session
severity -2 important
thanks

On Mon, 22 Oct 2012 at 10:13:35 +0100, Simon McVittie wrote:
  On 05/07/12 01:05, Simon McVittie wrote:
   You don't need all of GNOME, but you do need a D-Bus session.

... which will automatically be started (either from Xsession.d or on-demand)
if you have dbus-x11. Since gnome-terminal needs a D-Bus session, it ought
to have at least a Recommends: on dbus-x11 - this is clone -1 of this bug.

In a previous mail, I wrote:
 [having no error message] is an unhelpful implementation, though - it
 should complain to stderr with g_printerr() before dying, or fall back
 to non-single-instance.

This is clone -2.

 I wonder whether this is to do with GDBus not supporting credentials-passing
 for authentication on kFreeBSD. It does support credentials-passing on
 FreeBSD, and it's the same kernel, so the same code ought to work; please
 try the attached patch for src:glib2.0? If successful, this can be tagged
 'patch' and reassigned to libglib2.0-0.

This is the original bug 631968. Sorry, I didn't attach the patch as I'd
intended: here it is.

S
From 7c02d526880e9a684a6b2f0c72f1b5779c1ae481 Mon Sep 17 00:00:00 2001
From: Simon McVittie s...@debian.org
Date: Sun, 21 Oct 2012 23:38:31 +0100
Subject: [PATCH] Use the FreeBSD credentials-passing code on Debian
 GNU/kFreeBSD

The __FreeBSD__ macro means we have both a FreeBSD kernel and FreeBSD
libc, which isn't the case on GNU/kFreeBSD (GNU libc and userland on
the FreeBSD kernel), so it predefines a different macro. The kernel
is what actually matters for credentials-passing, though.
---
 gio/gcredentials.c|   18 +-
 gio/gunixcredentialsmessage.c |   12 ++--
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/gio/gcredentials.c b/gio/gcredentials.c
index 3a98333..2827c45 100644
--- a/gio/gcredentials.c
+++ b/gio/gcredentials.c
@@ -22,7 +22,7 @@
 
 #include config.h
 
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
 #include sys/types.h
 #include sys/socket.h
 #include string.h
@@ -88,7 +88,7 @@ struct _GCredentials
 
 #ifdef __linux__
   struct ucred native;
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
   struct cmsgcred native;
 #elif defined(__OpenBSD__)
   struct sockpeercred native;
@@ -140,7 +140,7 @@ g_credentials_init (GCredentials *credentials)
   credentials-native.pid = getpid ();
   credentials-native.uid = geteuid ();
   credentials-native.gid = getegid ();
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
   memset (credentials-native, 0, sizeof (struct cmsgcred));
   credentials-native.cmcred_pid  = getpid ();
   credentials-native.cmcred_euid = geteuid ();
@@ -202,7 +202,7 @@ g_credentials_to_string (GCredentials *credentials)
 g_string_append_printf (ret, gid=% G_GINT64_FORMAT ,, (gint64) credentials-native.gid);
   if (ret-str[ret-len - 1] == ',')
 ret-str[ret-len - 1] = '\0';
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
   g_string_append (ret, freebsd-cmsgcred:);
   if (credentials-native.cmcred_pid != -1)
 g_string_append_printf (ret, pid=% G_GINT64_FORMAT ,, (gint64) credentials-native.cmcred_pid);
@@ -260,7 +260,7 @@ g_credentials_is_same_user (GCredentials  *credentials,
 #ifdef __linux__
   if (credentials-native.uid == other_credentials-native.uid)
 ret = TRUE;
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
   if (credentials-native.cmcred_euid == other_credentials-native.cmcred_euid)
 ret = TRUE;
 #elif defined(__OpenBSD__)
@@ -316,7 +316,7 @@ g_credentials_get_native (GCredentials *credentials,
 {
   ret = credentials-native;
 }
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
   if (native_type != G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED)
 {
   g_warning (g_credentials_get_native: Trying to get credentials of type %d but only 
@@ -377,7 +377,7 @@ g_credentials_set_native (GCredentials *credentials,
 {
   memcpy (credentials-native, native, sizeof (struct ucred));
 }
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
   if (native_type != G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED)
 {
   g_warning (g_credentials_set_native: Trying to set credentials of type %d 
@@ -435,7 +435,7 @@ g_credentials_get_unix_user (GCredentials*credentials,
 
 #ifdef __linux__
   ret = credentials-native.uid;
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
   ret = credentials-native.cmcred_euid;
 #elif defined(__OpenBSD__)
   ret = credentials-native.uid;
@@ -482,7 +482,7 @@ 

Processed: Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 631968 gnome-terminal: fails to start on kFreeBSD
Bug #631968 [gnome-terminal] aborts on start (GNU/kFreeBSD)
Changed Bug title to 'gnome-terminal: fails to start on kFreeBSD' from 'aborts 
on start (GNU/kFreeBSD)'
 clone 631968 -1 -2
Bug #631968 [gnome-terminal] gnome-terminal: fails to start on kFreeBSD
Bug 631968 cloned as bugs 691177-691178
 retitle -1 gnome-terminal: should recommend dbus-x11
Bug #691177 [gnome-terminal] gnome-terminal: fails to start on kFreeBSD
Changed Bug title to 'gnome-terminal: should recommend dbus-x11' from 
'gnome-terminal: fails to start on kFreeBSD'
 severity -1 important
Bug #691177 [gnome-terminal] gnome-terminal: should recommend dbus-x11
Severity set to 'important' from 'grave'
 retitle -2 gnome-terminal: no error message when unable to join D-Bus session
Bug #691178 [gnome-terminal] gnome-terminal: fails to start on kFreeBSD
Changed Bug title to 'gnome-terminal: no error message when unable to join 
D-Bus session' from 'gnome-terminal: fails to start on kFreeBSD'
 severity -2 important
Bug #691178 [gnome-terminal] gnome-terminal: no error message when unable to 
join D-Bus session
Severity set to 'important' from 'grave'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
631968: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631968
691177: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691177
691178: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691178
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: Re: Bug#623578: gadfly: diff for NMU version 1.0.0-15.1

2012-10-22 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 - pending
Bug #623578 [gadfly] gadfly: build wrong version of the packaging during a 
binNMU
Removed tag(s) pending.

-- 
623578: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623578
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#614497: doc-debian: The OPL-licensed documents taken from Debian website are non-free

2012-10-22 Thread Jonathan Nieder
Hi Javier,

Javier Fernandez-Sanguino wrote:

 Thanks for the updated information. However, in the listing of
 documents you indicate that some of the versions of the constitution
 are still under the OPL license and,

Yes, if I understand correctly then Raul Miller's text on the voting
system used (including handling of supermajorities) was never
explicitly licensed under a DFSG-free license.  I do not see Raul on
the list of people being contacted for http://bugs.debian.org/388141
--- I am not even sure if he had an alioth account --- and meanwhile I
think it would be worthwhile to find his wishes to get the license of
this foundational document clear.

  in addition, in doc-debian we
 have provide additional  documentation (such as information about bug
 handling, taken from http://www.debian.org/Bugs/) that seems to still
 be OPL.

I might have not looked carefully enough, but from a quick glance,
that seemed to come from GPL-2 source (the documentation is maintained
with the rest of the debbugs codebase).

 I would rather wait for the copyright notice in each of these pages to
 change before I change debian/copyright and update the status. Right
 now all of them point to the boilerplate page
 http://www.debian.org/license which still mentions that OPL is the
 current license for all the documents previous to January 25th, 2012.

 Hopefully, when   #388141 is resolved for all documents we will be
 able to update debian/copyright and close this bug too.

That's fine with me.  I mostly meant to give a summary for Francesco
of the current status of these documents.  I also agree with you that
the /licenses page online should be updated when their license status
is clear, not just doc-debian's copyright file.

Thanks for the quick feedback.
Jonathan


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



Bug#623578: gadfly: diff for NMU version 1.0.0-15.1

2012-10-22 Thread gregor herrmann
Control: tag -1 - pending

On Mon, 22 Oct 2012 18:08:41 +0200, Jakub Wilk wrote:

 * gregor herrmann gre...@debian.org, 2012-10-21, 17:54:
 -kjb_version=1:$${source:Version}
 +kjb_version=1:$(shell dpkg-parsechangelog | sed -n 's/Version: //p')
 
 The Version:  string could occur in the changelog, causing a
 little explosion:
 
 $ dch --bin-NMU 'I added Version: here to break this package'
 $ dpkg-buildpackage -B
 [...]
 dh_gencontrol -a -- -v'1:1.0.0-15.1+b1* I added here to break this 
 package'
 dh_md5sums -a
 dh_builddeb -a
 dpkg-deb: error: parsing file 'debian/python-kjbuckets/DEBIAN/control' near 
 line 3 package 'python-kjbuckets':
  error in Version string '1:1.0.0-15.1+b1* I added here to break this 
 package': version string has embedded spaces
 dh_builddeb: dpkg-deb --build debian/python-kjbuckets .. returned exit code 2
 make: *** [binary-arch] Error 1

Oops. Nice catch, thanks.

I greppd through a couple of source packages, and I found all kind of
interesting regexps for this case.
But I think anchoring the regexp at the beginning of the string
should be enough?

dpkg-parsechangelog | sed -n 's/^Version: //p'

At least I couldn't find a case now where this matches any other
Version:  string somewhere; but I'll wait with anouther upload (I
just cancelled this one) in case you or someone else is more
creative than me :)


Cheers,
gregor
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Funny van Dannen: Saufen


signature.asc
Description: Digital signature


Bug#623578: gadfly: diff for NMU version 1.0.0-15.1

2012-10-22 Thread Jakub Wilk

* gregor herrmann gre...@debian.org, 2012-10-22, 18:43:

-kjb_version=1:$${source:Version}
+kjb_version=1:$(shell dpkg-parsechangelog | sed -n 's/Version: //p')


The Version:  string could occur in the changelog, causing a little 
explosion:


$ dch --bin-NMU 'I added Version: here to break this package'
$ dpkg-buildpackage -B
[...]
dh_gencontrol -a -- -v'1:1.0.0-15.1+b1* I added here to break this package'
dh_md5sums -a
dh_builddeb -a
dpkg-deb: error: parsing file 'debian/python-kjbuckets/DEBIAN/control' near 
line 3 package 'python-kjbuckets':
error in Version string '1:1.0.0-15.1+b1* I added here to break this 
package': version string has embedded spaces
dh_builddeb: dpkg-deb --build debian/python-kjbuckets .. returned exit code 2
make: *** [binary-arch] Error 1


Oops. Nice catch, thanks.

I greppd through a couple of source packages, and I found all kind of 
interesting regexps for this case.
But I think anchoring the regexp at the beginning of the string should 
be enough?


dpkg-parsechangelog | sed -n 's/^Version: //p'


Yes, this one should be fine.

--
Jakub Wilk


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



Processed: [bts-link] source package evolution

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #
 # bts-link upstream status pull for source package evolution
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
 # remote status report for #690741 (http://bugs.debian.org/690741)
 # Bug title: evolution corrupts any mboxes with From_ lines
 #  * http://bugzilla.gnome.org/show_bug.cgi?id=529215
 #  * remote status changed: (?) - RESOLVED
 #  * remote resolution changed: (?) - NOTABUG
 #  * closed upstream
 forwarded 690741 https://bugzilla.gnome.org/show_bug.cgi?id=686258, 
 merged-upstream: http://bugzilla.gnome.org/show_bug.cgi?id=529215
Bug #690741 [evolution] evolution corrupts any mboxes with From_ lines
Changed Bug forwarded-to-address to 
'https://bugzilla.gnome.org/show_bug.cgi?id=686258, merged-upstream: 
http://bugzilla.gnome.org/show_bug.cgi?id=529215' from 
'https://bugzilla.gnome.org/show_bug.cgi?id=686258'
 tags 690741 + fixed-upstream
Bug #690741 [evolution] evolution corrupts any mboxes with From_ lines
Added tag(s) fixed-upstream.
 usertags 690741 + status-RESOLVED resolution-NOTABUG
There were no usertags set.
Usertags are now: resolution-NOTABUG status-RESOLVED.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
690741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690741
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#691179: trafficserver: FTBFS:

2012-10-22 Thread Konstantinos Margaritis
Package: src:trafficserver
Version: 3.2.0-1
Severity: serious
Tags: patch

(tagged serious as the package used to build for armhf previously)

In 

https://buildd.debian.org/status/package.php?p=trafficserversuite=sid

In lulu.h barriers are defined only for x86 and x86_64, but not for arm.
Well, thankfully implementing barriers for arm was rather easy (at
least, the tests pass here).

Please find attached simple patch.

Regards

Konstantinos
diff -ruN trafficserver-3.2.0/plugins/header_filter/lulu.h trafficserver-3.2.0.mine/plugins/header_filter/lulu.h
--- trafficserver-3.2.0/plugins/header_filter/lulu.h	2012-06-14 20:50:54.0 +
+++ trafficserver-3.2.0.mine/plugins/header_filter/lulu.h	2012-10-22 15:31:59.568321385 +
@@ -44,6 +44,10 @@
 #define mb()  __asm__ __volatile__ ( mfence : : : memory)
 #define rmb() __asm__ __volatile__ ( lfence : : : memory)
 #define wmb() __asm__ __volatile__ (  : : : memory)
+#elif defined(__arm__)
+#define mb()  __asm__ __volatile__ ( dmb : : : memory)
+#define rmb() __asm__ __volatile__ ( dmb : : : memory)
+#define wmb() __asm__ __volatile__ (  : : : memory)
 #else
 #error Define barriers
 #endif


Bug#690237: marked as done (as3compile segfaults on i386, seen when building libjs-swfupload)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 22 Oct 2012 17:02:40 +
with message-id e1tqloi-0004n1...@franck.debian.org
and subject line Bug#690237: fixed in swftools 0.9.2+ds1-3
has caused the Debian Bug report #690237,
regarding as3compile segfaults on i386, seen when building libjs-swfupload
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
690237: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690237
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: swftools
Version: 0.9.2+ds1-2
Severity: serious
Tags: sid wheezy

cd Flash  as3compile -M SWFUpload -T 9 -X 300 -Y 300 -r 15 SWFUpload.as -o
../tmp/swfupload.swf
SWFUpload.as:38:3: warning: function main uses forward or outer block variable
references (SWFUpload): switching into compatibility mode
SWFUpload.as:925:3: warning: function GetFile uses forward or outer block
variable references (file): switching into compatibility mode
SWFUpload.as:1295:3: warning: function ReturnUploadStart uses forward or outer
block variable references (message): switching into compatibility mode
SWFUpload.as:1406:3: warning: function BuildRequest uses forward or outer block
variable references (key): switching into compatibility mode
Segmentation fault (core dumped)
make: *** [build] Error 139
---End Message---
---BeginMessage---
Source: swftools
Source-Version: 0.9.2+ds1-3

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

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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 690...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Welzel gaw...@camlann.de (supplier of updated swftools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 22 Oct 2012 12:42:54 +0100
Source: swftools
Binary: swftools
Architecture: source amd64
Version: 0.9.2+ds1-3
Distribution: unstable
Urgency: low
Maintainer: Christian Welzel gaw...@camlann.de
Changed-By: Christian Welzel gaw...@camlann.de
Description: 
 swftools   - Collection of utilities for SWF file manipulation/creation
Closes: 690237
Changes: 
 swftools (0.9.2+ds1-3) unstable; urgency=low
 .
   * Added fix for segfault on i386. (Closes: 690237)
Checksums-Sha1: 
 8fa42df59a286c0a937f81b278471961db4d7918 2563 swftools_0.9.2+ds1-3.dsc
 07127094f3fef45d3619e60153dbbd6235c84b0f 13869 
swftools_0.9.2+ds1-3.debian.tar.gz
 a40cb8878294824583375f55c0b8c35e227001c9 2284136 swftools_0.9.2+ds1-3_amd64.deb
Checksums-Sha256: 
 6ad314de5abfee7227eb1c96129bd34a1aa695fb9869eb47170ef20ccc2dc010 2563 
swftools_0.9.2+ds1-3.dsc
 a868b4aead12a9b838087dfe8df0b03b4303230ccc8eece09dd97851576aeb9f 13869 
swftools_0.9.2+ds1-3.debian.tar.gz
 fb4764ea0f92b5d34eadfc4ad1e45d7ac4e84bae07699bda375e401a33be1613 2284136 
swftools_0.9.2+ds1-3_amd64.deb
Files: 
 5abd1850cc07d80228c8f5924b7fd802 2563 utils extra swftools_0.9.2+ds1-3.dsc
 5c4e7d4b61c53ef60609591c7952a863 13869 utils extra 
swftools_0.9.2+ds1-3.debian.tar.gz
 f62a7827910d859ee012eb3e9e400d34 2284136 utils extra 
swftools_0.9.2+ds1-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQQcBAEBCAAGBQJQhXe8AAoJELjWss0C1vRzPX0f/jWGA3fV6Gqt32RKTptyG34/
UjW7CKO6wvB3u0+rKZsaZurjdeKK39spXx2XsP+4K32frst3zC5WljtUyTVlAbuf
jPdE37t+NhSWEW9T6aywjJ0Q2iD6mkR91uIfdB+sFbPl3T0ChuqoYuMVucXjXtWJ
v6+S1SBHZzlQ1d/K+Cs9aO4NyG7L+EaiTekJm6Y049AVs/yvOIaeTM9yo8SZsJCz
sODLbtFbH+iGc534EJ5MNWutQKzPQ3Tz8vCETWBnPntOSTGPZyf1w8L6xH6RD0aX
JM84S7kI8G2nRLgadZhQr13a+STBd6gqBUqKAGOSv56Z5Tqu1oa7K6xEp15aYVQP
ihQKBPC7w1gMULRe4/zNvY43nOztI5Zg/kPkydPV9eQowH/DHtbMnEQjOFZAconQ
END27s4q8Z4AVsotZ6RQ06s8oSDabXoFu9jz5RX3Hf2yRzW4riJkgXA+9SULjTcA
rhDvQlZ3R67LrRhlhfL7LRuvqoi7vEbokYzky8dBrsUuyM519RLdqYzhVgghpavE
cFlmngQpelX+zNSJHpHtWDuS+NPTmY/NyT+3T9fvCuwBXuiiHNbhjNEvh3eonaYO
shh5PX5k0di49gf2pVl1fCAQu3RJxBqZ2fVSgOh7mjTR2foIoYQztyx3b/I7ienI
VZwEoxQUhJsS2Mr4UUoouJPco3eojTDN/BRY35l7v/GmiXTWeCkHZ/+KhUhcc0Ko
DMPASwTnli630bVXr99OiGgTuK9/sIGjTR/SfFVhcyuOIpNDPAirrv65J7pVN3mY
lPpTQQNd5UYOs3UsfkfzjFHbXOUvDv+ee0hkon/n2N8QH7YE2iVM9e4gCexyyhp2
/UGpobYK/z1Js57RTS+PC508m3jXcIaqUgf4tOyhDcP2P9QI+5/yQHae7B7anEYd
O646NVzfAm0QiefZWfc4CUH6EW9RivK7hCkz9B/sYj+N0ovqNeyZugftb8wr+HsN

Bug#690378: python_distutils.pm is broken

2012-10-22 Thread Michael Gilbert
control: notfound -1 9.20120909
control: severity -1 important

 Commit closing 683557
 http://anonscm.debian.org/gitweb/?p=debhelper/debhelper.git;a=commitdiff;h=00250d8cd20a37be362850d3ed8a652b0768455f

 introduces one more bug: default python is not called because
 /usr/lib/python/distutils/ does not exists.

Hi, that change is currently only on the master branch and thus not
included in the 9.20120909 upload.  Fixing the bug metadata to reflect
that.

Best wishes,
Mike


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



Processed: re: python_distutils.pm is broken

2012-10-22 Thread Debian Bug Tracking System
Processing control commands:

 notfound -1 9.20120909
Bug #690378 [debhelper] python_distutils.pm is broken
No longer marked as found in versions debhelper/9.20120909.
 severity -1 important
Bug #690378 [debhelper] python_distutils.pm is broken
Severity set to 'important' from 'grave'

-- 
690378: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690378
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#691179: trafficserver: FTBFS:

2012-10-22 Thread Arno Töll
Hi,

On 22.10.2012 18:59, Konstantinos Margaritis wrote:
 https://buildd.debian.org/status/package.php?p=trafficserversuite=sid
 
 In lulu.h barriers are defined only for x86 and x86_64, but not for arm.
 Well, thankfully implementing barriers for arm was rather easy (at
 least, the tests pass here).

thanks for the report, but I noticed that already. I reported the
problem to upstream [1] where it is fixed already in trunk and proposed
as a backport to their stable branch for 3.2.x. Note, upstream's fix [2]
is slightly different to yours.

You as an ARM expert, let me know if yours or theirs looks better please.


[1] https://issues.apache.org/jira/browse/TS-1498
[2]
https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=commitdiff;h=a7baf7c8f1bb9206e17b9ac925e21e5beab08f56
-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D



signature.asc
Description: OpenPGP digital signature


Bug#623578: gadfly: diff for NMU version 1.0.0-15.1

2012-10-22 Thread gregor herrmann
On Mon, 22 Oct 2012 18:49:32 +0200, Jakub Wilk wrote:

 The Version:  string could occur in the changelog, causing a
 little explosion:
 
 $ dch --bin-NMU 'I added Version: here to break this package'
 $ dpkg-buildpackage -B
 [...]
 dh_gencontrol -a -- -v'1:1.0.0-15.1+b1* I added here to break this 
 package'
 dh_md5sums -a
 dh_builddeb -a
 dpkg-deb: error: parsing file 'debian/python-kjbuckets/DEBIAN/control' near 
 line 3 package 'python-kjbuckets':
 error in Version string '1:1.0.0-15.1+b1* I added here to break this 
 package': version string has embedded spaces
 dh_builddeb: dpkg-deb --build debian/python-kjbuckets .. returned exit code 
 2
 make: *** [binary-arch] Error 1
 
 Oops. Nice catch, thanks.
 
 I greppd through a couple of source packages, and I found all kind
 of interesting regexps for this case.
 But I think anchoring the regexp at the beginning of the string
 should be enough?
 
 dpkg-parsechangelog | sed -n 's/^Version: //p'
 
 Yes, this one should be fine.

Thanks for double-checking!

I've re-uploaded the package to DELAYED/2 with the attached debdiff.

Cheers,
gregor 
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: R.E.M.: E-Bow The Letter
diff -u gadfly-1.0.0/debian/rules gadfly-1.0.0/debian/rules
--- gadfly-1.0.0/debian/rules
+++ gadfly-1.0.0/debian/rules
@@ -7,7 +7,7 @@
 
 DEFAULT_PYTHON = python$(VER)
 
-kjb_version=1:$${source:Version}
+kjb_version=1:$(shell dpkg-parsechangelog | sed -n 's/^Version: //p')
 
 include /usr/share/python/python.mk
 
diff -u gadfly-1.0.0/debian/control gadfly-1.0.0/debian/control
--- gadfly-1.0.0/debian/control
+++ gadfly-1.0.0/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Matthias Klose d...@debian.org
 Standards-Version: 3.9.1
 XS-Python-Version: all
-Build-Depends: debhelper (= 7), python-all-dev (= 2.6.6-14)
+Build-Depends: debhelper (= 7), python-all-dev (= 2.6.6-14), dpkg-dev (= 1.16.9)
 
 Package: gadfly
 Section: interpreters
diff -u gadfly-1.0.0/debian/changelog gadfly-1.0.0/debian/changelog
--- gadfly-1.0.0/debian/changelog
+++ gadfly-1.0.0/debian/changelog
@@ -1,3 +1,16 @@
+gadfly (1.0.0-15.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix build wrong version of the packaging during a binNMU:
+- debian/rules: get binary package version from dpkg-parsechangelog
+  instead of using ${source:Version}; thanks to Guillem Jover for the
+  patch, and to Jakub Wilk for the improvement
+- debian/control: build-depend on dpkg-dev (= 1.16.9)
+  (cf. #690823)
+(Closes: #623578)
+
+ -- gregor herrmann gre...@debian.org  Mon, 22 Oct 2012 19:10:00 +0200
+
 gadfly (1.0.0-15) unstable; urgency=low
 
   * Build using dh_python2 instead of dh_pycentral. Closes: #616818.


signature.asc
Description: Digital signature


Bug#691180: connman: Connman won't run due to missing libxtables.so.7

2012-10-22 Thread Mike Ruprecht
Package: connman
Version: 1.0-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

   * What led up to the situation?
  I installed connman
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
  I ran `/etc/init.d/connman start` as root
   * What was the outcome of this action?
  It output:
 [] Starting Connection Manager:/usr/sbin/connmand: error while
loading shared libraries: libxtables.so.7: cannot open shared object file: No
such file or directory
  failed!
   * What outcome did you expect instead?
  Connman to start



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

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

Versions of packages connman depends on:
ii  dbus  1.6.8-1
ii  iptables  1.4.16.3-1
ii  libc6 2.13-35
ii  libdbus-1-3   1.6.8-1
ii  libglib2.0-0  2.33.12+really2.32.4-2
ii  libgnutls26   2.12.20-1
ii  lsb-base  4.1+Debian7

Versions of packages connman recommends:
ii  bluez  4.99-2
ii  wpasupplicant  1.0-3

connman suggests no packages.

-- no debconf information


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



Processed: Re: Bug#691098: unblock: mumble/1.2.3-349-g315b5f5-2.1 [pre-approval request]

2012-10-22 Thread Debian Bug Tracking System
Processing control commands:

 tag 675971 + pending
Bug #675971 [mumble] Cannot communicate with the vast majority of Mumble 
servers due to lack of required baseline codec
Added tag(s) pending.

-- 
675971: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675971
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: Re: Bug#691098: unblock: mumble/1.2.3-349-g315b5f5-2.1 [pre-approval request]

2012-10-22 Thread Debian Bug Tracking System
Processing control commands:

 tag 675971 + pending
Bug #675971 [mumble] Cannot communicate with the vast majority of Mumble 
servers due to lack of required baseline codec
Ignoring request to alter tags of bug #675971 to the same tags previously set

-- 
675971: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675971
691098: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691098
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#675971: Bug#691098: unblock: mumble/1.2.3-349-g315b5f5-2.1 [pre-approval request]

2012-10-22 Thread gregor herrmann
Control: tag 675971 + pending

On Mon, 22 Oct 2012 13:39:24 +0200, Julien Cristau wrote:

   IMO the package needs to be in sid before we consider it.
  
  Thanks for your quick reply!
  
  I was under the impression that the release team prefers to assess
  the situation before an upload in more complicated situations, but
  I'm happy to upload the NMU to a DELAYED queue later today.
  
 I guess I don't consider this a complicated situation.  Either the new
 version is ok, or we release without mumble.  Neither the current
 version in sid nor the current version in wheezy are suitable anyway,
 AIUI.

Ok, I've uploaded 1.2.3-349-g315b5f5-2.1 now, to DELAYED/2 in order
to give the maintainers or other interested parties another chance to
take a look at the changes.

I'm attaching the debdiff of the upload against the version currently
in sid.


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: The Eagles: Take It Easy
diff -Nru mumble-1.2.3-349-g315b5f5/debian/changelog mumble-1.2.3-349-g315b5f5/debian/changelog
--- mumble-1.2.3-349-g315b5f5/debian/changelog	2012-07-08 19:42:05.0 +0200
+++ mumble-1.2.3-349-g315b5f5/debian/changelog	2012-10-14 18:37:03.0 +0200
@@ -1,3 +1,31 @@
+mumble (1.2.3-349-g315b5f5-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Cannot communicate with the vast majority of Mumble servers due
+to lack of required baseline codec:
+re-enable using the bundled celt library:
+   debian/patches/series:
+ - add 07-use-embedded-celt-baseline patch
+   debian/patches/07-use-embedded-celt-baseline:
+ - build Celt 0.7.1 and not 0.11.0
+   debian/mumble.install:
+ - ship Celt 0.7.1 library from the embedded source
+   debian/rules:
+ - re-enable Celt using the bundled 0.7.1 version
+   debian/patches/20-add-opus-threshold-option:
+ - fix src/murmur/Meta.cpp to set default iOpusThreshold=100 to only
+   switch from Celt to Opus if 100% of connected clients support Opus
+   (instead of 1%)
+ - fix murmur.ini example for opusthreshold option to =100
+   (instead of =1)
+ - add #opusthreshold=100 comments to murmur.ini.system (shipped as
+   etc/mumble-server.ini) to match murmur.ini example
+Closes: #675971.
+This implements the TC decision in #682010.
+[Thanks to Gregor Herrmann for his help and guidance.]
+
+ -- Christopher Knadle chris.kna...@coredump.us  Thu, 04 Oct 2012 11:45:05 -0400
+
 mumble (1.2.3-349-g315b5f5-2) unstable; urgency=low
 
   * Drop the hard dep on boost-1.46, that's been removed now.  Closes: #678759
diff -Nru mumble-1.2.3-349-g315b5f5/debian/mumble.install mumble-1.2.3-349-g315b5f5/debian/mumble.install
--- mumble-1.2.3-349-g315b5f5/debian/mumble.install	2012-07-08 19:42:05.0 +0200
+++ mumble-1.2.3-349-g315b5f5/debian/mumble.install	2012-10-14 18:36:54.0 +0200
@@ -1,6 +1,6 @@
 release/mumble usr/bin/
 release/libmumble.so* usr/lib/mumble/
-#release/libcelt0.so.?.?.? usr/lib/mumble/
+release/libcelt0.so.?.?.? usr/lib/mumble/
 release/plugins/lib*.so usr/lib/mumble/
 icons/mumble.xpm usr/share/pixmaps/
 icons/mumble.svg usr/share/icons/hicolor/scalable/apps/
diff -Nru mumble-1.2.3-349-g315b5f5/debian/patches/07-use-embedded-celt-baseline mumble-1.2.3-349-g315b5f5/debian/patches/07-use-embedded-celt-baseline
--- mumble-1.2.3-349-g315b5f5/debian/patches/07-use-embedded-celt-baseline	1970-01-01 01:00:00.0 +0100
+++ mumble-1.2.3-349-g315b5f5/debian/patches/07-use-embedded-celt-baseline	2012-10-14 18:36:54.0 +0200
@@ -0,0 +1,13 @@
+# build and bundle in only celt 0.7.1 if celt is embedded
+--- a/main.pro
 b/main.pro
+@@ -12,7 +12,8 @@
+ SUBDIRS *= speexbuild
+   }
+   !CONFIG(no-bundled-celt) {
+-SUBDIRS *= celt-0.7.0-build celt-0.11.0-build
++SUBDIRS *= celt-0.7.0-build
++SUBDIRS -= celt-0.11.0-build
+   }
+ 
+   CONFIG(opus) {
diff -Nru mumble-1.2.3-349-g315b5f5/debian/patches/20-add-opus-threshold-option mumble-1.2.3-349-g315b5f5/debian/patches/20-add-opus-threshold-option
--- mumble-1.2.3-349-g315b5f5/debian/patches/20-add-opus-threshold-option	2012-07-08 19:42:05.0 +0200
+++ mumble-1.2.3-349-g315b5f5/debian/patches/20-add-opus-threshold-option	2012-10-14 18:36:54.0 +0200
@@ -8,7 +8,7 @@
  
 +# Amount of users with Opus support needed to force Opus usage, in percent.
 +# 0 = Always enable Opus, 100 = enable Opus if it's supported by all clients.
-+#opusthreshold=1
++#opusthreshold=100
 +
  # Regular expression used to validate channel names
  # (note that you have to escape backslashes with \ )
@@ -36,7 +36,7 @@
  	uiUid = uiGid = 0;
  #endif
  
-+	iOpusThreshold = 1;
++	iOpusThreshold = 100;
 +
  	qrUserName = 

Bug#691179: trafficserver: FTBFS:

2012-10-22 Thread Konstantinos Margaritis
On Mon, 2012-10-22 at 19:13 +0200, Arno Töll wrote:
 thanks for the report, but I noticed that already. I reported the
 problem to upstream [1] where it is fixed already in trunk and proposed
 as a backport to their stable branch for 3.2.x. Note, upstream's fix [2]
 is slightly different to yours.
 
 You as an ARM expert, let me know if yours or theirs looks better please.
 
 
 [1] https://issues.apache.org/jira/browse/TS-1498
 [2]
 https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=commitdiff;h=a7baf7c8f1bb9206e17b9ac925e21e5beab08f56

Well, strictly speaking, mfence-type of instructions are translated to
the dmb asm instruction in armv7-a (check also
https://en.wikipedia.org/wiki/Memory_ordering and
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dai0274b/index.html 
check 3.4.7 Barriers and syncrhnization). So without wanting to sound like a 
know-it-all -I might be wrong and there might be a reason for defining them as 
no-ops- I think my patch is more correct.

Regards

Konstantinos




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


Bug#689811: marked as done (mp3diags: incorrect debian/copyright and confusing upstream license information)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 22 Oct 2012 17:32:47 +
with message-id e1tqlrr-0002ys...@franck.debian.org
and subject line Bug#689811: fixed in mp3diags 1.0.11.076-3
has caused the Debian Bug report #689811,
regarding mp3diags: incorrect debian/copyright and confusing upstream license 
information
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
689811: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689811
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: mp3diags
Severity: serious
Version: 1.0.11.076-1

The information in debian/copyright is not correct.

For example, src/SerSupport.cpp has license GNU General Public License version
2 as published by the Free Software Foundation, while debian/copyright claims
that it has license GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option) any
later version.

Another example is that the files in src/images/ appear to have license GPL-3
or LGPL-3, see the files src/images/*txt, and that is not mentioned in
debian/copyright.  But when I look in the .svg-files then I see GPL/2.0 and
LGPL/2.1.  It is not clear which license(s) apply.

Also, the upstream source contains these licenses, and it is not clear to which
files these licenses apply:
  license.boost.txt
  license.gplv2.txt
  license.gplv3.txt
  license.lgpl-2.1.txt
  license.lgplv3.txt
  license.zlib.txt
  src/licences/zlib.txt
  src/licences/lgplv3.txt
  src/licences/lgpl-2.1.txt
  src/licences/gplv2.txt
  src/licences/gplv3.txt
  src/licences/boost.txt
---End Message---
---BeginMessage---
Source: mp3diags
Source-Version: 1.0.11.076-3

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

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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 689...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Josue Ortega josueort...@debian.org.gt (supplier of updated mp3diags package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 21 Oct 2012 19:22:59 -0600
Source: mp3diags
Binary: mp3diags mp3diags-doc
Architecture: source amd64 all
Version: 1.0.11.076-3
Distribution: unstable
Urgency: low
Maintainer: Josue Ortega josueort...@debian.org.gt
Changed-By: Josue Ortega josueort...@debian.org.gt
Description: 
 mp3diags   - find issues in MP3 files and help to solve them
 mp3diags-doc - MP3 Diags documentation
Closes: 689811
Changes: 
 mp3diags (1.0.11.076-3) unstable; urgency=low
 .
   * new upload, in order to fix the bug #689811 to unstable and wheezy
 (Closes: #689811)
Checksums-Sha1: 
 8a073576352645285da71f205668c1f23ee732fb 1982 mp3diags_1.0.11.076-3.dsc
 965e40da689ca9d624e404ad65da054d822a7555 7012 
mp3diags_1.0.11.076-3.debian.tar.gz
 ba8b8755421a216776ed43192d1aa58668312563 1457108 
mp3diags_1.0.11.076-3_amd64.deb
 0f0e08911cefc40bf85c5385b127b7ca500c417e 1808380 
mp3diags-doc_1.0.11.076-3_all.deb
Checksums-Sha256: 
 4ce5c28c5a458ada4e809b8cef6d3714b50812919a5b14246977f7679a1135c0 1982 
mp3diags_1.0.11.076-3.dsc
 08c1f683edbefb4201e04849653d70ffb70464c569b4f22c0b0c1b2827572465 7012 
mp3diags_1.0.11.076-3.debian.tar.gz
 2f6f7732f9bde81beb2bda147def1fc7acb31057bc853b265e1ac18bbc83cc88 1457108 
mp3diags_1.0.11.076-3_amd64.deb
 1229f7a2f58c49fdd49d33ebd6b6ababac3a3156e81b83efe4da69a340826390 1808380 
mp3diags-doc_1.0.11.076-3_all.deb
Files: 
 3e63370d203b6609d99db9dc3656ff84 1982 sound optional mp3diags_1.0.11.076-3.dsc
 e5ae8fb1143af16d24d0f1def8227813 7012 sound optional 
mp3diags_1.0.11.076-3.debian.tar.gz
 17e79c4c6fae605ddf32c085e106f47d 1457108 sound optional 
mp3diags_1.0.11.076-3_amd64.deb
 707454f125476d718803ac726da7c2c9 1808380 doc optional 
mp3diags-doc_1.0.11.076-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJQhYCrAAoJEDNV9NY7WCHMMHMP/Rz/a3b7dlkD3//Fhh77URq5
8nD5uLWA3RpiGwyc5G5/zk4anwsbt0zuQjValWPeXJO6U7/n3OCGlWFPLl8x9X9x
h8A2lrmHEO06eOKaihfq4/Lca2JrkJ4hymWGsDTwJ2obbkFgwHwwHzCJCuXp73zu
3a1C1uS4Ksz62/wGmIeOC0Ezg/AsYCyFgGeLTARkILWErm9A64l55FvzdJUxaZ5B
n5+fjx7Sv54NZklqwFtYLNwrHFb51vQepPsxcONY0JQjFzPDxGJZWe0FJ69qzgBk

Bug#614497: doc-debian: The OPL-licensed documents taken from Debian website are non-free

2012-10-22 Thread Francesco Poli
On Mon, 22 Oct 2012 09:40:17 -0700 Jonathan Nieder wrote:

 Hi Javier,

Hi Jonathan, hi Javier!
Thanks to you both for following up on this issue.

 
 Javier Fernandez-Sanguino wrote:
 
  Thanks for the updated information.
[...]
  I would rather wait for the copyright notice in each of these pages to
  change before I change debian/copyright and update the status. Right
  now all of them point to the boilerplate page
  http://www.debian.org/license which still mentions that OPL is the
  current license for all the documents previous to January 25th, 2012.
 
  Hopefully, when   #388141 is resolved for all documents we will be
  able to update debian/copyright and close this bug too.
 
 That's fine with me.  I mostly meant to give a summary for Francesco
 of the current status of these documents.  I also agree with you that
 the /licenses page online should be updated when their license status
 is clear, not just doc-debian's copyright file.

Well, even though the issue with doc-debian is definitely part of the
larger issue with the official Debian website (www.debian.org), I think
that solving the part that affects doc-debian (a package shipped in
Debian main, as I said!) should be carried on at a higher priority.

I think that the copyright holders for the documents shipped in
doc-debian should be tracked down and contacted, in order to ask
(persuade) them to agree to the re-licensing under the disjunction
Expat or GPL-2+ (as is being done, I hope!, for the rest of
www.debian.org).
The collected OK answers should of course be contributed to the
www.debian.org re-licensing effort.

I hope this can be done in the short term.

Thanks a lot for taking this issue seriously!
Bye.

-- 
 http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt
 New GnuPG key, see the transition document!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgpzo16XIzvSA.pgp
Description: PGP signature


Bug#689537: pdnsd: deletes conffiles on package removal (policy 10.7.3): /etc/NetworkManager/dispatcher.d/002_NetMan_pdnsd

2012-10-22 Thread gregor herrmann
On Mon, 22 Oct 2012 00:16:19 +0200, Andreas Beckmann wrote:

 With the prerm script gone this issue is fixed for squeeze-sid upgrades
 (and squeeze-wheezy upgrades once 1.2.8-par-3 migrates to wheezy), but
 the problem (missing conffile) will still exist if the user had any
 version from 1.2.8-par-2, ..., 1.2.8-par-2.3 installed.
 
 I don't see an easy solution for this ... as
   old-prerm upgrade new-version
 is the very first step of the upgrade, there is no hacking around this
 by deleting a buggy maintainer script during
   new-preinst upgrade old-version

Right, when upgrading from one of those versions the file gets
removed. (And not even reinstalling helps, and dpkg-query knows about
the conffile ...)
 
 Maybe this could work:
 ship another copy of the file in /usr/share and in the postinst do
 
 if dpkg --compare-versions $upgrade_from ge 1.2.8-par-2~ 
dpkg --compare-versions $upgrade_from lt 1.2.8-par-4~
 then
   target=/etc/NetworkManager/dispatcher.d/002_NetMan_pdnsd
   source=/usr/share/.../002_NetMan_pdnsd
   if [ ! -e $target ]; then
 echo restoring $target
 cp $source $target
   fi
 fi
 
 but it's only upgrades from pdnsd/testing that are affected

Should work; not sure if it's worth the effort ...


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   


signature.asc
Description: Digital signature


Bug#688792: syntax error

2012-10-22 Thread Ross Boylan
On Sun, 2012-10-21 at 23:28 -0700, Noah Meyerhans wrote:
 Hi. I've just experienced this problem on a fresh wheezy install using
 the beta3 installer. The installation was performed using the netboot
 image (that is, PXE and downloading the installer components from a TFTP
 server) on a physical, non-virtual host.
 
 I haven't put in a lot of time to investigate, but one thing I have
 observed is that if I try to install mysql-server-5.5 on a freshly
 installed system that has the 'desktop' task installed, the installation
 fails. However, if I build a similar system but leave off the 'desktop'
 task, the mysql installation is successful. Obviously there are a lot of
 packages involved in the desktop task, so I'm not sure how much this
 help to narrow things down. It definitely appears repeatable, however.
 
 Since this problem does impact the ability to install the mysql server
 packages on a common system configuration, I think a severity of at
 least 'important' is warranted. Honestly I think 'grave' would be
 appropriate, as I don't think it'd be reasonable to release wheezy with
 this bug in place.
That sounds more serious than what I experienced, which was that there
was an error in the log but mysql 5.5 at least appears to be functioning
properly.

I did an upgrade, not a fresh install, and it was in a minimalist
chroot.  It's possible that whatever the offending package is was not on
my chroot system.

Ross


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



Bug#685632: marked as done (liquidsoap: missing versioned depend on libcamomile-ocaml-data)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 22 Oct 2012 17:48:19 +
with message-id e1tqm6t-0006w6...@franck.debian.org
and subject line Bug#685632: fixed in liquidsoap 1.0.1+repack1-1.1
has caused the Debian Bug report #685632,
regarding liquidsoap: missing versioned depend on libcamomile-ocaml-data
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
685632: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685632
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: liquidsoap
Version: 1.0.0-4+b2
Severity: important

Hi,

I was trying to advance on the upgrade from Squeeze to Wheezy by adding
a pinned version of Wheezy and upgrade liquidsoap to the Wheezy version.
However, after installing, I ran into a problem:

  # liquidsoap
  Fatal error: exception Not_found

Then, strace revealed it could not find/open the file
/usr/share/camomile/database/age.mar which is not present in the
Squeeze version of libcamomile-ocaml-data (0.7.2-2), but it is
in the Wheezy version (0.8.4-2).  Hence, liquidsoap should depend
on libcamomile-ocaml-data (= 0.8.4).

As libcamomile-ocaml-data will probably be upgraded when switching
to Wheezy, this is not an RC bug.

Paul

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

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

Versions of packages liquidsoap depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  libc6  2.11.3-3  Embedded GNU C Library: Shared lib
ii  libcamomile-ocaml-data 0.8.4-2   Unicode data for OCaml
ii  libmagic1  5.04-5+squeeze2   File type determination library us
ii  libpcre3   1:8.30-5  Perl 5 Compatible Regular Expressi
ii  perl   5.10.1-17squeeze3 Larry Wall's Practical Extraction 
ii  sox14.3.1-1+b1   Swiss army knife of sound processi
ii  wget   1.12-2.1  retrieves files from the web

Versions of packages liquidsoap recommends:
ii  liquidsoap-plugin-faad1.0.0-4+b2 audio streaming language -- FAAD p
ii  liquidsoap-plugin-flac1.0.0-4+b2 audio streaming language -- FLAC p
ii  liquidsoap-plugin-icecast 1.0.0-4+b2 audio streaming language -- Icecas
ii  liquidsoap-plugin-lame1.0.0-4+b2 audio streaming language -- Lame p
ii  liquidsoap-plugin-mad 1.0.0-4+b2 audio streaming language -- Mad pl
ii  liquidsoap-plugin-pulseaudio  1.0.0-4+b2 audio streaming language -- Pulsea
ii  liquidsoap-plugin-taglib  1.0.0-4+b2 audio streaming language -- Taglib
ii  liquidsoap-plugin-voaacenc1.0.0-4+b2 audio streaming language -- Voaace
ii  liquidsoap-plugin-vorbis  1.0.0-4+b2 audio streaming language -- Vorbis
ii  logrotate 3.7.8-6Log rotation utility
ii  mp3gain   1.5.1-4Lossless mp3 normalizer with stati
ii  vorbis-tools  1.4.0-1several Ogg Vorbis tools
ii  vorbisgain0.36-3.1   add Replay Gain volume tags to Ogg

Versions of packages liquidsoap suggests:
pn  festival  none (no description available)
ii  icecast2  2.3.2-6Ogg Vorbis and MP3 streaming media
pn  liguidsoapnone (no description available)
pn  liquidsoap-plugin-samplerate  none (no description available)
pn  liquidsoap-plugin-xmlplaylist none (no description available)
pn  mplayer   none (no description available)

-- no debconf information
---End Message---
---BeginMessage---
Source: liquidsoap
Source-Version: 1.0.1+repack1-1.1

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

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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 685...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann gre...@debian.org (supplier of updated liquidsoap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 

Bug#688792: syntax error

2012-10-22 Thread Noah Meyerhans
The desktop tasks install various mysql related packages
(libmysqlclient18, mysql-server-core-5.5, etc). I've been trying to test
installations on a base system (no desktop task) to see if one of these
packages, when installed before the 'mysql-server' package, breaks
installation of mysql-server. Haven't found anything yet, though...



signature.asc
Description: Digital signature


Bug#691140: graphicsmagick: libmagickcore-dev uses out of date libtiff4-dev

2012-10-22 Thread Daniel Kobras
reassign 691140 libmagickcore-dev
thanks

Am 22.10.2012 um 15:45 schrieb Bob Friesenhahn bfrie...@simple.dallas.tx.us:

 This bug report is reported against the wrong package.  The libmagickcore-dev 
 package is from ImageMagick, not GraphicsMagick.

Indeed, reassigning to libmagickcore-dev.

Regards,

Daniel.

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



Processed: Re: Bug#691140: graphicsmagick: libmagickcore-dev uses out of date libtiff4-dev

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 691140 libmagickcore-dev
Bug #691140 [graphicsmagick] graphicsmagick: libmagickcore-dev uses out of date 
libtiff4-dev
Bug reassigned from package 'graphicsmagick' to 'libmagickcore-dev'.
Ignoring request to alter found versions of bug #691140 to the same values 
previously set
Ignoring request to alter fixed versions of bug #691140 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
691140: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691140
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#690902: Driver or hardware problem

2012-10-22 Thread Anton Gladky
Hello,

it looks like driver or hardware problem.
I never saw such crash on my machines.

Cheers,

Anton


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



Processed: severity of 642199 is normal

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # a workaround exists and is documented
 severity 642199 normal
Bug #642199 [pidgin-sipe] Fails to connect to office communicator server with 
pidgin-sipe plugin (2.10.0-1 works)
Bug #649456 [pidgin-sipe] pidgin-sipe: 'Read error' and cannot login with new 
libnss3-1d 3.13.1 in Sid
Severity set to 'normal' from 'grave'
Severity set to 'normal' from 'grave'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
642199: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642199
649456: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649456
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#688792: syntax error

2012-10-22 Thread Ross Boylan
On Mon, 2012-10-22 at 11:19 -0700, Noah Meyerhans wrote:
 The desktop tasks install various mysql related packages
 (libmysqlclient18, mysql-server-core-5.5, etc). I've been trying to test
 installations on a base system (no desktop task) to see if one of these
 packages, when installed before the 'mysql-server' package, breaks
 installation of mysql-server. Haven't found anything yet, though...
 
Wow!  Thanks for doing that; it's a big job.

Certainly mysql not working if desktop tasks are installed is a big
deal.

Ross


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



Processed: Re: Bug#686085: Built successfully on retry

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 686085 normal
Bug #686085 [graphicsmagick] FTBS imagemagick build on sparc
Severity set to 'normal' from 'serious'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
686085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#686085: Built successfully on retry

2012-10-22 Thread Daniel Kobras
severity 686085 normal
thanks

Am 15.09.2012 um 17:17 schrieb Jurij Smakov ju...@wooyd.org:
 FWIW, imagemagick built successfully on retry:
 
 https://buildd.debian.org/status/fetch.php?pkg=imagemagickarch=sparcver=8%3A6.7.7.10-4stamp=1347041889
 
 Also, I was not able to reproduce this failure on my sparc box.

Thanks Jurij! Based on this information, I don't think this bug should be 
considered RC for GraphicsMagick.

Regards,

Daniel.

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



Bug#689221: installation-reports: QNAP TS-409U does not reboot after installation

2012-10-22 Thread Luca Capello
Hi there!

On Tue, 16 Oct 2012 00:05:59 +0200, Luca Capello wrote:
 On Mon, 08 Oct 2012 23:12:33 +0200, Luca Capello wrote:
 At the next reboot mdadm does not segfault anymore, so at least this
 problem is fixed in 3.2.5-3~bpo60+1, it could be related to:

   http://bugs.debian.org/621786

 I am quite sure I got it by this one, I do not know why I have not
 completely read it the first time, it would have saved me quite a lot of
 tests...

 Cc:ing all the persons involved in that bug: Arnaud, I would try
 mdadm_3.2.5-3~bpo60+1 (from backports, and a more recent kernel just to
 be sure).  If we experience the same bug that should be solve it.
[...]
 I will prepare a d-i network-console based on 20110106+squeeze4+b1 plus
 mdadm_3.2.5-3~bpo60+1 and try again the full installation next Sunday
 21st: if everything goes well, I will close this bug :-)

Summary: installing mdadm_3.2.5-3~bpo60+1 *before* rebooting allow a
normal boot into the new installed system, so I guess this bug is fixed.

The long story is that it was even easier, because the backports udeb
was already available, so I used it with the following procedure:

1) flash d-i
2) ssh installer@IP
3) start 'basic mode'
4) at 'Select a language' screen - Go back
5) execute a shell
=
~ # wget 
http://ftp.de.debian.org/debian-backports/pool/main/m/mdadm/mdadm-udeb_3.2.5-3~bpo60+1_armel.udeb
~ # udpkg -i mdadm-udeb_3.2.5-3~bpo60\+1_armel.udeb 
~ # exit
=
6) continue installation (no more segfaults)
7) manual partitioning (the same layout as the first try, thus without
   recreating the RAID-5, but reusing it)
8) installation continued, but at Configure mdadm and Flash
   kernel... there were segfaults (mdadm from within the target, thus
   the squeeze version, not from backports)
9) installation finished - Go back
10) execute a shell
=
~ # mount /sys/ /target/sys/ -o bind
~ # mount /proc/ /target/proc/ -o bind
~ # chroot /target /bin/bash
root@jem:/# mv /etc/mdadm/mdadm.conf{,.squeeze}
[missing ARRAY entry]
root@jem:/# echo deb http://backports.debian.org/debian-backports 
squeeze-backports main /etc/apt/sources.list
root@jem:/# apt-get update
root@jem:/# apt-get -t squeeze-backports install mdadm
Preparing to replace mdadm 3.1.4-1+8efb9d1+squeeze1 (using 
.../mdadm_3.2.5-3~bpo60+1_armel.deb) ...
[...]
Generating mdadm.conf... done.
update-initramfs: deferring update (trigger activated)
Generating udev events for MD arrays...done.
Starting MD monitoring service: mdadm --monitor.
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.32-5-orion5x
Generating kernel u-boot image... done.
Flashing kernel... done.
Flashing initramfs... done.
root@jem:/#
=
11) now finish the installation, reboot and enjoy, finally!

Please note that I previously reported a kernel panic at the first
reboot after having installed mdadm from backports.  Well, it happened
again but on a random basis, which seems to correlated with other
segfaults I experienced:
=
root@jem:/etc# apt-get install etckeeper
[...]
Selecting previously deselected package etckeeper.
Unpacking etckeeper (from .../etckeeper_0.48_all.deb) ...
Selecting previously deselected package rsync.
Unpacking rsync (from .../rsync_3.0.7-2_armel.deb) ...
Processing triggers for man-db ...
locale: Cannot set LC_ALL to default locale: No such file or directory
Setting up libcurl3-gnutls (7.21.0-2.1+squeeze2) ...
Segmentation fault
dpkg: error processing libcurl3-gnutls (--configure):
 subprocess installed post-installation script returned error exit status 139
[...]
root@jem:/etc# git status
error: corrupt loose object '1ef26ebf2691cf6b09a55a2a10a02ff7634f3b24'
fatal: object 1ef26ebf2691cf6b09a55a2a10a02ff7634f3b24 is corrupted
root@jem:/etc# git log
commit 361404b10074730c1710edc5bef5c06a332872e9
Author: root r...@jem.pca.it
Date:   Mon Oct 22 19:08:44 2012 +0200

Initial commit
root@jem:/etc# apt-get install screen
[...]
Setting up screen (4.0.3-14+b1) ...
fatal: object 49111c287d678ddd1148f8c9832625036e0aef33 is corrupted
[master E: Problem executing scripts DPkg::Post-Invoke 'if [ -x 
/usr/sbin/etckeeper ]; then etckeeper post-install; fi'
E: Sub-process returned an error code
root@jem:/etc# apt-get --reinstall install screen
[...]
Setting up screen (4.0.3-14+b1) ...
[master 01881cc] committing changes in /etc after apt run
 Committer: root r...@jem.pca.it
[...]
 1 files changed, 1 insertions(+), 1 deletions(-)
root@jem:/etc#
=

The various segfaults could be related to the RAID-5 being repaired,
given that RAIDs are created in a degrade state:
=
root@jem:/etc# cat /proc/mdstat
Personalities : [raid6] [raid5] [raid4]
md0 : active raid5 sda1[0] sdd1[3] sdc1[2] sdb1[1]
  5860538880 blocks super 1.2 level 5, 512k chunk, algorithm 2 [4/4] []
  []  resync =  3.2% (63772868/1953512960) 
finish=2486.0min speed=12668K/sec

unused devices: none
root@jem:/etc# 
=

Thx, bye,
Gismo / Luca


pgpBZrVeXRLiA.pgp
Description: 

Bug#677450: dmraid: fakeraid root device not activated during boot

2012-10-22 Thread Jonathan Nieder
Ulrich Dangel wrote:
 On 22 Oct 2012, at 07:58, Jonathan Nieder jrnie...@gmail.com wrote:

 --- dmraid-1.0.0.rc16/debian/changelog
 +++ dmraid-1.0.0.rc16/debian/changelog
 @@ -1,3 +1,11 @@
 +dmraid (1.0.0.rc16-4.2) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Call udevadm settle before activating dmraid devices
 +(Closes: #677450)

 Thanks for fixing it.  Does squeeze need this, too?

 I am not a 100 percent sure

Ok, let's wait until someone tests it then.

Thanks for the quick feedback.

Jonathan


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



Processed: severity of 691088 is serious

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 691088 serious
Bug #691088 [libavutil51] libavcodec-extra-53: symbol ff_sqrt_tab, version 
LIBAVUTIL_51 not defined in file libavutil.so.51 with link time reference
Severity set to 'serious' from 'important'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
691088: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691088
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#691198: Imagemagick: libmagickcore-dev uses out of date libtiff4-dev

2012-10-22 Thread Liz
Package: graphicsmagick
Severity: serious
Justification: makes unrelated software on the system break

Dear Maintainer,

Attempts to install libmagickcore-dev result in removal of
libgeotiff-dev and vice versa
Libgeotiff-dev uses libtiff5-dev and libmagickcore-dev uses
libtiff4-dev, and the situation prevents concurrent installation of
these two packages, required for compilation of a fully functional
xastir package. Xastir in unstable has no geotiff support due to this
situation.



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

Kernel: Linux 3.2.0-3-rt-686-pae (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#691200: ksh: cd .. doesn't work in many cases

2012-10-22 Thread Oliver Kiddle
Package: ksh
Version: 93u+-1.1
Justification: renders package unusable
Severity: grave

In many situations, cd .. is broken with this version of ksh. For example,
cd /etc; cd ..
remains in /etc.

Thank you

Oliver Kiddle


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



Bug#652591: maybe caused by memory pressure?

2012-10-22 Thread Daniel Kobras
Hi Tomas!

Am 20.10.2012 um 12:06 schrieb Tomas Pospisek t...@sourcepole.ch:

 can you see a kernel stacktrace anywhere? Are you in a GUI when the system 
 freezes, i.e. running some desktop? In that case you probably won't be able 
 to see the stacktrace, but you could try to CTRL-ALT-Fx to some of your 
 consoles and maybe be lucky. I have not investigated this any further but you 
 can find a lot of ressources on the internet that try to explain how to get a 
 kerneldump when your system freezes. Maybe one could proceed from there with 
 the help of kernel people.
 
 One guess what causes this bug is, that the system runs into memory pressure 
 - i.e. something similar like [1] - that is the system runs into a situation 
 where it's lacking memory, it wants to swap stuff out, in order to swap out 
 it needs to allocate memory, or swap something back in - like f.ex. noflushd 
 - deadlock.

In the spindown mode used by noflushd, spinup should be handled by the 
disk/controller itself. The kernel should only notice the same delay as during 
any other disk spinup.

 I feel that the noflushd package has its value. Getting further with this bug 
 might prevent noflushd being dropped from the next release.


The problem at hand is most likely caused by a bug in the kernel, maybe even 
one that's only present in squeeze, not in the wheezy kernel. And while 
noflushd might still have its merits, it's a fact that it does weird things to 
some kernel components and therefore keeps triggering corner-case bugs that 
turn out to be extremely hard to debug. Frankly, I'm not sure whether expecting 
kernel developers to spend significant time hunting down noflushd fallout is 
fair, especially as other interfaces like laptop-mode seem to cover most 
people's needs, and noflushd has really grown into a niche application. Feel 
free to convince me otherwise, but at the moment, I'm pretty much in favour of 
dropping noflushd from Debian altogether.

Regards,

Daniel.


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



Bug#691202: Missing B-D to cdbs

2012-10-22 Thread Mathieu Malaterre
Package: libswingx1-java
Version: 1:1.0-1
Severity: serious


Package is missing B-D to cdbs and as such FTBFS. Marking as serious.

Thanks

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.3-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

-- no debconf information


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



Bug#691203: Missing B-D to ant

2012-10-22 Thread Mathieu Malaterre
Package: libswingx1-java
Version: 1:1.0-1
Severity: serious

I cannot build the package on a stable system. It currently fails with:

mkdir -p .
cd .  /usr/lib/jvm/default-java/bin/java -classpath 
/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/ant-nodeps.jar:/usr/lib/jvm/default-java/lib/tools.jar
  -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dpackage=swingx1 
-Dversion=1.0   -buildfile debian/build.xml  package javadoc
Buildfile: /tmp/libswingx1-java-1.0/debian/build.xml

package:

BUILD FAILED
/tmp/libswingx1-java-1.0/debian/build.xml:37: The following error occurred 
while executing this line:
/tmp/libswingx1-java-1.0/debian/build.xml:21: The following error occurred 
while executing this line:
java.io.FileNotFoundException: /usr/share/maven-ant-helper/maven-build.xml (No 
such file or directory)
  at java.io.FileInputStream.open(Native Method)
  at java.io.FileInputStream.init(FileInputStream.java:137)
  at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:246)
  at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:177)
  at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:80)
  at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:392)
  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:616)
  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  at org.apache.tools.ant.Task.perform(Task.java:348)
  at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:616)
  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  at org.apache.tools.ant.Task.perform(Task.java:348)
  at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:398)
  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:616)
  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  at org.apache.tools.ant.Task.perform(Task.java:348)
  at org.apache.tools.ant.Target.execute(Target.java:390)
  at org.apache.tools.ant.Target.performTasks(Target.java:411)
  at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1360)
  at org.apache.tools.ant.Project.executeTarget(Project.java:1329)
  at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  at org.apache.tools.ant.Project.executeTargets(Project.java:1212)
  at org.apache.tools.ant.Main.runBuild(Main.java:801)
  at org.apache.tools.ant.Main.startAnt(Main.java:218)
  at org.apache.tools.ant.Main.start(Main.java:180)
  at org.apache.tools.ant.Main.main(Main.java:269)

Total time: 0 seconds
make: *** [debian/stamp-ant-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2


Thanks

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.3-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

-- no debconf information


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



Bug#682426: cups: filter gs takes several minutes consuming 100 % of CPU

2012-10-22 Thread Till Kamppeter

On 10/22/2012 06:22 PM, Didier 'OdyX' Raboud wrote:

Le lundi, 22 octobre 2012 15.51:19, Paul Menzel a écrit :

Didier, thank you for following up on the report. Today I hit this
problem again – unfortunately when being in a hurry. It looks like on a
new installed system, CUPS is not affected as it does not use the gs
filter by default anymore(?).


Well, CUPS now supposedly uses the PDF workflow and avoids converting PDF's
to PS'es when unnecessary. Till will correct me if I'm wrong. :)



Yes, that is the case. Usually PDF is only converted into PS if the 
printer is a PS printer or the driver requires PS input (like foo2zjs).



Additionally bug #664538 [2] seems to deal with the same problem. Brian
kindly followed up, mentioning too that it has to do with the gs filter
in cups-filters and that pdftops might work.


Well, the pdftops filter calls gs in Wheezy, as far as I can see.



At least in the newest upstream version of cups-filters one can switch 
the filter to use pdftops from Poppler.


   Till


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



Bug#678968: libpam-barada: Authentication service cannot retrieve user credentials on successful login

2012-10-22 Thread Salvatore Bonaccorso
Hi

Note this package is on Niels' list for removal candidates[1].

 [1]: http://lists.debian.org/debian-release/2012/10/msg00817.html

On Sun, Aug 05, 2012 at 09:53:09PM +0200, Luca Falavigna wrote:
 Documentation states that the following line is enough:
 auth sufficient pam_barada.so
 
 while you have
 auth required pam_barada.so
 
 Does anything change if you switch to auth sufficient?

I'm not using this package, but I you are correct on this. control
value 'sufficient' means:

   sufficient
   success of such a module is enough to satisfy the
   authentication requirements of the stack of modules (if a
   prior required module has failed the success of this one is
   ignored). A failure of this module is not deemed as fatal to
   satisfying the application that this type has succeeded. If
   the module succeeds the PAM framework returns success to the
   application immediately without trying any other modules.

And upstream say the same how to use the module:

auth sufficient pam_barada.so

This means that when sshd calls out to the PAM stack for authorization,
the barada module will be used before the standard password-based
authorization module. Here we have listed it as sufficient, which
means that should the authorization succeed it will be considered
successful, but if it fails it will continue on with the rest of the PAM
stack to try and find a success. This means that at any time you can use
a OTP credential or your password.

control value 'required' would mean something else:

   required
   failure of such a PAM will ultimately lead to the PAM-API
   returning failure but only after the remaining stacked
   modules (for this service and type) have been invoked.

So if it does not fail, it goes to the next, required is
(pam.conf(5)):

   required
   [success=ok new_authtok_reqd=ok ignore=ignore default=bad]

which mean

   ok
   this tells PAM that the administrator thinks this return code
   should contribute directly to the return code of the full
   stack of modules. In other words, if the former state of the
   stack would lead to a return of PAM_SUCCESS, the module´s
   return code will override this value. Note, if the former
   state of the stack holds some value that is indicative of a
   modules failure, this ´ok´ value will not be used to
   override that value.

whereas sufficient is

   sufficient
   [success=done new_authtok_reqd=done default=ignore]

meaning

   done
   equivalent to ok with the side effect of terminating the
   module stack and PAM immediately returning to the
   application.

This is also documented in the /usr/share/doc/libpam-barada/README.Debian.

Having this, I'm usure the bug is really 'grave', as the intended use
of the pam-module is documented this way.

Regards,
Salvatore


signature.asc
Description: Digital signature


Bug#691202:

2012-10-22 Thread Mathieu Malaterre
Actually it looks like ant and javahelper are missing too.

Thanks


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



Bug#654468: marked as done (Doesn't contain source for waf binary code)

2012-10-22 Thread Debian Bug Tracking System
Your message dated Mon, 22 Oct 2012 20:48:04 +
with message-id e1tqouq-0001dj...@franck.debian.org
and subject line Bug#654468: fixed in gigolo 0.4.1+dfsg-1
has caused the Debian Bug report #654468,
regarding Doesn't contain source for waf binary code
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
654468: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654468
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: postler
Version: 0.1.1-1
Severity: serious

Hi!

 This was actually found in Ubuntu: https://launchpad.net/bugs/873003

 The included waf script contains binary code in line 161 for which no
source is available, which is a clear policy violation.

 Please include the source for that and actually compile that source and
use the compiled binary data instead of the one that is included now in
the source package.

 Thanks,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


---End Message---
---BeginMessage---
Source: gigolo
Source-Version: 0.4.1+dfsg-1

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

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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 654...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lionel Le Folgoc mrpo...@gmail.com (supplier of updated gigolo package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 22 Oct 2012 21:56:24 +0200
Source: gigolo
Binary: gigolo gigolo-dbg
Architecture: source amd64
Version: 0.4.1+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Lionel Le Folgoc mrpo...@gmail.com
Description: 
 gigolo - frontend to manage connections to remote filesystems using GIO/GV
 gigolo-dbg - frontend to manage connections to remote filesystems using GIO/GV
Closes: 654468
Changes: 
 gigolo (0.4.1+dfsg-1) unstable; urgency=low
 .
   [ Lionel Le Folgoc ]
   * Drop unused waf scripts, we use the alternate autotools-based build
 system already. closes: #654468
   * debian/rules:
 - clean up autogenerated files during clean.
 - add a get-orig-source rule to drop the waf related files from the
   tarball.
   * debian/watch:
 - demangle destination file.
 .
   [ Yves-Alexis Perez ]
   * Add Lionel to uploaders.
Checksums-Sha1: 
 e999ceaa21815dc6538a47c63c7d2a9f5f2135b4 2173 gigolo_0.4.1+dfsg-1.dsc
 182e80f7ac0dae7514cf8c7fc9093e25a29454c6 165529 gigolo_0.4.1+dfsg.orig.tar.gz
 559be9feb6c22390207ff3c46bd140ec54120dd7 2905 gigolo_0.4.1+dfsg-1.debian.tar.gz
 6f748363d61f69c6ecb51cf5a9d1673a37891383 169396 gigolo_0.4.1+dfsg-1_amd64.deb
 0a76cdd0b74f099246d62937821294d311532182 282526 
gigolo-dbg_0.4.1+dfsg-1_amd64.deb
Checksums-Sha256: 
 958aa6cc61f07595214560d7412c5163fac0de8f4d9df6b0d52030cc3e14aefb 2173 
gigolo_0.4.1+dfsg-1.dsc
 d1e9b37beb6fe20982aba8531e22dafda79bde21ee7134a975d22d8959da4531 165529 
gigolo_0.4.1+dfsg.orig.tar.gz
 8baa43fe84fe42b7dc9ede8e2f8ff451e8899a912a1f93e3ace009e2d01a1765 2905 
gigolo_0.4.1+dfsg-1.debian.tar.gz
 782e9233a235d60df98ea619d89375abecac29d400bce84c80cca65a48ee54a4 169396 
gigolo_0.4.1+dfsg-1_amd64.deb
 ec20db56d17201b0d89ceb5816c222b91ee91fa41238f76f1170ac2ff574d84d 282526 
gigolo-dbg_0.4.1+dfsg-1_amd64.deb
Files: 
 987a87e2e158d95c0ef2ebf6dc2eb27d 2173 xfce optional gigolo_0.4.1+dfsg-1.dsc
 81128b98e34f3f4877321c103cd83bd3 165529 xfce optional 
gigolo_0.4.1+dfsg.orig.tar.gz
 39fa6dcf6d8ac97c8022360c53ad8a25 2905 xfce optional 
gigolo_0.4.1+dfsg-1.debian.tar.gz
 18d865a0d9cb1706a45fd60fd437abf8 169396 xfce optional 
gigolo_0.4.1+dfsg-1_amd64.deb
 9ff2d3818ecac71ad93be6a04c9c7053 282526 debug extra 
gigolo-dbg_0.4.1+dfsg-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJQhaV0AAoJEDBVD3hx7wuoqMQQAJt1A7lIcPDKApPuDrdvAhCG
DpadFdqtRYecyHtpXgTFR3A2Nv94bbuseWqjK0hNNM9F3vvpLh9rvjIwLnlnS+jg

Bug#691203: Acknowledgement (Missing B-D to ant)

2012-10-22 Thread Mathieu Malaterre
Even after installing: maven-ant-helper I still get some error during building:

  [javadoc] 
/tmp/libswingx1-java-1.0/src/java/org/jdesktop/swingx/color/GradientPreviewPanel.java:26:
package org.apache.batik.ext.awt does not exist
  [javadoc] import org.apache.batik.ext.awt.RadialGradientPaint;
  [javadoc]^
  [javadoc] 
/tmp/libswingx1-java-1.0/src/java/org/jdesktop/swingx/color/GradientTrackRenderer.java:23:
package org.apache.batik.ext.awt does not exist
  [javadoc] import org.apache.batik.ext.awt.MultipleGradientPaint;
  [javadoc]^
  [javadoc] 
/tmp/libswingx1-java-1.0/src/beaninfo/org/jdesktop/swingx/editors/PainterUtil.java:50:
package org.apache.batik.ext.awt does not exist
  [javadoc] import org.apache.batik.ext.awt.LinearGradientPaint;

I guess I could merge 691203 and 691202 into one... let me know what you think.

thanks


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



Bug#690199: Patch

2012-10-22 Thread Anton Gladky
tags 690199 + patch
thanks

Hello,

please, consider the following git-patch for package VCS [1],
which fixes the issue.

Cheers,

Anton
[1] http://anonscm.debian.org/gitweb/?p=pkg-games/ogre-1.8.git


0001-Add-copyright-info-of-the-Scintilla-code.-Closes-690.patch
Description: Binary data


Bug#690200: Patch

2012-10-22 Thread Anton Gladky
tags 690200 + patch
thanks

Hello,

please, consider the following git-patch for package VCS [1],
which fixes the issue.

Cheers,

Anton

[1] http://anonscm.debian.org/gitweb/?p=pkg-games/ogre.git


0001-Add-copyright-info-of-the-Scintilla-code.-Closes-690.patch
Description: Binary data


Bug#691203: Acknowledgement (Missing B-D to ant)

2012-10-22 Thread Niels Thykier
On 2012-10-22 22:56, Mathieu Malaterre wrote:
 Even after installing: maven-ant-helper I still get some error during 
 building:
 
   [javadoc] 
 /tmp/libswingx1-java-1.0/src/java/org/jdesktop/swingx/color/GradientPreviewPanel.java:26:
 package org.apache.batik.ext.awt does not exist
   [javadoc] import org.apache.batik.ext.awt.RadialGradientPaint;
   [javadoc]^
   [javadoc] 
 /tmp/libswingx1-java-1.0/src/java/org/jdesktop/swingx/color/GradientTrackRenderer.java:23:
 package org.apache.batik.ext.awt does not exist
   [javadoc] import org.apache.batik.ext.awt.MultipleGradientPaint;
   [javadoc]^
   [javadoc] 
 /tmp/libswingx1-java-1.0/src/beaninfo/org/jdesktop/swingx/editors/PainterUtil.java:50:
 package org.apache.batik.ext.awt does not exist
   [javadoc] import org.apache.batik.ext.awt.LinearGradientPaint;
 
 I guess I could merge 691203 and 691202 into one... let me know what you 
 think.
 
 thanks
 
 [...]

These particular errors (i.e. the [javadoc] ones) usually don't lead to
a build error and at worst causes the Javadoc to be slightly less
pleasent.  Those javadoc errors should be fixed, but I would not
consider it a priority to those in Wheezy nor Squeeze.

The build-depends issues are of course) a different matter.  But I think
one bug is sufficient for tracking those, so I'd vote for merging.

~Niels


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



Processed: Patch

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 690199 + patch
Bug #690199 [ogre-1.8] ogre-1.8: incomplete debian/copyright
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
690199: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690199
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



  1   2   >