Bug#670945: [php-maint] Bug#670945: About the media types text/x-php and text/x-php-source

2012-08-27 Thread Ondřej Surý
On Sun, Aug 26, 2012 at 7:49 PM, Christoph Anton Mitterer
 wrote:
> I've never seen anyone using that.

Well, we had at least two bugreports for that. So your argument "I
have never seen..." says nothing.

> So honestly, I'd simply drop support for that, and add perhaps a note to
> NEWS.

I don't think it's good idea to drop something we already support and
users are apparently using without any problems.

O.
-- 
Ondřej Surý 


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



Bug#683695:

2012-08-27 Thread Kees de Jong
I can confirm this bug. Yesterday I installed Debian on my media
center and after rebooting it was stuck on Nouveau.
The error on my screen was as follows:

   Waiting for /dev to be fully populated...[ 5.053243] Error: Driver
'pcspkr' is already registred, aborting...
   6.566243] [drm] nouveau :01:00.0: illegal object class: 0x902d


Kind regards,
Kees


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




Bug#683695:

2012-08-27 Thread Kees de Jong
By the way I can't type anything, so I can't give you any logs. I have
a nVidia GT610.


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



Bug#685976: pstoedit: Cannot export SVG anymore (specific page number)

2012-08-27 Thread Mathieu Malaterre
Package: pstoedit
Version: 3.60-2+b1
Severity: grave


Seems like there is a regression in pstoedit compare to the stable version 
(3.50-3+b1). I can no longer export SVG graphics from specific page in PDF file.

I used the following:

$ wget www.doh.state.fl.us/hpi/pdf/AffinityDiagram.pdf
$ pstoedit -f plot-svg -page 7 -ssp -mergetext AffinityDiagram.pdf p7.svg

>From my debian stable system and from a sid/chroot. The SVG output from stable 
>debian looks ok. The output from the sid schroot only export page #1 and not 
>page #7.


-- System Information:
Debian Release: 6.0.5
  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.2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pstoedit depends on:
ii  ghostscript 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF
ii  libc6   2.11.3-3 Embedded GNU C Library: Shared lib
ii  libpstoedit0c2a 3.50-3+b1PostScript to editable vector grap
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3

pstoedit recommends no packages.

Versions of packages pstoedit suggests:
pn  xfig | ivtools-bin | tgif | t  (no description available)

-- 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#682608: Fix

2012-08-27 Thread Gaudenz Steinlin

Hi

chuck adams  writes:

> Using the suggested comment that /etc/network/interfaces needed lines
> commented out, I went to a working system and compared the interfaces
> file.
>
> In the installation using the wireless interface the interfaces
> file contained a serious security violation as shown here:
>
> # The primary network interface
> allow-hotplug wlan0
> iface wlan0 inet dhcp
>   wpa-ssid NETGEAR
>   wpa-psk  wittyflower875
>
>
> In that the file contains, in plain ASCII text,
> the ssid and password for the network and the file
> is viewable by all users.

Does anyone know if it's really necessary that /etc/network/interfaces
is world readable? Or could this file set to mode 0600 by d-i if it
contains any sensitive information?

>
> I commented out the lines and added 
>
> allow-hotplug eth0
>
> which I don't know is absolutely necessary.
>
> A reboot of the system does bring up the WiFi
> interface without any difficulty that I can see
> at the present time.
>
> Please include a note as to when changes will be made.
> I am aperiodically downloading netinst from the daily-build
> and installing the system from scratch.

We are currently investigating who to best fix this problem. A proposed
(not yet finished) fix can be found in the people/sorina/write_config
branch of netcfg. The currently favoured approach is add a medium
priority question wo select which kind of network configuration should
be written to the installed system. With these options:
1 network-manager configuration
2 configuration in /etc/network/interfaces
3 no configuration at all

If network-manager is installed, option 1 would be the default,
otherwise option 2.

>
> Another bug found.  When plugging in a USB thumb memory drive,
> it is not recognized and mounted.  This bug may have already
> been reported.  I discovered it when I was thinking of writing
> both installs (with and without using wlan0) and doing a 
> diff -r  (  :-)  ) to compare the file systems and the exact
> files that were configured differently.  So many bugs and so
> little time.

This is an entirely different bug. Please report it separately. The
relevant package is probably udisks.

Gaudenz

-- 
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~


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



Bug#685766: colorhug-client: FTBFS on ia64

2012-08-27 Thread Michal Čihař
Hi

Dne Fri, 24 Aug 2012 14:37:01 +0200
Niels Thykier  napsal(a):

> Your package FTBFS on ia64 and will therefore not migrate to testing
> (despite the unblock hint).  

