Bug#689578: sympa: modifies conffiles (policy 10.7.3): /etc/syslog.conf

2012-10-04 Thread Salvatore Bonaccorso
Hi Andreas

On Thu, Oct 04, 2012 at 11:25:12PM +0200, Salvatore Bonaccorso wrote:
> Hi
> 
> On Thu, Oct 04, 2012 at 10:07:12AM +0200, Andreas Beckmann wrote:
> > Package: sympa
> > Version: 6.1.11~dfsg-4
> > Severity: serious
> > User: debian...@lists.debian.org
> > Usertags: piuparts
> > 
> > Hi,
> > 
> > during a test with piuparts I noticed your package modifies conffiles.
> > And even worse, it's a conffile owned by a different package.
> > This is forbidden by the policy, see
> > http://www.debian.org/doc/debian-policy/ch-files.html#s-config-files
> > 
> [..]
> > 
> > debsums reports modification of the following files,
> > from the attached log (scroll to the bottom...):
> > 
> >   /etc/syslog.conf
> 
> I had a look at this bugreport for sympa. This indeed seems to be a
> problem if one uses sysklogd. sysklogd provides
> /usr/sbin/syslog-facility and in sympa's postinst we have:
> 
> cut-cut-cut-cut-cut-cut-
> ## Setup a syslog facility
> if which syslog-facility >/dev/null 2>&1 \
>   && [ -e /etc/syslog.conf ] \
>   && ! grep -q "/var/log/sympa.log" /etc/syslog.conf \
>   && syslog-facility set all /var/log/sympa.log > /etc/sympa/facility \
>   && [ -x /etc/init.d/sysklogd ]; then
> if which invoke-rc.d >/dev/null 2>&1; then
> invoke-rc.d sysklogd reload
> else
> etc/init.d/sysklogd reload
> fi
> fi
> cut-cut-cut-cut-cut-cut-
> 
> The problematic call is syslog-facility set all /var/log/sympa.log
> which will add a
> 
> local0.*/var/log/sympa.log
> 
> to /etc/syslog.conf.

I opened a separate bug against sysklogd about this[1].

 [1]: http://bugs.debian.org/689686

*But* as the cause is mainly the one sysklogd ships both a conffile
/etc/syslog.conf but also a program which allows to modify this, it's
more (only) bug in sysklogd.

Thus sysklogd should not ship /etc/syslog.conf as conffile, but create
it as configuration file and allow to modify it via syslog-facility
utility.

Do you agree on this? If so, we can simply reassign #689578 to
sysklogd and merge with #689686.

Regards,
Salvatore

p.s.: Thanks for your work on all these policy violation bugs.


signature.asc
Description: Digital signature


Bug#689675: marked as done (cclive: youtube downloading no longer works)

2012-10-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 Oct 2012 08:31:26 +0200
with message-id <871uhdl9a9@deep-thought.43-1.org>
and subject line Re: Bug#689675: cclive: youtube downloading no longer works
has caused the Debian Bug report #689675,
regarding cclive: youtube downloading no longer works
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.)


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

Dear Maintainer,

Youtube downloading no longer works with the current version; or
upstreams version AFAICT.

Installed version:

$ cclive --version
cclive v0.7.9 for x86_64-pc-linux-gnu
  libquvi v0.4.1 for x86_64-pc-linux-gnu
  libquvi-scripts v0.4.8


For Example:

$ cclive -p '^.*youtube.*\.com:fmt44_480p' 
'https://www.youtube.com/watch?v=x8unDXCYeaM'
Checking ...  ... libquvi: error: server response code 403 
(conncode=0)


Upstream version:

$ ./src/cclive --version
cclive v0.7.10 for x86_64-unknown-linux-gnu
  libquvi v0.4.1 for x86_64-pc-linux-gnu
  libquvi-scripts v0.4.8


For Example:

$ ./src/cclive -p '^.*youtube.*\.com:fmt44_480p' 
'https://www.youtube.com/watch?v=x8unDXCYeaM'
Checking ... . .. ...libquvi: error: server response code 403 
(conncode=0)


Thanks,
Michel


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

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

Versions of packages cclive depends on:
ii  dpkg1.16.8
ii  libboost-date-time1.49.01.49.0-3.1
ii  libboost-filesystem1.49.0   1.49.0-3.1
ii  libboost-iostreams1.49.01.49.0-3.1
ii  libboost-program-options1.49.0  1.49.0-3.1
ii  libboost-system1.49.0   1.49.0-3.1
ii  libc6   2.13-35
ii  libcurl3-gnutls 7.26.0-1
ii  libgcc1 1:4.7.1-7
ii  libpcre31:8.30-5
ii  libpcrecpp0 1:8.30-5
ii  libquvi70.4.1-1
ii  libstdc++6  4.7.1-7

cclive recommends no packages.

cclive suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
"Michel L."  writes:
> Youtube downloading no longer works with the current version; or
> upstreams version AFAICT.
>
> For Example:
>
> $ cclive -p '^.*youtube.*\.com:fmt44_480p' 
> 'https://www.youtube.com/watch?v=x8unDXCYeaM'
> Checking ...  ... libquvi: error: server response code 403 
> (conncode=0)

This problem should be fixed by libquvi-scripts/0.4.8-3.  It has not
migrated to testing yet, but should in the next week.

Ansgar--- End Message ---


Bug#689687: guile-1.6: FTBFS on i386, kfreebsd-i386: testsuite failures

2012-10-04 Thread Andreas Beckmann
Source: guile-1.6
Version: 1.6.8-10.1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

guile-1.6 does FTBFS on i386 and kfreebsd-i386 (but not hurd-i386) with
a testsuite failure, see
https://buildd.debian.org/status/package.php?p=guile-1.6

I can reproduce this locally in a i386 pbuilder chroot on amd64.
Previous buildd builds for kfreebsd-i386 have succeeded on different hosts, but
there haven't been any i386 buildd builds for the last 3 years, as the 
maintainer
builds were done on i386.

This is blocking 1.6.8-10.2 which fixes one RC bug to be ready for
going to testing.

Andreas


/usr/bin/make  check-TESTS
make[3]: Entering directory 
`/build/buildd-guile-1.6_1.6.8-10.2-i386-LyjM4e/guile-1.6-1.6.8'
Testing 
/build/buildd-guile-1.6_1.6.8-10.2-i386-LyjM4e/guile-1.6-1.6.8/pre-inst-guile 
...
with 
GUILE_LOAD_PATH=/build/buildd-guile-1.6_1.6.8-10.2-i386-LyjM4e/guile-1.6-1.6.8/test-suite
Running alist.test
Running and-let-star.test
Running bit-operations.test
Running c-api.test
Running chars.test
Running common-list.test
Running environments.test
UNRESOLVED: environments.test: leaf-environments: observe-weak: weak observer 
gets collected
UNRESOLVED: environments.test: leaf-environment based eval-environments: 
observe-weak: weak observer gets collected
Running eval.test
Running exceptions.test
Running filesys.test
Running format.test
Running gc.test
Running getopt-long.test
Running goops.test
Running guardians.test
FAIL: guardians.test: g1-garbage saved
FAIL: guardians.test: g2-saved
FAIL: guardians.test: g2-garbage saved
Running hash.test
Running hooks.test
Running import.test
Running interp.test
Running list.test
Running load.test
Running numbers.test
Running optargs.test
Running poe.test
Running popen.test
Running ports.test
Running posix.test
Running r4rs.test
Running ramap.test
Running reader.test
Running receive.test
Running regexp.test
Running slib.test
Running srcprop.test
Running srfi-1.test
Running srfi-10.test
Running srfi-13.test
Running srfi-14.test
Running srfi-17.test
Running srfi-19.test
Running srfi-31.test
Running srfi-39.test
Running srfi-4.test
Running srfi-9.test
Running strings.test
Running symbols.test
Running syncase.test
Running syntax.test
Running time.test
Running unif.test
Running version.test
Running weaks.test

Totals for this test run:
passes: 9756
failures:   3
unexpected passes:  0
expected failures:  18
unresolved test cases:  2
untested test cases:0
unsupported test cases: 9
errors: 0

FAIL: check-guile
==
1 of 1 test failed
==
make[3]: *** [check-TESTS] Error 1


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



Bug#689686: sysklogd: Do not ship /etc/syslog.conf as conffile (policy 10.7.4 Sharing configuration files)

2012-10-04 Thread Salvatore Bonaccorso
Package: sysklogd
Version: 1.5-6.2
Severity: serious

Hi

On Thu, Oct 04, 2012 at 11:25:12PM +0200, Salvatore Bonaccorso wrote:
> Hi
> 
> On Thu, Oct 04, 2012 at 10:07:12AM +0200, Andreas Beckmann wrote:
> > Package: sympa
> > Version: 6.1.11~dfsg-4
> > Severity: serious
> > User: debian...@lists.debian.org
> > Usertags: piuparts
> > 
> > Hi,
> > 
> > during a test with piuparts I noticed your package modifies conffiles.
> > And even worse, it's a conffile owned by a different package.
> > This is forbidden by the policy, see
> > http://www.debian.org/doc/debian-policy/ch-files.html#s-config-files
> > 
> [..]
> > 
> > debsums reports modification of the following files,
> > from the attached log (scroll to the bottom...):
> > 
> >   /etc/syslog.conf
> 
> I had a look at this bugreport for sympa. This indeed seems to be a
> problem if one uses sysklogd. sysklogd provides
> /usr/sbin/syslog-facility and in sympa's postinst we have:
> 
> cut-cut-cut-cut-cut-cut-
> ## Setup a syslog facility
> if which syslog-facility >/dev/null 2>&1 \
>   && [ -e /etc/syslog.conf ] \
>   && ! grep -q "/var/log/sympa.log" /etc/syslog.conf \
>   && syslog-facility set all /var/log/sympa.log > /etc/sympa/facility \
>   && [ -x /etc/init.d/sysklogd ]; then
> if which invoke-rc.d >/dev/null 2>&1; then
> invoke-rc.d sysklogd reload
> else
> etc/init.d/sysklogd reload
> fi
> fi
> cut-cut-cut-cut-cut-cut-
> 
> The problematic call is syslog-facility set all /var/log/sympa.log
> which will add a
> 
> local0.*/var/log/sympa.log
> 
> to /etc/syslog.conf.

During looking at RC bugs for wheezy I noticed the bugreport on
sympa[1].

 [1]: http://bugs.debian.org/689578

Now, if sympa is used with sysklogd, sympa is modifying a conffile.

sysklogd ships on one side /etc/syslog.conf ans conffile but also
provides a binary /usr/sbin/syslog-facility which might be used to
setup or remove LOCALx facilities to /etc/syslog.conf.

If now this is invocated e.g. by sympa in maintainers script this
causes a sympa to motify a conffile violating policy 10.7.3.

If I'm reading policy 10.7.4[2] correctly then, sysklogd must provide
/etc/syslog.conf *not* as conffile but as configuration file. It
already provides as owning package a "program that the other packages
may use to modify the configuration file".

 [2]: http://www.debian.org/doc/debian-policy/ch-files.html#s10.7.4

Regards,
Salvatore


signature.asc
Description: Digital signature


Bug#689683: prelude-manager: modifies conffiles (policy 10.7.3): /etc/prelude-manager/prelude-manager.conf

2012-10-04 Thread Andreas Beckmann
Package: prelude-manager
Version: 1.0.1-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

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

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

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

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

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

  /etc/prelude-manager/prelude-manager.conf


cheers,

Andreas


prelude-manager_1.0.1-3.log.gz
Description: GNU Zip compressed data


Bug#689682: swi-prolog-x: fails to install: preinst fails with rm: cannot remove `/usr/lib/swi-prolog/xpce': No such file or directory

2012-10-04 Thread Andreas Beckmann
Package: swi-prolog-x
Version: 6.2.2-7
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.

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

  Selecting previously unselected package swi-prolog-x.
  (Reading database ... 9157 files and directories currently installed.)
  Unpacking swi-prolog-x (from .../swi-prolog-x_6.2.2-7_amd64.deb) ...
  rm: cannot remove `/usr/lib/swi-prolog/xpce': No such file or directory
  dpkg: error processing /var/cache/apt/archives/swi-prolog-x_6.2.2-7_amd64.deb 
(--unpack):
   subprocess new pre-installation script returned error exit status 1


cheers,


Andreas


swi-prolog-x_6.2.2-7.log.gz
Description: GNU Zip compressed data


Processed: patches for fixing RC bug, intent to upload NMU

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

> tags 675971 patch
Bug #675971 [mumble] Cannot communicate with the vast majority of Mumble 
servers due to lack of required baseline codec
Added tag(s) patch.
> thanks
Stopping processing here.

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


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



Bug#675971: patches for fixing RC bug, intent to upload NMU

2012-10-04 Thread Chris Knadle
tags 675971 patch
thanks


Greetings.

CCing the tech-ctte and release-team, as the intent is to coordinate with both 
for approval to upload this NMU.


Ron, I tried contacting you about a month ago but I haven't heard back from 
you since the TC decision on Aug 30th.  I tried contacting Thorvald (the only 
other uploader) in early Sept (he is very busy so I knew this was a long shot) 
and he replied that he wanted a few days to try to contact you, but I haven't 
heard back from him since then either.

I contacted Gregor Hermann and with his help we created a minimal diff for a 
new upload targeted for Wheezy, as requested in TC #682010.  I'm posting it 
here to give you a chance to review it if you wish.  Unless you wish to 
discuss it, this will be uploaded soon to a DELAYED/XX queue at which time 
there will be an additional notification posted here.

Three patches attached:
   mumble-celt.diff-- the fix for #675971
   mumble-349-rules.diff   -- (optional) fix debian/rules to remove the Ice/
  directory in the 'clean' target to allow
  repeat building
   mumble-349-defuzz.diff  -- (optional) Removes fuzz from two quilt patches
  in the current package

Thanks.

  -- Chris

--
Chris Knadle
chris.kna...@coredump.us
diff -Nru mumble-1.2.3-349-g315b5f5/debian/changelog mumble-1.2.3-349-g315b5f5/debian/changelog
--- mumble-1.2.3-349-g315b5f5/debian/changelog	2012-07-08 13:42:05.0 -0400
+++ mumble-1.2.3-349-g315b5f5/debian/changelog	2012-10-04 21:03:18.0 -0400
@@ -1,3 +1,31 @@
+mumble (1.2.3-349-g315b5f5-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "Cannot communicate with the vast majority of Mumble servers due
+to lack of required baseline codec":
+re-enable using the bundled celt library:
+   debian/patches/series:
+ - add 07-use-embedded-celt-baseline patch
+   debian/patches/07-use-embedded-celt-baseline:
+ - build Celt 0.7.1 and not 0.11.0
+   debian/mumble.install:
+ - ship Celt 0.7.1 library from the embedded source
+   debian/rules:
+ - re-enable Celt using the bundled 0.7.1 version
+   debian/patches/20-add-opus-threshold-option:
+ - fix src/murmur/Meta.cpp to set default iOpusThreshold=100 to only
+   switch from Celt to Opus if 100% of connected clients support Opus
+   (instead of 1%)
+ - fix murmur.ini example for opusthreshold option to =100
+   (instead of =1)
+ - add #opusthreshold=100 comments to murmur.ini.system (shipped as
+   etc/mumble-server.ini) to match murmur.ini example
+Closes: #675971.
+This implements the TC decision in #682010.
+[Thanks to Gregor Hermann for his help and guidance.]
+
+ -- Christopher Knadle   Thu, 04 Oct 2012 11:45:05 -0400
+
 mumble (1.2.3-349-g315b5f5-2) unstable; urgency=low
 
   * Drop the hard dep on boost-1.46, that's been removed now.  Closes: #678759
diff -Nru mumble-1.2.3-349-g315b5f5/debian/mumble.install mumble-1.2.3-349-g315b5f5/debian/mumble.install
--- mumble-1.2.3-349-g315b5f5/debian/mumble.install	2012-07-08 13:42:05.0 -0400
+++ mumble-1.2.3-349-g315b5f5/debian/mumble.install	2012-10-04 21:02:08.0 -0400
@@ -1,6 +1,6 @@
 release/mumble usr/bin/
 release/libmumble.so* usr/lib/mumble/
-#release/libcelt0.so.?.?.? usr/lib/mumble/
+release/libcelt0.so.?.?.? usr/lib/mumble/
 release/plugins/lib*.so usr/lib/mumble/
 icons/mumble.xpm usr/share/pixmaps/
 icons/mumble.svg usr/share/icons/hicolor/scalable/apps/
diff -Nru mumble-1.2.3-349-g315b5f5/debian/patches/07-use-embedded-celt-baseline mumble-1.2.3-349-g315b5f5/debian/patches/07-use-embedded-celt-baseline
--- mumble-1.2.3-349-g315b5f5/debian/patches/07-use-embedded-celt-baseline	1969-12-31 19:00:00.0 -0500
+++ mumble-1.2.3-349-g315b5f5/debian/patches/07-use-embedded-celt-baseline	2012-10-04 21:02:08.0 -0400
@@ -0,0 +1,13 @@
+# build and bundle in only celt 0.7.1 if celt is embedded
+--- a/main.pro
 b/main.pro
+@@ -12,7 +12,8 @@
+ SUBDIRS *= speexbuild
+   }
+   !CONFIG(no-bundled-celt) {
+-SUBDIRS *= celt-0.7.0-build celt-0.11.0-build
++SUBDIRS *= celt-0.7.0-build
++SUBDIRS -= celt-0.11.0-build
+   }
+ 
+   CONFIG(opus) {
diff -Nru mumble-1.2.3-349-g315b5f5/debian/patches/20-add-opus-threshold-option mumble-1.2.3-349-g315b5f5/debian/patches/20-add-opus-threshold-option
--- mumble-1.2.3-349-g315b5f5/debian/patches/20-add-opus-threshold-option	2012-07-08 13:42:05.0 -0400
+++ mumble-1.2.3-349-g315b5f5/debian/patches/20-add-opus-threshold-option	2012-10-04 21:02:08.0 -0400
@@ -8,7 +8,7 @@
  
 +# Amount of users with Opus support needed to force Opus usage, in percent.
 +# 0 = Always enable Opus, 100 = enable Opus if it's supported by all clients.
-+#opusthreshold=1
++#opusthreshold=100
 +
  # Regular expression used to validate channel names
  # (note that you have to escape backsla

Processed: Re: Bug#658264: xpdf totally unusable due to memory corruption in globalParams class (namespace conflict with libpoppler)

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

> severity 658264 grave
Bug #658264 [xpdf] possible memory corruption in GlobalParams
Bug #662882 [xpdf] linked poppler uses a different header file than xpdf to 
access the same struct
Severity set to 'grave' from 'important'
Severity set to 'grave' from 'important'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
658264: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658264
662882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662882
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#689675: cclive: youtube downloading no longer works

2012-10-04 Thread Michel L.
Package: cclive
Version: 0.7.9-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Youtube downloading no longer works with the current version; or
upstreams version AFAICT.

Installed version:

$ cclive --version
cclive v0.7.9 for x86_64-pc-linux-gnu
  libquvi v0.4.1 for x86_64-pc-linux-gnu
  libquvi-scripts v0.4.8


For Example:

$ cclive -p '^.*youtube.*\.com:fmt44_480p' 
'https://www.youtube.com/watch?v=x8unDXCYeaM'
Checking ...  ... libquvi: error: server response code 403 
(conncode=0)


Upstream version:

$ ./src/cclive --version
cclive v0.7.10 for x86_64-unknown-linux-gnu
  libquvi v0.4.1 for x86_64-pc-linux-gnu
  libquvi-scripts v0.4.8


For Example:

$ ./src/cclive -p '^.*youtube.*\.com:fmt44_480p' 
'https://www.youtube.com/watch?v=x8unDXCYeaM'
Checking ... . .. ...libquvi: error: server response code 403 
(conncode=0)


Thanks,
Michel


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

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

Versions of packages cclive depends on:
ii  dpkg1.16.8
ii  libboost-date-time1.49.01.49.0-3.1
ii  libboost-filesystem1.49.0   1.49.0-3.1
ii  libboost-iostreams1.49.01.49.0-3.1
ii  libboost-program-options1.49.0  1.49.0-3.1
ii  libboost-system1.49.0   1.49.0-3.1
ii  libc6   2.13-35
ii  libcurl3-gnutls 7.26.0-1
ii  libgcc1 1:4.7.1-7
ii  libpcre31:8.30-5
ii  libpcrecpp0 1:8.30-5
ii  libquvi70.4.1-1
ii  libstdc++6  4.7.1-7

cclive recommends no packages.

cclive 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#688053: marked as done (asterisk: SIP module fails to load)

2012-10-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 Oct 2012 22:47:21 +
with message-id 
and subject line Bug#688053: fixed in asterisk 1:1.6.2.9-2+squeeze8
has caused the Debian Bug report #688053,
regarding asterisk: SIP module fails to load
to be marked as done.

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

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


-- 
688053: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688053
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: asterisk
Version: 1:1.6.2.9-2+squeeze7
Severity: grave
Justification: renders package unusable


This is the error:

Error loading module 'chan_sip.so': /usr/lib/asterisk/modules/chan_sip.so: 
undefined symbol: sip_pvt_lock_full



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

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

Versions of packages asterisk depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  asterisk-config1:1.6.2.9-2+squeeze7  Configuration files for Asterisk
ii  asterisk-core-soun 1.4.19-1  asterisk PBX sound files - English
ii  dahdi  1:2.2.1.1-1   utilities for using the DAHDI kern
ii  libasound2 1.0.23-2.1shared library for ALSA applicatio
ii  libc-client2007e   8:2007e~dfsg-3.1  c-client library for mail protocol
ii  libc6  2.11.3-3  Embedded GNU C Library: Shared lib
ii  libcap21:2.19-3  support for getting/setting POSIX.
ii  libcurl3   7.21.0-2.1+squeeze2   Multi-protocol file transfer libra
ii  libgcc11:4.4.5-8 GCC support library
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgmime-2.0-2a2.2.25-2  MIME library
ii  libgsm11.0.13-3  Shared libraries for GSM speech co
ii  libiksemel31.2-4 C library for the Jabber IM platfo
ii  libjack-jackd2-0 [ 1.9.6~dfsg.1-2JACK Audio Connection Kit (librari
ii  libldap-2.4-2  2.4.23-7.2OpenLDAP libraries
ii  liblua5.1-05.1.4-5   Simple, extensible, embeddable pro
ii  libncurses55.7+20100313-5shared libraries for terminal hand
ii  libnewt0.520.52.11-1 Not Erik's Windowing Toolkit - tex
ii  libogg01.2.0~dfsg-1  Ogg bitstream library
ii  libopenais31.1.2-2   Standards-based cluster framework 
ii  libopenr2-31.3.0-2   MFC/R2 (telephony) call setup libr
ii  libpopt0   1.16-1lib for parsing cmdline parameters
ii  libpq5 8.4.13-0squeeze1  PostgreSQL C client library
ii  libpri1.4  1.4.11.3-1Primary Rate ISDN specification li
ii  libradiusclient-ng 0.5.6-1.1 Enhanced RADIUS client library
ii  libresample1   0.1.3-3   real-time audio resampling library
ii  libsdl1.2debian1.2.14-6.1Simple DirectMedia Layer
ii  libsnmp15  5.4.3~dfsg-2  SNMP (Simple Network Management Pr
ii  libspandsp20.0.6~pre12-1 Telephony signal processing librar
ii  libspeex1  1.2~rc1-1 The Speex codec runtime library
ii  libspeexdsp1   1.2~rc1-1 The Speex extended runtime library
ii  libsqlite0 2.8.17-6  SQLite shared library
ii  libss7-1   1.0.2-1   Signalling System 7 (ss7) library
ii  libssl0.9.80.9.8o-4squeeze13 SSL shared libraries
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libsybdb5  0.82-7libraries for connecting to MS SQL
ii  libtiff4   3.9.4-5+squeeze4  Tag Image File Format (TIFF) libra
ii  libtonezone2.0 1:2.2.1.1-1   tonezone library (runtime)
ii  libvorbis0a1.3.1-1+squeeze1  The Vorbis General Audio Compressi
ii  libvorbisenc2  1.3.1-1+squeeze1  The Vorbis General Audio Compressi
ii  libvpb04.2.52-2  Voicetronix telephony hardware use
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxml22.7.8.dfsg-2+squeeze5 GNOME XML library
ii  unixodbc   2.2.14p2-1ODBC tools libraries
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages asterisk recommends:
ii  sox   14.3.1-1   Swiss army knif

Bug#688062: marked as done ((no subject))

2012-10-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 Oct 2012 22:47:21 +
with message-id 
and subject line Bug#688053: fixed in asterisk 1:1.6.2.9-2+squeeze8
has caused the Debian Bug report #688053,
regarding (no subject)
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.)


-- 
688053: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688053
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Subject: asterisk: chan_sip.so > undefined symbol: sip_pvt_lock_full
Package: asterisk
Version: 1:1.6.2.9-2+squeeze7
Justification: renders package unusable
Severity: grave


Just after upgrade, I'm unable to use sip on asterisk.
When I try to load chan_sip.so from cli, it fails :
srv1*CLI> module load chan_sip.so
Unable to load module chan_sip.so
Command 'module load chan_sip.so' failed.
[Sep 18 21:52:44] WARNING[18699]: loader.c:435 load_dynamic_module: Error 
loading module 'chan_sip.so': /usr/lib/asterisk/modules/chan_sip.so: undefined 
symbol: sip_pvt_lock_full
[Sep 18 21:52:44] WARNING[18699]: loader.c:801 load_resource: Module 
'chan_sip.so' could not be loaded.

I also have the same problem on another machine... 

Regards,

Vincent

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

Kernel: Linux 3.2.13--std-ipv6-32 (SMP w/2 CPU cores)
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages asterisk depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  asterisk-config1:1.6.2.9-2+squeeze7  Configuration files for Asterisk
ii  asterisk-sounds-ma 1:1.6.2.9-2+squeeze7  Core Sound files for Asterisk (Eng
ii  dahdi  1:2.2.1.1-1   utilities for using the DAHDI kern
ii  libasound2 1.0.23-2.1shared library for ALSA applicatio
ii  libc-client2007e   8:2007e~dfsg-3.1  c-client library for mail protocol
ii  libc6  2.11.3-3  Embedded GNU C Library: Shared lib
ii  libcap21:2.19-3  support for getting/setting POSIX.
ii  libcurl3   7.21.0-2.1+squeeze2   Multi-protocol file transfer libra
ii  libgcc11:4.4.5-8 GCC support library
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgmime-2.0-2a2.2.25-2  MIME library
ii  libgsm11.0.13-3  Shared libraries for GSM speech co
ii  libiksemel31.2-4 C library for the Jabber IM platfo
ii  libjack-jackd2-0 [ 1.9.6~dfsg.1-2JACK Audio Connection Kit (librari
ii  libldap-2.4-2  2.4.23-7.2OpenLDAP libraries
ii  liblua5.1-05.1.4-5   Simple, extensible, embeddable pro
ii  libncurses55.7+20100313-5shared libraries for terminal hand
ii  libnewt0.520.52.11-1 Not Erik's Windowing Toolkit - tex
ii  libogg01.2.0~dfsg-1  Ogg bitstream library
ii  libopenais31.1.2-2   Standards-based cluster framework 
ii  libopenr2-31.3.0-2   MFC/R2 (telephony) call setup libr
ii  libpopt0   1.16-1lib for parsing cmdline parameters
ii  libpq5 8.4.13-0squeeze1  PostgreSQL C client library
ii  libpri1.4  1.4.11.3-1Primary Rate ISDN specification li
ii  libradiusclient-ng 0.5.6-1.1 Enhanced RADIUS client library
ii  libresample1   0.1.3-3   real-time audio resampling library
ii  libsdl1.2debian1.2.14-6.1Simple DirectMedia Layer
ii  libsnmp15  5.4.3~dfsg-2  SNMP (Simple Network Management Pr
ii  libspandsp20.0.6~pre12-1 Telephony signal processing librar
ii  libspeex1  1.2~rc1-1 The Speex codec runtime library
ii  libspeexdsp1   1.2~rc1-1 The Speex extended runtime library
ii  libsqlite0 2.8.17-6  SQLite shared library
ii  libss7-1   1.0.2-1   Signalling System 7 (ss7) library
ii  libssl0.9.80.9.8o-4squeeze13 SSL shared libraries
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libsybdb5  0.82-7libraries for connecting to MS SQL
ii  libtiff4   3.9.4-5+squeeze4  Tag Image File Format (TIFF) libra
ii  libtonezone2.0 1:2.2.1.1-1   tonezone library (runtime)
ii  libvorbis0a1.3.1-1+squeeze1  The Vorbis General Audio Compressi
ii  libvorbisenc2  1.3.1-1+squeeze1  The Vorbis General Audio Compressi
i

Bug#689670: xul-ext-cacheviewer: extension has been superseded by its continuation

2012-10-04 Thread Ximin Luo
Package: xul-ext-cacheviewer
Version: 0.6.3-1
Severity: grave
Tags: upstream
Justification: renders package unusable

This extension does not work with firefox 4+. It has also been discontinued:

https://addons.mozilla.org/en-US/firefox/addon/cacheviewer/?src=api

This is the recommended replacement:

https://addons.mozilla.org/en-US/firefox/addon/cacheviewer-continued/

TBH I think we can just re-use this package name and switch to that, rather
than calling it the long-winded and confusing xul-ext-cacheviewer-continued

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

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

xul-ext-cacheviewer depends on no packages.

Versions of packages xul-ext-cacheviewer recommends:
ii  iceweasel  10.0.7esr-2

xul-ext-cacheviewer suggests no packages.

-- no debconf information


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



Processed: Re: Bug#689416: Cannot install on Intel Centrino Ultimate-N 6300 (802.11 a/b/g/n 3X3) Half Mini Card

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

> severity 689416 normal
Bug #689416 [firmware-iwlwifi] Cannot install on Intel Centrino Ultimate-N 6300 
(802.11 a/b/g/n 3X3) Half Mini Card 
Severity set to 'normal' from 'grave'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
689416: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689416
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#689669: iptraf-ng: FTFBS with recent kernels

2012-10-04 Thread Salvatore Bonaccorso
Source: iptraf-ng
Version: 1.1.3.1-1
Severity: serious
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi

iptraf-ng FTBFS with recent kernels (see #688668 for the bugreport on
iptraf) due that linux kernel dropped if_tr.h headers in commit[1].

 [1]: 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=ee446fd5e6dafee4a16fd1bd345d2571dcfd6f5d

- cut-cut-cut-cut-cut-cut-
dpkg-buildpackage: source package iptraf-ng
dpkg-buildpackage: source version 1.1.3.1-1
dpkg-buildpackage: source changed by Aron Xu 
dpkg-buildpackage: host architecture amd64
 dpkg-source --before-build iptraf-ng-1.1.3.1
 debian/rules clean
dh clean 
   dh_testdir
   dh_auto_clean
make[1]: Entering directory `/root/iptraf-ng-1.1.3.1'
rm -f src/*.o src/tui/*.o
rm -f  iptraf-ng rvnamed-ng
rm -f -r autom4te.cache
rm -f -r src/.depend src/tui/.depend
rm -f *.spec
rm -f iptraf-ng-1.1.3.1.tar.gz
rm -f config.log config.mak.autogen config.mak.append config.status config.cache
rm -f VERSION-FILE
rm -f configure
make[1]: Leaving directory `/root/iptraf-ng-1.1.3.1'
   dh_clean
 dpkg-source -b iptraf-ng-1.1.3.1
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building iptraf-ng using existing 
./iptraf-ng_1.1.3.1.orig.tar.gz
dpkg-source: warning: ignoring deletion of file iptraf-ng.spec
dpkg-source: warning: ignoring deletion of file configure
dpkg-source: info: building iptraf-ng in iptraf-ng_1.1.3.1-1.debian.tar.gz
dpkg-source: info: building iptraf-ng in iptraf-ng_1.1.3.1-1.dsc
 debian/rules build
dh build 
   dh_testdir
   dh_auto_configure
   dh_auto_build
make[1]: Entering directory `/root/iptraf-ng-1.1.3.1'
IPTRAF_VERSION = 1.1.3.1
make[1]: Leaving directory `/root/iptraf-ng-1.1.3.1'
make[1]: Entering directory `/root/iptraf-ng-1.1.3.1'
CC src/tui/input.o
In file included from src/tui/input.c:10:0:
src/iptraf-ng-compat.h:42:25: fatal error: linux/if_tr.h: No such file or 
directory
compilation terminated.
make[1]: *** [src/tui/input.o] Error 1
make[1]: Leaving directory `/root/iptraf-ng-1.1.3.1'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
- cut-cut-cut-cut-cut-cut-

Attached patch fixes this issue.

Regards,
Salvatore

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

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

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

iQIcBAEBCgAGBQJQbgZQAAoJEHidbwV/2GP+sGQQAPPcIPYGvnFXnEXDQye3ChMt
CPuP7A6B8WcoxjQ13r648ojyRd4bVNESDqbDuwYKnsrBB3EB1J1v8T2FCsaBWQRM
O7gwiQSP5pzwI9p3wtFY8q7KaR6PYUzXb3sqscj0HdpZyhKWcEEIAXoaFNuIXKBV
wzG9t3VF4b7T5xd0nmWdu4qjczybwlYezMi7Z1qWFtau4H2TSPZkTtHLl3SjuJJU
KCyV61BQ4bXUTVlSIHEbbe+mrCvwIxmGFlhNTamsiQMg9fPFV8MRNf2ToqNU+UA7
AMaV+vMZJd1IiBc865e5JanE9WXi9QAdpH5JNM3/f3MlENnGRuce4TSkn2m3z8bM
SCL6SofD5CKjQQCOQ06rpOkbZNi3HII9Mn2/ZKXfdratAl4v8Ao6iMGAhaCZz6fN
8oL3Tt6hh622fIIjE3b9RueDpmVTpVZXlsbYlXMfS4ZLK8s4Haxr5WYH9s+pXQEX
H5450NWtOkAAKjDN/sOTRNyqIrFcLLasr8cTgGHEJoqEwBrZS6iB9LxYnsKBox/y
yeLe9RCizTm/tHn8OjWL4/H59n8mvx3sry3RgWxFf0VQv3kSZ8mx5NkHr7kkbhfW
LZpvS9wy70SaPEHo0UOXUHPbtVlSAW1xyacrznaapBbasY3C6xkOBrkb9cR+de7i
TvIxosVsC1Q3lIkmP8Zv
=lg2N
-END PGP SIGNATURE-
--- iptraf-ng-1.1.3.1.orig/src/iptraf-ng-compat.h
+++ iptraf-ng-1.1.3.1/src/iptraf-ng-compat.h
@@ -39,7 +39,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 #include 
 #include 
 


Bug#689416: Cannot install on Intel Centrino Ultimate-N 6300 (802.11 a/b/g/n 3X3) Half Mini Card

2012-10-04 Thread Simon Paillard
severity 689416 normal
thanks

Hi,

On Tue, Oct 02, 2012 at 04:31:09PM +0400, jaakov jaakov wrote:
> Package: cdrom
> Version: 7.0.2
> 
> The wireless network card
> Intel Centrino Ultimate-N 6300 (802.11 a/b/g/n 3X3) Half Mini Card
> is detected and the following firmware files are asked for:
> iwlwifi-6000-4.ucode
> iwlwifi-6000-5.ucode
> iwlwifi-6000-6.ucode
> 
> However, only the "-4" file can be found online. I am not sure whether the
> other files exist in the world at all.

* See the installation guide
http://www.debian.org/releases/squeeze/i386/ch06s04.html.fr
As long as you follow steps, it's easy to put firmwares on the USB stick.

* 
http://cdimage.debian.org/cdimage/unofficial/non-free/firmware/wheezy/current/firmware.tar.gz

* You can find the firmware inside
$ dpkg -c firmware-iwlwifi_0.36_all.deb | grep 6000
-rw-r--r-- root/root679436 2012-06-12 17:13 
./lib/firmware/iwlwifi-6000g2b-6.ucode
-rw-r--r-- root/root454608 2012-06-12 17:13 
./lib/firmware/iwlwifi-6000-4.ucode
-rw-r--r-- root/root444128 2012-06-12 17:13 
./lib/firmware/iwlwifi-6000g2a-5.ucode

Or at http://intellinuxwireless.org/?n=Downloads

You cannot find easily find them because of a bug on packages.debian.org, sorry.

For information (from svn://svn.debian.org/kernel/dists/trunk/firmware-nonfree):
-6 = Update Intel Wireless 6030 firmware to version 18.168.6.1 (ABI 6)
-5 = Update Intel Wireless 6025 firmware to version 17.168.5.3

--> Could you try with these files and confirm you can use the wifi ?

The maintainer may modify the wording so that you can find the file easier, in
case one doesn't read doc and don't download firmware.tar.gz...

So downgrading severity.


Best regards.

-- 
Simon Paillard


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



Bug#688668: upstream commit where headers where removed

2012-10-04 Thread Salvatore Bonaccorso
Control: tags -1 + pending

Hi Frederic

On Thu, Oct 04, 2012 at 10:48:18PM +0200, Frederic Peters wrote:
> Hi Salvatore,
> 
> > Are you fine if the package with Marcin's patch get's uploaded? I can
> > upload the NMU version I attached in previous mail if needed.
> 
> Go for it, and thanks in advance; I don't have much time for the
> moment :/ (I didn't check but perhaps iptraf-ng also needs that
> patch).

Thanks for your reply! I just uploaded iptraf with the mentioned
change to the delayed/2 queue.

I will check if iptraf-ng needs to the fix.

Thanks again, and regards,
Salvatore


signature.asc
Description: Digital signature


Processed: Re: Bug#688668: upstream commit where headers where removed

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

> tags -1 + pending
Bug #688668 [iptraf] iptraf: Fix FTFBS with recent kernels
Added tag(s) pending.

-- 
688668: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688668
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#687657: marked as done (vlc: copyright file missing after squeeze->wheezy upgrade)

2012-10-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 Oct 2012 21:33:34 +
with message-id 
and subject line Bug#687657: fixed in vlc 2.0.3-3
has caused the Debian Bug report #687657,
regarding vlc: copyright file missing after squeeze->wheezy upgrade
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.)


-- 
687657: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687657
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: vlc
Version: 2.0.3-2
Severity: serious
Justification: Policy 12.5
User: debian...@lists.debian.org
Usertags: piuparts
Control: found -1 vlc/2.0.3-2

Hi,

during a test with piuparts I noticed that the copyright file of your
package is missing after an upgrade from squeeze to wheezy.


Andreas
--- End Message ---
--- Begin Message ---
Source: vlc
Source-Version: 2.0.3-3

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

Debian distribution maintenance software
pp.
Benjamin Drung  (supplier of updated vlc 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, 04 Oct 2012 20:59:21 +0200
Source: vlc
Binary: libvlc-dev libvlc5 libvlccore-dev libvlccore5 vlc vlc-data vlc-dbg 
vlc-nox vlc-plugin-fluidsynth vlc-plugin-jack vlc-plugin-notify 
vlc-plugin-pulse vlc-plugin-sdl vlc-plugin-svg vlc-plugin-zvbi
Architecture: source amd64 all
Version: 2.0.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 

Changed-By: Benjamin Drung 
Description: 
 libvlc-dev - development files for libvlc
 libvlc5- multimedia player and streamer library
 libvlccore-dev - development files for libvlccore
 libvlccore5 - base library for VLC and its modules
 vlc- multimedia player and streamer
 vlc-data   - Common data for VLC
 vlc-dbg- debugging symbols for vlc
 vlc-nox- multimedia player and streamer (without X support)
 vlc-plugin-fluidsynth - FluidSynth plugin for VLC
 vlc-plugin-jack - Jack audio plugins for VLC
 vlc-plugin-notify - LibNotify plugin for VLC
 vlc-plugin-pulse - PulseAudio plugin for VLC
 vlc-plugin-sdl - SDL video and audio output plugin for VLC
 vlc-plugin-svg - SVG plugin for VLC
 vlc-plugin-zvbi - VBI teletext plugin for VLC
Closes: 662628 687657
Changes: 
 vlc (2.0.3-3) unstable; urgency=low
 .
   * debian/vlc.postinst: Fix directory to symlink upgrade in postinst.
 Thanks to David Prévot  (Closes: #687657)
   * debian/vlc.preinst: Remove insufficient fix to #613121 (similar issue).
 Thanks to David Prévot for the patch.
   * Cherry-pick fix for VLC hang caused by the notify plugin. (Closes: #662628,
 LP: #970447)
   * Drop alternative dependency on transitional ttf-freefont.
Checksums-Sha1: 
 979463bd0fb2e23e65b64d3f14d4784ff0406934 4844 vlc_2.0.3-3.dsc
 5db29d9c1dd4d3b778178c8e52cf051e03c6d4e7 58191 vlc_2.0.3-3.debian.tar.gz
 3e602d34c353d4e0b3765612fa56cd03b5871498 59466 libvlc-dev_2.0.3-3_amd64.deb
 a2c5a1660b3947dc57efdce5a3b7024973512356 39216 libvlc5_2.0.3-3_amd64.deb
 8f1afb1e9208a540efa31f5cd65898beb5c3c9bd 504498 
libvlccore-dev_2.0.3-3_amd64.deb
 7ee3b415d5cf0536fa15e97fe9f8da7df29d70ae 356324 libvlccore5_2.0.3-3_amd64.deb
 704d51e9646986e29bd67dff631006cef7836d11 1051666 vlc_2.0.3-3_amd64.deb
 056de14d88321000b3cb3ebf188e1517cbaf52ee 5105548 vlc-data_2.0.3-3_all.deb
 716df520ff1737bed8354de26a5a24b266b1c3cc 13275244 vlc-dbg_2.0.3-3_amd64.deb
 015ce5077a6cf642ecc2ed1caa6f3b5f99dfcb46 2551216 vlc-nox_2.0.3-3_amd64.deb
 307f13c3b13e63046c1a65f9b4827e5be8179c72 5472 
vlc-plugin-fluidsynth_2.0.3-3_amd64.deb
 c076023827d892df67c5c23655a695ed9be7682e 10480 
vlc-plugin-jack_2.0.3-3_amd64.deb
 4c019772643d9b45fa90df19a1bf88e8c158a627 5616 
vlc-plugin-notify_2.0.3-3_amd64.deb
 74005d623d94bbf698aa13a53547f554ed043d9a 16776 
vlc-plugin-pulse_2.0.3-3_amd64.deb
 e13ff78bb48b7dd450e58c5166b0ed27b6a90b1a 8094 vlc-plugin-sdl_2.0.3-3_amd64.deb
 8d2b517b4c9f6bcbb779e5b85e4c5cee75ee3f8a 6294 vlc-plugin-svg_2.0.3-3_amd64.deb
 689de4b38ed84e3f1bffa014475aa3e22eb94328 8034 vlc-plugin-zvbi_2.0.3-3_amd64.deb
Checksums-Sha256: 
 65136fa2632dbf3e4371a5a876861c9c89046dd6c200a16a9569ce8a404a74cc 4

Bug#660700: marked as done (vlc-plugin-notify: application blocks at startup when activated)

2012-10-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 Oct 2012 21:33:34 +
with message-id 
and subject line Bug#662628: fixed in vlc 2.0.3-3
has caused the Debian Bug report #662628,
regarding vlc-plugin-notify: application blocks at startup when activated
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.)


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

Package: vlc-plugin-notify
Version: 2.0.0-1
Severity: important


Coin,

After upgrading from 1.1.13-1+b1, the (default) interface window  
opens, but stays empty without any widget but the background color,  
and the whole application stays blocked forever (see the attached  
debug logs). These two tests work perfectly using xine or mplayer.


Using 'cvlc --control qt4' i was able to have it open properly. I then  
found disabling libnotify support solved my problem. libnotify4 was  
not upgraded since a while, worked perfectly with 1.1.13-1+b1, and  
still works for other applications.


Tell me if you need more info.

Regards.


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

Architecture: amd64 (x86_64)

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

Versions of packages vlc-plugin-notify depends on:
ii  libatk1.0-0 2.2.0-2
ii  libc6   2.13-26
ii  libcairo2   1.10.2-6.2
ii  libfontconfig1  2.8.0-3.1
ii  libfreetype62.4.8-1
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libglib2.0-02.30.2-6
ii  libgtk2.0-0 2.24.9-2
ii  libnotify4  0.7.4-1
ii  libpango1.0-0   1.29.4-2
ii  libvlccore5 2.0.0-1
ii  vlc-nox 2.0.0-1

vlc-plugin-notify recommends no packages.

vlc-plugin-notify suggests no packages.

-- no debconf information

--
Marc Dequènes (Duck)
-- logger module started --
main debug: using interface module "logger"
main debug: TIMER module_need() : 0.202 ms - Total 0.202 ms / 1 intvls (Avg 0.202 ms)
main debug: adding item `video.mkv' ( file:///data/video.mkv )
dbus debug: Got a VLC event on playlist-item-append. The main loop needs to wake up in order to process it
dbus debug: Sending wakeup signal to the main loop
dbus debug: Got a VLC event on playlist-item-append. The main loop needs to wake up in order to process it
dbus debug: Sending wakeup signal to the main loop
dbus debug: the main loop has been woken up
dbus debug: Removing a byte from the self-pipe
dbus debug: the main loop has been woken up
dbus debug: Removing a byte from the self-pipe
main debug: looking for interface module: 1 candidate
dbus debug: Nothing happened on fd 6
dbus debug: Dispatching incoming dbus message
dbus debug: Dispatching incoming dbus message
dbus debug: DBus dispatch status changed to COMPLETE.
dbus debug: 9234 µs elapsed since last wakeup
dbus debug: Sleeping until something happens
dbus debug: Nothing happened on fd 13
dbus debug: Dispatching incoming dbus message
dbus debug: DBus dispatch status changed to COMPLETE.
dbus debug: 1024 µs elapsed since last wakeup
dbus debug: Sleeping until something happens
main debug: Creating an input for 'video.mkv'
main debug: using interface module "globalhotkeys"
main debug: TIMER module_need() : 0.532 ms - Total 0.532 ms / 1 intvls (Avg 0.532 ms)
main: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
main debug: looking for interface module: 5 candidates
main debug: meta ok for (null), need to fetch art
main debug: looking for meta fetcher module: 1 candidate
lua debug: Trying Lua scripts in /home/duck/.local/share/vlc/lua/meta/fetcher
lua debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/fetcher
lua debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/fetcher/tvrage.luac
main debug: using meta fetcher module "lua"
main debug: TIMER module_need() : 0.483 ms - Total 0.483 ms / 1 intvls (Avg 0.483 ms)
main debug: removing module "lua"
main debug: searching art for video.mkv
main debug: looking for art finder module: 2 candidates
lua debug: Trying Lua scripts in /home/duck/.local/share/vlc/lua/meta/art
lua debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/art
lua debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/00_musicbrainz.luac
lua debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/01_googleimage.luac
lua debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/02_frenchtv.luac
lua debug: Trying Lua playlist script 

Bug#662628: marked as done (vlc: Serious problems with playing video files)

2012-10-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 Oct 2012 21:33:34 +
with message-id 
and subject line Bug#662628: fixed in vlc 2.0.3-3
has caused the Debian Bug report #662628,
regarding vlc: Serious problems with playing video files
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.)


-- 
662628: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662628
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: vlc
Version: 2.0.0-6
Justification: renders package unusable
Severity: grave

  After last actualization of VLC I started experiencing serious
problems with playing video files - .flv, .mp4, .webm and possibly
others (didn't test).
In fact - video files are not playing at all, and even when they are
playing it is with serious performance problems (on Pentium D T3400 it
consumes ~90% of one core). Also there is problem with quitting from
it whenever there was an attempt to play video file (only kill -9 does
the work). Worth of note is fact that I'm not using pulseaudio (nor
willing to do so).

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

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

Versions of packages vlc depends on:
ii  libaa11.4p5-39
ii  libavcodec53  4:0.8-1+b1
ii  libavutil51   4:0.8-1+b1
ii  libc6 2.13-26
ii  libfreetype6  2.4.8-1
ii  libfribidi0   0.19.2-2
ii  libgcc1   1:4.6.2-12
ii  libgl1-mesa-glx [libgl1]  7.11.2-1
ii  libice6   2:1.0.7-2
ii  libqtcore44:4.7.4-2
ii  libqtgui4 4:4.7.4-2
ii  libsdl-image1.2   1.2.12-1
ii  libsdl1.2debian   1.2.15-2
ii  libsm62:1.2.0-2
ii  libstdc++64.6.2-12
ii  libtar0   1.2.11-8
ii  libva-x11-1   1.0.14-1
ii  libva11.0.14-1
ii  libvlccore5   2.0.0-6
ii  libx11-6  2:1.4.4-4
ii  libxcb-composite0 1.8-2
ii  libxcb-keysyms1   0.3.8-1
ii  libxcb-randr0 1.8-2
ii  libxcb-render01.8-2
ii  libxcb-shape0 1.8-2
ii  libxcb-shm0   1.8-2
ii  libxcb-xfixes01.8-2
ii  libxcb-xv01.8-2
ii  libxcb1   1.8-2
ii  libxext6  2:1.3.0-3
ii  libxinerama1  2:1.1.1-3
ii  libxpm4   1:3.5.9-4
ii  ttf-freefont  20100919-1
ii  vlc-nox   2.0.0-6
ii  zlib1g1:1.2.6.dfsg-1

Versions of packages vlc recommends:
ii  vlc-plugin-notify  2.0.0-6
ii  vlc-plugin-pulse   
ii  xdg-utils  1.1.0~rc1+git20111210-6

Versions of packages vlc suggests:
ii  videolan-doc  20070626-1

-- no debconf information

--

darkestkhan
--
Feel free to CC me.
jid: darkestk...@gmail.com
May The Source be with You.


--- End Message ---
--- Begin Message ---
Source: vlc
Source-Version: 2.0.3-3

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

Debian distribution maintenance software
pp.
Benjamin Drung  (supplier of updated vlc 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, 04 Oct 2012 20:59:21 +0200
Source: vlc
Binary: libvlc-dev libvlc5 libvlccore-dev libvlccore5 vlc vlc-data vlc-dbg 
vlc-nox vlc-plugin-fluidsynth vlc-plugin-jack vlc-plugin-notify 
vlc-plugin-pulse vlc-plugin-sdl vlc-plugin-svg vlc-plugin-zvbi
Architecture: source amd64 all
Version: 2.0.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 

Changed-By: Benjamin Drung 
Description: 
 libvlc-dev - development files for libvlc
 libvlc5- multimedia player and streamer library
 libvlccore-dev - development files for libvlccore
 libvlccore5 - base library for VLC and its modules
 vlc- multimedia player and streamer
 vlc-data   - Common data for VLC
 vlc-

Bug#688668: upstream commit where headers where removed

2012-10-04 Thread Frederic Peters
Hi Salvatore,

> Are you fine if the package with Marcin's patch get's uploaded? I can
> upload the NMU version I attached in previous mail if needed.

Go for it, and thanks in advance; I don't have much time for the
moment :/ (I didn't check but perhaps iptraf-ng also needs that
patch).


Thanks!

Fred


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



Bug#689578: sympa: modifies conffiles (policy 10.7.3): /etc/syslog.conf

2012-10-04 Thread Salvatore Bonaccorso
Hi

On Thu, Oct 04, 2012 at 10:07:12AM +0200, Andreas Beckmann wrote:
> Package: sympa
> Version: 6.1.11~dfsg-4
> Severity: serious
> User: debian...@lists.debian.org
> Usertags: piuparts
> 
> Hi,
> 
> during a test with piuparts I noticed your package modifies conffiles.
> And even worse, it's a conffile owned by a different package.
> This is forbidden by the policy, see
> http://www.debian.org/doc/debian-policy/ch-files.html#s-config-files
> 
[..]
> 
> debsums reports modification of the following files,
> from the attached log (scroll to the bottom...):
> 
>   /etc/syslog.conf

I had a look at this bugreport for sympa. This indeed seems to be a
problem if one uses sysklogd. sysklogd provides
/usr/sbin/syslog-facility and in sympa's postinst we have:

cut-cut-cut-cut-cut-cut-
## Setup a syslog facility
if which syslog-facility >/dev/null 2>&1 \
  && [ -e /etc/syslog.conf ] \
  && ! grep -q "/var/log/sympa.log" /etc/syslog.conf \
  && syslog-facility set all /var/log/sympa.log > /etc/sympa/facility \
  && [ -x /etc/init.d/sysklogd ]; then
if which invoke-rc.d >/dev/null 2>&1; then
invoke-rc.d sysklogd reload
else
etc/init.d/sysklogd reload
fi
fi
cut-cut-cut-cut-cut-cut-

The problematic call is syslog-facility set all /var/log/sympa.log
which will add a

local0.*/var/log/sympa.log