Unfortunately I missed this failure somehow :-(.

> The relevant part of the of the log
> appears to be:
> 
> """
> docbook2man colorhug-ccmx.sgml > /dev/null
> /usr/share/docbook-utils/frontends/docbook: 9: [: sgml: unexpected operator

Looks like a docbook-utils issue to me, maybe somebody from Debian
XML/SGML Group could help with this? Or would simple rebuild fix this
as it was some temporary issue in the build?

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Processed: severity of 685976 is important

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

> severity 685976 important
Bug #685976 [pstoedit] pstoedit: Cannot export SVG anymore (specific page 
number)
Severity set to 'important' from 'grave'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
685976: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685976
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#685983: burst generates invalid PDFs (regression from 1.41+dfsg-10+squeeze1)

2012-08-27 Thread Mathieu Malaterre
Package: pdftk
Version: 1.44-5
Severity: grave

It looks like pdftk is not capable of 'burst'ing PDFs anymore. It generates 
invalid PDFs now.

Steps:

$ wget 
"http://medical.nema.org/dicom/SPIE2011/Advances-in-X-ray-Angiography-&-3D-Presentation.pdf";
$ pdftk Advances-in-X-ray-Angiography-\&-3D-Presentation.pdf burst
$  pdfopt pg_0003.pdf bb.pdf
    Warning: considering '00 X n' as a free entry.
    Considering object with an invalid number 76 as null.
    Considering object with an invalid number 77 as null.
    Considering object with an invalid number 76 as null.
    Considering object with an invalid number 77 as null.

I cannot reproduce this issue from a stable system, which leads to the 
conclusion the generated PDFs seems broken IMHO.

Thanks

-- System Information:
Debian Release: 6.0.5
  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.2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pdftk depends on:
ii  libbcmail-java   1.44+dfsg-2 Bouncy Castle generators/processor
ii  libbcprov-java   1.44+dfsg-2 Bouncy Castle Java Cryptographic S
ii  libc62.11.3-3Embedded GNU C Library: Shared lib
ii  libgcc1  1:4.4.5-8   GCC support library
ii  libgcj-bc4.4.5-1 Link time only library for use wit
ii  libgcj10 4.4.5-2 Java runtime library for use with 
ii  libitext-java2.1.7-2 Java Library to create and manipul
ii  libitext-java-gcj2.1.7-2 Java Library to create and manipul
ii  libstdc++6   4.4.5-8 The GNU Standard C++ Library v3

pdftk recommends no packages.

Versions of packages pdftk suggests:
ii  poppler-utils [xpdf-utils]0.12.4-1.2 PDF utilitites (based on libpopple

-- 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: tagging 594315, tagging 680497, tagging 439152, tagging 661887, tagging 485966

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

> tags 594315 + pending
Bug #594315 [zynaddsubfx] New upstream release 2.4.1
Added tag(s) pending.
> tags 680497 + pending
Bug #680497 [zynaddsubfx] zynaddsubfx: new upstream release: 2.4.3
Added tag(s) pending.
> tags 439152 + pending
Bug #439152 [zynaddsubfx] zynaddsubfx can't load XML
Added tag(s) pending.
> tags 661887 + pending
Bug #661887 [zynaddsubfx] mxml: Bad control character error when attempting to 
load banks
Added tag(s) pending.
> tags 485966 + pending
Bug #485966 [zynaddsubfx] zynaddsubfx: Zynaddsubfx freezes when used within 
Muse sequencer
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
439152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439152
485966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485966
594315: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594315
661887: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661887
680497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680497
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#684488: [Pkg-puppet-devel] Bug#684488: puppet-lint not working with ruby1.9.1

2012-08-27 Thread Stig Sandbeck Mathisen
gregor herrmann  writes:

> If the package is supposed to work only with ruby1.8, the attached
> patch seems to achieve this.
>
> Not sure if this is the correct way to go; input from ruby experts
> welcome.

Patch seems correct, thank you. :)

I'll test and upload.

-- 
Stig Sandbeck Mathisen 


pgpyhSTIrtQLI.pgp
Description: PGP signature


Bug#684812: marked as done (qmf: FTBFS: messageserver.cpp:473:5: error: '::write' has not been declared)

2012-08-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Aug 2012 11:03:09 +
with message-id 
and subject line Bug#684812: fixed in qmf 1.0.7~2011w23.2-2.1
has caused the Debian Bug report #684812,
regarding qmf: FTBFS: messageserver.cpp:473:5: error: '::write' has not been 
declared
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.)


-- 
684812: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684812
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qmf
Version: 1.0.7~2011w23.2-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120814 qa-ftbfs
Justification: FTBFS in wheezy on amd64

Hi,

During a rebuild of all packages in *wheezy*, your package failed to
build on amd64.

Relevant part:
> g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB 
> -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. 
> -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 
> -I/usr/include/qt4/qmfmessageserver -I/usr/include/qt4/qmfclient -I. 
> -I../../libraries/qmfclient -I../../libraries/qmfclient/support 
> -I../../libraries/qmfmessageserver -I. -o moc_servicehandler.o 
> moc_servicehandler.cpp
> messageserver.cpp: In static member function 'static void 
> MessageServer::hupSignalHandler(int)':
> messageserver.cpp:473:5: error: '::write' has not been declared
> messageserver.cpp: In member function 'void MessageServer::handleSigHup()':
> messageserver.cpp:480:5: error: '::read' has not been declared
> make[2]: *** [messageserver.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/08/14/qmf_1.0.7~2011w23.2-2_wheezy.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: qmf
Source-Version: 1.0.7~2011w23.2-2.1

We believe that the bug you reported is fixed in the latest version of
qmf, 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 684...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated qmf 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, 27 Aug 2012 12:03:05 +0200
Source: qmf
Binary: qmf-dev libqmfmessageserver1 libqmfutil1 libqmfclient1 qmf-examples 
qmf-tests qmf-dbg qmf-doc qmf-doc-html
Architecture: source amd64 all
Version: 1.0.7~2011w23.2-2.1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Matthias Klose 
Description: 
 libqmfclient1 - Qt Messaging Framework (QMF) client library
 libqmfmessageserver1 - Qt Messaging Framework (QMF) message server support 
library
 libqmfutil1 - Qt Messaging Framework (QMF) messaging client utility library
 qmf-dbg- Qt Messaging Framework (QMF) - debugging symbols
 qmf-dev- Qt Messaging Framework (QMF) - development files
 qmf-doc- Qt Messaging Framework (QMF) - QCH documentation
 qmf-doc-html - Qt Messaging Framework (QMF) - HTML documentation
 qmf-examples - Qt Messaging Framework (QMF) examples
 qmf-tests  - Qt Messaging Framework (QMF) tests
Closes: 684812
Changes: 
 qmf (1.0.7~2011w23.2-2.1) unstable; urgency=low
 .
   * Non maintainer upload
   * Fix build failure with GCC 4.7. Closes: #684812.
   * Build qmfclient with -O1 to work around #667341.
Checksums-Sha1: 
 136fcb8223836e9a4c4df2ef4fd0498b1a936546 1727 qmf_1.0.7~2011w23.2-2.1.dsc
 4dbf6852fc8bf5005902bc0883325b97dba223bf 9028 
qmf_1.0.7~2011w23.2-2.1.debian.tar.gz
 77d5c276a8e30bed36f88df4920c7cfca0ca6eaf 51134 
qmf-dev_1.0.7~2011w23.2-2.1_amd64.deb
 f0388574b7e4038a90182bb787f96151f10d8664 764212 
libqmfmessageserver1_1.0.7~2011w23.2-2.1_amd64.deb
 67b9ae61cff18e35f6fa289164ba4cb800ec6978 89052 
libqmfutil1_1.0.7~2011w23.2-2.1_amd64.deb
 275a6551d8b8c7c4c358a19a8c3c938e62d31956 889952 
libqmfclient1_1.0.7~2011w23.2-2.1_amd64.deb
 9908b966c4da049e1e68b0e35a97915d042402a9 470196 

Bug#685714: json-c: NMU proposal to fix the missing header file

2012-08-27 Thread Gergely Nagy
I just ran into this while trying to build syslog-ng on a fresh unstable
system. To avoid having to go an extra mile to fix my autobuilders, I
plan to NMU json-c with the patch attached.

Unlike Steve's fix, this is merely a workaround, that adds the missing
header to debian/libjson0-dev.install. This way, the extra
build-dependency on dh-autoreconf is not needed, and if and when
upstream integrates the fix, all that needs to be done is remove one
line from the install file.

To me, this sounds ligther, and as such, I will upload to DELAYED/0 in a
few moments.

-- 
|8]

diff -Nru json-c-0.10/debian/changelog json-c-0.10/debian/changelog
--- json-c-0.10/debian/changelog	2012-08-17 18:57:36.0 +0200
+++ json-c-0.10/debian/changelog	2012-08-27 12:57:51.0 +0200
@@ -1,3 +1,11 @@
+json-c (0.10-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Include the missing json_object_iterator.h header in
+libjson0-dev. (Closes: #685714)
+
+ -- Gergely Nagy   Mon, 27 Aug 2012 12:56:32 +0200
+
 json-c (0.10-1) unstable; urgency=low
 
   * New upstream release (Closes: #684058)
diff -Nru json-c-0.10/debian/libjson0-dev.install json-c-0.10/debian/libjson0-dev.install
--- json-c-0.10/debian/libjson0-dev.install	2011-08-13 00:22:06.0 +0200
+++ json-c-0.10/debian/libjson0-dev.install	2012-08-27 12:51:28.0 +0200
@@ -3,3 +3,4 @@
 usr/lib/*/libjson.so
 usr/include/*
 usr/lib/*/pkgconfig
+json_object_iterator.h /usr/include/json/


Processed: severity of 681436 is serious

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

> severity 681436 serious
Bug #681436 [transcode] transcode failed while ripping a DVD
Severity set to 'serious' from 'normal'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
681436: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681436
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: tagging 681436

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

> tags 681436 + patch
Bug #681436 [transcode] transcode failed while ripping a DVD
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
681436: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681436
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#681436: Processed: transcode failed while ripping a DVD

2012-08-27 Thread Alessio Treglia
tags 681436 pending
thanks

On Mon, Aug 27, 2012 at 10:53 AM, Fabian Greffrath  wrote:
> I'd say the fix is to set "char *lavc_param_video_preset = NULL" and remove
> this specific option from the TCConfigEntry lavcopts_conf[] struct in
> export/ffmpeg_cfg.c:240.

ACK'd.
I've pushed the patch into our git repository.


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


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



Processed: tagging 681436

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

> tags 681436 + pending
Bug #681436 [transcode] transcode failed while ripping a DVD
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
681436: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681436
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#685714: marked as done (json-c: missing headers in libjson0-dev)

2012-08-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Aug 2012 12:02:35 +
with message-id 
and subject line Bug#685714: fixed in json-c 0.10-1.1
has caused the Debian Bug report #685714,
regarding json-c: missing headers in libjson0-dev
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.)


-- 
685714: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685714
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: json-c
Version: 0.10-1
Severity: serious
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch

Hi Fabien,

Looking at the just uploaded json-c 0.10, it appears that upstream has a bug
in their Makefile which causes the json_object_iterator.h header to not be
installed in the package.  Without this, the main json.h header does not
compile.  Please check that reverse-dependencies of your library package are
still usable before uploading them to Debian!

In Ubuntu, the attached patch was applied for this issue.  Changelog from
the Ubuntu upload:

  * debian/patches/missing-headers.patch: Install json_object_iterator.h
header, needed by json.h.
  * Build-depend on dh-autoreconf to regen Makefile.in for the above.

Thanks for considering the patch.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
diff -Nru json-c-0.10/debian/control json-c-0.10/debian/control
--- json-c-0.10/debian/control	2012-08-17 09:43:43.0 -0700
+++ json-c-0.10/debian/control	2012-08-23 13:12:18.0 -0700
@@ -1,7 +1,7 @@
 Source: json-c
 Priority: extra
 Maintainer: fabien boucher 
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9), dh-autoreconf
 Standards-Version: 3.9.3.0
 Section: libs
 Homepage: http://oss.metaparadigm.com/json-c/
diff -Nru json-c-0.10/debian/patches/missing-headers.patch json-c-0.10/debian/patches/missing-headers.patch
--- json-c-0.10/debian/patches/missing-headers.patch	1969-12-31 16:00:00.0 -0800
+++ json-c-0.10/debian/patches/missing-headers.patch	2012-08-23 09:18:53.0 -0700
@@ -0,0 +1,18 @@
+Description: Install json_object_iterator.h header, needed by json.h
+ The upstream Makefile.am in json-c 0.10 missed installing
+ json_object_iterator.h, which is needed as a dependency.  Adjust the
+ upstream rules to correct this.
+Author: Steve Langasek 
+
+Index: json-c-0.10/Makefile.am
+===
+--- json-c-0.10.orig/Makefile.am
 json-c-0.10/Makefile.am
+@@ -17,6 +17,7 @@
+ 	json_config.h \
+ 	json_inttypes.h \
+ 	json_object.h \
++	json_object_iterator.h \
+ 	json_object_private.h \
+ 	json_tokener.h \
+ 	json_util.h \
diff -Nru json-c-0.10/debian/patches/series json-c-0.10/debian/patches/series
--- json-c-0.10/debian/patches/series	2012-08-17 09:49:26.0 -0700
+++ json-c-0.10/debian/patches/series	2012-08-23 09:16:38.0 -0700
@@ -1 +1,2 @@
 fix-format-string-in-test.patch
+missing-headers.patch
diff -Nru json-c-0.10/debian/rules json-c-0.10/debian/rules
--- json-c-0.10/debian/rules	2012-08-17 09:45:19.0 -0700
+++ json-c-0.10/debian/rules	2012-08-23 09:33:47.0 -0700
@@ -18,4 +18,4 @@
 	dh_strip --dbg-package=libjson0-dbg
 
 %:
-	dh  $@
+	dh $@ --with autoreconf
--- End Message ---
--- Begin Message ---
Source: json-c
Source-Version: 0.10-1.1

We believe that the bug you reported is fixed in the latest version of
json-c, 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.
Gergely Nagy  (supplier of updated json-c 
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, 27 Aug 2012 12:56:32 +0200
Source: json-c
Binary: libjson0 libjson0-dev libjson0-dbg
Architecture: source amd64
Version: 0.10-1.1
Distribution: unstable
Urgency: low
Maintainer: fabien boucher 
Changed-By: Gergely Nagy 
Description: 
 libjson0   - JSON manipulation library - shared library
 libjson0-dbg

Bug#685995: Exception in thread "main" java.lang.NoSuchFieldError: MAC_GLYPH_NAMES

2012-08-27 Thread Mathieu Malaterre
Package: fop
Version: 1:1.0.dfsg2-6~bpo60+1
Severity: grave

I cannot generate a simple docbook file. It fails with the following exception:

[warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java
Image not found. URI: images/draft.png. (See position 1:9612)
Image not found. URI: images/draft.png. (See position 1:10270)
Image not found. URI: images/draft.png. (See position 1:10926)
Image not found. URI: images/draft.png. (See position 1:11579)
Image not found. URI: images/draft.png. (See position 1:12229)
Image not found. URI: images/draft.png. (See position 1:12879)
Image not found. URI: images/draft.png. (See position 1:13526)
Image not found. URI: images/draft.png. (See position 1:14178)
Image not found. URI: images/draft.png. (See position 1:14830)
Image not found. URI: images/draft.png. (See position 1:15479)
Image not found. URI: images/draft.png. (See position 1:16130)
Image not found. URI: images/draft.png. (See position 1:16781)
Image not found. URI: images/draft.png. (See position 1:17429)
Image not found. URI: images/draft.png. (See position 1:18080)
Image not found. URI: images/draft.png. (See position 1:18731)
Image not found. URI: images/draft.png. (See position 1:19379)
Image not found. URI: images/draft.png. (See position 1:20031)
Image not found. URI: images/draft.png. (See position 1:20683)
Image not found. URI: images/draft.png. (See position 1:21332)
Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
Font "ZapfDingbats,normal,700" not found. Substituting with 
"ZapfDingbats,normal,400".
Exception in thread "main" java.lang.NoSuchFieldError: MAC_GLYPH_NAMES
  at org.apache.fop.fonts.truetype.TTFFile.readPostScript(TTFFile.java:1018)
  at org.apache.fop.fonts.truetype.TTFFile.readFont(TTFFile.java:542)
  at org.apache.fop.fonts.truetype.TTFFontLoader.read(TTFFontLoader.java:98)
  at org.apache.fop.fonts.truetype.TTFFontLoader.read(TTFFontLoader.java:84)
  at org.apache.fop.fonts.FontLoader.getFont(FontLoader.java:190)
  at org.apache.fop.fonts.FontLoader.loadFont(FontLoader.java:139)
  at org.apache.fop.fonts.LazyFont.load(LazyFont.java:134)
  at org.apache.fop.fonts.LazyFont.hasChar(LazyFont.java:192)
  at org.apache.fop.fonts.Font.hasChar(Font.java:232)
  at org.apache.fop.svg.PDFTextUtil.selectFontForChar(PDFTextUtil.java:111)
  at org.apache.fop.svg.PDFTextPainter.paintTextRun(PDFTextPainter.java:184)
  at 
org.apache.fop.svg.NativeTextPainter.paintTextRuns(NativeTextPainter.java:91)
  at org.apache.batik.gvt.renderer.StrokingTextPainter.paint(Unknown Source)
  at org.apache.batik.gvt.TextNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.CanvasGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at 
org.apache.fop.render.pdf.PDFImageHandlerSVG.handleImage(PDFImageHandlerSVG.java:168)
  at 
org.apache.fop.render.intermediate.AbstractIFPainter.drawImage(AbstractIFPainter.java:227)
  at 
org.apache.fop.render.intermediate.AbstractIFPainter.drawImage(AbstractIFPainter.java:183)
  at 
org.apache.fop.render.intermediate.AbstractIFPainter.drawImageUsingImageHandler(AbstractIFPainter.java:148)
  at 
org.apache.fop.render.intermediate.AbstractIFPainter.drawImageUsingURI(AbstractIFPainter.java:270)
  at org.apache.fop.render.pdf.PDFPainter.drawImage(PDFPainter.java:146)
  at 
org.apache.fop.render.intermediate.IFRenderer.drawImage(IFRenderer.java:1171)
  at 
org.apache.fop.render.intermediate.IFRenderer.renderImage(IFRenderer.java:1158)
  at 
org.apache.fop.render.AbstractRenderer.renderViewport(AbstractRenderer.java:741)
  at 
org.apache.fop.render.AbstractPathOrientedRenderer.renderViewport(AbstractPathOrientedRenderer.java:709)
  at 
org.apache.fop.render.intermediate.IFRenderer.renderViewport(IFRenderer.java:860)
  at 
org.apache.fop.render.AbstractRenderer.renderInlineArea(AbstractRenderer.java:634)
  at 
org.apache.fop.render.intermediate.IFRenderer.renderInlineArea(IFRenderer.java:912)
  at 
org.apache.fop.render.AbstractRenderer.renderLineArea(AbstractRenderer.java:609)
  at 
org.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer.java:544)
  at 
org.apache.fop.render.AbstractRenderer.renderBlock(AbstractRenderer.java:581)
  at 
org.apache.fop.render.intermediate.IFRenderer.renderBlock(IFRenderer.java:976)
  at 
org.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer.

Bug#678949: marked as done (revelation: should depend on python-dbus)

2012-08-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Aug 2012 12:47:50 +
with message-id 
and subject line Bug#678949: fixed in revelation 0.4.13-1.1
has caused the Debian Bug report #678949,
regarding revelation: should depend on python-dbus
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.)


-- 
678949: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678949
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: revelation
Version: 0.4.13-1
Severity: important

Dear Maintainer,

Despite mentioning in the Changelog, revelation does not depend on python-dbus.
If this package is not installed, revelation fails to start printing the 
following message:

Traceback (most recent call last):
  File "/usr/bin/revelation", line 25, in 
import gettext, gobject, gtk, gtk.gdk, os, pwd, sys, dbus
ImportError: No module named dbus

After installing python-dbus, everything works just fine.
Please add python-dbus to revelation's dependencies.


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

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

Versions of packages revelation depends on:
ii  gconf2 3.2.5-1
ii  gnome-extra-icons  1.1-2
ii  gnome-icon-theme   3.4.0-2
ii  python 2.7.3~rc2-1
ii  python-cracklib2.8.19-1
ii  python-crypto  2.6-2
ii  python-gnome2  2.28.1+dfsg-1
ii  python-gobject 3.2.2-1
ii  python-gtk22.24.0-3
ii  python2.6  2.6.7-4
ii  python2.7  2.7.3~rc2-2.1
ii  shared-mime-info   1.0-1

revelation recommends no packages.

revelation suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: revelation
Source-Version: 0.4.13-1.1

We believe that the bug you reported is fixed in the latest version of
revelation, 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 678...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated revelation 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 13:44:17 +0200
Source: revelation
Binary: revelation
Architecture: source amd64
Version: 0.4.13-1.1
Distribution: unstable
Urgency: low
Maintainer: Stefan Völkel 
Changed-By: Andreas Tille 
Description: 
 revelation - GNOME2 Password manager
Closes: 678949
Changes: 
 revelation (0.4.13-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add python-dbus to Depends
 Closes: #678949
Checksums-Sha1: 
 93e6e1d7c0d75a0ffd12a27ed336dae8a1a41adc 1556 revelation_0.4.13-1.1.dsc
 d113dd3ecc4a0d14aa5972cb683f1bfcab5cc439 9904 
revelation_0.4.13-1.1.debian.tar.gz
 15eff48dd39ccb7cf42624067f4f4997bc6e4c1d 302508 revelation_0.4.13-1.1_amd64.deb
Checksums-Sha256: 
 c37833024ed66adbebaf37149323a5ff6030c71ecdde2f0ca94a127ce87f5c60 1556 
revelation_0.4.13-1.1.dsc
 ae1f0908971df20d8cca4a49c9820e278a4f8db8ad17218b0948c3ce92cd97c5 9904 
revelation_0.4.13-1.1.debian.tar.gz
 60e65d41df888af4a4ae210434771d67601c432aee981d53885be78f06548bc8 302508 
revelation_0.4.13-1.1_amd64.deb
Files: 
 9f848da4516e5cb686d5fd6815a36b4c 1556 gnome optional revelation_0.4.13-1.1.dsc
 57db0085bf03e85cd97c85a79a698cfb 9904 gnome optional 
revelation_0.4.13-1.1.debian.tar.gz
 5fb54c81da66a3fbd43704d5d1091fb8 302508 gnome optional 
revelation_0.4.13-1.1_amd64.deb

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

iEYEARECAAYFAlAuMTMACgkQYDBbMcCf01qDuwCffxf814Xgpy/HsdWi2LNYcbB4
9XYAn00BZp9SDjJXmbtiXKJThhPodyJN
=UTZ/
-END PGP SIGNATURE End Message ---


Bug#685995: marked as done (Exception in thread "main" java.lang.NoSuchFieldError: MAC_GLYPH_NAMES)

2012-08-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Aug 2012 14:47:35 +0200
with message-id 

and subject line 
has caused the Debian Bug report #685995,
regarding Exception in thread "main" java.lang.NoSuchFieldError: MAC_GLYPH_NAMES
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.)


-- 
685995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685995
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fop
Version: 1:1.0.dfsg2-6~bpo60+1
Severity: grave

I cannot generate a simple docbook file. It fails with the following exception:

[warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java
Image not found. URI: images/draft.png. (See position 1:9612)
Image not found. URI: images/draft.png. (See position 1:10270)
Image not found. URI: images/draft.png. (See position 1:10926)
Image not found. URI: images/draft.png. (See position 1:11579)
Image not found. URI: images/draft.png. (See position 1:12229)
Image not found. URI: images/draft.png. (See position 1:12879)
Image not found. URI: images/draft.png. (See position 1:13526)
Image not found. URI: images/draft.png. (See position 1:14178)
Image not found. URI: images/draft.png. (See position 1:14830)
Image not found. URI: images/draft.png. (See position 1:15479)
Image not found. URI: images/draft.png. (See position 1:16130)
Image not found. URI: images/draft.png. (See position 1:16781)
Image not found. URI: images/draft.png. (See position 1:17429)
Image not found. URI: images/draft.png. (See position 1:18080)
Image not found. URI: images/draft.png. (See position 1:18731)
Image not found. URI: images/draft.png. (See position 1:19379)
Image not found. URI: images/draft.png. (See position 1:20031)
Image not found. URI: images/draft.png. (See position 1:20683)
Image not found. URI: images/draft.png. (See position 1:21332)
Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
Font "ZapfDingbats,normal,700" not found. Substituting with 
"ZapfDingbats,normal,400".
Exception in thread "main" java.lang.NoSuchFieldError: MAC_GLYPH_NAMES
  at org.apache.fop.fonts.truetype.TTFFile.readPostScript(TTFFile.java:1018)
  at org.apache.fop.fonts.truetype.TTFFile.readFont(TTFFile.java:542)
  at org.apache.fop.fonts.truetype.TTFFontLoader.read(TTFFontLoader.java:98)
  at org.apache.fop.fonts.truetype.TTFFontLoader.read(TTFFontLoader.java:84)
  at org.apache.fop.fonts.FontLoader.getFont(FontLoader.java:190)
  at org.apache.fop.fonts.FontLoader.loadFont(FontLoader.java:139)
  at org.apache.fop.fonts.LazyFont.load(LazyFont.java:134)
  at org.apache.fop.fonts.LazyFont.hasChar(LazyFont.java:192)
  at org.apache.fop.fonts.Font.hasChar(Font.java:232)
  at org.apache.fop.svg.PDFTextUtil.selectFontForChar(PDFTextUtil.java:111)
  at org.apache.fop.svg.PDFTextPainter.paintTextRun(PDFTextPainter.java:184)
  at 
org.apache.fop.svg.NativeTextPainter.paintTextRuns(NativeTextPainter.java:91)
  at org.apache.batik.gvt.renderer.StrokingTextPainter.paint(Unknown Source)
  at org.apache.batik.gvt.TextNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.CanvasGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at 
org.apache.fop.render.pdf.PDFImageHandlerSVG.handleImage(PDFImageHandlerSVG.java:168)
  at 
org.apache.fop.render.intermediate.AbstractIFPainter.drawImage(AbstractIFPainter.java:227)
  at 
org.apache.fop.render.intermediate.AbstractIFPainter.drawImage(AbstractIFPainter.java:183)
  at 
org.apache.fop.render.intermediate.AbstractIFPainter.drawImageUsingImageHandler(AbstractIFPainter.java:148)
  at 
org.apache.fop.render.intermediate.AbstractIFPainter.drawImageUsingURI(AbstractIFPainter.java:270)
  at org.apache.fop.render.pdf.PDFPainter.drawImage(PDFPainter.java:146)
  at 
org.apache.fop.render.intermediate.IFRenderer.drawImage(IFRenderer.java:1171)
  at 
org.apache.fop.render.intermediate.IFRenderer.renderImage(IFRenderer.java:1158)
  at 
org.apache.fop.render.AbstractRenderer.renderViewport(AbstractRenderer.java:

Bug#684560: [gaphor] gaphor requires python-setuptools

2012-08-27 Thread Gediminas Paulauskas
2012/8/25 Jakub Wilk :
> * Arnaud Fontaine , 2012-08-25, 17:05:
>>
>> After investigating a bit this  issue, it seems that both zope.component
>> and its requirement,  zope.interface, does 'install_requires' setuptools
>> because pkg_resources is required for  zope namespace, but after install
>> requires.txt ends up with setuptools.
>>
>> One solution would  be to patch setup.py to  remove the install_requires
>> line for setuptools, but it will be  required in a lot of packages, so I'm
>> wondering if dh_python2 should handle that automatically  or with a specific
>> option? What do you think? Thanks!
>
> The current behviour of dh_python2 is IMHO errant. It should either
> 1) translate "setuptools" in requires.txt into dependency on
> python-setuptools or
> 2) remove "setuptools" from requires.txt when translating it into dependency
> on python-pkg-resources.

dh_python2 does 2) for a year already:

python-defaults (2.7.2-2) experimental; urgency=low

  [ Piotr Ożarowski ]
  * dh_python2:
...
- remove setuptools from requires.txt (it is replaced with
  python-pkg-resources Debian dependency)
...

Most likely the packages mentioned have not been rebuild since then.
Or they use dh_pydeb (from python-van.pydeb) that does not remove
setuptools from requires.txt

> Looking at the problem with other side: should "setuptools" be in
> requires.txt in the first place if the package uses only pkg_resources?
> pkg_resources is _the_ thing that checks these requirements after all. I
> mean, it's like adding dpkg to Depends because you can't install the package
> without dpkg... :)

Most zope packages depend on setuptools. You are right that it is not
really needed, but for historical reasons it is there upstream for
many packages.

-- 
Gediminas


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



Bug#677849: marked as done (xemacs21-support: The package xemacs21-support should be rebuilt with new debhelper to get trigger support)

2012-08-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Aug 2012 13:47:44 +
with message-id 
and subject line Bug#677849: fixed in xemacs21 21.4.22-4
has caused the Debian Bug report #677849,
regarding xemacs21-support: The package xemacs21-support should be rebuilt with 
new debhelper to get trigger support
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.)


-- 
677849: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677849
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xemacs21-support
Version: 21.4.22-3.2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

I see this in quite a few piuparts logfiles:

  Setting up xemacs21-support (21.4.22-3.2) ...
  Ignoring install-info called from maintainer script
  The package xemacs21-support should be rebuilt with new debhelper to get 
trigger support

Setting the severity to serious as I don't think we should ship a
package in wheezy that was built with an outdated toolchain.


Cheers,

Andreas


--- End Message ---
--- Begin Message ---
Source: xemacs21
Source-Version: 21.4.22-4

We believe that the bug you reported is fixed in the latest version of
xemacs21, 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 677...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
OHURA Makoto  (supplier of updated xemacs21 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, 27 Aug 2012 21:48:24 +0900
Source: xemacs21
Binary: xemacs21 xemacs21-mule xemacs21-nomule xemacs21-mule-canna-wnn 
xemacs21-bin xemacs21-support xemacs21-supportel xemacs21-gnome-mule 
xemacs21-gnome-nomule xemacs21-gnome-mule-canna-wnn
Architecture: source all amd64
Version: 21.4.22-4
Distribution: unstable
Urgency: low
Maintainer: OHURA Makoto 
Changed-By: OHURA Makoto 
Description: 
 xemacs21   - highly customizable text editor
 xemacs21-bin - highly customizable text editor -- support binaries
 xemacs21-gnome-mule - highly customizable text editor -- transitional package
 xemacs21-gnome-mule-canna-wnn - highly customizable text editor -- 
transitional package
 xemacs21-gnome-nomule - highly customizable text editor -- transitional package
 xemacs21-mule - highly customizable text editor -- Mule binary
 xemacs21-mule-canna-wnn - highly customizable text editor -- Mule binary 
compiled with Cann
 xemacs21-nomule - highly customizable text editor -- Non-mule binary
 xemacs21-support - highly customizable text editor -- architecture independent 
suppo
 xemacs21-supportel - highly customizable text editor -- non-required library 
files
Closes: 670292 677849
Changes: 
 xemacs21 (21.4.22-4) unstable; urgency=low
 .
   * debian/xemacs21-support.links.in: Add symblic links to
 /usr/share/xemacs-21.4.22 in /usr/lib/xemacs-21.4.22. (Closes: #670292)
   * Remove install-info from xemacs21-support.{postinst|prerm}
 (Closes: #677849)
Checksums-Sha1: 
 a8db6cfc17bb67b874092b25e47892c31db00af4 1560 xemacs21_21.4.22-4.dsc
 05d798017a93b3ee691f8747174041736422b552 57426 xemacs21_21.4.22-4.diff.gz
 9c55da07df9f97d6fef9bcd7cda5b3cbb3f547c4 15966 xemacs21_21.4.22-4_all.deb
 8cd3e728090a9a47ad490db28bd219a93d231e1c 1322808 
xemacs21-supportel_21.4.22-4_all.deb
 ea6078dc0c3cd584c8a0cf3aa0b8f68c111e8456 4705922 
xemacs21-support_21.4.22-4_all.deb
 0da169a1c712505ea4a0166c56c886152a1b8b2b 2041562 
xemacs21-nomule_21.4.22-4_amd64.deb
 5a6da77a6fb753ff420f4b670debf30667f51a1d 2272348 
xemacs21-mule_21.4.22-4_amd64.deb
 c179cb7b56d6aedf447dbb7af88482fc6269b5bf 2369870 
xemacs21-mule-canna-wnn_21.4.22-4_amd64.deb
 47064c0f39e8544afada788d8dc619d86397cbc3 892 
xemacs21-gnome-nomule_21.4.22-4_amd64.deb
 310fa048838e2bb10bcb62592d6c285299492f53 892 
xemacs21-gnome-mule_21.4.22-4_amd64.deb
 30adfdc7fa36dce86e844f72b38afccad9d4f2dd 908 
xemacs21-gnome-mule-canna-wnn_21.4.22-4_amd64.deb
 bf609c708f6045d48b1618b3c80b2278d50f816e 527836 
xemacs21-bin_21.4.22-4_amd64.deb
Checksums-Sha256: 
 8f7c09f4d9bbc4381aa6d5540e6ceaebc9d5b2592346db982acb2971681886e6 1560 
xemacs21_21.4.22-4.dsc
 3b2eb0cef1610fa6f51f90d159eddef9977a5a0306dc3453706268447f2097fe 57426 
xemacs21_21.4.22-4.diff.gz
 be58ea95f12674263809dffd96805a521bc9272956782701bf

Bug#670292: marked as done (xemacs21-gnome-{, no-}mule{, -canna-wnn}: fails to upgrade from squeeze: apt-get dist-upgrade hangs forever)

2012-08-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Aug 2012 13:47:44 +
with message-id 
and subject line Bug#670292: fixed in xemacs21 21.4.22-4
has caused the Debian Bug report #670292,
regarding xemacs21-gnome-{, no-}mule{, -canna-wnn}: fails to upgrade from 
squeeze: apt-get dist-upgrade hangs forever
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.)


-- 
670292: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670292
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xemacs21-gnome-mule,xemacs21-gnome-nomule,xemacs21-gnome-mule-canna-wnn
Version: 21.4.22-3.2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'squeeze'.
It installed fine in 'squeeze', then the upgrade to 'sid' fails.

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


[...]
1m27.0s DEBUG: Starting command: ['chroot', '/tmp/piupartss/tmp9G4jkK', 
'apt-get', '-yf', 'dist-upgrade']
21m27.0s ERROR: Terminating command due to excessive runtime
21m27.5s DUMP: 
  
  
  * Command was terminated after exceeding runtime limit (1200 s) *
21m27.5s ERROR: Command failed (status=-15): ['chroot', 
'/tmp/piupartss/tmp9G4jkK', 'apt-get', '-yf', 'dist-upgrade']
[...]


The test is terminated the same way for xemacs21-gnome-mule,
xemacs21-gnome-nomule, xemacs21-gnome-mule-canna-wnn.

I also tried to perform the upgrade manually in a minimal chroot as used
by piuparts and see where it hangs, but instead I caught some failures
from emacsen-common:


[...]
Setting up emacsen-common (1.4.23) ...
emacsen-common: Handling install of emacsen flavor emacs
emacsen-common: Handling install of emacsen flavor xemacs21
emacsen-common: byte-compiling for xemacs21

WARNING:
Couldn't find obvious defaults for:
data-directory
mule-lisp-directory
lisp-directory
Perhaps some directories don't exist, or the XEmacs executable,
/usr/bin/xemacs21
is in a strange place?Loading /usr/share/emacs/site-lisp/debian-startup...
Loading 00debian...
Error while loading 00debian: Symbol's function definition is void: loop
Loading 00debian-vars...
Symbol's function definition is void: batch-byte-compile
xemacs exiting
.
emacs-package-install: /usr/lib/emacsen-common/packages/install/emacsen-common 
xemacs21 xemacs21 failed at /usr/lib/emacsen-common/emacs-package-install line 
30,  line 1.
dpkg: error processing emacsen-common (--configure):
 subprocess installed post-installation script returned error exit status 255
[...]
dpkg: dependency problems prevent configuration of xemacs21-gnome-mule:
 xemacs21-gnome-mule depends on xemacs21-mule; however:
  Package xemacs21-mule is not configured yet.
dpkg: error processing xemacs21-gnome-mule (--configure):
 dependency problems - leaving unconfigured
[...]


cheers,

Andreas


xemacs21-gnome-mule_21.4.22-3.2+b1.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Source: xemacs21
Source-Version: 21.4.22-4

We believe that the bug you reported is fixed in the latest version of
xemacs21, 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 670...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
OHURA Makoto  (supplier of updated xemacs21 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, 27 Aug 2012 21:48:24 +0900
Source: xemacs21
Binary: xemacs21 xemacs21-mule xemacs21-nomule xemacs21-mule-canna-wnn 
xemacs21-bin xemacs21-support xemacs21-supportel xemacs21-gnome-mule 
xemacs21-gnome-nomule xemacs21-gnome-mule-canna-wnn
Architecture: source all amd64
Version: 21.4.22-4
Distribution: unstable
Urgency: low
Maintainer: OHURA Makoto 
Changed-By: OHURA Makoto 
Description: 
 xemacs21   - highly customizable text editor
 xemacs21-bin - highly customizable text editor -- support binaries
 xemacs21-gnome-mule - highly customizable text editor -- transitional package
 xemacs21-gnome-mule-canna-wnn - highly customizable text editor -- 
transitional package
 xemacs21-gnome-nomule - highly customizable text editor -- transitional package
 xemacs21-mule - highly customizable text editor -- Mule binary
 xemacs21-mule-canna-wnn - highly customiza

Processed: increasing severity

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

> severity 683188 grave
Bug #683188 [python-subversion] API change in python-subversion breaks trac
Severity set to 'grave' from 'important'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
683188: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683188
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#684560: [gaphor] gaphor requires python-setuptools

2012-08-27 Thread Jakub Wilk

* Gediminas Paulauskas , 2012-08-27, 15:53:

The current behviour of dh_python2 is IMHO errant. It should either
1) translate "setuptools" in requires.txt into dependency on 
python-setuptools or
2) remove "setuptools" from requires.txt when translating it into 
dependency on python-pkg-resources.


dh_python2 does 2) for a year already:

python-defaults (2.7.2-2) experimental; urgency=low

 [ Piotr Ożarowski ]
 * dh_python2:
...
   - remove setuptools from requires.txt (it is replaced with
 python-pkg-resources Debian dependency)
...


Good point, I forgot about it. A no-change rebuild would fix the 
following binary packages:


python-zc.buildout
python-zope.exceptions
python-zope.interface

However, zope.exceptions and zope.interface build also python3-* 
packages, which would _not_ be fixed by such rebuild.


--
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#686006: sparkleshare: build-depends on wrong version of mono

2012-08-27 Thread Patrick Schoenfeld
Package: sparkleshare
Severity: serious

Hi,

today I tried rebuilding sparkleshare for my squeeze system. According
to the build-depends it seemed it wouldn't be a big problem, but it
turned out, that the build-dependency on mono is wrong.

The corresponding line in debian/control reads:

mono-devel (>= 2.4.3)

However, configure and the README state that a monore
version >= 2.8 is required.

Best Regards,
Patrick


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



Processed: limit package to pdftk, tagging 685983, severity of 685983 is serious ...

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

> limit package pdftk
Limiting to bugs with field 'package' containing at least one of 'pdftk'
Limit currently set to 'package':'pdftk'

> tags 685983 + pending confirmed
Bug #685983 [pdftk] burst generates invalid PDFs (regression from 
1.41+dfsg-10+squeeze1)
Added tag(s) confirmed and pending.
> severity 685983 serious
Bug #685983 [pdftk] burst generates invalid PDFs (regression from 
1.41+dfsg-10+squeeze1)
Severity set to 'serious' from 'grave'
> # Bug in itext-paolo PdfWriter.java: 65536 needs to be 65535
> retitle 685983 burst generates invalid PDFs (free xref entries wrongly marked 
> as used)
Bug #685983 [pdftk] burst generates invalid PDFs (regression from 
1.41+dfsg-10+squeeze1)
Changed Bug title to 'burst generates invalid PDFs (free xref entries wrongly 
marked as used)' from 'burst generates invalid PDFs (regression from 
1.41+dfsg-10+squeeze1)'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
685983: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685983
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#684736: Permission to upload melange v 2012.1-3 (RC bug: #684736)

2012-08-27 Thread Thomas Goirand
Dear Release Team,

I'd like to upload melange 2012.1-3. Mainly, this adds a missing

Depends: python-melange (= ${source:Version})

in the melange binary, which is an RC bug.

But I have also added some aesthetic changes that aren't related, but
which I consider either very minor change, or documentation related. As
per the debian/changelog:
* Added a get-vcs-source target in debian/rules.
* Added a debian/gbp.conf file.
* Fixed debian/copyright syntax and Format: URL.
* Fixed python-melange: capitalization-error-in-description python Python.

The first 2 VCS related addition, I would consider it documenting the
build process using Git, and adding consistency in our Openstack
packages (nova, keystone, and others, also have these).

Rather be safe than sorry, I'm asking first: is it ok to upload the
attached changes to SID, then ask for an unblock?

Let me know.

Cheers,

Thomas Goirand (zigo)
diff -Nru melange-2012.1/debian/changelog melange-2012.1/debian/changelog
--- melange-2012.1/debian/changelog 2012-06-12 20:02:00.0 +
+++ melange-2012.1/debian/changelog 2012-08-27 15:15:25.0 +
@@ -1,3 +1,14 @@
+melange (1:2012.1-3) unstable; urgency=low
+
+  * Added myself as uploader.
+  * Add Depends on python-melange for melange binary package (Closes: #684736).
+  * Added a get-vcs-source target in debian/rules.
+  * Added a debian/gbp.conf file.
+  * Fixed debian/copyright syntax and Format: URL.
+  * Fixed python-melange: capitalization-error-in-description python Python.
+
+ -- Thomas Goirand   Mon, 27 Aug 2012 14:59:28 +
+
 melange (1:2012.1-2) unstable; urgency=low
 
   * rebuild to resolve depends on unavailable factory-boy (Closes: #663397).
diff -Nru melange-2012.1/debian/control melange-2012.1/debian/control
--- melange-2012.1/debian/control   2012-06-12 20:02:00.0 +
+++ melange-2012.1/debian/control   2012-08-27 15:15:25.0 +
@@ -3,7 +3,8 @@
 Priority: extra
 Maintainer: PKG OpenStack 
 Uploaders: Loic Dachary (OuoU) , 
-   Ghe Rivero 
+   Ghe Rivero ,
+   Thomas Goirand 
 Build-Depends: debhelper (>= 7.0.50),
  python-all (>= 2.6.6-3~)
 Build-Depends-Indep:
@@ -30,7 +31,7 @@
 
 Package: melange
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, python, adduser
+Depends: ${shlibs:Depends}, ${misc:Depends}, python, adduser, python-melange 
(= ${source:Version})
 Description: IPAM management service for Openstack - Daemons
  Melange is a network information service that provides a centralized
  mechanism for managing IPs, MAC addresses and other information that
@@ -58,4 +59,4 @@
  needs to be shared across multiple openstack services
  (Nova zones, Atlas, Quantum).
  .
- This package contains the python libraries.
\ No newline at end of file
+ This package contains the Python libraries.
\ No newline at end of file
diff -Nru melange-2012.1/debian/copyright melange-2012.1/debian/copyright
--- melange-2012.1/debian/copyright 2012-06-12 20:02:00.0 +
+++ melange-2012.1/debian/copyright 2012-08-27 15:15:25.0 +
@@ -1,11 +1,11 @@
-Format: http://dep.debian.net/deps/dep5
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: melange
 Source: http://openstack.org/openstack/melange
 
 Files: *
 Copyright: 2010 United States Government as represented by the Administrator 
of the National Aeronautics and Space Administration.
-Copyright: 2010-2011 OpenStack LLC
-Copyright: Others (See individual files for more details)
+   2010-2011 OpenStack LLC
+   Others (See individual files for more details)
 License: Apache-2
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
diff -Nru melange-2012.1/debian/gbp.conf melange-2012.1/debian/gbp.conf
--- melange-2012.1/debian/gbp.conf  1970-01-01 00:00:00.0 +
+++ melange-2012.1/debian/gbp.conf  2012-08-27 15:15:25.0 +
@@ -0,0 +1,8 @@
+[DEFAULT]
+upstream-branch = master
+debian-branch = debian/unstable
+upstream-tag = %(version)s
+compression = xz
+
+[git-buildpackage]
+export-dir = ../build-area/
diff -Nru melange-2012.1/debian/rules melange-2012.1/debian/rules
--- melange-2012.1/debian/rules 2012-06-12 20:02:00.0 +
+++ melange-2012.1/debian/rules 2012-08-27 15:15:25.0 +
@@ -12,4 +12,16 @@
 
 override_dh_auto_install:
dh_auto_install
-   cp $(CURDIR)/etc/melange/melange.conf.sample 
$(CURDIR)/debian/melange/etc/melange/melange.conf
\ No newline at end of file
+   cp $(CURDIR)/etc/melange/melange.conf.sample 
$(CURDIR)/debian/melange/etc/melange/melange.conf
+
+get-vcs-source:
+   git remote add upstream git://github.com/openstack/melange.git || true
+   git fetch upstream
+   if ! [ -e ../melange_2012.1.orig.tar.xz ] ; then \
+   git archive --prefix=melange-2012.1/ 2012.1 | xz 
>../melange_2012.1.orig.tar.xz ; \
+   fi
+  

Bug#685204: dnsmasq: trying to overwrite config files in dnsmasq-base

2012-08-27 Thread Julian Andres Klode
On Sat, Aug 18, 2012 at 06:25:29PM +0100, Simon Kelley wrote:
> On Sat, 18 Aug 2012 09:54:26 +0100, Neil Williams 
> wrote:
> > Package: dnsmasq
> > Version: 2.63-1
> > Severity: serious
> > Justification: Fails to install
> > 
> > Upgrading dnsmasq to 2.63-1 fails:
> > 
> > E: /var/cache/apt/archives/dnsmasq-base_2.63-1_amd64.deb: trying to
> > overwrite '/etc/dbus-1/system.d/dnsmasq.conf', which is also in package
> > dnsmasq 2.62-3
> > 
> > Looks like a missing Replaces or an accidental move of the
> > config file?
> > 
> 
> Hmm, the intention was to move that conffile from dnsmasq to dnsmasq-base.
> I thought I had the correct Replaces: and it worked for me.
> 
> I'm away for the next week, will look at this on my return.

You have a
   Breaks: dnsmasq (<< 2.62-3)

which obviously isn't correct, as it does not apply to version
2.62-3 only previous ones (and you conflict with 2.62-3 as
well).  The best solution would be:

   Breaks: dnsmasq (<< 2.63-1)

or (if you want to make backports easier):

   Breaks: dnsmasq (<< 2.63-1~)

Same for the replaces.

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.


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



Processed: fixed 684823 in 1.03.10-1.1, tagging 684823

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

> fixed 684823 1.03.10-1.1
Bug #684823 [src:r-cran-pscl] r-cran-pscl: FTBFS: unable to load shared object 
'/«PKGBUILDDIR»/debian/r-cran-pscl/usr/lib/R/site-library/pscl/libs/pscl.so'
Marked as fixed in versions r-cran-pscl/1.03.10-1.1.
> tags 684823 - sid
Bug #684823 [src:r-cran-pscl] r-cran-pscl: FTBFS: unable to load shared object 
'/«PKGBUILDDIR»/debian/r-cran-pscl/usr/lib/R/site-library/pscl/libs/pscl.so'
Removed tag(s) sid.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
684823: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684823
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#685353: qemu-kvm 1.1.1 hangs using 100% CPU when using ES1370 emulation

2012-08-27 Thread Mike Gerber
Hi,

* malc schrieb:
> Question - what's the frequency that the emulated card is operated in
> (and what is the actual frequency host card provides)?

The guest now survived >72 hours using 44.1khz capture rate on host & guest,
with the hda-intel emulation.

  # cat /proc/asound/card0/pcm0c/sub0/hw_params 
  access: RW_INTERLEAVED
  format: S16_LE
  subformat: STD
  channels: 2
  rate: 44100 (44100/1)
  period_size: 4096
  buffer_size: 16384

So I consider this configuration stable. Now I'm going back to ES1370 
emulation, and see if that runs stable with 44.1kHz.

Thanks for the tip!

Mike


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



Bug#672030: FTBFS only with gcc-4.7

2012-08-27 Thread Giovanni Mascellani
retitle 672030 FTBFS with gcc-4.7: segfaults in lt-bseprocidl
thanks

Hi.

(context: I'm writing about the FTBFS in beast)

I can reproduce this bug using gcc-4.7, but the package compiles
correctly with gcc-4.6 (which is bad, because the bug is buried inside
the internals of glib). The same behavior happens with the upstream
distributed tarball and with upstream latest git code. I think the best
idea is to write upstream and ask whether they've already tried to build
with 4.7.

I can do this: any objections? Any special care I need to have with
upstream? (is he Debian friendly?)

Giovanni.
-- 
Giovanni Mascellani 
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org



signature.asc
Description: OpenPGP digital signature


Processed: FTBFS only with gcc-4.7

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

> retitle 672030 FTBFS with gcc-4.7: segfaults in lt-bseprocidl
Bug #672030 [src:beast] beast: FTBFS: birnetutils.cc:725:44: error: 'access' 
was not declared in this scope
Changed Bug title to 'FTBFS with gcc-4.7: segfaults in lt-bseprocidl' from 
'beast: FTBFS: birnetutils.cc:725:44: error: 'access' was not declared in this 
scope'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
672030: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672030
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#686013: freebsd-nfs-server: NFSD does not start

2012-08-27 Thread Simon Weald
Package: freebsd-nfs-server
Version: 9.0+ds1-7
Severity: grave
Justification: renders package unusable


installed nfs-kernel-server, rpcbind and mountd run with no issues but nfsd 
fails to start and gives no error.

root@sepulveda:/usr/sbin# cat /etc/exports 
/home/simon *(rw,no_root_squash)
/mnt/sepulveda.tank (rw)

root@sepulveda:/usr/sbin# cat /etc/rc.conf 
nfs_server_enable="YES"
nfs_server_flags="-u -t -n 4"
rcpbind_enable="YES"
mountd_flags="-r"
mountd_enable="YES"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"

nothing obvious in /var/log/messages

root@sepulveda:/usr/sbin# /etc/init.d/nfsd start
Starting NFS server : nfsd.
root@sepulveda:/usr/sbin# ps aux | grep nfsd
root 27659  0.0  0.0   5856   484 ?R+   16:56   0:00 grep nfsd
root@sepulveda:/usr/sbin# 

nfsd just appears to not start whatsoever.

(go easy on me as i'm not _that_ experienced)

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

Kernel: kFreeBSD 9.0-2-amd64
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages freebsd-nfs-server depends on:
ii  freebsd-nfs-common9.0+ds1-7  NFS support files common to client
ii  libbsd0   0.4.0-1utility functions from BSD systems
ii  libc0.1   2.13-33Embedded GNU C Library: Shared lib
ii  libtirpc1 0.2.2-5transport-independent RPC library

freebsd-nfs-server recommends no packages.

freebsd-nfs-server 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



Bug#684686: Workaround

2012-08-27 Thread Dominique Brazziel
I was able to get the main binary to
build by running dpkg-buildpackage first, then
make.


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



Bug#684736: Permission to upload melange v 2012.1-3 (RC bug: #684736)

2012-08-27 Thread Cyril Brulebois
Hi Thomas.

Thomas Goirand  (27/08/2012):
> I'd like to upload melange 2012.1-3. Mainly, this adds a missing
> 
> Depends: python-melange (= ${source:Version})
> 
> in the melange binary, which is an RC bug.

Please fix that only.

> But I have also added some aesthetic changes that aren't related, but
> which I consider either very minor change, or documentation related. As
> per the debian/changelog:
> * Added a get-vcs-source target in debian/rules.
> * Added a debian/gbp.conf file.
> * Fixed debian/copyright syntax and Format: URL.

Those don't match the freeze rules. (And frankly, hardcoding the
upstream version in the get-vcs-source target?)

> * Fixed python-melange: capitalization-error-in-description python Python.

I guess we could consider that.

> The first 2 VCS related addition, I would consider it documenting the
> build process using Git, and adding consistency in our Openstack
> packages (nova, keystone, and others, also have these).

Something for the next release cycle.

> Rather be safe than sorry, I'm asking first: is it ok to upload the
> attached changes to SID, then ask for an unblock?

Please fix bugs, please don't add irrelevant changes (aka. please follow
the rules).

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#684433: gdal-bin: FTBFS when ruby1.9.1 installed

2012-08-27 Thread gregor herrmann
On Fri, 10 Aug 2012 00:29:57 +0200, Pierre-Louis Bonicoli wrote:

> gdal-bin fails to build if ruby1.9.1 is installed and /usr/bin/ruby
> refers to /usr/bin/ruby1.9.1 (via alternatives).
> 
> Error is:
> /usr/bin/make -f RubyMakefile.mk build
> -e:1: Use RbConfig instead of obsolete and deprecated Config.
> -e:1: Use RbConfig instead of obsolete and deprecated Config.
> -e:1: Use RbConfig instead of obsolete and deprecated Config.
> -e:1: Use RbConfig instead of obsolete and deprecated Config.
> -e:1: Use RbConfig instead of obsolete and deprecated Config.
> make[2]: entrant dans le répertoire « /tmp/gdal-1.9.0/swig/ruby »
> /bin/bash /tmp/gdal-1.9.0/libtool --mode=compile --tag=CXX g++ -g -O2
> -Wall  -fPIC -DPIC -I/tmp/gdal-1.9.0/port -I/tmp/gdal-1.9.0/gcore
> -I/tmp/gdal-1.9.0/alg -I/tmp/gdal-1.9.0/ogr
> -I/tmp/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include/ruby-1.9.1
> -I/usr/include/ruby-1.9.1/x86_64-linux  -c gdal_wrap.cpp
> libtool: compile:  g++ -g -O2 -Wall -fPIC -DPIC -I/tmp/gdal-1.9.0/port
> -I/tmp/gdal-1.9.0/gcore -I/tmp/gdal-1.9.0/alg -I/tmp/gdal-1.9.0/ogr
> -I/tmp/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include/ruby-1.9.1
> -I/usr/include/ruby-1.9.1/x86_64-linux -c gdal_wrap.cpp  -fPIC -DPIC -o
> .libs/gdal_wrap.o
> gdal_wrap.cpp:856:18: fatal error: ruby.h: No such file or directory
> compilation terminated.
> 
> 
> If "ruby" is replaced with "ruby1.8" in debian/control and
> swig/ruby/RubyMakefile.mk then the error disappears.

My findings so far:
- this does not happen in a clean chroot because the package
  build-depends only on ruby1.8{,-dev} and nothing pulls in ruby1.9*
- if I install ruby1.9.1{,-dev} additionally I get a FTBFS (slightly
  different, it fails later when it tries to install the then missing
  files)
- forcing ruby1.8 in swig/ruby/RubyMakefile.mk indeed works even if
  ruby1.9.1{-dev} is installed, with a change in debian/rules (patch
  attached)
- adding Build-Conflicts should also work

Not sure if this is really RC, and if yes, which fix to prefer (and
if my patch is correct).

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: Juilliard Ensemble, Berberian,: Différences
diff -Nru gdal-1.9.0/debian/patches/force-ruby1.8 gdal-1.9.0/debian/patches/force-ruby1.8
--- gdal-1.9.0/debian/patches/force-ruby1.8	1970-01-01 01:00:00.0 +0100
+++ gdal-1.9.0/debian/patches/force-ruby1.8	2012-08-27 18:41:58.0 +0200
@@ -0,0 +1,27 @@
+--- a/swig/ruby/RubyMakefile.mk
 b/swig/ruby/RubyMakefile.mk
+@@ -13,18 +13,18 @@
+ 
+ BINDING = ruby
+ GDAL_ROOT = ../..
+-RUBY = ruby
++RUBY = ruby1.8
+ 
+ include $(GDAL_ROOT)/GDALmake.opt
+ 
+ RUBY_MODULES_LIN = gdal.so ogr.so gdalconst.so osr.so  # Linux, Solaris, ...
+ RUBY_MODULES_MAC = gdal.bundle ogr.bundle gdalconst.bundle osr.bundle # Darwin
+ 
+-RUBY_INCLUDE_DIR := $(shell ruby -rrbconfig -e "puts Config::CONFIG['rubyhdrdir'] || Config::CONFIG['archdir']")
+-RUBY_ARCH_INCLUDE_DIR := $(shell ruby -rrbconfig -e "puts Config::CONFIG['rubyhdrdir'] + '/' + Config::CONFIG['arch'] unless Config::CONFIG['rubyhdrdir'].nil?")
+-RUBY_LIB_DIR := $(shell ruby -rrbconfig -e "puts Config::CONFIG['libdir']")
+-RUBY_SO_NAME := $(shell ruby -rrbconfig -e "puts Config::CONFIG['RUBY_SO_NAME']")
+-RUBY_EXTENSIONS_DIR := $(shell ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
++RUBY_INCLUDE_DIR := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['rubyhdrdir'] || Config::CONFIG['archdir']")
++RUBY_ARCH_INCLUDE_DIR := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['rubyhdrdir'] + '/' + Config::CONFIG['arch'] unless Config::CONFIG['rubyhdrdir'].nil?")
++RUBY_LIB_DIR := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['libdir']")
++RUBY_SO_NAME := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['RUBY_SO_NAME']")
++RUBY_EXTENSIONS_DIR := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
+ INSTALL_DIR := $(RUBY_EXTENSIONS_DIR)/gdal
+ 
+ ifeq ($(RUBY_ARCH_INCLUDE_DIR),)
diff -Nru gdal-1.9.0/debian/patches/series gdal-1.9.0/debian/patches/series
--- gdal-1.9.0/debian/patches/series	2012-06-05 14:29:19.0 +0200
+++ gdal-1.9.0/debian/patches/series	2012-08-27 18:22:45.0 +0200
@@ -9,3 +9,4 @@
 mrsid-plugin
 symver
 spatialite
+force-ruby1.8
diff -Nru gdal-1.9.0/debian/rules gdal-1.9.0/debian/rules
--- gdal-1.9.0/debian/rules	2012-06-05 14:29:19.0 +0200
+++ gdal-1.9.0/debian/rules	2012-08-27 18:31:18.0 +0200
@@ -10,7 +10,8 @@
 
 PYVERS=$(shell pyversions -v -r debian/control)
 PYDEF=$(shell pyversions -dv)
-RUBYDEF=$(shell ruby --version|cut -d' ' -f2|cut -d. -f1,2)
+#RUBYDEF=$(shell ruby --version|cut -d' ' -f2|cut -d. -f1,2)
+RUBYDEF=1.8
 PERLDEF=$(shell perl -V:version|cut -d\' -f2)
 PERL_VENDOR_ARCH=$(shell perl -V:vendorarch|cut -d\' -f2)
 PERL_ARCH_NAME=$(shell perl -V:archname

Bug#682608: Fix

2012-08-27 Thread Julien Cristau
On Mon, Aug 27, 2012 at 10:38:22 +0200, Gaudenz Steinlin wrote:

> 
> Hi
> 
> chuck adams  writes:
> 
> > Using the suggested comment that /etc/network/interfaces needed lines
> > commented out, I went to a working system and compared the interfaces
> > file.
> >
> > In the installation using the wireless interface the interfaces
> > file contained a serious security violation as shown here:
> >
> > # The primary network interface
> > allow-hotplug wlan0
> > iface wlan0 inet dhcp
> > wpa-ssid NETGEAR
> > wpa-psk  wittyflower875
> >
> >
> > In that the file contains, in plain ASCII text,
> > the ssid and password for the network and the file
> > is viewable by all users.
> 
> Does anyone know if it's really necessary that /etc/network/interfaces
> is world readable? Or could this file set to mode 0600 by d-i if it
> contains any sensitive information?
> 
0600 works fine, last I checked.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#684736: [Openstack-devel] Bug#684736: Permission to upload melange v 2012.1-3 (RC bug: #684736)

2012-08-27 Thread Thomas Goirand
Hi Cyril,

Thanks for your review.

On 08/28/2012 12:11 AM, Cyril Brulebois wrote:
> Hi Thomas.
> 
> Thomas Goirand  (27/08/2012):
>> I'd like to upload melange 2012.1-3. Mainly, this adds a missing
>>
>> Depends: python-melange (= ${source:Version})
>>
>> in the melange binary, which is an RC bug.
> 
> Please fix that only.

Ok, I'll do that.

> (And frankly, hardcoding the
> upstream version in the get-vcs-source target?)

Well, Melange is going to go away in the next release of Openstack, so I
didn't care... :)

>> * Fixed python-melange: capitalization-error-in-description python Python.
> 
> I guess we could consider that.

Can I at least also fix the debian/copyright, as per my diff?

Thomas


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



Bug#685324: pu: package geshi/1.0.8.4-1+squeeze1

2012-08-27 Thread Jan Dittberner
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Dear release team,

I have an upload of geshi for Squeeze ready. The upload fixes #685324. The
upload was requested by Jonathan Wiltshire [1]. I attach a debdiff between
the version currently in Squeeze and my prepared update.

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


Best regards
Jan Dittberner

-- 
Jan Dittberner - Debian Developer
GPG-key: 4096R/558FB8DD 2009-05-10
 B2FF 1D95 CE8F 7A22 DF4C  F09B A73E 0055 558F B8DD
http://ddportfolio.debian.net/ - http://people.debian.org/~jandd/
diff -u geshi-1.0.8.4/debian/rules geshi-1.0.8.4/debian/rules
--- geshi-1.0.8.4/debian/rules
+++ geshi-1.0.8.4/debian/rules
@@ -10,6 +10,11 @@
 DEB_INSTALL_CHANGELOGS_php-geshi := docs/CHANGES
 
 
+clean::
+   # fix #685324
+   rm -f contrib/cssgen.php
+
+
 binary-predeb/php-geshi::
find debian/php-geshi -depth \( -name ".cvsignore" -o -name ".arch-ids" 
-o -name '*.swp' \) -exec rm -rf {} \;
find debian/php-geshi -type f -executable -exec chmod -x {} \;
diff -u geshi-1.0.8.4/debian/changelog geshi-1.0.8.4/debian/changelog
--- geshi-1.0.8.4/debian/changelog
+++ geshi-1.0.8.4/debian/changelog
@@ -1,3 +1,11 @@
+geshi (1.0.8.4-1+squeeze1) stable; urgency=low
+
+  * Team upload.
+  * Fix "Local File Inclusion Vulnerability in contrib script" use debian/rules
+to remove contrib/cssgen.php from bundled examples (Closes: #685324)
+
+ -- Jan Dittberner   Mon, 27 Aug 2012 16:06:25 +0200
+
 geshi (1.0.8.4-1) unstable; urgency=low
 
   * New upstream release.


signature.asc
Description: Digital signature


Bug#682608: /etc/network/interfaces permissions

2012-08-27 Thread chuck adams
Here is a working system, i.e. WiFi interface working,
and /etc/network/interfaces permissions

adams@debian:~$ ls -l /etc/network/interfaces
-rw-r--r-- 1 root root 293 Jun 13 22:26 /etc/network/interfaces

and contents of file are:

--cut here
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
#NetworkManager#iface eth0 inet dhcp
--cut here

The issue is with the contents of the file as shown in previous
email with the ssid and password in the file.  I believe the
644 or even the 600 is just fine.  It is that the current
d-i or netinst is placing the wrong info into the interfaces
file.

By any chance, is the netinst program written in C?  I can
help if it is.  I just need pointers to the code and let
me work on it, if you need the help.  I have taught every
course there is in CS when I was a tenured prof at the
University of North Texas and I was lead instructor and
course developer at sgi at one time.  

Now spending my time writing books and the current one is
on debian.

FYI

chuck

P.S.  I am about to redo the inst using eth0 and see that
the daily-build netinst #3 for today gives the same results
as before.  I don't mind doing all the experiments needed
to resolve this issue.  I am retired... :-)

thanks


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



Bug#668065: marked as done (Remove drupal6 in favour of drupal7?)

2012-08-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Aug 2012 20:35:41 +0200
with message-id <20120827183540.ga10...@ugent.be>
and subject line Re: Remove drupal6 in favour of drupal7?
has caused the Debian Bug report #668065,
regarding Remove drupal6 in favour of drupal7?
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.)


-- 
668065: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668065
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: drupal6
Version: 6.22-1
Severity: serious

Hi

There is drupal6 and drupal7 in unstable/testing. Having both in the upcoming 
release would be a PITA security wise. Is there a reason why drupal6 is still 
in the archive or should it be removed altogether?

Cheers

Luk


--- End Message ---
--- Begin Message ---
Hi Luk,

On Sun, Apr 08, 2012 at 06:23:02PM +0200, Luk Claes wrote:
> There is drupal6 and drupal7 in unstable/testing. Having both in the
> upcoming release would be a PITA security wise. Is there a reason why
> drupal6 is still in the archive or should it be removed altogether?

Drupal6 was removed from testing today, so this bug can be closed.

Cheers,

Ivo--- End Message ---


Bug#672030: FTBFS only with gcc-4.7

2012-08-27 Thread Alessio Treglia
Ehy Giovanni!

On Mon, Aug 27, 2012 at 5:37 PM, Giovanni Mascellani  wrote:
> I can do this: any objections? Any special care I need to have with
> upstream? (is he Debian friendly?)

I don't have so much time these days, upstream is usually kind and
responsive with me so please go ahead.

Cheers!

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


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



Bug#678902: +nmu4 isn't final

2012-08-27 Thread Helmut Grohne
Hi Eric,

Thanks for having a look at my patch.

On Fri, Aug 10, 2012 at 12:18:48AM +0300, Eric Pozharski wrote:
> Guys, you really must take some perl courses.

Even though this statement is probably correct (at least in my case),
your criticism is in no way constructive.

> -while( readdir CATDIR )
> +while( $_ = readdir CATDIR )

The way I used readdir is given as an example in perldoc perlfunc
/readdir.

>> opendir(my $dh, $some_dir) || die;
>> while(readdir $dh) {
>> print "$some_dir/$_\n";
>> }
>> closedir $dh;

So really what is wrong here? Looking further in perldoc.

>> As of Perl 5.11.2 you can use a bare "readdir" in a "while" loop,
>> which will set $_ on every iteration.

Ah. So which perl version are we running on squeeze? An older version.
So there are two options to tackle this. A versioned perl dependency or
your diff.

Next time, when you report such an issue, please state that what you
experience is an upgrade failure from squeeze. The way you presented the
issue completely hides the root cause and presents a workaround in an
arrogant way.

I think that a versioned perl dependency is the safer fix, because it
eliminates other (yet unknown) issues of the same kind as well.

Helmut
diff -Nru sgml-base-1.26+nmu4/debian/changelog 
sgml-base-1.26+nmu5/debian/changelog
--- sgml-base-1.26+nmu4/debian/changelog2012-08-26 12:29:36.0 
+0200
+++ sgml-base-1.26+nmu5/debian/changelog2012-08-27 21:24:37.0 
+0200
@@ -1,3 +1,12 @@
+sgml-base (1.26+nmu5) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Raise perl dependency to avoid upgrade failures from squeeze. The way we
+use readdir does not work on squeeze.
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678902#62
+
+ -- Helmut Grohne   Mon, 27 Aug 2012 21:23:15 +0200
+
 sgml-base (1.26+nmu4) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru sgml-base-1.26+nmu4/debian/control sgml-base-1.26+nmu5/debian/control
--- sgml-base-1.26+nmu4/debian/control  2012-08-26 12:29:36.0 +0200
+++ sgml-base-1.26+nmu5/debian/control  2012-08-27 21:25:09.0 +0200
@@ -11,7 +11,7 @@
 Priority: optional
 Architecture: all
 Conflicts: sgml-data (<= 0.02), sgmltools-2 (<= 2.0.2-4)
-Depends: ${perl:Depends}
+Depends: ${perl:Depends}, perl (>= 5.11.2)
 Pre-Depends: dpkg (>= 1.16.4)
 Suggests: sgml-base-doc
 Description: SGML infrastructure and SGML catalog file support


Processed: bug 666176 is forwarded to https://bugzilla.gnome.org/show_bug.cgi?id=657404

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

> forwarded 666176 https://bugzilla.gnome.org/show_bug.cgi?id=657404
Bug #666176 [tracker-miner-evolution] tracker-miner-evolution: evo miner hangs 
on startup, totally nonfunctional
Set Bug forwarded-to-address to 
'https://bugzilla.gnome.org/show_bug.cgi?id=657404'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
666176: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666176
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#682608: /etc/network/interfaces permissions

2012-08-27 Thread Gaudenz Steinlin
chuck adams  writes:

> Here is a working system, i.e. WiFi interface working,
> and /etc/network/interfaces permissions
>
> adams@debian:~$ ls -l /etc/network/interfaces
> -rw-r--r-- 1 root root 293 Jun 13 22:26 /etc/network/interfaces
>
> and contents of file are:
>
> --cut here
> # This file describes the network interfaces available on your system
> # and how to activate them. For more information, see interfaces(5).
>
> # The loopback network interface
> auto lo
> iface lo inet loopback
>
> # The primary network interface
> allow-hotplug eth0
> #NetworkManager#iface eth0 inet dhcp
> --cut here
>
> The issue is with the contents of the file as shown in previous
> email with the ssid and password in the file.  I believe the
> 644 or even the 600 is just fine.  It is that the current
> d-i or netinst is placing the wrong info into the interfaces
> file.
>

I don't think the information in /etc/network/interface is wrong. I'm
only guessing that you come to this conclusion because the
network-manager applet does not show the connection. What actually
happens is this:

- netcfg currently only knows about /e/n/i and nothing about
  network-manager. It just writes the configuration to /e/n/i. 

- when finishing up the installation (right before the reboot) a script
  is run which disables all interfaces that have the form "iface ifX
  inet dhcp" without any additional configuration iff network-manager is
  installed. All other interface definitions are untouched. That's why
  your wireless interface is not disabled and shows up as "unmanaged" in
  network-manager. Network-manager sees that this is confgured by
  ifupdown and does not touch the interface.

- the wireless interface actually works as expected as long as you stay
  in range of your wireless network.

- evolution and other programs using network-manager for network
  detection wrongly think that there is no network connection.

There is nothing inherently wrong with this. It's probably just not the
configuration most (novice) users would expect. That's why we are
currently reworking this part to make it more user friendly.

> By any chance, is the netinst program written in C?  I can
> help if it is.  I just need pointers to the code and let
> me work on it, if you need the help.  I have taught every
> course there is in CS when I was a tenured prof at the
> University of North Texas and I was lead instructor and
> course developer at sgi at one time.  

Yes it's one of the few d-i components written in C. The git repository
for debian-installer can be found on git.debian.org. But beware it's not
the most beautiful piece of C code ever ;-) Also the functionality in
question should go to a finish-install script which is in shell.

The (unfinished) version fixing this can be found in
git://git.debian.org/git/d-i/netcfg, branch write_config.

Help also with other parts of netcfg would be appreciated. See the list
of open bugs at http://bugs.debian.org/netcfg :-) Two of the more
interesting open issues are IPv6 support and tagged VLAN support.

Gaudenz

-- 
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~


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



Bug#670945: [php-maint] Bug#670945: About the media types text/x-php and text/x-php-source

2012-08-27 Thread Christoph Anton Mitterer
Hey Ondřej.

On Mon, 2012-08-27 at 09:15 +0200, Ondřej Surý wrote:
> Well, we had at least two bugreports for that. So your argument "I
> have never seen..." says nothing.
Ok,... that point goes to you ;)


> > So honestly, I'd simply drop support for that, and add perhaps a note to
> > NEWS.
> I don't think it's good idea to drop something we already support and
> users are apparently using without any problems.

Well, depends,... do you agree with me that this was really any abuse of
mod_negotiation?
And if not why? :)

Because if so, I doubt that we really help our users if we let them to
continue.
If they really want, we can give them a description how to do so (simply
add some mime type for php)... but we should also tell them, that most
likely, what they want is mod_redirect; or at least that's what I'd
expect for #670945.



Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Bug#684781: marked as done (nvidia-glx: CVE-2012-4225: exploitable privilege escalation)

2012-08-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Aug 2012 20:47:09 +
with message-id 
and subject line Bug#684781: fixed in nvidia-graphics-drivers 
195.36.31-6squeeze2
has caused the Debian Bug report #684781,
regarding nvidia-glx: CVE-2012-4225: exploitable privilege escalation
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.)


-- 
684781: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684781
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nvidia-glx
Version: 195.36.31-6
Severity: grave
Tags: security
Justification: user security hole

There is another privilege escalation in the Nvidia binary driver.
Nvidia Advisory: http://nvidia.custhelp.com/app/answers/detail/a_id/3140
Initial disclosure of the vulnerability:
  http://permalink.gmane.org/gmane.comp.security.full-disclosure/86747
CVE not assigned or unknown

affected:
  squeeze
nvidia-graphics-drivers (195.36.31-6, 195.36.31-6squeeze1)
nvidia-graphics-modules (195.36.31+2, 195.36.31+3)
nvidia-graphics-drivers-legacy-173xx (173.14.27-2)
  squeeze-backports
nvidia-graphics-drivers (295.59-1~bpo60+1)
nvidia-graphics-drivers-legacy-173xx (173.14.35-1~bpo60+1)
  wheezy/sid
nvidia-graphics-drivers (302.17-3)
nvidia-graphics-modules (302.17+1, 302.17+2)
nvidia-graphics-drivers-legacy-173xx (173.14.35-2)

probably unaffected:
  nvidia-graphics-drivers-legacy-96xx (squeeze only)

fixed (according to Nvidia Advisory):
  304.32 (beta)
experimental (304.32-1)
  295.71 (long term stable branch)

patch for older versions available, but may disable some fucntionality
(e.g. CUDA debugger)


Andreas
--- End Message ---
--- Begin Message ---
Source: nvidia-graphics-drivers
Source-Version: 195.36.31-6squeeze2

We believe that the bug you reported is fixed in the latest version of
nvidia-graphics-drivers, 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 684...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann  (supplier of updated 
nvidia-graphics-drivers 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: Fri, 17 Aug 2012 00:43:36 +0200
Source: nvidia-graphics-drivers
Binary: nvidia-glx nvidia-glx-ia32 nvidia-glx-dev libgl1-nvidia-glx 
libgl1-nvidia-glx-ia32 nvidia-kernel-dkms nvidia-kernel-source nvidia-libvdpau1 
nvidia-libvdpau1-ia32 nvidia-libvdpau-dev nvidia-vdpau-driver 
nvidia-vdpau-driver-ia32 nvidia-smi libcuda1 libcuda1-ia32 libcuda1-dev 
libnvidia-compiler libnvidia-compiler-ia32 libnvidia-compiler1 
libnvidia-compiler1-ia32 nvidia-opencl-common nvidia-opencl-icd 
nvidia-opencl-icd-ia32 nvidia-libopencl1 nvidia-libopencl1-ia32 
nvidia-libopencl1-dev libgl1-nvidia-alternatives 
libgl1-nvidia-alternatives-ia32 libglx-nvidia-alternatives
Architecture: amd64 i386 source
Version: 195.36.31-6squeeze2
Distribution: stable
Urgency: low
Maintainer: Debian NVIDIA Maintainers 
Changed-By: Andreas Beckmann 
Closes: 684781
Description: 
 libcuda1   - NVIDIA CUDA runtime library
 libcuda1-dev - NVIDIA CUDA development files
 libcuda1-ia32 - NVIDIA CUDA runtime library (32-bit)
 libgl1-nvidia-alternatives - simplifies replacing MESA libGL with GPU vendor 
libraries
 libgl1-nvidia-alternatives-ia32 - simplifies replacing MESA libGL with GPU 
vendor libraries (32-bit
 libgl1-nvidia-glx - NVIDIA binary OpenGL libraries${nvidia:LegacyDesc}
 libgl1-nvidia-glx-ia32 - NVIDIA binary OpenGL 32-bit 
libraries${nvidia:LegacyDesc}
 libglx-nvidia-alternatives - simplifies replacing Xorg module libglx.so with 
GPU vendor librar
 libnvidia-compiler - NVIDIA runtime compiler library
 libnvidia-compiler-ia32 - NVIDIA runtime compiler library (32-bit)
 libnvidia-compiler1 - NVIDIA runtime compiler library (transitional package)
 libnvidia-compiler1-ia32 - NVIDIA runtime compiler library (32-bit) 
(transitional package)
 nvidia-glx - NVIDIA binary Xorg driver${nvidia:LegacyDesc}
 nvidia-glx-dev - NVIDIA OpenGL development files (transitional 
package)${nvidia:Le
 nvidia-glx-ia32 - NVIDIA binary driver 32-bit libs${nvidia:LegacyDesc}
 nvidia-kernel-dkms - NVIDIA binary kernel module DKMS 
source${nvidia:LegacyDesc}
 nvidia-kernel-source - NVIDIA binary kernel

Bug#675301: palp: license change not yet properly documented in the package

2012-08-27 Thread Tobias Hansen
Am 26.08.2012 05:38, schrieb David Prévot:
> Hi,
> 
> Le 17/08/2012 19:30, Tobias Hansen a écrit :
> 
>> I prepared a NMU and uploaded it to mentors.d.n:
>> http://mentors.debian.net/package/palp
> 
> Thanks Tobias, uploaded. Will you take care of the unblock request?
> 
> Regards
> 
> David
> 
> 

Sure, thanks for sponsoring!

Best regards,
Tobias



signature.asc
Description: OpenPGP digital signature


Bug#683562: kfreebsd-image-9.0-1-amd64: Package does not install !

2012-08-27 Thread michael chlon
Hello,


Sorry, I have not received the reply in my email box ...
When you ask:
- "It might be useful to know what version of the grub-pc package you
have installed?"

It is:
grub0.97-47lenny2 
amd64  GRand Unified Bootloader (Legacy version)
grub-common 1.99-22.1 
amd64  GRand Unified Bootloader (common files)

I have not installed groub-pc because I have had some bad experiences in
the
past, so 


Thanks for the reply,
Rgds,

Michael Chlon



Processed: Patch for #684823

2012-08-27 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + patch
Bug #684823 [src:r-cran-pscl] r-cran-pscl: FTBFS: unable to load shared object 
'/«PKGBUILDDIR»/debian/r-cran-pscl/usr/lib/R/site-library/pscl/libs/pscl.so'
Added tag(s) patch.

-- 
684823: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684823
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#684823: Patch for #684823

2012-08-27 Thread Sébastien Villemot
Control: tags -1 + patch

Dear Maintainer,

Please find attached a patch for this bug, for an upload to
testing-proposed-updates.

The alternative solution would be to get an unblock for the new upstream
version currently in sid, but I guess this can be difficult to obtain.

Regards,
diff -Nru r-cran-pscl-1.03.5/debian/changelog r-cran-pscl-1.03.5/debian/changelog
--- r-cran-pscl-1.03.5/debian/changelog	2010-04-14 06:28:46.0 +
+++ r-cran-pscl-1.03.5/debian/changelog	2012-08-27 20:59:29.0 +
@@ -1,3 +1,10 @@
+r-cran-pscl (1.03.5-1+wheezy1) testing-proposed-updates; urgency=low
+
+  * Non-maintainer upload.
+  * replace-obsolete-pythag.patch: new patch, fixes FTBFS (Closes: #684823)
+
+ -- Sébastien Villemot   Mon, 27 Aug 2012 20:30:59 +
+
 r-cran-pscl (1.03.5-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru r-cran-pscl-1.03.5/debian/patches/replace-obsolete-pythag.patch r-cran-pscl-1.03.5/debian/patches/replace-obsolete-pythag.patch
--- r-cran-pscl-1.03.5/debian/patches/replace-obsolete-pythag.patch	1970-01-01 00:00:00.0 +
+++ r-cran-pscl-1.03.5/debian/patches/replace-obsolete-pythag.patch	2012-08-27 20:58:21.0 +
@@ -0,0 +1,19 @@
+Description: Use hypot instead of pythag
+ The pythag function has been definitely abandoned in favor of hypot in
+ R 2.14.0, see /usr/share/doc/r-base-core/changelog.gz
+Origin: upstream, version 1.03.10
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684823
+Last-Update: 2012-08-27
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/pi.c
 b/src/pi.c
+@@ -13,7 +13,7 @@
+   GetRNGstate();
+ 
+   for(i=0;i<*n;i++){
+-d = pythag(unif_rand(),unif_rand());
++d = hypot(unif_rand(),unif_rand());
+ if(d<1.0) 
+   (*z)++;
+   }
diff -Nru r-cran-pscl-1.03.5/debian/patches/series r-cran-pscl-1.03.5/debian/patches/series
--- r-cran-pscl-1.03.5/debian/patches/series	1970-01-01 00:00:00.0 +
+++ r-cran-pscl-1.03.5/debian/patches/series	2012-08-27 20:35:27.0 +
@@ -0,0 +1 @@
+replace-obsolete-pythag.patch

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


pgpJFYGGLJu6p.pgp
Description: PGP signature


Processed: Set as pending

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

> tag 685524 pending
Bug #685524 [qt4-x11] After upgrading to 4:4.8.2+dfsg-1 kwin segfaults on 
startup
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
685524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685524
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: Fwd: pygame 1.9.2~pre~r3144-1 at mentors

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

> severity 685189 serious
Bug #685189 [python-pygame] copyright file missing a detail
Severity set to 'serious' from 'normal'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
685189: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685189
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#685524: marked as done (After upgrading to 4:4.8.2+dfsg-1 kwin segfaults on startup)

2012-08-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Aug 2012 22:18:46 +
with message-id 
and subject line Bug#685524: fixed in qt4-x11 4:4.8.2+dfsg-2
has caused the Debian Bug report #685524,
regarding After upgrading to 4:4.8.2+dfsg-1 kwin segfaults on startup
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.)


-- 
685524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685524
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qt4-x11
Version: 4:4.8.2+dfsg-1
Severity: grave

Starting KDE with qt4 version 4:4.8.2+dfsg-1 installed causes kwin to segfault
on startup somewhere in libpthread, with 4:4.8.2-2+b1 everything works as
expected.

I'll see if I can generate a proper backtrace..

-- 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.6.0-rc2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: qt4-x11
Source-Version: 4:4.8.2+dfsg-2

We believe that the bug you reported is fixed in the latest version of
qt4-x11, 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.
Lisandro Damián Nicanor Pérez Meyer  (supplier of updated 
qt4-x11 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, 27 Aug 2012 17:54:41 -0300
Source: qt4-x11
Binary: libqtcore4 libqt4-core libqtgui4 libqt4-gui libqt4-network 
libqt4-opengl libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-ibase 
libqt4-sql-mysql libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite 
libqt4-sql-sqlite2 libqt4-sql-tds libqt4-svg libqt4-webkit libqt4-xml 
libqt4-xmlpatterns libqt4-dbus libqt4-qt3support libqt4-designer libqt4-help 
libqt4-assistant libqt4-test libqt4-phonon libqt4-declarative 
libqt4-declarative-folderlistmodel libqt4-declarative-gestures 
libqt4-declarative-particles libqt4-declarative-shaders libqt4-dev 
libqt4-dev-bin libqt4-private-dev libqt4-opengl-dev libqt4-dbg 
libqt4-designer-dbg libqt4-qt3support-dbg libqt4-script-dbg libqt4-webkit-dbg 
libqt4-xmlpatterns-dbg qt4-bin-dbg qt4-demos-dbg qt4-designer qt4-dev-tools 
qt4-qmake qt4-qtconfig qt4-demos qt4-qmlviewer qt4-linguist-tools qdbus qt4-doc 
qt4-doc-html
Architecture: source amd64 all
Version: 4:4.8.2+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Lisandro Damián Nicanor Pérez Meyer 
Description: 
 libqt4-assistant - transitional package for Qt 4 assistant module
 libqt4-core - transitional package for Qt 4 core non-GUI runtime libraries
 libqt4-dbg - Qt 4 library debugging symbols
 libqt4-dbus - Qt 4 D-Bus module
 libqt4-declarative - Qt 4 Declarative module
 libqt4-declarative-folderlistmodel - Qt 4 folderlistmodel QML plugin
 libqt4-declarative-gestures - Qt 4 gestures QML plugin
 libqt4-declarative-particles - Qt 4 particles QML plugin
 libqt4-declarative-shaders - Qt 4 shaders QML plugin
 libqt4-designer - Qt 4 designer module
 libqt4-designer-dbg - Qt 4 designer library debugging symbols
 libqt4-dev - Qt 4 development files
 libqt4-dev-bin - Qt 4 development programs
 libqt4-gui - transitional package for Qt 4 GUI runtime libraries
 libqt4-help - Qt 4 help module
 libqt4-network - Qt 4 network module
 libqt4-opengl - Qt 4 OpenGL module
 libqt4-opengl-dev - Qt 4 OpenGL library development files
 libqt4-phonon - Qt 4 Phonon module
 libqt4-private-dev - Qt 4 private development files
 libqt4-qt3support - Qt 3 compatibility library for Qt 4
 libqt4-qt3support-dbg - Qt 3 compatibility library for Qt 4 debugging symbols
 libqt4-script - Qt 4 script module
 libqt4-script-dbg - Qt 4 script library debugging symbols
 libqt4-scripttools - Qt 4 script tools module
 libqt4-sql - Qt 4 SQL module
 libqt4-sql-ibase - Qt 4 InterBase/FireBird database driver
 libqt4-sql-mysql - Qt 4 MySQL database driver
 libqt4-sql-odbc - Qt 4 ODBC database driver
 libqt4-sql-psql - Qt 4 PostgreSQL database driver
 libqt4-sql-sqlite - Qt 4 SQLite 3 database driver
 

Bug#683562: kfreebsd-image-9.0-1-amd64: Package does not install !

2012-08-27 Thread Steven Chamberlain
Hi,

On 27/08/12 22:03, michael chlon wrote:
> grub0.97-47lenny2 
> amd64  GRand Unified Bootloader (Legacy version)
> grub-common 1.99-22.1 
> amd64  GRand Unified Bootloader (common files)

Oh, well that is probably why!

It seems that GRUB (legacy) once had some partial support for
GNU/kFreeBSD which was later removed.  Users with a full GNU/kFreeBSD
installation would typically be using GRUB2 as that is a requirement for
booting it.

The existence of a kFreeBSD (kernel) image on the Linux system seemed to
confuse the dkms and mkinitramfs hooks, so we should avoid that.  Maybe
we actually need a Conflicts: grub

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



Bug#678902: +nmu4 isn't final

2012-08-27 Thread Eric Pozharski
Please ignore my #62, 'update-catalog --update-super' works indeed with
perl_5.14.

-- 
Torvalds' goal for Linux is very simple: World Domination
Stallman's goal for GNU is even simpler: Freedom


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



Bug#686050: Tracking CVE-2012-3540

2012-08-27 Thread Thomas Goirand
Package: horizon
Version: 2012.1.1-3
Severity: grave

Hi,

I'm opening this bug to track resolution of CVE-2012-3540.
The issue is embargoed until Thursday, August 30th, 1500 UTC,
so no upload will be made until then.

I am currently preparing the package update. Note that the
received patches applies fine.

Cheers,

Thomas Goirand (zigo)


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



Bug#684560: [gaphor] gaphor requires python-setuptools

2012-08-27 Thread Arnaud Fontaine
Hi,

Jakub Wilk  writes:
> * Gediminas Paulauskas , 2012-08-27, 15:53:
>>>The current behviour  of dh_python2 is IMHO errant.  It should either
>>>1)  translate   "setuptools"  in  requires.txt  into   dependency  on
>>>python-setuptools or  2) remove  "setuptools" from  requires.txt when
>>>translating it into dependency on python-pkg-resources.
>>
>>dh_python2 does 2) for a year already:
>>
>>python-defaults (2.7.2-2) experimental; urgency=low
>>
>>  [ Piotr Ożarowski ] * dh_python2:
>>...
>>- remove setuptools from requires.txt (it is replaced with
>>  python-pkg-resources Debian dependency) ...
>
> Good  point, I  forgot about  it. A  no-change rebuild  would fix  the
> following binary packages:
>
> python-zc.buildout
> python-zope.exceptions
> python-zope.interface
>
> However,  zope.exceptions  and  zope.interface  build  also  python3-*
> packages, which would _not_ be fixed by such rebuild.

Indeed.  Thanks for  pointing  that  out, Gediminas  and  Jakub. I  have
written  a patch  to make  the  behavior of  dh_python2 consistent  with
dh_python3 based  on [0]. If that  patch could be integrated  soon, then
only  a no-change  rebuild would  be required,  otherwise I  will add  a
workaround to those 2 packages for Python 3.

Out of curiosity, why is debpython different for python2 and python3 (it
may  be a  silly question  but I  must admit  that I  have not  followed
dh_python3 development)? ;-)

Regards,
-- 
Arnaud Fontaine

[0] 
http://anonscm.debian.org/loggerhead/pkg-python/python-defaults-debian/revision/246/debpython/pydist.py

=== modified file 'debpython/pydist.py'
--- debpython/pydist.py	2012-06-30 19:24:20 +
+++ debpython/pydist.py	2012-08-28 03:01:55 +
@@ -181,16 +181,31 @@
 ver = None
 
 result = []
+modified = optional_section = False
+processed = []
 with open(fname, 'r', encoding='utf-8') as fp:
 for line in fp:
 line = line.strip()
-# ignore all optional sections
+if not line or line.startswith('#'):
+processed.append(line)
+continue
 if line.startswith('['):
-break
-if line:
-dependency = guess_dependency(line, ver)
-if dependency:
-result.append(dependency)
+optional_section = True
+if optional_section:
+processed.append(line)
+continue
+dependency = guess_dependency(line, ver)
+if dependency:
+result.append(dependency)
+if 'setuptools' in line.lower():
+modified = True
+else:
+processed.append(line)
+else:
+processed.append(line)
+if modified:
+with open(fname, 'w') as fp:
+fp.writelines(i + '\n' for i in processed)
 return result
 
 



pgpapD7bTtt3O.pgp
Description: PGP signature


Bug#679966: marked as done (ksh: cd ../name does not work)

2012-08-27 Thread Debian Bug Tracking System
Your message dated Tue, 28 Aug 2012 04:17:39 +
with message-id 
and subject line Bug#679966: fixed in ksh 93u+20120628-1
has caused the Debian Bug report #679966,
regarding ksh: cd ../name does not work
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.)


-- 
679966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679966
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ksh
Version: 93u+-1
Justification: renders package unusable
Severity: grave

Dear Maintainer,

I've done this:

sirius ~MOD/wmesa % ksh -c 'pwd; (cd ../alias; pwd); (cd ./../alias; pwd)'
/home/hzoli/dev/wmesa
/home/hzoli/dev
/home/hzoli/dev/alias
sirius ~MOD/wmesa % ksh --version
  version sh (AT&T Research) 93u+ 2012-02-29

Notive that cd ../alias does not work, but cd ./../alias does.
Setting CDPATH does not work. This used to work with the previous version,
ksh-93u.

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

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

Versions of packages ksh depends on:
ii  libc6  2.13-34

ksh recommends no packages.

ksh suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: ksh
Source-Version: 93u+20120628-1

We believe that the bug you reported is fixed in the latest version of
ksh, 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 679...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Oliver Kiddle  (supplier of updated ksh 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: Thu, 12 Jul 2012 05:41:59 +0200
Source: ksh
Binary: ksh
Architecture: source amd64
Version: 93u+20120628-1
Distribution: unstable
Urgency: high
Maintainer: Oliver Kiddle 
Changed-By: Oliver Kiddle 
Description: 
 ksh- Real, AT&T version of the Korn shell
Closes: 679966
Changes: 
 ksh (93u+20120628-1) unstable; urgency=high
 .
   * New upstream release (closes: #679966)
Checksums-Sha1: 
 c5619823de3e13a8d0397a8b7788749736184cf5 1726 ksh_93u+20120628-1.dsc
 e19ff5447ca9ddd0002727de772fcd2d0c6e4e57 2433382 ksh_93u+20120628.orig.tar.gz
 ed6452bd518ed1cebb2cd157a16172724b501046 11648 ksh_93u+20120628-1.debian.tar.gz
 c197a196823d4b8ecc348c24666b2feed43657fb 1575992 ksh_93u+20120628-1_amd64.deb
Checksums-Sha256: 
 73fde78abb1332fe20a91c86ced890a0a1ec8d27f8b447ba55ee1a2a9f5a5444 1726 
ksh_93u+20120628-1.dsc
 cd4954a8b0b9c44eba6f3d4adb194ed9a056fe401b28074d2e28755e08f6b4a2 2433382 
ksh_93u+20120628.orig.tar.gz
 1158e2867b6e2a96d0cbaa842c310ddb00ae8b0f8c8d1f008c0371b9d611341d 11648 
ksh_93u+20120628-1.debian.tar.gz
 c2e4ecaea5ff73e0d6d3919e2cf06362b651947b3f44c541c2825c78cd9e7857 1575992 
ksh_93u+20120628-1_amd64.deb
Files: 
 f052b2ffc92939748dadb89b62e457ff 1726 shells optional ksh_93u+20120628-1.dsc
 e7881941bdc10c3f4aca93ecdc4f0f4d 2433382 shells optional 
ksh_93u+20120628.orig.tar.gz
 630d659b618cbeb10396edfa630b6cb4 11648 shells optional 
ksh_93u+20120628-1.debian.tar.gz
 036e501d3b60eb1409513d8314ba949e 1575992 shells optional 
ksh_93u+20120628-1_amd64.deb

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

iQIcBAEBCgAGBQJQPELdAAoJEFWSMx4ZnTioGB0P/1UXMwZ8Brpy0pXrjse5q6Xu
i8wMcx6yl1DQLMfKMfHRiinj7qq4VzqsperW2k/nnqwW/isosNAT6Jp5R8qWzRxR
u8D1jJrUkBRpszPcUbTJlRA6OkFWBtE4eNlNg/Fz/jRhm1+zyY32+mkz5djNO3Yg
5jeCUwV7aOdg7B/epTqPPjSE3vm4GYLT5/ulO4h+3G7DjB5iHOYDM6GBpTRVL0A+
gITv4ZK8z5dheK0F70O98De84sVOMoctzv2Azf92O2MMIRc428DrleIfTn9fmGC0
mY/Ktj22gNGSXTB7ThUOF/LfuSThnpmQ3yVkPWBgLhHcJ3cJM9bPfAWjj7jiggku
ERslBEdKVwqOeXoenyCME92OhjmymlnUsEHc09w0b11KBluueM4oJZ843KYNu7d/
dV1yhbxCptATFJpl3zYZnEdeio5RphIbfjaOC/YEwELD+tPJRHKgLKlLG9y5etgW
2ornI2U++7doceWRShvDKOq9SqqmrU+SuGh6LZu21SNt9TIRqP0+lGJG3ozHye4L
ynA9EaKdBKPr36rrsUm8xFQNklkkBaydCI83dfazkfHn36GCBoiSDq30EDoUhrRU
Mj+Sm1H1uzIleqRFWdrCxi+iSap1B/QzKjPUr9f03HYKFOR/1XBe+FjydHPk8RB3
0cIeU3nfVzhcEkcVuDJF
=Zq4j
-END PGP SIGNATURE End Message ---


Bug#685189: pygame: incomplete and inaccurate debian/copyright

2012-08-27 Thread Bart Martens
retitle 685189 pygame: incomplete and inaccurate debian/copyright
stop

On Mon, Aug 27, 2012 at 03:17:04PM -0700, Vincent Cheng wrote:
> On Mon, Aug 27, 2012 at 9:30 AM, Bart Martens  wrote:
> > Bug 685189 has, in my opinion, severity "serious", so should be fixed for
> > wheezy.  I suggest to start from 1.9.1release+dfsg-6, add the fix for bug
> > 685189, and upload the result to mentors as 1.9.1release+dfsg-7, and ask
> > debian-release for an unblock.
> 
> I've bumped up #685189's severity to "serious" and prepared an updated
> package on mentors.d.n:
> 
> http://mentors.debian.net/debian/pool/main/p/pygame/pygame_1.9.1release+dfsg-7.dsc
> 
> Could you please upload it for me? It'll probably be faster than
> asking my usual sponsor to upload it for me instead. I'll take care of
> requesting a freeze exception after that. Thanks!

I had a look at your package at mentors uploaded there on 2012-08-27 22:13.
The debian/copyright file is still incomplete.  Some examples :

The files lib/sndarray.py, lib/version.py and src/scrap_qnx.c are LGPL-2+, not
LGPL-2.1+.

Not only src/camera.doc but also docs/ref/camera.html and src/_camera.c contain
copyright notices of Takafumi Mizuno.

The file src/sdlmain_osx.m is copyrighted by Brian Fisher.

The file src/numeric_arrayobject.h is copyrighted by the Regents of the
University of California.

The file src/scale.h is also copyrighted by Richard Goedeken.

The file src/overlay.c is copyrighted by Dmitry Borisov.

The file src/bitmask.c contains this :

Copyright (C) 2002-2005 Ulf Ekstrom except for the bitcount function which
is copyright (C) Donald W. Gillies, 1992, and the other bitcount function
which was taken from Jorg Arndt's excellent "Algorithms for Programmers"
text.
...
(C) Donald W. Gillies, 1992.  All rights reserved.  You may reuse
this bitcount() function anywhere you please as long as you retain
this Copyright Notice.
...
This piece taken from Jorg Arndt's "Algorithms for Programmers"

Are these two bitcount functions redistributable under the terms of a license
conforming to the DFSG ?

The file test/test_utils/unittest.py is copyrighted by Steve Purcell and is
licensed "under the same terms as Python itself" so you'll need to look up the
license of Pythyon and add it to debian/copyright.

And so on.  I didn't mention everything.

Regards,

Bart Martens


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



Processed: pygame: incomplete and inaccurate debian/copyright

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

> retitle 685189 pygame: incomplete and inaccurate debian/copyright
Bug #685189 [python-pygame] copyright file missing a detail
Changed Bug title to 'pygame: incomplete and inaccurate debian/copyright' from 
'copyright file missing a detail'
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
685189: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685189
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#683049: Bug#682640: binNMU

2012-08-27 Thread tony mancill
On 08/18/2012 05:03 AM, Neil Williams wrote:
> Just to help those scanning the RC bug lists, the binNMU request for
> bobcat is #683244. The binNMU for c++-annotations would need to be
> requested later.
> 
> I've done a simple test in a pbuilder chroot and the principle of the
> request does fix these two RC bugs.

Hi Neil,

Thank you for verifying the proposed binNMU.  Any advice on how to
proceed with this for bobcat from the maintainer perspective?

Thank you,
tony






signature.asc
Description: OpenPGP digital signature


Bug#686060: postgresql-common: Critical data-loss bug in pg_wrapper init scripts

2012-08-27 Thread Craig Ringer
Package: postgresql-common
Version: 114
Severity: critical
Justification: causes serious data loss

The Debian packages for PostgreSQL are subject to a potentially critical data 
loss
bug because of an unsafe procedure for restarting PostgreSQL.

It is VITAL that pg_wrapper NEVER unlink the postmaster.pid file. The postmaster
will do that its self if it finds the pid to be stale, but only after performing
some checks to make sure there are no backends still running and to ensure that
there's no other postmaster running against the database.

This is a critical data loss bug and should be back patched to older versions.

I quote Tom Lane (key PostgreSQL dev):

[The] forced unlink on the postmaster.pid file [...] (a) is entirely
unnecessary, and (b) defeats the safety interlock against starting a
new postmaster before all the old backends have flushed out.

See:

http://archives.postgresql.org/pgsql-general/2012-07/msg00475.php

and the context:

http://archives.postgresql.org/pgsql-general/2012-07/msg00350.php

http://dba.stackexchange.com/questions/20959/recover-postgresql-database-from-wal-errors-on-startup/20961#comment34356_20961




-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-13-generic (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages postgresql-common depends on:
ii  adduser3.112+nmu1ubuntu5 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.36ubuntu4 Debian configuration management sy
ii  lsb-base   4.0-0ubuntu11 Linux Standard Base 4.0 init scrip
ii  postgresql-client-comm 114   manager for multiple PostgreSQL cl
ii  procps 1:3.2.8-10ubuntu3 /proc file system utilities
ii  ssl-cert   1.0.28simple debconf wrapper for OpenSSL

postgresql-common recommends no packages.

postgresql-common suggests no packages.

-- debconf information:
  postgresql-common/obsolete-major:


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



Bug#686060: Acknowledgement (postgresql-common: Critical data-loss bug in pg_wrapper init scripts)

2012-08-27 Thread Craig Ringer
BTW, I know I reported this from an Ubuntu system, I didn't have a pure 
Debian box on hand.



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



Bug#686060: Acknowledgement (postgresql-common: Critical data-loss bug in pg_wrapper init scripts)

2012-08-27 Thread Craig Ringer

The patch in Sid is here:

http://anonscm.debian.org/loggerhead/pkg-postgresql/postgresql-common/trunk/revision/1181

but it needs backporting. See:

http://archives.postgresql.org/pgsql-general/2012-07/msg00501.php

I've linked this issue in LaunchPad:

https://bugs.launchpad.net/debian/+source/postgresql-common/+bug/1042556


This Debian bug report is mostly so that others find the issue later, 
and so that it gets the proper backporting attention.


--
Craig Ringer


Processed: Re: Bug#683061: [pkg-ntp-maintainers] Bug#683061: ntp: diff for NMU version 1:4.2.6.p5+dfsg-2.1

2012-08-27 Thread Debian Bug Tracking System
Processing control commands:

> severity 683061 serious
Bug #683061 [ntp] ntp: missing init script dependency on $named
Severity set to 'serious' from 'normal'

-- 
683061: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683061
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