to /etc/syslog.conf.

Regards,
Salvatore


signature.asc
Description: Digital signature


Bug#689664: Multiple security issues

2012-10-04 Thread Moritz Muehlenhoff
Package: letodms
Version: 3.3.4+dfsg-1
Severity: grave
Tags: security

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

Cheers,
Moritz


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



Processed: sugar-0.96: diff for NMU version 0.96.1-2.1

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

> tags 678720 + pending
Bug #678720 [sugar-emulator-0.96] sugar-emulator-0.96: sugar-emulator don't 
start if not installed python-carquinyol
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678720
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#688842: Bug#689476: : No such file or directory at /usr/share/perl5/Pristine/Tar/Formats.pm line 65

2012-10-04 Thread gregor herrmann
On Thu, 04 Oct 2012 21:27:01 +0300, Niko Tyni wrote:

> > Note that local::lib is currently used as the default mode in some
> > circumstances, see #688842 (cc'd). I hope we can fix this before the
> > release (and have marked it as release critical), help is welcome.
> However, thinking a bit more about this: I expect the outcome of #688842
> is that /usr/local is used by default when it's writable by the current
> user (which usually meens root privileges), but local::lib still will
> be the default for unprivileged users.

Right, but I still consider CPAN.pm (on Debian) dowloading and
installing upstream local::lib -- separately from the packaging
system -- as a not really brilliant option.
(I don't want to imagine the amounts of bug reports due to local::lib
setting up directories and environment variables on its own.)
 
> That may mean that dh-make-perl needs changes anyway?

As far as I could see in the bug report, the problem in dh-make-perl
is only related to git repos and tarballs; that the output included
the cpan/local::lib setup was IMO purely accidental.
 

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


signature.asc
Description: Digital signature


Bug#678720: sugar-0.96: diff for NMU version 0.96.1-2.1

2012-10-04 Thread Simon Paillard
tags 678720 + pending
thanks

Dear maintainer,

I've prepared an NMU for sugar-0.96 (versioned as 0.96.1-2.1) and
uploaded it to DELAYED/4. Please feel free to tell me if I
should delay it longer.

Once the delay expires, I'll commit this to collab-maint.


Regards.

-- 
Simon Paillard
diffstat for sugar-0.96-0.96.1 sugar-0.96-0.96.1

 changelog |8 
 rules |4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff -Nru sugar-0.96-0.96.1/debian/changelog sugar-0.96-0.96.1/debian/changelog
--- sugar-0.96-0.96.1/debian/changelog	2012-05-27 18:04:37.0 +0200
+++ sugar-0.96-0.96.1/debian/changelog	2012-10-04 23:03:11.0 +0200
@@ -1,3 +1,11 @@
+sugar-0.96 (0.96.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "sugar-emulator don't start if not installed python-carquinyol"
+moved from recommends to depends (Closes: #678720)
+
+ -- Simon Paillard   Thu, 04 Oct 2012 22:49:52 +0200
+
 sugar-0.96 (0.96.1-2) unstable; urgency=low
 
   * Fix stop depending on sugar-presence-service-*: Solely used by
diff -Nru sugar-0.96-0.96.1/debian/rules sugar-0.96-0.96.1/debian/rules
--- sugar-0.96-0.96.1/debian/rules	2012-05-27 18:00:39.0 +0200
+++ sugar-0.96-0.96.1/debian/rules	2012-10-04 22:49:33.0 +0200
@@ -120,7 +120,7 @@
 CDBS_DEPENDS_sugar-session-$(pkgbranch) += , python-gobject (>= 2.15.0), python-gtk2, python-dbus
 CDBS_DEPENDS_sugar-session-$(pkgbranch) += , python-wnck | python-gnome2-desktop (<= 2.24.0-1)
 CDBS_DEPENDS_sugar-session-$(pkgbranch) += , python-gconf | python-gnome2 (<= 2.22.3-2)
-CDBS_DEPENDS_sugar-session-$(pkgbranch) += , metacity (>= 1:2.27.1), dbus-x11
+CDBS_DEPENDS_sugar-session-$(pkgbranch) += , metacity (>= 1:2.27.1), dbus-x11, python-carquinyol-$(pkgbranch)
 CDBS_DEPENDS_sugar-emulator-$(pkgbranch) = sugar-session-$(pkgbranch), python-jarabe-$(pkgbranch)
 CDBS_DEPENDS_sugar-emulator-$(pkgbranch) += , dbus-x11, $(emulator_exec)
 CDBS_DEPENDS_sugar-tools-$(pkgbranch) = python-sugar-$(pkgbranch), python-sugar-toolkit-$(pkgbranch), python-jarabe-$(pkgbranch)
@@ -128,7 +128,7 @@
 CDBS_DEPENDS_python-jarabe-$(pkgbranch) += , python-hippocanvas, python-gobject (>= 2.15.0), python-gtk2, python-cairo, python-dbus, python-telepathy (>= 0.15.9), python-simplejson, python-gtksourceview2, python-xapian, python-gst0.10
 CDBS_DEPENDS_python-jarabe-$(pkgbranch) += , python-wnck | python-gnome2-desktop (<= 2.24.0-1)
 CDBS_DEPENDS_python-jarabe-$(pkgbranch) += , python-gconf | python-gnome2 (<= 2.22.3-2)
-CDBS_RECOMMENDS_sugar-session-$(pkgbranch) = sugar-emulator-$(pkgbranch), sugar-tools-$(pkgbranch), python-carquinyol-$(pkgbranch)
+CDBS_RECOMMENDS_sugar-session-$(pkgbranch) = sugar-emulator-$(pkgbranch), sugar-tools-$(pkgbranch)
 CDBS_RECOMMENDS_sugar-session-$(pkgbranch) += , $(call session_expand_activities,true)
 CDBS_RECOMMENDS_sugar-session-$(pkgbranch) += , python-xklavier
 CDBS_RECOMMENDS_sugar-session-$(pkgbranch) += , $(jarabe_initprofile), $(session_nm), $(session_gio), $(session_pm), $(jarabe_cp_cli_exec)


Bug#687694: version incompatibility

2012-10-04 Thread brian.thoma...@gmail.com
Hi,

I'm happy to make whatever changes are necessary to this package, but I'm
not sure what is gained by providing Breaks for every potential package
affected by a bouncycastle upgrade.  It seems to me more proper that if
package X depends on bouncycastle = version Y (which appears to be the case
here) that package should then reflect it, rather than putting X number of
Breaks in the bouncycastle package itself and having to expand that list
each time a new package enters the pool that depends upon it.

Best regards,

-Brian


Processed: tagging 678720

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

> tags 678720 + confirmed
Bug #678720 [sugar-emulator-0.96] sugar-emulator-0.96: sugar-emulator don't 
start if not installed python-carquinyol
Added tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678720
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#688842: Bug#689476: : No such file or directory at /usr/share/perl5/Pristine/Tar/Formats.pm line 65

2012-10-04 Thread Damyan Ivanov
-=| Niko Tyni, 04.10.2012 21:27:01 +0300 |=-
> On Wed, Oct 03, 2012 at 11:33:56AM +0300, Niko Tyni wrote:
> However, thinking a bit more about this: I expect the outcome of 
> #688842
> is that /usr/local is used by default when it's writable by the current
> user (which usually meens root privileges), but local::lib still will
> be the default for unprivileged users.
> 
> That may mean that dh-make-perl needs changes anyway?

Probably. Some sort of changing CPAN defaults at runtime (if such 
thing is possible at all).


signature.asc
Description: Digital signature


Bug#689371: scscp-imcce: FTBFS on some systems: scscpscconnect test hangs

2012-10-04 Thread Aaron M. Ucko
Jerome BENOIT  writes:

> Do you know how to reproduce this kind of environment on a regular box ?

Good question.  I think vserver may be involved, but I'm not familiar
with the details -- I don't run any autobuilders myself, just keep an
eye out for packages that show up on amd64 but not i386 or vice versa.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu


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



Processed: your mail

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

> forwarded 689191 https://bugzilla.gnome.org/show_bug.cgi?id=685515
Bug #689191 [python-libxml2] python-libxml2 (v. 2.9.0) undefined symbol
Set Bug forwarded-to-address to 
'https://bugzilla.gnome.org/show_bug.cgi?id=685515'.
> --
Stopping processing here.

Please contact me if you need assistance.
-- 
689191: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689191
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#689583: swi-prolog-nox depends on libncursesw5 on amd64, but not on proper -dev package

2012-10-04 Thread Eugeniy Meshcheryakov
Hi,

4 жовтня 2012 о 09:39 +0100 Michael Tautschnig написав(-ла):
> Package: swi-prolog-nox
> Version: 5.10.4-3
> Severity: serious
> Justification: breaks build of other packages
> 
> swi-prolog-nox lists as dependencies:
> 
>  libncursesw5 (>= 5.6+20070908) [amd64]
>  libncurses5 (>= 5.5-5~) [not amd64]
>  libncurses5-dev
> 
> This breaks any build using swipl-ld on *amd64* as libncursesw5.so will not be
> available.
The problem is caused by swi-prolog autodetecting libraries and trying
ncursesw first, and it was installed on my machine when I was building
the package.

The least intrusive solution IMHO would be to just Build-Conflict with
libncursesw5-dev.

Will release team accept unblock request for package with such change?

Regards,
Eugeniy Meshcheryakov


signature.asc
Description: Digital signature


Processed: [mysql-workbench] When quit MySQL Workbench, it get freezed

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

> found 682691 5.2.40+dfsg-1
Bug #682691 [mysql-workbench] [mysql-workbench] When quit MySQL Workbench, it 
get freezed
Ignoring request to alter found versions of bug #682691 to the same values 
previously set
> fixed 682691 5.2.43+dfsg-1~exp0
Bug #682691 [mysql-workbench] [mysql-workbench] When quit MySQL Workbench, it 
get freezed
Marked as fixed in versions mysql-workbench/5.2.43+dfsg-1~exp0.
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
682691: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682691
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#689371: scscp-imcce: FTBFS on some systems: scscpscconnect test hangs

2012-10-04 Thread Jerome BENOIT

Hello:

On 02/10/12 00:42, Aaron M. Ucko wrote:

Source: scscp-imcce
Version: 0.7.0+ds-2
Severity: serious
Justification: fails to build from source

Builds of scscp-imcce for several platforms



 (in virtual environments

with networking aggressively disabled?


Do you know how to reproduce this kind of environment on a regular box ?

Thanks in advacne,
Jerome


) have been failing because the

scscpscconnect test hangs:

PASS: scscpgetversion
make[3]: *** [check-TESTS] Terminated
make[1]: *** wait: No child processes.  Stop.
make[1]: *** Waiting for unfinished jobs
make[1]: *** wait: No child processes.  Stop.
make[2]: *** [check-am] Terminated
make: *** [build-arch] Terminated
Build killed with signal TERM after 150 minutes of inactivity

Could you please take a look?

Thanks!



--
Jerome BENOIT
jgmbenoit-at+rezozer*dot_net


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



Bug#688842: Bug#689476: : No such file or directory at /usr/share/perl5/Pristine/Tar/Formats.pm line 65

2012-10-04 Thread Niko Tyni
On Wed, Oct 03, 2012 at 11:33:56AM +0300, Niko Tyni wrote:
> On Wed, Oct 03, 2012 at 11:19:36AM +0300, Damyan Ivanov wrote:
> > retitle 689476 dh-make-perl fails to find upstream tarball (CPAN in 
> > local::lib mode?)
> 
> > I've never had CPAN configured to use local::lib, so this may have 
> > some side effects.
> 
> Note that local::lib is currently used as the default mode in some
> circumstances, see #688842 (cc'd). I hope we can fix this before the
> release (and have marked it as release critical), help is welcome.

However, thinking a bit more about this: I expect the outcome of #688842
is that /usr/local is used by default when it's writable by the current
user (which usually meens root privileges), but local::lib still will
be the default for unprivileged users.

That may mean that dh-make-perl needs changes anyway?

Sorry for not being able to dig into this properly right now.
-- 
Niko Tyni   nt...@debian.org


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



Processed: severity of 631075 is serious

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

> severity 631075 serious
Bug #631075 {Done: Giuseppe Iuculano } [smartmontools] 
Installs two sysv init scripts
Bug #668189 {Done: Giuseppe Iuculano } [smartmontools] 
Installs both /etc/init.d/smartd and /etc/init.d/smartmontools for starting 
smartd
Severity set to 'serious' from 'normal'
Severity set to 'serious' from 'normal'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
631075: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631075
668189: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668189
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#688668: upstream commit where headers where removed

2012-10-04 Thread Salvatore Bonaccorso
Hi Frederic

Are you fine if the package with Marcin's patch get's uploaded? I can
upload the NMU version I attached in previous mail if needed.

Regards,
Salvatore


signature.asc
Description: Digital signature


Processed: [mysql-workbench] When quit MySQL Workbench, it get frozen

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

> reopen 682691
Bug #682691 {Done: Dmitry Smirnov } [mysql-workbench] 
[mysql-workbench] When quit MySQL Workbench, it get freezed
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions mysql-workbench/5.2.43+dfsg-1~exp0.
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
682691: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682691
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#688433: marked as done (biomaj: modifies conffiles (policy 10.7.3): /etc/biomaj/db_properties/global.properties)

2012-10-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 Oct 2012 16:47:31 +
with message-id 
and subject line Bug#688433: fixed in biomaj 1.2.0-9
has caused the Debian Bug report #688433,
regarding biomaj: modifies conffiles (policy 10.7.3): 
/etc/biomaj/db_properties/global.properties
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.)


-- 
688433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688433
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: biomaj
Version: 1.2.0-7
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

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

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

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

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

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

  /usr/share/biomaj/bin/env.sh
  /etc/biomaj/db_properties/global.properties


cheers,

Andreas


biomaj_1.2.0-7.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Source: biomaj
Source-Version: 1.2.0-9

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

Debian distribution maintenance software
pp.
Olivier Sallou  (supplier of updated biomaj 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: Wed, 03 Oct 2012 13:54:44 +0200
Source: biomaj
Binary: biomaj biomaj-properties
Architecture: source all
Version: 1.2.0-9
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 

Changed-By: Olivier Sallou 
Description: 
 biomaj - biological data-bank updater
 biomaj-properties - biological data-bank updater - example properties files
Closes: 688433
Changes: 
 biomaj (1.2.0-9) unstable; urgency=low
 .
   * debian/patches/set_env_file_for_debian:
 Prevent env.sh file update by program at install
 (Closes: #688433)
Checksums-Sha1: 
 4bc85dda6206e41d1e6186fb2edcac058f6b1879 2490 biomaj_1.2.0-9.dsc
 3026baca95d5425f71ed4cc94f3a5d7309395bfe 25011 biomaj_1.2.0-9.debian.tar.gz
 54884fcb0ee14271a4ec9336b29d3bc775f78f2a 12446708 biomaj_1.2.0-9_all.deb
 13a78301e2b9cd32e93638573f4a2695c4e60866 34182 
biomaj-properties_1.2.0-9_all.deb
Checksums-Sha256: 
 269ec12acc0d14bb4a0549670ae2792ac840377e9791eb3c7016c34d80bcbba5 2490 
biomaj_1.2.0-9.dsc
 f4c47f1b1ba7fc3575d2405221325d3a9e08f2c625b599a5e2202744cc6a2eba 25011 
biomaj_1.2.0-9.debian.tar.gz
 a64546488019465092fe4c76f62725653d763a8f743860588b0d5c9bbe916939 12446708 
biomaj_1.2.0-9_all.deb
 8b672d56f6c2340c23dcc357741017e73995cb34f271ca55e6b5efb9da500d26 34182 
biomaj-properties_1.2.0-9_all.deb
Files: 
 885d374d3df897e55a5856aa1cf63531 2490 science optional biomaj_1.2.0-9.dsc
 e6cb5edb13096ebfccbaa8cd3b8965d9 25011 science optional 
biomaj_1.2.0-9.debian.tar.gz
 644e93a76ae2db825f15275747ce25cb 12446708 science optional 
biomaj_1.2.0-9_all.deb
 11ab50b80

Bug#688499: netmrg: diff for NMU version 0.20-6.1

2012-10-04 Thread gregor herrmann
tags 662164 + pending
tags 665702 + pending
tags 688499 + patch
tags 688499 + pending
thanks

Dear maintainer,

I've prepared an NMU for netmrg (versioned as 0.20-6.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  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: Neil Young: Are You Ready For The Country
diff -u netmrg-0.20/debian/changelog netmrg-0.20/debian/changelog
--- netmrg-0.20/debian/changelog
+++ netmrg-0.20/debian/changelog
@@ -1,3 +1,20 @@
+netmrg (0.20-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "modifies conffiles (policy 10.7.3): /etc/netmrg/netmrg.xml":
+install only the template netmrg.xml and not the copy under /etc; 
+.postinst uses the template already, if the "original" is not there,
+.config and .postrm also contain the necessary machinery.
+(Closes: #688499)
+  * l10n improvements:
+- add Italian debconf translation, thanks Beatrice Torracca
+  (Closes: #665702)
+- fix typos, thanks Daniele Forsi and Christian PERRIER
+  (Closes: #662164)
+- convert de.po to UTF-8
+
+ -- gregor herrmann   Thu, 04 Oct 2012 18:36:03 +0200
+
 netmrg (0.20-6) unstable; urgency=low
 
   * Some more minor corrections for nl and da translation in debconf,
diff -u netmrg-0.20/debian/rules netmrg-0.20/debian/rules
--- netmrg-0.20/debian/rules
+++ netmrg-0.20/debian/rules
@@ -68,7 +68,7 @@
 
 	# Add here commands to install the package into debian/netmrg.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/netmrg netmrg_share_docdir=/usr/share/doc/netmrg netmrg_share_htmldir=/usr/share/doc/netmrg/html netmrg_wwwdir=/usr/share/netmrg
-	cp $(CURDIR)/debian/netmrg/etc/netmrg/netmrg.xml $(CURDIR)/debian/netmrg/usr/share/netmrg/netmrg.xml.sample
+	mv $(CURDIR)/debian/netmrg/etc/netmrg/netmrg.xml $(CURDIR)/debian/netmrg/usr/share/netmrg/netmrg.xml.sample
 	rm -f $(CURDIR)/debian/netmrg/usr/share/doc/netmrg/INSTALL
 	rm -f $(CURDIR)/debian/netmrg/usr/share/doc/netmrg/LICENSE
 	chmod 744 $(CURDIR)/debian/netmrg/usr/share/netmrg/contrib/bindstats/dnsstats
diff -u netmrg-0.20/debian/templates netmrg-0.20/debian/templates
--- netmrg-0.20/debian/templates
+++ netmrg-0.20/debian/templates
@@ -61,7 +61,7 @@
 _default:
 _description: Name of web host:
  netmrg's user interface is web based. The hostname of the web server
- is used for urls within the netmrg web interface. Leaving this
+ is used for URLs within the netmrg web interface. Leaving this
  entry field empty is usually a good choice.
 
 Template: netmrg/company/name
@@ -74,9 +74,9 @@
 Template: netmrg/company/link
 Type: string
 _default: http://
-_description: Url of your companies website:
+_description: URL of your company's website:
  Clicking on the company name will follow a link. It is usually
- the url pointing to the start page of your company's web site.
+ the URL pointing to the start page of your company's web site.
 
 Template: netmrg/postrm
 Type: boolean
diff -u netmrg-0.20/debian/po/da.po netmrg-0.20/debian/po/da.po
--- netmrg-0.20/debian/po/da.po
+++ netmrg-0.20/debian/po/da.po
@@ -143,7 +143,7 @@
 #: ../templates:11002
 msgid ""
 "netmrg's user interface is web based. The hostname of the web server is used "
-"for urls within the netmrg web interface. Leaving this entry field empty is "
+"for URLs within the netmrg web interface. Leaving this entry field empty is "
 "usually a good choice."
 msgstr ""
 "netmrgs brugergrænseflade er internetbaseret. Værtsnavnet på "
@@ -175,14 +175,14 @@
 #. Type: string
 #. description
 #: ../templates:13002
-msgid "Url of your companies website:"
+msgid "URL of your company's website:"
 msgstr "Adresse på dit firmas internetside:"
 
 #. Type: string
 #. description
 #: ../templates:13002
 msgid ""
-"Clicking on the company name will follow a link. It is usually the url "
+"Clicking on the company name will follow a link. It is usually the URL "
 "pointing to the start page of your company's web site."
 msgstr ""
 "Klik på dit firmanavn vil udløse en henvisning. Det er normalt adressen, som "
diff -u netmrg-0.20/debian/po/cs.po netmrg-0.20/debian/po/cs.po
--- netmrg-0.20/debian/po/cs.po
+++ netmrg-0.20/debian/po/cs.po
@@ -139,10 +139,10 @@
 #: ../templates:11002
 msgid ""
 "netmrg's user interface is web based. The hostname of the web server is used "
-"for urls within the netmrg web interface. Leaving this entry field empty is "
+"for URLs within the netmrg web interface. Leaving this entry field empty is "
 "usually a good choice."
 msgstr ""
-"Uživatelské rozhraní programu netmrg používá web. Adresy url webového "
+"Uživatelské rozhraní programu netmrg používá web. Adresy URL webového "
 "rozhraní netmrg používají hostitelský název webového serveru. Obvykle stačí "
 "ponechat toto polÃ

Processed: netmrg: diff for NMU version 0.20-6.1

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

> tags 662164 + pending
Bug #662164 [netmrg] Typos in debconf template
Added tag(s) pending.
> tags 665702 + pending
Bug #665702 [netmrg] [INTL: it] Italian translation of debconf messages - netmrg
Added tag(s) pending.
> tags 688499 + patch
Bug #688499 [netmrg] netmrg: modifies conffiles (policy 10.7.3): 
/etc/netmrg/netmrg.xml
Added tag(s) patch.
> tags 688499 + pending
Bug #688499 [netmrg] netmrg: modifies conffiles (policy 10.7.3): 
/etc/netmrg/netmrg.xml
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
662164: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662164
665702: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665702
688499: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688499
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#688375: marked as done (ntlmaps: modifies conffiles (policy 10.7.3): /etc/ntlmaps/server.cfg)

2012-10-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 Oct 2012 16:32:34 +
with message-id 
and subject line Bug#688375: fixed in ntlmaps 0.9.9.0.1-11.2
has caused the Debian Bug report #688375,
regarding ntlmaps: modifies conffiles (policy 10.7.3): /etc/ntlmaps/server.cfg
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.)


-- 
688375: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688375
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ntlmaps
Version: 0.9.9.0.1-11.1
Severity: serious
Tags: squeeze-ignore
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

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

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

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

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

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

  /etc/ntlmaps/server.cfg


cheers,

Andreas


ntlmaps_0.9.9.0.1-11.1.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Source: ntlmaps
Source-Version: 0.9.9.0.1-11.2

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

Debian distribution maintenance software
pp.
gregor herrmann  (supplier of updated ntlmaps 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: Tue, 02 Oct 2012 18:10:44 +0200
Source: ntlmaps
Binary: ntlmaps
Architecture: source all
Version: 0.9.9.0.1-11.2
Distribution: unstable
Urgency: low
Maintainer: David Watson 
Changed-By: gregor herrmann 
Description: 
 ntlmaps- NTLM Authorization Proxy Server
Closes: 688375
Changes: 
 ntlmaps (0.9.9.0.1-11.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix "modifies conffiles (policy 10.7.3): /etc/ntlmaps/server.cfg":
 - install server.cfg below /usr/share instead of /etc
   (debian/install, debian/dirs)
 - copy the template in debian/postinst if necessary
 - remove it in new debian/postrm during purge
 - (re)move parts of debian/rules and debian/lintian-overrides related
   to server.cfg
 - the rest of the modify-file-with-debconf machinery is already there
 (Closes: #688375)
Checksums-Sha1: 
 80427dd6490bd85c52480edf75325e9f3c72519b 1775 ntlmaps_0.9.9.0.1-11.2.dsc
 35f854ec9ef8ebed12f49cb893e3ea4548250c89 24429 ntlmaps_0.9.9.0.1-11.2.diff.gz
 7090438fb1d9d3601f820e5287fba7aac53f7eb1 73908 ntlmaps_0.9.9.0.1-11.2_all.deb
Checksums-Sha256: 
 980c2f0f5cb7fe82a1232d510c7e96aafcdd69e699363aeb230bcbcd97c1817f 1775 
ntlmaps_0.9.9.0.1-11.2.dsc
 317af1e9511c516f64786ac4c51efd70bb4adad44a9326b424b790ce3c54c695 24429 
ntlmaps_0.9.9.0.1-11.2.diff.gz
 f654262faffe7c1942ca1e54e75dd57b528e042816e6dbe1e83024e52549edec 73908 
ntlmaps_0.9.9.0.1-11.2_all.deb
Files: 
 e063ea340a5831f6af0d98722b05872e 1775 web optional ntlmaps_0.9.9.0.1-11.2.dsc
 29b232e416156adb9048cb5734018da6 24429 web optional 
ntlmaps_0.

Bug#688433: apply new patch

2012-10-04 Thread Olivier Sallou
I gonna apply a patch on new release to prevent this update (even if
update as no impact on system or user experience).

Patch will update env.sh to debian config and prevent program from
modifying this file.

-- 


gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


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



Bug#681147: another symlink/directory issue: #681147

2012-10-04 Thread Andreas Beckmann
On 2012-10-04 17:24, Tobias Hansen wrote:
> Oh, nice. Now that you created a git repository, I think it would be a
> good idea to add it to the Vcs-* fields. Maybe move it to alioth first
> if you want.

For this I opened #689379, I don't think such a change should be part of
a NMU unless the current maintainer acknowledges it first. But it was
helping me to split up the gigantic diff that is needed to fix the
symlink mess into a sequence of commits (or patches) that would also
allow cherry-picking. And perhaps there is a different Vcs already ...
or more history that should be preserved.

And while I'm pretty confident that we fixed this RC bug, I have no clue
about attacking the other one that's open right now. And I don't plan to
look at sendmail again after getting it piuparts-clean :-)

Andreas


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



Bug#666307: marked as done (htp: FTBFS: snprintf.c:856:2: error: incompatible types when assigning to type 'va_list' from type 'struct __va_list_tag *')

2012-10-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 Oct 2012 15:32:36 +
with message-id 
and subject line Bug#666307: fixed in htp 1.16-4
has caused the Debian Bug report #666307,
regarding htp: FTBFS: snprintf.c:856:2: error: incompatible types when 
assigning to type 'va_list' from type 'struct __va_list_tag *'
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.)


-- 
666307: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666307
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: htp
Version: 1.16-3
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120330 qa-ftbfs qa-ftbfs-buildarch
Justification: FTBFS on amd64

Hi,

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

This rebuild was done by building only architecture:any binary packages
(binary-arch target of debian/rules), and using a newer dpkg that uses the
build-arch target if available.
Also, only the Build-Depends were installed, not the Build-Depends-Indep.

Relevant part:
> gcc -c -Wall -O2 -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o 
> snprintf.o snprintf.c
> snprintf.c: In function 'vasprintf':
> snprintf.c:856:2: error: incompatible types when assigning to type 'va_list' 
> from type 'struct __va_list_tag *'
> snprintf.c:864:2: error: incompatible types when assigning to type 'va_list' 
> from type 'struct __va_list_tag *'
> make[2]: *** [snprintf.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/03/30/htp_1.16-3_unstable.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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.


--- End Message ---
--- Begin Message ---
Source: htp
Source-Version: 1.16-4

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

Debian distribution maintenance software
pp.
Colin Watson  (supplier of updated htp 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: Thu, 04 Oct 2012 16:19:38 +0100
Source: htp
Binary: htp
Architecture: source i386
Version: 1.16-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Colin Watson 
Description: 
 htp- An HTML pre-processor
Closes: 666307
Changes: 
 htp (1.16-4) unstable; urgency=low
 .
   * QA upload (see O: bug #676574).
   * Set Maintainer to Debian QA Group.
   * Convert to 3.0 (quilt) source format, avoiding confusion between
 build-arch and build targets in debian/rules (closes: #666307).
   * 0003-Makefile-clean-target-fix.patch: Use rm -f to remove tests/fruits.
   * Add hardening flags, using dpkg-buildflags.
Checksums-Sha1: 
 380e2487856e3f4ee6a1a1f5655a70581352cbf1 1695 htp_1.16-4.dsc
 b3d3ef94571a261ee12eb66e4e83d30cead2501d 6596 htp_1.16-4.debian.tar.gz
 78ed54b85fdce75b296899c38579de1a72b9af8f 157514 htp_1.16-4_i386.deb
Checksums-Sha256: 
 4079e42f61493527ec74009d39342db7dcd5486c90d95aa1b3c6c1c1c14604b9 1695 
htp_1.16-4.dsc
 5a4fb70db78753d675e68cdeb2aa8d728678edcf2747794337cf4c354368384a 6596 
htp_1.16-4.debian.tar.gz
 3b2546edddbdf9de98b6545b6a5226cac561f6a78d42c16451c97c9c353c7057 157514 
htp_1.16-4_i386.deb
Files: 
 a95f8a7c95af58cc352413bed852b483 1695 web optional htp_1.16-4.dsc
 633ef16e3eaf682a48a366923b5c82f1 6596 web optional htp_1.16-4.debian.tar.gz
 87825aa05d78cdc59a8c8f7c2e34c0a3 157514 web optional htp_1.16-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson  -- Debian developer

iQIVAwUBUG2pbTk1h9l9hlALAQg5YQ/+Mui5IXa36UZjRQqHbGh0k5uqBxUv0+qH
uglArVSU/8O8ecTIkCYbpz4EW7vCYRHWPJth15Anx8vgYEOK8y3piTbMFudkDBmK
AwPk8Yx9ef+bYdPT9CkbIdrMVWwIQAQyPERlJZy3u+TQ1FDyAHVWCyg1N0JQPC9S
wURE8RMHYhGzrKbKjBjIsOT0fplbKZQ9Tw07GEA3PTPSfdz/Exa6eNWgGIORKV5e
ZwcaFkOasewshPjilcWdD4V6qs2M2wE44nogJ5I6oK8rTm81Neyx9lFLra0o1vxk
SYOkKHdeVPQrR8DoGX/EnfGXrDhq/kCTdhx0AdFcOmJu9QyP7M9EAk20aQGGH5C+

Bug#681147: another symlink/directory issue: #681147

2012-10-04 Thread Tobias Hansen

On 10/02/12 03:28, Andreas Beckmann wrote:

On 2012-10-01 00:49, Tobias Hansen wrote:

You could try applying my patch and then run 'debian/rules congfigure'
before building. Maybe that fixes the FTBFS.

OK, I looked into it, got it to build, fixed some more upgrade issues,
cleaned up /usr/share/doc/sendmail a bit more, ...
Fixed up /usr/share/bug/$PACKAGE, which were symlinks, too.
After the patch got unamnageable I imported everything from snapshot.d.o
into git (with git-import-dscs) and continued there ...
Now I'm at a stage where the package is nearly piuparts clean (there are
some leftover files after squeeze->LOCAL distupgrade in
/usr/share/doc/sendmail if the sendmail package was not installed, but I
think we can live with that).

git://github.com/anbe42/sendmail.git branch salvage (or bug-681147)

137 files changed, 1577 insertions(+), 19855 deletions(-)
but most of it is deletion of generated files, and adding aclocal.m4


Andreas


Oh, nice. Now that you created a git repository, I think it would be a 
good idea to add it to the Vcs-* fields. Maybe move it to alioth first 
if you want.


Best,
Tobias


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



Bug#689336: initramfs-tools 0.108 cannot decrypt dm_crypt filesystems

2012-10-04 Thread Raphael Hertzog
Hi,

On Tue, 02 Oct 2012, Samuel Hym wrote:
> With 0.107, I have a line:
>Adding binary /bin/loadkeys
> 
> not with 0.108.

I bet that you're missing the "console-setup" package because you're
not installing Recommends by default (kbd which provides loadkeys
recommends console-setup which provides setupcon, initramfs-tools version
0.108 requires both loadkeys and setupcon).

If that's the case, can you install console-setup and see whether it works
again?

I don't really know what's the proper solution though. Should
initramfs-tools add a Recommends of its own on "console-setup, kbd"?

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

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


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



Bug#688935: marked as done (openmsx: FTBFS on arm)

2012-10-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 Oct 2012 13:32:34 +
with message-id 
and subject line Bug#688935: fixed in openmsx 0.9.1-1
has caused the Debian Bug report #688935,
regarding openmsx: FTBFS on arm
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.)


-- 
688935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688935
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: openmsx
Severity: serious

-  Original Message 
Subject: failed armhf build of openmsx 0.9.0-1
Date: Wed, 26 Sep 2012 13:00:06 +
From: Debian buildds 
To: open...@packages.qa.debian.org

 * Source package: openmsx
 * Version: 0.9.0-1
 * Architecture: armhf
 * State: failed
 * Suite: sid
 * Builder: henze.debian.org
 * Build log:
https://buildd.debian.org/fetch.cgi?pkg=openmsx&arch=armhf&ver=0.9.0-1&stamp=1348664233&file=log

Please note that these notifications do not necessarily mean bug reports
in your package but could also be caused by other packages, temporary
uninstallabilities and arch-specific breakages.  A look at the build log
despite this disclaimer would be appreciated however.

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

iEYEARECAAYFAlBj9DwACgkQFShl+2J8z5U2SgCgtRC+CmQLYWHOnjDsRTuX4/O6
X/YAoIovvczxmn+zkVzoE69eFAKJLUxW
=Cz0v
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: openmsx
Source-Version: 0.9.1-1

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

Debian distribution maintenance software
pp.
Bas Wijnen  (supplier of updated openmsx package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Oct 2012 10:42:35 +0200
Source: openmsx
Binary: openmsx openmsx-data
Architecture: source i386 all
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Bas Wijnen 
Changed-By: Bas Wijnen 
Description: 
 openmsx- MSX emulator that aims for perfection
 openmsx-data - datafiles for openMSX, an MSX emulator
Closes: 688935
Changes: 
 openmsx (0.9.1-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #688935)
Checksums-Sha1: 
 effab93ed4f74c7364ab33d340f062d1def737ab 1350 openmsx_0.9.1-1.dsc
 75a733cb6f5331a716e9b55ec9ad299adc090c9b 2975351 openmsx_0.9.1.orig.tar.gz
 3a423fdc2abccfda33b72cff19d25fd23c840413 9648 openmsx_0.9.1-1.debian.tar.gz
 af9cb1c17d05dfd761d6b0baf10e885cf0831b5f 2016874 openmsx_0.9.1-1_i386.deb
 6f85f34c85c061ef57f03a97a534e8ecc8149d68 1341326 openmsx-data_0.9.1-1_all.deb
Checksums-Sha256: 
 3d23c33c7f38ce40bdacf632d2ca2876efb072421ee07f91876adeafbd430c0c 1350 
openmsx_0.9.1-1.dsc
 06b82dd7a06baa52ce3aa96545b28103328258e472bd5d99254f4af17492f33e 2975351 
openmsx_0.9.1.orig.tar.gz
 574ae48cbd3aee102bf5d5fb6a3a96dc7a3295d1dcad2144181044593ee1b6cc 9648 
openmsx_0.9.1-1.debian.tar.gz
 d9bc666beec7d05257f4efeba541f823d1e5e1923700f5741fdf850c402ad65a 2016874 
openmsx_0.9.1-1_i386.deb
 2d0776515e51e2bf479cafa08b27b8f5edf0b59fb78fdb5c6e588c6ee540f1de 1341326 
openmsx-data_0.9.1-1_all.deb
Files: 
 2f5263159c5690d3eb01197330a8ca36 1350 otherosfs optional openmsx_0.9.1-1.dsc
 37f9706652add2c881dcae4afdf00664 2975351 otherosfs optional 
openmsx_0.9.1.orig.tar.gz
 7de3b7d078c416e784d0adeae760dd22 9648 otherosfs optional 
openmsx_0.9.1-1.debian.tar.gz
 627ee65f5aed19b9a08995e81bb564a1 2016874 otherosfs optional 
openmsx_0.9.1-1_i386.deb
 c1c77afbd5230369806686cace76a4f8 1341326 otherosfs optional 
openmsx-data_0.9.1-1_all.deb

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

iEYEARECAAYFAlBtiyYACgkQFShl+2J8z5VjrwCfV/4FmSeZsafpRC9Tdhlt6BPZ
HHwAoJWU5q09qxA6fjX8IMJSS6YAHMdK
=EHAi
-END PGP SIGNATURE End Message ---


Bug#684375: marked as done (gdb-source, libgdb-dev: /usr/share/doc/$PKG/ empty after squeeze->wheezy upgrade)

2012-10-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 Oct 2012 13:17:57 +
with message-id 
and subject line Bug#684375: fixed in gdb 7.4.1-2
has caused the Debian Bug report #684375,
regarding gdb-source, libgdb-dev: /usr/share/doc/$PKG/ empty after 
squeeze->wheezy upgrade
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.)


-- 
684375: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684375
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gdb-source,libgdb-dev
Version: 7.4.1-1.1
Severity: serious
Justification: Policy 12.5
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during an experimental test with piuparts I noticed that the copyright
file of your package disappears after an squeeze->wheezy dist-upgrade.
/usr/share/doc/$PACKAGE/ is an empty directory afterwards.


cheers,

Andreas
--- End Message ---
--- Begin Message ---
Source: gdb
Source-Version: 7.4.1-2

We believe that the bug you reported is fixed in the latest version of
gdb, 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.
Hector Oron  (supplier of updated gdb 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: Wed, 19 Sep 2012 21:16:17 +
Source: gdb
Binary: gdb gdb-minimal gdb64 gdb-multiarch gdbserver libgdb-dev gdb-source
Architecture: source all amd64
Version: 7.4.1-2
Distribution: unstable
Urgency: low
Maintainer: Hector Oron 
Changed-By: Hector Oron 
Description: 
 gdb- The GNU Debugger
 gdb-minimal - The GNU Debugger
 gdb-multiarch - The GNU Debugger (with support for multiple architectures)
 gdb-source - The GNU Debugger (source)
 gdb64  - The GNU Debugger (64-bit)
 gdbserver  - The GNU Debugger (remote server)
 libgdb-dev - The GNU Debugger (libgdb.a)
Closes: 684375
Changes: 
 gdb (7.4.1-2) unstable; urgency=low
 .
   * Fix empty doc directory when upgrading from squeeze to wheezy.
 (Closes: #684375)
   * d/p/m68k-thread-debugging.patch:
 - Add thread debugging function for m68k. Taken from upstream.
 Thanks Thorsten Glaser.
   * d/control: bump standars version to 3.9.3
Checksums-Sha1: 
 f5bd6214344eb3c92ebcce33becd40bd3af8581c 2525 gdb_7.4.1-2.dsc
 4106005e2f7f679c8b008e736cd06bd2410d3cc7 46967 gdb_7.4.1-2.debian.tar.gz
 a1f9ca508b072c83aada75a12cb6658b4fb8194f 20596758 gdb-source_7.4.1-2_all.deb
 37fb6a286133fe47c606c4ffd7311f5f94edadae 2299708 gdb_7.4.1-2_amd64.deb
 98f301c1b1c56eddc724b4845f453d59932e009e 2007952 gdb-minimal_7.4.1-2_amd64.deb
 11db0fcbd935a2b5a95438831739465b2b147468 5165762 
gdb-multiarch_7.4.1-2_amd64.deb
 6a2ee23f2b55a62e538647ea9f6840dc44109b1e 134538 gdbserver_7.4.1-2_amd64.deb
 153ed72ea2732458b4081f6b452435ac997bb2d2 2694776 libgdb-dev_7.4.1-2_amd64.deb
Checksums-Sha256: 
 7e797f0beb3d60eda5e93360cc2f3d0d74dadde4cf1db0855b1132e7e02bee4f 2525 
gdb_7.4.1-2.dsc
 2a879d77a5dee69ad22bd9519cd7e255b3184dac31e803b420255df8967bae6c 46967 
gdb_7.4.1-2.debian.tar.gz
 4ea8b05d81965ca2049236d38a7cae2f09e529e242cf7a6deb148dd025954e8c 20596758 
gdb-source_7.4.1-2_all.deb
 3ef0b1f47510511541dc30440f8a988aae9bd11560ecb2f87820ec5da6b7ece7 2299708 
gdb_7.4.1-2_amd64.deb
 a8f598622fe54ba5aee74824dd3eb1f3e743f01ad7b0bf1d7f252f382fa5124f 2007952 
gdb-minimal_7.4.1-2_amd64.deb
 0684bbd2fba7ac83a86e0bd66cc0abd947df725bbc21e4368bb3b866320b3ca4 5165762 
gdb-multiarch_7.4.1-2_amd64.deb
 822b8da212287c2fd8fcb27d2659fa29a9abc6e6d3ca4cf47c630d2ec9fa335b 134538 
gdbserver_7.4.1-2_amd64.deb
 27bc2365cfb3c46af232212655fb2ca2aa410b04ba0096541885a42b9c85d844 2694776 
libgdb-dev_7.4.1-2_amd64.deb
Files: 
 2c085f823232896433f223e3d955d0d3 2525 devel optional gdb_7.4.1-2.dsc
 a513cc3461bec6fbf2c734f60a205d31 46967 devel optional gdb_7.4.1-2.debian.tar.gz
 e7ef6549d1133da650510587b1a26c24 20596758 devel optional 
gdb-source_7.4.1-2_all.deb
 605e05b5f9789998866ab7f5fd0fbb94 2299708 devel optional gdb_7.4.1-2_amd64.deb
 df1c93512a8ab448cd8a58947bc0500f 2007952 devel optional 
gdb-minimal_7.4.1-2_amd64.deb
 ec5a19abf54c9d15732421bc72b249e8 5165762 devel optional 
gdb-multiarch_7.4.1-2_amd64.deb
 962f62da6f92e6f510c592cc5505df5d 134538 devel optional 
gdbserver_7.4.1-2_amd64.deb
 

Bug#633297: funguloids: FTBFS everywhere: error: reference to 'map' is ambiguous

2012-10-04 Thread Fabian Greffrath

Am 04.10.2012 12:18, schrieb Paul Wise:

I never mind people doing useful work :)


I never mind a review. ;)


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



Processed: your mail

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

> found 689416 firmware-iwlwifi/0.36
Bug #689416 [firmware-iwlwifi] Cannot install on Intel Centrino Ultimate-N 6300 
(802.11 a/b/g/n 3X3) Half Mini Card 
The source firmware-iwlwifi and version 0.36 do not appear to match any binary 
packages
Marked as found in versions firmware-iwlwifi/0.36.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
689416: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689416
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#689599: eucalyptus: CVE-2012-4063 CVE-2012-4064 CVE-2012-4065

2012-10-04 Thread Moritz Muehlenhoff
Package: eucalyptus
Severity: grave
Tags: security
Justification: user security hole

Please see
http://www.eucalyptus.com/eucalyptus-cloud/security/esa-06
http://www.eucalyptus.com/eucalyptus-cloud/security/esa-05
http://www.eucalyptus.com/eucalyptus-cloud/security/esa-07

Cheers,
Moritz


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



Bug#685694: marked as done (libmatio-doc: almost empty PDF)

2012-10-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 Oct 2012 11:02:56 +
with message-id 
and subject line Bug#685694: fixed in libmatio 1.3.4-4
has caused the Debian Bug report #685694,
regarding libmatio-doc: almost empty PDF
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.)


-- 
685694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685694
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libmatio-doc
Version: 1.3.4-3
Severity: grave
Tags: patch
Justification: renders package unusable

Hi,

The libmatio.pdf file shipped under /usr/share/doc is almost empty (only a few
formulas and horizontal lines, the rest is blank). Since this PDF is the only
included documentation file, the package is unusable.

A rebuild fixed the problem on my machine.

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

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

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: libmatio
Source-Version: 1.3.4-4

We believe that the bug you reported is fixed in the latest version of
libmatio, 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.
Sylvestre Ledru  (supplier of updated libmatio package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Oct 2012 12:49:55 +0200
Source: libmatio
Binary: libmatio-dev libmatio0 libmatio0-dbg libmatio-doc
Architecture: source all amd64
Version: 1.3.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 

Changed-By: Sylvestre Ledru 
Description: 
 libmatio-dev - MAT File I/O Library - development files
 libmatio-doc - MAT File I/O Library - documentation files
 libmatio0  - Library to read and write Matlab MAT files
 libmatio0-dbg - MAT File I/O Library - development files
Closes: 685694
Changes: 
 libmatio (1.3.4-4) unstable; urgency=low
 .
   * Rebuild to reconstruct the PDF files (Closes: #685694)
   * Add a patch to fix openmeeg rebuild issue
 Thanks to Salvatore Bonaccorso & Sébastien Villemot for digging into.
Checksums-Sha1: 
 d793e8ea81a0b7092fe3ce883bbf4219eba18fa0 1531 libmatio_1.3.4-4.dsc
 985e2ac81baad1273078490157343576c9512cec 3507 libmatio_1.3.4-4.diff.gz
 af0aa7f0bc2407f8b718795a8320557fe86944a9 306076 libmatio-doc_1.3.4-4_all.deb
 42e65f33a8c64adc726cad86e35b675bf2ccdd93 87310 libmatio-dev_1.3.4-4_amd64.deb
 80ff1e2a6f1a83dff0f4716ba0d63ae5e2f0d463 78494 libmatio0_1.3.4-4_amd64.deb
 abc4afc588ff0f62994406383aa1a34165750558 180060 libmatio0-dbg_1.3.4-4_amd64.deb
Checksums-Sha256: 
 816700640a0d147485b4012465325dac4baa83d19ab7ad5f2cb23949b52b30a6 1531 
libmatio_1.3.4-4.dsc
 6d5745136b08f9c988978eb4cefb1e5c22ad27993ed1ad23e50b2434cadc6fb2 3507 
libmatio_1.3.4-4.diff.gz
 dc78f519ebaa0368be32b571d16572cb4062d1e8fd43ccf797016ff9f46c4f64 306076 
libmatio-doc_1.3.4-4_all.deb
 d1d2fb11d12a7648a21ad54f24f9d821f7d28efa16fab2021354fc77334ca280 87310 
libmatio-dev_1.3.4-4_amd64.deb
 923e8aaba95d6a4d3b890227d2056b1ad9855671b978507f996c3a8ee254849c 78494 
libmatio0_1.3.4-4_amd64.deb
 b914ba2ca93120f13822cef104c641e1ec8dfa13fc04245cc38a7ce43189782a 180060 
libmatio0-dbg_1.3.4-4_amd64.deb
Files: 
 5c673b9c473434fcc6053c4e73a06b37 1531 libs optional libmatio_1.3.4-4.dsc
 1bd96e6d4c7e9a94ae2d97d9f2bfca00 3507 libs optional libmatio_1.3.4-4.diff.gz
 d96dd40dbf8f5ad31a1323041e6ea2d2 306076 doc extra libmatio-doc_1.3.4-4_all.deb
 d52127f8e2ee2f7c18a89c3bb2433061 87310 libdevel optional 
libmatio-dev_1.3.4-4_amd64.deb
 a4a25e7c6ac8c3be7d2d0e819d608fe9 78494 libs optional 
libmatio0_1.3.4-4_amd64.deb
 f6c5bed20861c86028b0ebf438cbce9a 180060 debug extra 
libmatio0-dbg_1.3.4-4_amd64.deb

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

iEYEARECAAYFAlBta8YACgkQiOXXM92JlhAJRQCfVtaUxNHFSwq3KNfwxhccPSPQ
uVcAoPPa+qBvsVgpaXenjashAojecU7K
=R2XQ
-END PGP SIGNATURE End Message ---


Bug#685694: libmatio: diff for NMU version 1.3.4-3.1

2012-10-04 Thread Sylvestre Ledru
On 04/10/2012 12:19, Sébastien Villemot wrote:
> Salvatore Bonaccorso  writes:
> 
>> On Sun, Sep 02, 2012 at 10:16:09AM +0200, Sylvestre Ledru wrote:
>>> Le 01/09/2012 13:33, Salvatore Bonaccorso a écrit :
> 
 A rebuild of the libmatio-doc would suffice here, as Sebastien noted.
 Is it fine for you to upload a 'no changes' upload or would you like
 to do it yourself?

 This would fix RC bug #685694.

[...]
> The good news is that this bug has been fixed upstream on the 1.3
> branch, but has never been released since the stable branch is now 1.5:
> 
>  
> http://matio.git.sourceforge.net/git/gitweb.cgi?p=matio/matio;a=commit;h=4b096356fda6973b404218bb7536b7267641fc55
> 
> Note that libmatio 1.5 currently in experimental is not affected.
> 
> Sylvestre: how do you want to proceed? I can do a team upload with this
> patch incorporated. That would fix the libmatio-doc RC bug without
> introducing an FTBFS on other packages.

I am doing the build and upload right now.

Many thanks for digging into this issue.

Sylvestre


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



Bug#685694: libmatio: diff for NMU version 1.3.4-3.1

2012-10-04 Thread Sébastien Villemot
Salvatore Bonaccorso  writes:

> On Sun, Sep 02, 2012 at 10:16:09AM +0200, Sylvestre Ledru wrote:
>> Le 01/09/2012 13:33, Salvatore Bonaccorso a écrit :

>> > A rebuild of the libmatio-doc would suffice here, as Sebastien noted.
>> > Is it fine for you to upload a 'no changes' upload or would you like
>> > to do it yourself?
>> >
>> > This would fix RC bug #685694.
>> >
>> OK. Sounds great. :) (even if I don't like "no-changes" upload when I
>> don't know why it failed before ...
>> 
>> Don't hesitate to NMU with a 0 delay (or I can do the upload, no worries)
>
> Before I did an NMU upload I tested now the 4 build-rdeps of
> libmatio-dev: scilab, dynare, vips and openmeeg.
>
> I get a FTBFS for openmeeg (failing tests) with a rebuilded libmatio.

The cause of the FTBFS is a bug in libmatio 1.3.4-3, more precisely an
illegal read. The bug is already present in the current sid binary, but
only triggers a crash after a recompilation (probably because of
compiler changes).

I attach a testcase: a C program and a MAT file (taken from openmeeg
testsuite).

When this test is run against the current libmatio, valgrind detects an
illegal read, but the program does not crash. When run against a
recompiled libmatio, the program crashes, and so does openmeeg
testsuite.

The good news is that this bug has been fixed upstream on the 1.3
branch, but has never been released since the stable branch is now 1.5:

 
http://matio.git.sourceforge.net/git/gitweb.cgi?p=matio/matio;a=commit;h=4b096356fda6973b404218bb7536b7267641fc55

Note that libmatio 1.5 currently in experimental is not affected.

Sylvestre: how do you want to proceed? I can do a team upload with this
patch incorporated. That would fix the libmatio-doc RC bug without
introducing an FTBFS on other packages.

Best,
#include 

#include 

int
main()
{
  mat_t *mt = Mat_Open("Head1.mat", MAT_ACC_RDONLY);
  
  assert(mt);

  matvar_t *matvar;

  while (matvar = Mat_VarReadNext(mt))
{
}
  
  Mat_Close(mt);
}



Head1.mat
Description: Binary data

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


pgpZXmJ6g0Iws.pgp
Description: PGP signature


Bug#633297: funguloids: FTBFS everywhere: error: reference to 'map' is ambiguous

2012-10-04 Thread Paul Wise
On Thu, 2012-10-04 at 12:13 +0200, Fabian Greffrath wrote:

> Alright, would you mind me hacking on it in SVN, though? 

I never mind people doing useful work :)

-- 
bye,
pabs

http://bonedaddy.net/pabs3/


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


Bug#633297: funguloids: FTBFS everywhere: error: reference to 'map' is ambiguous

2012-10-04 Thread Fabian Greffrath

Am 04.10.2012 11:48, schrieb Paul Wise:

I guess so, I'm going to focus on upstream first though.


Alright, would you mind me hacking on it in SVN, though?


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



Bug#633297: funguloids: FTBFS everywhere: error: reference to 'map' is ambiguous

2012-10-04 Thread Paul Wise
On Thu, 2012-10-04 at 11:38 +0200, Fabian Greffrath wrote:

> I guess we can go and take this to fix the Debian package now, right?

I guess so, I'm going to focus on upstream first though.

-- 
bye,
pabs

http://bonedaddy.net/pabs3/


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


Bug#633297: funguloids: FTBFS everywhere: error: reference to 'map' is ambiguous

2012-10-04 Thread Fabian Greffrath

Am 04.10.2012 11:23, schrieb Paul Wise:

Wow, he replied immediately, see the attached files.


o_O Awesome!

I guess we can go and take this to fix the Debian package now, right?


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



Bug#633297: funguloids: FTBFS everywhere: error: reference to 'map' is ambiguous

2012-10-04 Thread Paul Wise
On Thu, 2012-10-04 at 17:04 +0800, Paul Wise wrote:

> I've sent him a mail just now, I don't expect a response.

Wow, he replied immediately, see the attached files.

-- 
bye,
pabs

http://bonedaddy.net/pabs3/
--- Begin Message ---
Hi Paul,

> What is the license for mpak.py? Can you release it under a free license
> such as the GNU GPL or the BSD/MIT/Expat licenses?

Here you go, brand new mpak.py version licensed under the MIT license.. :)

Cheers,
--
Mika


mpak.py
Description: Binary data
--- End Message ---
#!/usr/bin/env python
"""
	MPAK package handling utility
	Version 1.5 (Python-implementation)
	Copyright (c) 2008, 2012, Mika Halttunen. 

	Permission is hereby granted, free of charge, to any person obtaining a
	copy of this software and associated documentation files (the "Software"),
	to deal in the Software without restriction, including without limitation
	the rights to use, copy, modify, merge, publish, distribute, sublicense,
	and/or sell copies of the Software, and to permit persons to whom the
	Software is furnished to do so, subject to the following conditions:

	The above copyright notice and this permission notice shall be included in
	all copies or substantial portions of the Software.

	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
	IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
	FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
	AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
	LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
	FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
	DEALINGS IN THE SOFTWARE.
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description follows:
	
	This command line tool allows creation and extraction of MPAK (.mpk) packages used
	in several of my games. MPAK is a simple WAD-like file format of mine, that allows storing
	the game data in one single .mpk file. I originally had a very crude command line program
	bit like this one (written in C++), and decided to write this Python-implementation as
	an Python-programming excercise. So, it's my first Python program. :)

	Version history:
	v1.5: Licensed under MIT license (no functional changes)
	v1.4: The first Python version
	v1.0 -- v1.31: The original C++ implementation
"""
import getopt, sys
import os
import traceback
import struct
import binascii
import fnmatch
import shutil
from ctypes import c_uint32

def usage():
	"""
	Prints the program usage.
	"""
	print "MPAK package handling utility"
	print "Version 1.5 (Python-implementation)"
	print "Copyright (c) 2008, 2012, Mika Halttunen."
	print ""
	print "Usage:", sys.argv[0],"[switch]","-f pakfile.mpk","[file1]","[file2]", "[...]", "[fileN]"
	print "where [switch] is one of the following:"
	print "  -f, --file=FILE   Use package FILE"
	print "  -c, --create  Create a new package with files 'file1' to 'fileN'"
	print "  -l, --listList the files from given package"
	print "  -e, --extract Extract all files (by default) from given package. If you"
	print "want to only extract some specific files, you can name"
	print "them individually, and/or use wildcards (i.e. *.png)."
	print "You can supply path where to extract with -p."
	print "  -p, --path=PATH   Extract to PATH (created if doesn't exist)"
	print "  -h, --helpPrint this usage text"
	print ""


def errorMsg(msg):
	"""
	Prints an error message and exits.
	"""
	try:
		pos = traceback.extract_stack(limit=2)
		if pos:
			print "ERROR: In %s:%s, line %d:" % (pos[0][0], pos[0][2], pos[0][1])
		else: print "ERROR:"
		print "\t",msg
	except:
		if __debug__:
			traceback.print_exc()
		pass
	sys.exit(2)


def separator():
	"""
	Prints the separator line.
	"""
	print "-"*75


def computeCRC(file, offset):
	"""
	Computes the CRC32 for the file, starting at given offset.
	"""
	f = open(file, "rb")
	f.seek(offset)
	crc = 0

	# Compute a running CRC32 for the file in 16kb chunks
	while True:
		buffer = f.read(16384)
		if buffer == "": break		# End of file

		crc = binascii.crc32(buffer, crc)

	f.close()
	return crc


def createPackage(pakFile, files):
	"""
	Creates a new MPAK package.

	This copies the given files into the new package file, writes the file table
	and closes the package. MPAK doesn't support adding new files to an existing
	package.
	"""
	print "Creating '%s'.." % pakFile
	if len(files) < 1: errorMsg("No input files specified!")
	separator()

	# Open the package file for writing
	out = open(pakFile, "wb")

	# Write the header and reserve 4+4 bytes for CRC32 and file table offset
	out.write("MPK1")
	out.write("."*8)

	# Write each file
	package = { "fileNames": [], "fileOffsets": [] }
	count = 0
	for file in files:
		# Get the basename
		filename = os.path.basename(file)
		print " <",filename,"...",
		package["fileNames"].append(

Bug#633297: funguloids: FTBFS everywhere: error: reference to 'map' is ambiguous

2012-10-04 Thread Paul Wise
On Thu, 2012-10-04 at 09:26 +0200, Fabian Greffrath wrote:

> Currently, the mpak.py script does not include a license, but we could
> ask upstream for one. IIRC you said you were in contact with him?

I've sent him a mail just now, I don't expect a response. The
alternative to using mpak.py btw is to use the C++ code in mpak.cpp to
do the packing/unpacking.

> Please remember that the game is licensed under the zlib license, 
> which does not require a "prefered form for modification".

The license is not what I was concerned about. I was concerned about the
practicalities of developing the game, without data source it is harder
to improve the artwork, just like it is harder to improve the
executable/engine if you don't have non-obfuscated C++ code. In
addition, Debian has promised to ship source to our users.

> I am not that much interested in joining upstream, but more in fixing 
> what we already have in Debian. However, I'd by happy to help if 
> there's anything I can do.

Ok, thanks for your interest anyway.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#689583: swi-prolog-nox depends on libncursesw5 on amd64, but not on proper -dev package

2012-10-04 Thread Michael Tautschnig
Package: swi-prolog-nox
Version: 5.10.4-3
Severity: serious
Justification: breaks build of other packages

swi-prolog-nox lists as dependencies:

 libncursesw5 (>= 5.6+20070908) [amd64]
 libncurses5 (>= 5.5-5~) [not amd64]
 libncurses5-dev

This breaks any build using swipl-ld on *amd64* as libncursesw5.so will not be
available.

Best,
Michael



pgp6NxiV8eqsj.pgp
Description: PGP signature


Processed: found 688435 in 2.5.0+dfsg-6

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

> found 688435 2.5.0+dfsg-6
Bug #688435 {Done: Hector Romojaro } [dotlrn] dotlrn: 
modifies conffiles (policy 10.7.3): /etc/dotlrn/config.tcl
Marked as found in versions dotlrn/2.5.0+dfsg-6; no longer marked as fixed in 
versions dotlrn/2.5.0+dfsg-6+wheezy2 and reopened.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
688435: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688435
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#688433: biomaj: still modifies /usr/share/biomaj/bin/env.sh

2012-10-04 Thread olivier sallou
Le 4 oct. 2012 09:48, "Andreas Beckmann"  a écrit :
>
> Package: biomaj
> Followup-For: Bug #688433
> Control: found -1 1.2.0-8
>
> Hi,
>
> I don't know what /usr/share/biomaj/bin/env.sh is being used for, but
> modifying a shipped file is not a good idea - it will be overwritten on
> every upgrade.
It is an environment setup, automatically set by the application, not the
user. It is done by upstream install code.
This file can safely be overwritten at each upgrade.

Olivier
>
>
> Andreas


Bug#689578: sympa: modifies conffiles (policy 10.7.3): /etc/syslog.conf

2012-10-04 Thread Andreas Beckmann
Package: sympa
Version: 6.1.11~dfsg-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

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

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

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

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

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

  /etc/syslog.conf


cheers,

Andreas


sympa_6.1.11~dfsg-4.log.gz
Description: GNU Zip compressed data


Bug#689577: smbind: modifies shipped files: /usr/share/dbconfig-common/data/smbind/install/{my, pg}sql

2012-10-04 Thread Andreas Beckmann
Package: smbind
Version: 0.4.7-5.2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package modifies some shipped
files. This looks like a bad interaction with dbconfig-common, as these
files will be overwritten on every upgrade ...

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

  /usr/share/dbconfig-common/data/smbind/install/mysql
  /usr/share/dbconfig-common/data/smbind/install/pgsql


cheers,


smbind_0.4.7-5.2.log.gz
Description: GNU Zip compressed data


Bug#689576: entangle: modifies a shipped file: /usr/share/glib-2.0/schemas/gschemas.compiled

2012-10-04 Thread Andreas Beckmann
Package: entangle
Version: 0.4.1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package modifies a file it
ships: /usr/share/glib-2.0/schemas/gschemas.compiled. Or maybe ships a
file that is created/updated by triggers from another package, I cant
say for sure. But there is the following cleanup code:

  libglib2.0-0:amd64.postrm:rm -f 
/usr/share/glib-2.0/schemas/gschemas.compiled

so I think entangle should *not ship* this file and let glib do it's
bookkeeping job.


cheers,

Andreas


entangle_0.4.1-1.log.gz
Description: GNU Zip compressed data


Bug#688433: biomaj: still modifies /usr/share/biomaj/bin/env.sh

2012-10-04 Thread Andreas Beckmann
Package: biomaj
Followup-For: Bug #688433
Control: found -1 1.2.0-8

Hi,

I don't know what /usr/share/biomaj/bin/env.sh is being used for, but
modifying a shipped file is not a good idea - it will be overwritten on
every upgrade.


Andreas


biomaj_1.2.0-8.log.gz
Description: GNU Zip compressed data


Processed: biomaj: still modifies /usr/share/biomaj/bin/env.sh

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

> found -1 1.2.0-8
Bug #688433 {Done: Olivier Sallou } [biomaj] biomaj: 
modifies conffiles (policy 10.7.3): /etc/biomaj/db_properties/global.properties
Marked as found in versions biomaj/1.2.0-8; no longer marked as fixed in 
versions biomaj/1.2.0-8 and reopened.

-- 
688433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688433
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#633297: funguloids: FTBFS everywhere: error: reference to 'map' is ambiguous

2012-10-04 Thread Fabian Greffrath

Hi Paul,

thanks for your elaboration.

Am 02.10.2012 17:11, schrieb Paul Wise:

was lost. At this point I got a bit de-motivated and slack, moved on to
other things. So we have to treat the pre-rendered files as "source",
replace them where possible over time and live with them until then.


I don't consider the mpak file format such a critical issue, as long 
as the file contents are declared free and we have a free tool to 
handle it. Currently, the mpak.py script does not include a license, 
but we could ask upstream for one. IIRC you said you were in contact 
with him?


Then we could repair the data files in the Debian package on the fly 
and finally upload a new package.


Please remember that the game is licensed under the zlib license, 
which does not require a "prefered form for modification".



If you would like to join upstream, then I will try to fix the remaining
issues in the tar2git script (which are because upstream developed
Windows and Linux versions separately) and push to git. After that the
Arch, Debian, Maemo and Mandriva patches can be merged, the code adapted
to not using the mpak format and a new release made.


I am not that much interested in joining upstream, but more in fixing 
what we already have in Debian. However, I'd by happy to help if 
there's anything I can do.


 - Fabian


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