Bug#669940: cityhash: FTBFS on ppc64: Please support ppc64

2012-04-21 Thread Hiroyuki Yamamoto
Source: cityhash
Version: 1.0.3-1
Severity: wishlist
Tags: patch

Please support ppc64.
Here is a patch attached.

Best regards,
-- 
Hiroyuki Yamamoto
A75D B285 7050 4BF9 AEDA  91AC 3A10 59C6 5203 04DC
diff -Nurd cityhash-1.0.3.orig/debian/libcityhash0.symbols cityhash-1.0.3/debian/libcityhash0.symbols
--- cityhash-1.0.3.orig/debian/libcityhash0.symbols	2011-10-09 23:53:15.0 +0900
+++ cityhash-1.0.3/debian/libcityhash0.symbols	2012-04-22 15:30:29.0 +0900
@@ -1,5 +1,5 @@
 libcityhash.so.0 libcityhash0 #MINVER#
 # 64bit architectures symbols
-(arch=alpha amd64 kfreebsd-amd64 ia64 s390x)#include "libcityhash0.symbols.64bit"
+(arch=alpha amd64 kfreebsd-amd64 ia64 ppc64 s390x)#include "libcityhash0.symbols.64bit"
 # 32bit architectures symbols
-(arch=!alpha !amd64 !kfreebsd-amd64 !ia64 !s390x)#include "libcityhash0.symbols.32bit"
+(arch=!alpha !amd64 !kfreebsd-amd64 !ia64 !ppc64 !s390x)#include "libcityhash0.symbols.32bit"


Bug#669939: w3af: New upstream release 1.1

2012-04-21 Thread Jari Aalto
Package: w3af
Version: 1.0-rc3svn3489-1
Severity: wishlist

Please package:

http://sourceforge.net/projects/w3af/files/w3af/w3af%201.1/



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



Bug#669938: [PATCH] python-nids: Helping to update to packaging format 3.0

2012-04-21 Thread jari . aalto
Package: python-nids
Severity: wishlist
Tags: patch

Hi,

The dpatch patch management system has been deprecated for some time. The
Lintian currently flags use of dpatch packages as an error. The new 3.0
packaging format is an improved version which, among other things, contains
patch management built-in. For more information, see:

http://wiki.debian.org/Projects/DebSrc3.0

I had some free time; see attached patch to migrate to new package
format. Note that all files in debian/patches/* are canocalized to
*.patch.

Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.

Thanks,
Jari

>From 593f96aa5b52e9b70aed1e97c516a36c52c0416f Mon Sep 17 00:00:00 2001
From: Jari Aalto 
Date: Sun, 22 Apr 2012 09:28:20 +0300
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto 
---
 debian/README.source   |   14 --
 debian/changelog   |   11 +++
 debian/compat  |2 +-
 debian/control |4 ++--
 debian/patches/00list  |1 -
 .../{01_libnids.dpatch => 01-libnids.patch}|7 ++-
 debian/patches/series  |1 +
 debian/rules   |8 +---
 debian/source/format   |2 +-
 9 files changed, 23 insertions(+), 27 deletions(-)
 delete mode 100644 debian/README.source
 delete mode 100644 debian/patches/00list
 rename debian/patches/{01_libnids.dpatch => 01-libnids.patch} (77%)
 create mode 100644 debian/patches/series

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 7f5c1ee..000
--- a/debian/README.source
+++ /dev/null
@@ -1,14 +0,0 @@
-pynids for Debian
--
-
-This package uses dpatch to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.  Please see:
-
-	 /usr/share/doc/dpatch/README.source
-
-for more information on how to apply the patches, modify patches, or
-remove a patch.
-
-
-
diff --git a/debian/changelog b/debian/changelog
index 5b03ff5..858e0dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+python-nids (0.6.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * Add build-arch and build-indep targets; use dh_prep in rules file.
+  * Fix helper-templates-in-copyright (Lintian).
+  * Fix debian-watch-file-is-missing (Lintian).
+
+ -- Jari Aalto   Sun, 22 Apr 2012 09:26:39 +0300
+
 python-nids (0.6.1-1) unstable; urgency=low
 
   * New upstream version:
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 8e4083f..498b014 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: python-nids
 Section: python
 Priority: extra
 Maintainer: Luciano Bello 
-Build-Depends: dpatch, debhelper (>= 7), python-support, python-all-dev, libpcap0.8-dev, libnids-dev, libnet1-dev, libglib2.0-dev
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 9), python-support, python-all-dev, libpcap0.8-dev, libnids-dev, libnet1-dev, libglib2.0-dev
+Standards-Version: 3.9.3
 Homepage: http://jon.oberheide.org/pynids/
 XS-Python-Version: all
 
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index d62f9c1..000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-01_libnids.dpatch
diff --git a/debian/patches/01_libnids.dpatch b/debian/patches/01-libnids.patch
similarity index 77%
rename from debian/patches/01_libnids.dpatch
rename to debian/patches/01-libnids.patch
index 97a5d10..56129f8 100644
--- a/debian/patches/01_libnids.dpatch
+++ b/debian/patches/01-libnids.patch
@@ -1,9 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_libnids.dpatch by Luciano Bello 
-##
-## DP: Use the libnids included in Debian and compile it dynamically
+From: Luciano Bello 
+Subject: Use the libnids included in Debian and compile it dynamically
 
-@DPATCH@
 diff -urNad trunk~/setup.py trunk/setup.py
 --- trunk~/setup.py	2009-10-09 04:16:59.0 -0300
 +++ trunk/setup.py	2010-05-31 12:48:36.0 -0300
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..36fed49
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-libnids.patch
diff --git a/debian/rules b/debian/rules
index 46a5420..37f8e7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 # Uncomment this to turn on verbose

Bug#659257: Announce of the upcoming NMU for the gridengine package

2012-04-21 Thread Christian PERRIER
Dear maintainer of gridengine and Debian translators,

Some days ago, I sent a notice to the maintainer of the gridengine Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in four
days, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs da de es fi fr gl ja nl pt ru sv vi

Among these, the following translations are incomplete: 

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the gridengine package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Monday, April 30, 
2012. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Tuesday, April 17, 2012   : send the first intent to NMU notice to
 the package maintainer.
 Sunday, April 22, 2012   : send this notice
 Monday, April 30, 2012   : (midnight) deadline for receiving translation 
updates
 Tuesday, May 01, 2012   : build the package and upload it to DELAYED/7-day
 send the NMU patch to the BTS
 Tuesday, May 08, 2012   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: grideng...@packages.debian.org\n"
"POT-Creation-Date: 2008-07-11 21:54+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../gridengine-client.templates:1001 ../gridengine-common.templates:1001
#: ../gridengine-exec.templates:1001 ../gridengine-master.templates:1001
#: ../gridengine-qmon.templates:1001 ../gridengine.templates:1001
msgid "Configure SGE automatically?"
msgstr ""

#. Type: boolean
#. Description
#: ../gridengine-client.templates:1001 ../gridengine-common.templates:1001
#: ../gridengine-exec.templates:1001 ../gridengine-master.templates:1001
#: ../gridengine-qmon.templates:1001 ../gridengine.templates:1001
msgid ""
"Please choose whether you wish to configure SGE automatically (with "
"debconf). If you do not configure it automatically, the daemons or client "
"programs will not work until a manual configuration is performed."
msgstr ""

#. Type: string
#. Description
#: ../gridengine-client.templates:2001 ../gridengine-common.templates:2001
#: ../gridengine-exec.templates:2001 ../gridengine-master.templates:2001
#: ../gridengine-qmon.templates:2001 ../gridengine.templates:2001
msgid "SGE cell name:"
msgstr ""

#. Type: string
#. Description
#: ../gridengine-client.templates:2001 ../gridengine-common.templates:2001
#: ../gridengine-exec.templates:2001 ../gridengine-master.templates:2001
#: ../gridengine-qmon.templates:2001 ../gridengine.templates:2001
msgid ""
"Please provide the SGE cell name for use by client programs and the "
"execution daemon."
msgstr ""

#. Type: string
#. Description
#: ../gridengine-client.templates:3001 ../gridengine-common.templates:3001
#: ../gridengine-exec.templates:3001 ../gridengine-master.templates:3001
#: ../gridengine-qmon.templates:3001 ../gridengine.templates:3001
msgid "SGE master hostname:"
msgstr ""

#. Type: string
#. Description
#: ../gridengine-client.templates:3001 ../gridengine-common.templates:3001
#: ../gridengine-exec.templates:3001 ../gridengine-master.templates:3001
#: ../gridengine-qmon.templates:3001 ../gridengine.templates:3001
msgid ""
"The execution daemon and the client programs need to know where the cluster "
"master is in order to run."
msgstr ""

#. Type: string
#. Description
#: ../gridengine-client.templates:3001 ../gridengine-common.templates:3001
#: ../gridengine-exec.templates:3001 ../gridengine-master.templates:3001
#: ../gridengine-qmon.templates:3001 ../gridengine.templates:3001
msgid "Please enter the fully qualified domain name of the grid master."
msgstr ""


signature.asc
Description: Digital signature


Bug#659252: Announce of the upcoming NMU for the icinga package

2012-04-21 Thread Christian PERRIER
Dear maintainer of icinga and Debian translators,

Some days ago, I sent a notice to the maintainer of the icinga Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in four
days, so I will proceed with the NMU.

(that's indeed surprising as nagios/icinga maintainers *are* active. Alexander?)

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs da de es eu fi fr id it ja nl pl pt pt_BR ru sk sv vi

Among these, the following translations are incomplete: fi pl

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the icinga package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Monday, April 30, 
2012. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Tuesday, April 17, 2012   : send the first intent to NMU notice to
 the package maintainer.
 Sunday, April 22, 2012   : send this notice
 Monday, April 30, 2012   : (midnight) deadline for receiving translation 
updates
 Tuesday, May 01, 2012   : build the package and upload it to DELAYED/7-day
 send the NMU patch to the BTS
 Tuesday, May 08, 2012   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: ici...@packages.debian.org\n"
"POT-Creation-Date: 2010-05-06 08:46+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: multiselect
#. Description
#: ../icinga-cgi.templates:2001
msgid "Apache servers to configure for icinga:"
msgstr ""

#. Type: multiselect
#. Description
#: ../icinga-cgi.templates:2001
msgid "Please select which Apache servers should be configured for icinga."
msgstr ""

#. Type: multiselect
#. Description
#: ../icinga-cgi.templates:2001
msgid ""
"If you would prefer to perform configuration manually, leave all servers "
"unselected."
msgstr ""

#. Type: password
#. Description
#: ../icinga-cgi.templates:3001
msgid "Icinga web administration password:"
msgstr ""

#. Type: password
#. Description
#: ../icinga-cgi.templates:3001
msgid ""
"Please provide the password to be created with the \"icingaadmin\" user."
msgstr ""

#. Type: password
#. Description
#: ../icinga-cgi.templates:3001
msgid ""
"This is the username and password to use when connecting to the Icinga "
"server after completing the configuration. If you do not provide a password, "
"you will have to configure access to Icinga manually later on."
msgstr ""

#. Type: password
#. Description
#: ../icinga-cgi.templates:4001
msgid "Re-enter password to verify:"
msgstr ""

#. Type: password
#. Description
#: ../icinga-cgi.templates:4001
msgid ""
"Please enter the same user password again to verify you have typed it "
"correctly."
msgstr ""

#. Type: error
#. Description
#: ../icinga-cgi.templates:5001
msgid "Password input error"
msgstr ""

#. Type: error
#. Description
#: ../icinga-cgi.templates:5001
msgid "The two passwords you entered were not the same. Please try again."
msgstr ""


signature.asc
Description: Digital signature


Bug#669901: [PATCH] hibernate: Helping to update to packaging format 3.0

2012-04-21 Thread jaalto
On 2012-04-22 04:07, Andrey Rahmatullin wrote:
| > I had some free time; see attached patch to migrate to new package
| > format. Note that all files in debian/patches/* are canocalized to
| > *.patch.
|
| The patches were migrated some time ago already and are available at
| http://git.debian.org/?p=collab-maint/hibernate.git

Good to hear package has already moved to 3.0

Jari



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



Bug#669880: apt: Lack of translations should not be a fatal error

2012-04-21 Thread Christian PERRIER
Quoting Santiago Vila (sanv...@unex.es):

> IMHO, this should never happen. If Translation-en is available, then a
> missing Translation-es (or any other translation file) should never
> be a fatal error.

Hello Santiago!

Well, that's debatable: you asked APT to get Spanish translations. It
cannot download them. I think it's then normal that it fails..:-)

I don't think this qualifies as an RC bug...but leave it up to APT maintainers.





signature.asc
Description: Digital signature


Bug#669937: vdr-groups.sh: Configuration aborts

2012-04-21 Thread Georg Gast
Package: vdr
Version: 1.7.26-1
Severity: important

Dear Maintainer,

apfter upgrading from 1.7.22 the vdr-plugin-dvd could not configure.

The fault is in vdr-groups.sh: line 20

I have a group which has a "-" in it. The name of the group is pulse-access. 
You need to change the line to

local group_list="$*"

This bug renders this package uninstallable, if the user has a name with a "-" 
in it. It even prevents the user from
removing/purging the package or one of its plugins. It was vdr-plugin-dvd in my 
case.

Best Regards and keep up the good work :)

Georg Gast


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

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

Versions of packages vdr depends on:
ii  adduser3.113+nmu1
ii  debconf [debconf-2.0]  1.5.42
ii  libc6  2.13-27
ii  libcap21:2.22-1
ii  libfontconfig1 2.8.0-3.1
ii  libfreetype6   2.4.9-1
ii  libfribidi00.19.2-3
ii  libgcc11:4.7.0-1
ii  libjpeg8   8d-1
ii  libstdc++6 4.7.0-1
ii  psmisc 22.16-1

Versions of packages vdr recommends:
ii  lirc  
ii  ttf-freefont  20100919-1

Versions of packages vdr suggests:
pn  vdr-plugin-dvbsddevice  

-- Configuration Files:
/etc/default/vdr changed:
ENABLED=1
ENABLE_SHUTDOWN=1
OPTIONS="-w 60"
VIDEO_DIR="/home/vdr/TV"


-- debconf information:
* vdr/select_dvb_card: Satellite
* vdr/create_video_dir: false



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



Bug#669891: [Pkg-samba-maint] Bug#669891: samba: Samba need to be start manualy at boot

2012-04-21 Thread Christian PERRIER
reassign 669891 network-manager
retitle 669891 init script should (maybe) provide "network" in LSB headers
thanks

Quoting stephane de Labrusse (stephane.delabru...@gmail.com):
> Package: samba
> Version: 2:3.6.4-1
> Severity: normal
> Tags: d-i
> 
> Dear Maintainer,
> 
> On a recent install of wheezy (with gnome-shell) I can not browse samba shares
> from my computer on every boot without the command "service samba restart".
> My utility network management is network-manager that manages the wifi as well
> wired network.
> My problem comes only when I use the wifi, because if I use the ethernet
> cable,samba is available without  problem.
> I understand that the samba service starts before network-manager does  its 
> job
> which give a FAILURE in the samba service.
> I tried to put the command "service samba restart" in file "/ etc / rc.local"
> but without positive effect.
> 
> I don't think the smb.conf file has an error that it operates by starting it
> manually or when the network starts with the ethernet cable.
> 
> I tried to put these options in the smb.conf but without fundamental result

Sorry, but samba does the right thing.

Let's quote /etc/init.d/samba:

### BEGIN INIT INFO
# Provides:  samba
# Required-Start:$network $local_fs $remote_fs
# Required-Stop: $network $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop:  0 1 6
# Should-Start:  slapd cups
# Should-Stop:   slapd cups
# Short-Description: start Samba daemons (nmbd and smbd)
### END INIT INFO


So, samba init script explicitly depends on any init script providing
"$network"

The network-manager init script does *not* provide "network". This may
be on purpose, I don't know. But if there is a bug, it is not in samba
but rather in network-manager. But let n-m maintainers give their
advice, there is maybe a very good reason for n-m init script to not
provide "network".






signature.asc
Description: Digital signature


Bug#669935: Debian Installer does apply keymap used during installation to resulting initramfs

2012-04-21 Thread Christian PERRIER
Quoting Sebastian Pipping (sebast...@pipping.org):
> Package: debian-installer
> Version: 20120327+b1
> 
> I have been installing Debian testing/wheezy from a recent snapshot
> netinst with a German keyboard layout selected.  As I chose dm-crypt
> during disk partitioning I have been entering a password with a German
> keyboard layout during installation.
> 
> On reboot cryptsetup asks for a password with a US keyboard layout,
> rather than German.  There is no hint about that and there seems to be
> no way to select a different layout without entering the password under
> a foreign/US keyboard layout first.
> 
> I would expect that the installer makes sure that the keyboard layout of
> the initramfs is the same as the one used during installation or that at
> least I have the option to make that happen.  Currently, nothing tells
> the user that the layout is no longer German on reboot and there is no
> easy way of switching the layout without passing that very password gate
> first.  Please consider solving this problem.  Thanks!
> 
> 
> PS: In case that's relevant: I deselected the installation of desktop
> environment and basic system utilities during the installation process.
> 
> 

I'm not sure this is the installer's job.

Having the right keymap in the initramfs should be the job of the
utility that creates the initramfs, based on console keymap
settings. I don't think the installer can (and should) really do
something here. The problem is the same is users setup their console
keymap to be something else than US *after the system installation*.



-- 




signature.asc
Description: Digital signature


Bug#669920: Bug#570611: Bug#669920: Please provide a backport for squeeze

2012-04-21 Thread Christian Marillat
Andres Mejia  writes:

[...]

> I recommend starting off by porting the Ubuntu packaging of MythTV to
> Debian. I presume if these are local packages, you're using reprepro
> or something similar to host a local archive. In such a case, you may
> as well build packages of libcrystalhd and upload them to your local
> archive. Then you can build mythtv.

It is a joke ? MythTV packages for Debian exist since 2002 packaged by
Matt Zimmerman and by me since 2005 and you ignore this work ?

Don't be surprised if I continue to package MythTV in my repository.

Christian



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



Bug#614517: Info received (Bug#614517: Packaging of libgit2)

2012-04-21 Thread Russell Sim
Arg, I have been doing some rounds with the libgit2 mailing list to try
and get subscribed, until I can get further conformation, it seems that
there are plans for a 1.0 release some time after the Google summer of
code [1] (so probably late 2012). Until then the library should be considered
in development and as a result will not be suitable for upload into
unstable.

Regards,
Russell

1. 
http://librelist.com/browser//libgit2/2012/4/7/roadmap/#9a71e64a0683c5746220eaa6048d86b6



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



Bug#663931: Udev missing events

2012-04-21 Thread Jim Paris
Something libvirt does at startup is triggering network uevents that
never make it to udev, which breaks "udevadm settle" because it the
kernel seqnum doesn't match udev's seqnum anymore.  I sent some
details here:
  http://article.gmane.org/gmane.linux.hotplug.devel/17421

-jim



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



Bug#570611: Bug#669920: Please provide a backport for squeeze

2012-04-21 Thread Andres Mejia
On Sat, Apr 21, 2012 at 8:46 PM, Josh Triplett  wrote:
> On Sat, Apr 21, 2012 at 06:53:57PM -0400, Andres Mejia wrote:
>> On Sat, Apr 21, 2012 at 6:10 PM, Josh Triplett  wrote:
>> > Package: libcrystalhd-dev
>> > Severity: wishlist
>> >
>> > Please consider providing a backport of libcrystalhd-dev for squeeze.
>> > Such a backport would make it easier to prepare MythTV packages for
>> > squeeze.
>> >
>> > Thanks,
>> > Josh Triplett
>> >
>> > -- System Information:
>> > Debian Release: wheezy/sid
>> >  APT prefers unstable
>> >  APT policy: (500, 'unstable'), (1, 'experimental')
>> > Architecture: amd64 (x86_64)
>> >
>> > Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
>> > Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
>> > Shell: /bin/sh linked to /bin/dash
>> >
>> >
>>
>> Hi Josh,
>> Were you trying to package MythTV to unstable at all? IMO that should
>> be done first before attempting to upload for squeeze (i.e. actually
>> get accepted, get tested in unstable, migrate to testing, then
>> backport to stable).
>
> At the moment I'm just building some local packages, not official
> backports.  I'd love to see official MythTV packages, and I'd be happy
> to help work on them, but that wasn't my goal at the moment.
>
> - Josh Triplett

I recommend starting off by porting the Ubuntu packaging of MythTV to
Debian. I presume if these are local packages, you're using reprepro
or something similar to host a local archive. In such a case, you may
as well build packages of libcrystalhd and upload them to your local
archive. Then you can build mythtv.

Note that mythtv is using it's own copy of ffmpeg. It needs to be
modified so it can build/run with system libav before it can be
uploaded to Debian. If that's something you're interested in doing, by
all means, feel free to modify mythtv source tree, and preferably work
with mythtv upstream to pass along patches.

-- 
~ Andres



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



Bug#669556: c3p0: FTBFS: java errors

2012-04-21 Thread tony mancill
On 04/20/2012 06:45 PM, Miguel Landaeta wrote:
> On Thu, Apr 19, 2012 at 10:03:45PM +0200, Lucas Nussbaum wrote:
>> Source: c3p0
>> Version: 0.9.1.2-5
>> Severity: serious
>> Tags: wheezy sid
>> User: debian...@lists.debian.org
>> Usertags: qa-ftbfs-20120419 qa-ftbfs
>> Justification: FTBFS on amd64
>>
>> Hi,
>>
>> During a rebuild of all packages in sid, your package failed to build on
>> amd64.
>>
> 
> Hi,
> 
> I can't reproduce this in a current pbuilder sid chroot. I agree this
> package could use some love since its build is full of warnings and 
> whatnot but it is not FTBFS on me. Am I missing something?
> 
> I'm not tagging this as unreproducible until somebody else from the team
> can confirm it.

I have built the package 4 times now in clean wheezy and sid chroots on
amd64, and experienced 1 failure out of 4 (same exception as the one
Lucas reported, but for a different source file).  Perhaps the issue is
not with c3p0 but with gcj-jdk.

In the meantime, I am in the midst of updating the package for some of
the other outstanding bugs and issues.

Thank you,
tony



signature.asc
Description: OpenPGP digital signature


Bug#669156: Illegal bang-pattern (use -XBangPatterns)

2012-04-21 Thread Erik de Castro Lopo
Hi all,

I have managed to debug this issue.

The problem is that upstream ships a file

src/Language/JavaScript/Parser/Lexer.hs

that was generated by the alex lexer generator. However, compiling
alex generated files on big endian systems (like powerpc) requires
the BangPatterns LANGUAGE pragma.

The reason we don't see this elsewhere is that other projects ship
the alex source and Debian's alex is patched to fix this. Unfortunately
I was never able to push that patch upstream [0], but maybe its time
to try again with a slightly different version of the patch.

That brings us to the language-javascript problem. Firstly, we should
really ask upstream to ship the Lexer.x file from which the Lexer.hs
file is generated. However the reason they reason they ship the haskell
source rather than the lexer source is so that its possible to install
language-javascript using "cabal install". Cabal has one rather severe
limitation, it cannot reliably install build tools like alex. Firstly
there is no way to specify a dependency on a build tool, secondly
cabal install will install it by default in $HOME/.cabal/bin/ and if
that is not on the user's PATH, language-javascript will not compile.

Cheers,
Erik

[0] http://trac.haskell.org/haskell-platform/ticket/171
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/



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



Bug#669658: [plasma-desktop] plasma-desktop segfaults when Notebook wakes up from suspend-to-ram

2012-04-21 Thread dE .

On 04/21/12 00:48, Karsten Kruse wrote:

Package: plasma-desktop
Version: 4:4.7.4-2
Severity: normal

--- Please enter the report below this line. ---

I usually just close my Notebook (Thinkpad X61) at work, put it in my
backpack and go home. At home i just open it, plug in power and network
an continue working. During the transport the sleep-LED (a half moon) is
on, the system is suspended to ram, not to disk.

Every now an then plasma-desktop segfaults when i open the notebook.
Plasma-desktop gets restarted instantly, so i can continue working.
Still, it sucks.

It segfaults about one time in three, the time in hibernation doesn't
seem to matter.

I run my own Kernel, but have the same problem with Debian testings Kernel.

This is the backtrace i get from Drkonqui:

-- Backtrace:
Application: Plasma-Desktop-Umgebung (plasma-desktop), signal:
Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f17f2ab4780 (LWP 2214))]

Thread 2 (Thread 0x7f17cf709700 (LWP 2217)):
#0  0x7f17e6e4c155 in __pthread_mutex_lock (mutex=0x2074c38) at
pthread_mutex_lock.c:61
#1  0x7f17e613359f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f17e6133a99 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f17ef4fce96 in
QEventDispatcherGlib::processEvents(QFlags)
() from /usr/lib/libQtCore.so.4
#4  0x7f17ef4d1492 in
QEventLoop::processEvents(QFlags) () from
/usr/lib/libQtCore.so.4
#5  0x7f17ef4d168f in
QEventLoop::exec(QFlags) () from
/usr/lib/libQtCore.so.4
#6  0x7f17ef3e930f in QThread::exec() () from /usr/lib/libQtCore.so.4
#7  0x7f17ef4b435f in ?? () from /usr/lib/libQtCore.so.4
#8  0x7f17ef3ebcf5 in ?? () from /usr/lib/libQtCore.so.4
#9  0x7f17e6e49b50 in start_thread (arg=) at
pthread_create.c:304
#10 0x7f17f23ab90d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x in ?? ()

Thread 1 (Thread 0x7f17f2ab4780 (LWP 2214)):
[KCrash Handler]
#6  0x7f18 in ?? ()
#7  0x7f17cc041281 in ?? () from /usr/lib/kde4/plasma_engine_hotplug.so
#8  0x7f17cc0413dc in ?? () from /usr/lib/kde4/plasma_engine_hotplug.so
#9  0x7f17cc0436a9 in ?? () from /usr/lib/kde4/plasma_engine_hotplug.so
#10 0x7f17ef4e4eba in QMetaObject::activate(QObject*, QMetaObject
const*, int, void**) () from /usr/lib/libQtCore.so.4
#11 0x7f17eaad8875 in Solid::DeviceNotifier::deviceRemoved(QString
const&) () from /usr/lib/libsolid.so.4
#12 0x7f17eaad9a5d in ?? () from /usr/lib/libsolid.so.4
#13 0x7f17eaada219 in ?? () from /usr/lib/libsolid.so.4
#14 0x7f17ef4e4eba in QMetaObject::activate(QObject*, QMetaObject
const*, int, void**) () from /usr/lib/libQtCore.so.4
#15 0x7f17eaaeca25 in ?? () from /usr/lib/libsolid.so.4
#16 0x7f17eab2d2f6 in ?? () from /usr/lib/libsolid.so.4
#17 0x7f17ef4e4eba in QMetaObject::activate(QObject*, QMetaObject
const*, int, void**) () from /usr/lib/libQtCore.so.4
#18 0x7f17ef8385ad in ?? () from /usr/lib/libQtDBus.so.4
#19 0x7f17ef8248b1 in ?? () from /usr/lib/libQtDBus.so.4
#20 0x7f17ef82dbbf in ?? () from /usr/lib/libQtDBus.so.4
#21 0x7f17ef4e8a6a in QObject::event(QEvent*) () from
/usr/lib/libQtCore.so.4
#22 0x7f17ee8a3c64 in QApplicationPrivate::notify_helper(QObject*,
QEvent*) () from /usr/lib/libQtGui.so.4
#23 0x7f17ee8a8af1 in QApplication::notify(QObject*, QEvent*) ()
from /usr/lib/libQtGui.so.4
#24 0x7f17f01cbb26 in KApplication::notify(QObject*, QEvent*) ()
from /usr/lib/libkdeui.so.5
#25 0x7f17ef4d228c in QCoreApplication::notifyInternal(QObject*,
QEvent*) () from /usr/lib/libQtCore.so.4
#26 0x7f17ef4d5648 in
QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)
() from /usr/lib/libQtCore.so.4
#27 0x7f17ef4fc9d3 in ?? () from /usr/lib/libQtCore.so.4
#28 0x7f17e61330cf in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#29 0x7f17e61338c8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x7f17e6133a99 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x7f17ef4fce2f in
QEventDispatcherGlib::processEvents(QFlags)
() from /usr/lib/libQtCore.so.4
#32 0x7f17ee947eee in ?? () from /usr/lib/libQtGui.so.4
#33 0x7f17ef4d1492 in
QEventLoop::processEvents(QFlags) () from
/usr/lib/libQtCore.so.4
#34 0x7f17ef4d168f in
QEventLoop::exec(QFlags) () from
/usr/lib/libQtCore.so.4
#35 0x7f17ef4d5837 in QCoreApplication::exec() () from
/usr/lib/libQtCore.so.4
#36 0x7f17f269d673 in kdemain () from
/usr/lib/kde4/libkdeinit/libkdeinit4_plasma-desktop.so
#37 0x7f17f22f1ead in __libc_start_main (main=,
argc=, ubp_av=, init=,
fini=, rtld_fini=,
stack_end=0x7fffa2ef0ce8) at libc-start.c:228
#38 0x004006c1 in _start ()

--- System information. ---
Architecture: amd64
Kernel: Linux 3.3.0-tec

Debian Release: wheezy/sid
500 testing-proposed-updates ftp.de.debian

Bug#669917: ITP: soap2 -- SOAPaligner of short next generation sequencing data

2012-04-21 Thread Thomas Goirand
On 04/22/2012 05:55 AM, Steffen Moeller wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Steffen Moeller 
>
> * Package name: soap2
>   Version : 2.20
> * URL : http://soap.genomics.org.cn/soapaligner.html
> * License : GPL-3
>   Programming Lang: C
>   Description : SOAPaligner of short next generation sequencing data
>
> Vcs-Browser: 
> http://svn.debian.org/viewvc/debian-med/trunk/packages/soap/soap2/
> Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/soap/soap2/
>
> Description: 
>  SOAPaligner/soap2 is a member of the Short Oligonucleotide Analysis
>  Package (SOAP)
IMO, the package name is badly chosen. 99.99% of all Debian users
will believe that this is something concerning the SOAP network
protocol "Simple Object Access Protocol".

Would you mind to rename your package "soapaligner"?

Cheers,

Thomas




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



Bug#669715: dvb-apps: Channel/frequency/etc. data needs updating for London transmitters

2012-04-21 Thread Russel Winder
The representative of the Amalgamated Union of Philosophers, Sages,
Luminaries, and other professional thinking persons quoth:

On Sun, 2012-04-22 at 03:16 +0100, Darren Salt wrote:
> I demand that Russel Winder may or may not have written...
> 
> > The "digital switch over" (DSO) -- closing of analogue television
> > transmision -- has involved quite a convoluted rearrangement of the
> > multiplexes and channels.  The DSO completed for London, and in my case
> > Crystal Palace, 2012-04-18.  The channel data distributed with dvb-apps is
> > now incorrect.
> 
> You should use w_scan to gather the new information. It would be useful if
> you attach the new tuning information to this bug report.

Not sure about w_scan, I have scan.  It doesn't generate a channel list.

I calculated the following replacement for the uk-CrystalPalace file:

# UK, Crystal Palace
#
# Manually calculated by RLW 2012-04-21T10:20+01:00
#
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval
hierarchy
#
# BBC A — 23
T 49000 8MHz 2/3 NONE QAM64 2k 1/32 NONE
# D3&4 — 26
T 51400 8MHz 2/3 NONE QAM64 2k 1/32 NONE
# BBC B — 30-
T 545833000 8MHz 2/3 NONE QAM256 2k 1/32 NONE
# SDN — 25
T 50600 8MHz 3/4 NONE QAM64 2k 1/32 NONE
# Arqiva A — 22
T 48200 8MHz 3/4 NONE QAM64 2k 1/32 NONE
# Arqiva B — 28-
# ITV4
T 529833000 8MHz 3/4 NONE QAM64 2k 1/32 NONE

The BBC A, D3&4, SDN, Arqiva A, and Arqiva B frequencies all work fine
with vlc, I get all the channels on the multiplex.  BBC B seems to fail
but I have a suspicion that may be that the TerraTec USB unit I have
does not handle HD.  I am not sure what the NONE entries are, and I am
not sure if the 1/32 is correct.  All other entries come straight from
the OfCom document -- which I assume is definitive.

Running scan I get:

|> scan uk-CrystalPalace_RLW
scanning uk-CrystalPalace_RLW
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 49000 0 2 9 3 0 0 0
initial transponder 51400 0 2 9 3 0 0 0
initial transponder 545833000 0 2 9 5 0 0 0
initial transponder 50600 0 3 9 3 0 0 0
initial transponder 48200 0 3 9 3 0 0 0
initial transponder 529833000 0 3 9 3 0 0 0
>>> tune to: 
>>> 49000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 
>>> 49000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
>>>  (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 
>>> 51400:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 
>>> 51400:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
>>>  (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 
>>> 545833000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_256:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 
>>> 545833000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_256:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
>>>  (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 
>>> 50600:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 
>>> 50600:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
>>>  (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 
>>> 48200:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 
>>> 48200:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
>>>  (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 
>>> 529833000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 
>>> 529833000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
>>>  (tuning failed)
WARNING: >>> tuning failed!!!
ERROR: initial tuning failed
dumping lists (0 services)
Done.


> Also, as of 26 September, it'll also be incorrect for Pontop Pike...

Is that the last to go?

-- 
Russel.
=
Dr Russel Winder  t: +44 20 7585 2200   voip: sip:russel.win...@ekiga.net
41 Buckmaster Roadm: +44 7770 465 077   xmpp: rus...@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


signature.asc
Description: This is a

Bug#669715: dvb-apps: Channel/frequency/etc. data needs updating for London transmitters

2012-04-21 Thread Darren Salt
I demand that Russel Winder may or may not have written...

> The "digital switch over" (DSO) -- closing of analogue television
> transmision -- has involved quite a convoluted rearrangement of the
> multiplexes and channels.  The DSO completed for London, and in my case
> Crystal Palace, 2012-04-18.  The channel data distributed with dvb-apps is
> now incorrect.

You should use w_scan to gather the new information. It would be useful if
you attach the new tuning information to this bug report.

Also, as of 26 September, it'll also be incorrect for Pontop Pike...

-- 
|  _  | Darren Salt, using Debian GNU/Linux (and Android)
| ( ) |
|  X  | ASCII Ribbon campaign against HTML e-mail
| / \ | http://www.asciiribbon.org/

How was Thomas J. Watson buried? ... 9 edge down.



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



Bug#669935: Debian Installer does not apply keymap used during installation to resulting initramfs

2012-04-21 Thread Sebastian Pipping
retitle 669935 Debian Installer does not apply keymap used during
installation to resulting initramfs

Try to add a missing "not" to this bug's title...


I would like to add that without a second machine in reach, entering a
password with special characters through a different keyboard layout
without visual feedback for what you typed (as every letters is shown as
"*") can be very difficult or even impossible.



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



Bug#669936: parted: Fix hurd-i386 support

2012-04-21 Thread Samuel Thibault
Package: parted
Version: 2.3-9
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hello,

The attached patch fixes parted support for hurd-i386: it adds partition
reloading support, both in-kernel, and for translators.

Samuel

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

Kernel: Linux 3.0.4 (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/bash

Versions of packages parted depends on:
ii  libblkid1   2.20.1-4
ii  libc6   2.13-27
ii  libdevmapper1.02.1  2:1.02.67-2
ii  libparted0debian1   2.3-9
ii  libreadline66.2-8
ii  libtinfo5   5.9-4
ii  libuuid12.20.1-4

parted recommends no packages.

Versions of packages parted suggests:
ii  parted-doc  2.3-9

-- no debconf information
--- ./libparted/arch/gnu.c.original 2012-04-22 00:06:18.0 +
+++ ./libparted/arch/gnu.c  2012-04-22 02:34:58.0 +
@@ -185,7 +185,7 @@
if (!dev->arch_specific)
goto error_free_path;
 
-   dev->type = PED_DEVICE_FILE;/* FIXME? */
+   dev->type = PED_DEVICE_UNKNOWN; /* It's deprecated anyway */
dev->open_count = 0;
dev->read_only = 0;
dev->external_mode = 0;
@@ -204,11 +204,83 @@
return NULL;
 }
 
-static int
-_kernel_reread_part_table (PedDevice* dev)
-{
-   /* XXX: We must wait for partfs to be finished.  */
-   return 1;
+/* Ask the kernel and translators to reload the partition table.
+   XXX: Will probably be replaced by some RPC to partfs when it's finished.  In
+   the meantime, gnumach's glue layer will pass BLKRRPART to the Linux drivers.
+   */
+#define BLKRRPART 0x125F
+static int
+_reread_part_table (PedDevice* dev)
+{
+   struct store *store = GNU_SPECIFIC (dev)->store;
+   int retry_count = 9;
+   int len = strlen (dev->path);
+   char path[len + 3 + 1];
+   int i;
+   int done = 1;
+
+   sync ();
+
+   if(strcmp (store->class->name, "device") == 0) {
+   while (device_set_status (store->port, BLKRRPART, NULL, 0)) {
+   retry_count--;
+   sync ();
+   if (retry_count == 3)
+   sleep (1); /* Pause to allow system to settle */
+
+   if (!retry_count) {
+   ped_exception_throw (
+   PED_EXCEPTION_WARNING,
+   PED_EXCEPTION_IGNORE,
+   _("WARNING: the kernel failed to re-read the "
+ "partition table on %s (%s).  As a result, "
+ "it may not reflect all of your changes "
+ "until after reboot."),
+   dev->path, strerror (errno));
+   return 0;
+   }
+   }
+   }
+
+   i = 1;
+   while (1) {
+   file_t node;
+   error_t err;
+
+   /* Throw away all active parted-based translators */
+   snprintf (path, sizeof (path), "%ss%u", dev->path, i);
+   node = file_name_lookup (path, O_NOTRANS, 0666);
+   if (node == MACH_PORT_NULL) {
+   if (errno == ENOENT)
+   /* Finished looping over them */
+   break;
+
+   ped_exception_throw (
+   PED_EXCEPTION_WARNING,
+   PED_EXCEPTION_IGNORE,
+   _("Warning: unable to open %s (%s). As a "
+ "result, it may not reflect all of your "
+ "changes until after reboot."),
+   path, strerror (errno));
+   done = 0;
+   }
+
+   err = file_set_translator (node, 0, FS_TRANS_SET,
+   0, 0, 0, MACH_PORT_NULL, MACH_MSG_TYPE_COPY_SEND);
+   if (err) {
+   ped_exception_throw (
+   PED_EXCEPTION_WARNING,
+   PED_EXCEPTION_IGNORE,
+   _("Warning: failed to make translator go away "
+ "on %s (%s). As a result, it may not reflect "
+ "all of your changes until after reboot."),
+   dev->path, strerror (errno));
+   done = 0;
+   }
+   i++;
+   }
+
+   return done;
 }
 
 /* Free the memory associated with a PedDevice structure.  */
@@ -355,7 +427,7 @@
_flush_cache (dev);
 
  

Bug#626404: mudlet: Error loading startup include

2012-04-21 Thread Claudio Giordano
Il giorno ven, 13/05/2011 alle 09.12 +1000, Craig Small ha scritto: 
> I have attached a small lua script which hopefully you can run. It
> basically loads the relevant lua files and makes sure they compile.  It
> is now looking like an upstream problem as the files are in the correct
> place.
> 
>  - Craig
> 

Running the attached script gives the following result:

Geyser compiled ok
GeyserSetConstraints compile
fail /usr/share/games/mudlet/lua/geyser/GeyserSetConstraints.lua:42: 
malformed number near '100.0'

A possible solution for this error could be to change the line 42 as
follows:

local scale = tonumber((string.gsub(cons[v], "%%", ""))) /
tonumber("100.0")

but does not solve the initial problem of the inclusion of files.

Thanks.
-- 
Claudio Giordano




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



Bug#570611: Bug#669920: Please provide a backport for squeeze

2012-04-21 Thread Josh Triplett
On Sat, Apr 21, 2012 at 06:53:57PM -0400, Andres Mejia wrote:
> On Sat, Apr 21, 2012 at 6:10 PM, Josh Triplett  wrote:
> > Package: libcrystalhd-dev
> > Severity: wishlist
> >
> > Please consider providing a backport of libcrystalhd-dev for squeeze.
> > Such a backport would make it easier to prepare MythTV packages for
> > squeeze.
> >
> > Thanks,
> > Josh Triplett
> >
> > -- System Information:
> > Debian Release: wheezy/sid
> >  APT prefers unstable
> >  APT policy: (500, 'unstable'), (1, 'experimental')
> > Architecture: amd64 (x86_64)
> >
> > Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
> > Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
> > Shell: /bin/sh linked to /bin/dash
> >
> >
> 
> Hi Josh,
> Were you trying to package MythTV to unstable at all? IMO that should
> be done first before attempting to upload for squeeze (i.e. actually
> get accepted, get tested in unstable, migrate to testing, then
> backport to stable).

At the moment I'm just building some local packages, not official
backports.  I'd love to see official MythTV packages, and I'd be happy
to help work on them, but that wasn't my goal at the moment.

- Josh Triplett



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



Bug#669935: Debian Installer does apply keymap used during installation to resulting initramfs

2012-04-21 Thread Sebastian Pipping
Package: debian-installer
Version: 20120327+b1

I have been installing Debian testing/wheezy from a recent snapshot
netinst with a German keyboard layout selected.  As I chose dm-crypt
during disk partitioning I have been entering a password with a German
keyboard layout during installation.

On reboot cryptsetup asks for a password with a US keyboard layout,
rather than German.  There is no hint about that and there seems to be
no way to select a different layout without entering the password under
a foreign/US keyboard layout first.

I would expect that the installer makes sure that the keyboard layout of
the initramfs is the same as the one used during installation or that at
least I have the option to make that happen.  Currently, nothing tells
the user that the layout is no longer German on reboot and there is no
easy way of switching the layout without passing that very password gate
first.  Please consider solving this problem.  Thanks!


PS: In case that's relevant: I deselected the installation of desktop
environment and basic system utilities during the installation process.



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



Bug#669927: mantis: CVE-2012-1122 (split of CVEs in #662858 for better tracking)

2012-04-21 Thread Dario Minnucci
tags 669927 +patch
thanks

Hi,

Attached you'll find a possible patch for CVE-2012-1122.


Description: Fix for CVE-2012-1122: Incorrect access checks performed when 
moving bugs between projects
Bug-Mantis: http://www.mantisbt.org/bugs/view.php?id=13748
Bug-Debian: http://bugs.debian.org/669927
Origin: 
https://github.com/mantisbt/mantisbt/commit/64af3ef8c0b43bd007664d84e0177716daac4a84
Last-Update: 2012-04-21


Note: Needs some testing!


Regards,

-- 
 Dario Minnucci 
 Phone: +34 902884117 | Fax: +34 902024417 | Support: +34 80745
 Key fingerprint = BAA1 7AAF B21D 6567 D457  D67D A82F BB83 F3D5 7033

Description: Fix for CVE-2012-1122: Incorrect access checks performed when moving bugs between projects 
Bug-Mantis: http://www.mantisbt.org/bugs/view.php?id=13748 
Bug-Debian: http://bugs.debian.org/669927
Origin: https://github.com/mantisbt/mantisbt/commit/64af3ef8c0b43bd007664d84e0177716daac4a84
Last-Update: 2012-04-21
Index: mantis/bug_actiongroup.php
===
--- mantis.orig/bug_actiongroup.php	2012-04-21 22:16:58.760666308 +0200
+++ mantis/bug_actiongroup.php	2012-04-21 22:20:42.921354198 +0200
@@ -96,7 +96,8 @@
 			break;
 
 		case 'MOVE':
-			if ( access_has_bug_level( config_get( 'move_bug_threshold' ), $t_bug_id ) ) {
+			if( access_has_bug_level( config_get( 'move_bug_threshold' ), $t_bug_id ) &&
+access_has_project_level( config_get( 'report_bug_threshold', null, null, $f_project_id ), $f_project_id ) ) {
 # @@@ we need to issue a helper_call_custom_function( 'issue_update_validate', array( $t_bug_id, $t_bug_data, $f_bugnote_text ) );
 $f_project_id = gpc_get_int( 'project_id' );
 bug_set_field( $t_bug_id, 'project_id', $f_project_id );


signature.asc
Description: OpenPGP digital signature


Bug#669925: mantis: CVE-2012-1120 (split of CVEs in #662858 for better tracking)

2012-04-21 Thread Dario Minnucci
tags 669925 +patch
thanks

Hi,

Attached you'll find a possible patch for CVE-2012-1120.


Description: Fix for CVE-2012-1120: 
Delete_bug_threshold/bugnote_allow_user_edit_delete access check
bypass
Bug-Mantis: http://www.mantisbt.org/bugs/view.php?id=13656
Bug-Debian: http://bugs.debian.org/669925
Origin: 
https://github.com/mantisbt/mantisbt/commit/df7782a65e96aa1c9639a7625a658102134c7fe0

https://github.com/mantisbt/mantisbt/commit/9d3f5783e6e0a4faf4fae13c769c9bfd45bf063c
Last-Update: 2012-04-21


Note: Needs some testing!


Regards,

-- 
 Dario Minnucci 
 Phone: +34 902884117 | Fax: +34 902024417 | Support: +34 80745
 Key fingerprint = BAA1 7AAF B21D 6567 D457  D67D A82F BB83 F3D5 7033

Description: Fix for CVE-2012-1120: Delete_bug_threshold/bugnote_allow_user_edit_delete
 access check bypass 
Bug-Mantis: http://www.mantisbt.org/bugs/view.php?id=13656
Bug-Debian: http://bugs.debian.org/669925
Origin: https://github.com/mantisbt/mantisbt/commit/df7782a65e96aa1c9639a7625a658102134c7fe0
https://github.com/mantisbt/mantisbt/commit/9d3f5783e6e0a4faf4fae13c769c9bfd45bf063c
Last-Update: 2012-04-21
Index: mantis/api/soap/mc_issue_api.php
===
--- mantis.orig/api/soap/mc_issue_api.php	2012-04-21 22:16:58.748666486 +0200
+++ mantis/api/soap/mc_issue_api.php	2012-04-21 22:58:28.251905275 +0200
@@ -729,6 +729,10 @@
 			return new soap_fault( 'Client', '', 'Access Denied' );
 		}
 
+		if ( !access_has_bug_level( config_get( 'delete_bug_threshold' ), $p_issue_id, $t_user_id ) ) {
+			return mci_soap_fault_access_denied( $t_user_id );
+		}
+
 		return bug_delete( $p_issue_id );
 	}
 
@@ -806,6 +810,15 @@
 			return new soap_fault( 'Client', '', 'Access Denied' );
 		}
 
+		$t_reporter_id = bugnote_get_field( $p_issue_note_id, 'reporter_id' );
+
+		// mirrors check from bugnote_delete.php
+		if ( ( $t_user_id != $t_reporter_id ) || ( OFF == config_get( 'bugnote_allow_user_edit_delete' ) ) ) {
+			if ( !access_has_bugnote_level( config_get( 'delete_bugnote_threshold' ), $p_issue_note_id ) ) {
+return mci_soap_fault_access_denied( $t_user_id );
+			}
+		}
+
 		return bugnote_delete( $p_issue_note_id );
  	}
  	


signature.asc
Description: OpenPGP digital signature


Bug#663036: gnumed-server: unowned directories after purge: /var/log/gnumed/server

2012-04-21 Thread Andreas Beckmann
Package: gnumed-server
Version: 16.13-2
Followup-For: Bug #663036

Hi,

the following directory is still left after purging the package:

1m7.7s ERROR: FAIL: Package purging left files on system:
  /var/log/gnumed/   not owned
  /var/log/gnumed/server/not owned


Andreas



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



Bug#669930: mantis: CVE-2012-1123 (split of CVEs in #662858 for better tracking)

2012-04-21 Thread Dario Minnucci
tags 669930 +patch
thanks

Hi,

Attached you'll find a possible patch for CVE-2012-1123.


Description: Fix for CVE-2012-1123: SOAP API null password authentication bypass
Bug-Mantis: http://www.mantisbt.org/bugs/view.php?id=13901
Bug-Debian: http://bugs.debian.org/669930
Origin: 
https://github.com/mantisbt/mantisbt/commit/f5106be52cf6aa72c521f388e4abb5f0de1f1d7f
Last-Update: 2012-04-21


Note: Needs some testing!


Regards,

-- 
 Dario Minnucci 
 Phone: +34 902884117 | Fax: +34 902024417 | Support: +34 80745
 Key fingerprint = BAA1 7AAF B21D 6567 D457  D67D A82F BB83 F3D5 7033

Description: Fix for CVE-2012-1123: SOAP API null password authentication bypass
Bug-Mantis: http://www.mantisbt.org/bugs/view.php?id=13901
Bug-Debian: http://bugs.debian.org/669930
Origin: https://github.com/mantisbt/mantisbt/commit/f5106be52cf6aa72c521f388e4abb5f0de1f1d7f
Last-Update: 2012-04-21
Index: mantis/api/soap/mc_api.php
===
--- mantis.orig/api/soap/mc_api.php	2012-04-21 22:30:38.716554517 +0200
+++ mantis/api/soap/mc_api.php	2012-04-21 22:47:43.953413955 +0200
@@ -57,6 +57,11 @@
 
 			# do not use password validation.
 			$p_password = null;
+		} else {
+			if( is_blank( $p_password ) ) {
+# require password for authenticated access
+return false;
+			}
 		}
 
 		if ( false === auth_attempt_script_login( $p_username, $p_password ) ) {
@@ -466,4 +471,4 @@
 
 		return $t_stack;
 	}
-	?>
\ No newline at end of file
+	?>


signature.asc
Description: OpenPGP digital signature


Bug#669730: e2fsprogs: Bigalloc is not documented

2012-04-21 Thread Ted Ts'o
Hi Touko,

Note that bigalloc is still somewhat under development; there are
number of bugs that are still in the kernel code, so at this point I
can't really recommend non-developers use it in production yet...

(Some of the bugs weren't evident at the time of the 1.42 release, or
I would have added more cautions in the e2fsprogs release notes.)

 - Ted



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



Bug#669934: kdepim: korganizer cannot load calendar after adding a new contact in kontact

2012-04-21 Thread Stanley Schade
Package: kdepim
Version: 4:4.4.11.1+l10n-1
Severity: normal

Dear Maintainer,

I did the following things:
-> added a new contact in kontact
Name: John Doe, E-Mail: j...@example.com
-> closed kontact
-> opened korganizer

This led to the error message: "Error while loading Standard".
("Standard" is the name of my calendar). Thus, I can't access
my calendar data.

Here's some more information:
I use a local directory to save my calendar, namely

$HOME/.kde/share/apps/korganizer/ .

Further investigation showed that the error is due to a new file
contained in this directory which is obviously created when
adding John to my contacts. The name of the file is freebusyurls:

$ cat $HOME/.kde/share/apps/korganizer/freebusyurls
[j...@example.com]
url=
$

After removing this file, my calendar can be opened without any
problems. It is only created when using kontact to add a new
contact. (Using kaddressbook doesn't produce such a file.)

I've installed  the testing release of Debian (wheezy). According to
synaptic my version of korganizer is: 4:4.4.11.1+l10n-1.

Kind regards



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

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

Versions of packages kdepim depends on:
ii  akonadiconsole 4:4.4.11.1+l10n-1
ii  akregator  4:4.4.11.1+l10n-1
ii  blogilo4:4.4.11.1+l10n-1
ii  kaddressbook   4:4.4.11.1+l10n-1
ii  kalarm 4:4.4.11.1+l10n-1
ii  kdepim-kresources  4:4.4.11.1+l10n-1
ii  kdepim-strigi-plugins  4:4.4.11.1+l10n-1
ii  kdepim-wizards 4:4.4.11.1+l10n-1
ii  kjots  4:4.4.11.1+l10n-1
ii  kleopatra  4:4.4.11.1+l10n-1
ii  kmail  4:4.4.11.1+l10n-1
ii  knode  4:4.4.11.1+l10n-1
ii  knotes 4:4.4.11.1+l10n-1
ii  konsolekalendar4:4.4.11.1+l10n-1
ii  kontact4:4.4.11.1+l10n-1
ii  korganizer 4:4.4.11.1+l10n-1
ii  ktimetracker   4:4.4.11.1+l10n-1

kdepim recommends no packages.

kdepim suggests no packages.

--
Versions of packages korganizer depends on:
ii  kdebase-runtime   4:4.7.4-2
ii  kdepim-runtime4:4.4.11.1-3
ii  libakonadi-contact4   4:4.7.4-2+b1
ii  libc6 2.13-27
ii  libkabc4  4:4.7.4-2+b1
ii  libkcal4  4:4.7.4-2+b1
ii  libkcmutils4  4:4.7.4-4
ii  libkde3support4   4:4.7.4-4
ii  libkdecore5   4:4.7.4-4
ii  libkdepim44:4.4.11.1+l10n-1
ii  libkdeui5 4:4.7.4-4
ii  libkholidays4 4:4.7.4-2+b1
ii  libkio5   4:4.7.4-4
ii  libkmime4 4:4.7.4-2+b1
ii  libknewstuff2-4   4:4.7.4-4
ii  libkontactinterface4  4:4.7.4-2+b1
ii  libkparts44:4.7.4-4
ii  libkpimidentities44:4.7.4-2+b1
ii  libkpimutils4 4:4.7.4-2+b1
ii  libkprintutils4   4:4.7.4-4
ii  libkresources44:4.7.4-2+b1
ii  libphonon44:4.6.0.0-1
ii  libqt4-dbus   4:4.7.4-2
ii  libqt4-qt3support 4:4.7.4-2
ii  libqt4-xml4:4.7.4-2
ii  libqtcore44:4.7.4-2
ii  libqtgui4 4:4.7.4-2
ii  libstdc++64.7.0-3
ii  perl  5.14.2-9
ii  phonon4:4.6.0.0-1
ii  zlib1g1:1.2.6.dfsg-2

korganizer recommends no packages.

Versions of packages korganizer suggests:
ii  kdepim-groupware   4:4.4.11.1+l10n-1
ii  kdepim-kresources  4:4.4.11.1+l10n-1



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



Bug#669924: mantis: CVE-2012-1118 (split of CVEs in #662858 for better tracking)

2012-04-21 Thread Dario Minnucci
tags 669924 patch
thanks

Hi,

Attached you'll find a possible patch for CVE-2012-1118.


Description: Fix for CVE-2012-1118: Array value for $g_private_bug_threshold 
configuration option
allows bypass of access
Bug-Mantis: http://www.mantisbt.org/bugs/view.php?id=10124
Bug-Debian: http://bugs.debian.org/669924
Origin: 
http://github.com/mantisbt/mantisbt/commit/eb803ed02105fc919cf5f789e939f2b824162927

http://github.com/mantisbt/mantisbt/commit/ae8be028a5c948e54c99a8db0a0cc4cedd9078a9
Last-Update: 2012-04-21


Note: Needs some testing!


Regards,

-- 
 Dario Minnucci 
 Phone: +34 902884117 | Fax: +34 902024417 | Support: +34 80745
 Key fingerprint = BAA1 7AAF B21D 6567 D457  D67D A82F BB83 F3D5 7033

Description: Fix for CVE-2012-1118: Array value for $g_private_bug_threshold configuration 
 option allows bypass of access 
Bug-Mantis: http://www.mantisbt.org/bugs/view.php?id=10124
Bug-Debian: http://bugs.debian.org/669924
Origin: http://github.com/mantisbt/mantisbt/commit/eb803ed02105fc919cf5f789e939f2b824162927  
http://github.com/mantisbt/mantisbt/commit/ae8be028a5c948e54c99a8db0a0cc4cedd9078a9
Last-Update: 2012-04-21
Index: mantis/core/access_api.php
===
--- mantis.orig/core/access_api.php	2012-04-22 00:27:18.272564983 +0200
+++ mantis/core/access_api.php	2012-04-22 00:29:52.498261469 +0200
@@ -330,32 +330,32 @@
 	# This function looks up the bug's project and performs an access check
 	#  against that project
 	function access_has_bug_level( $p_access_level, $p_bug_id, $p_user_id = null ) {
+		if( $p_user_id === null ) {
+			$p_user_id = auth_get_current_user_id();
+		}
+
 		# Deal with not logged in silently in this case
 		# @@@ we may be able to remove this and just error
 		# and once we default to anon login, we can remove it for sure
-		if ( !auth_is_user_authenticated() ) {
+		if( empty( $p_user_id ) && !auth_is_user_authenticated() ) {
 			return false;
 		}
 
-		if ( $p_user_id === null ) {
-		$p_user_id = auth_get_current_user_id();
-		}
-
 		$t_project_id = bug_get_field( $p_bug_id, 'project_id' );
+
 		# check limit_Reporter (Issue #4769)
 		# reporters can view just issues they reported
 		$t_limit_reporters = config_get( 'limit_reporters' );
-		if ( ( ON === $t_limit_reporters ) &&
-		 ( !bug_is_user_reporter( $p_bug_id, $p_user_id ) ) &&
-		 ( !access_has_project_level( REPORTER + 1, $t_project_id, $p_user_id ) ) ) {
-		  return false;
+		if(( ON === $t_limit_reporters ) && ( !bug_is_user_reporter( $p_bug_id, $p_user_id ) ) && ( !access_has_project_level( REPORTER + 1, $t_project_id, $p_user_id ) ) ) {
+			return false;
 		}
 
-		# If the bug is private and the user is not the reporter, then the
-		#  the user must also have higher access than private_bug_threshold
-		if ( VS_PRIVATE == bug_get_field( $p_bug_id, 'view_state' ) &&
-			 !bug_is_user_reporter( $p_bug_id, $p_user_id ) ) {
-			$p_access_level = max( $p_access_level, config_get( 'private_bug_threshold' ) );
+		# If the bug is private and the user is not the reporter, then
+		# they must also have higher access than private_bug_threshold
+		if( VS_PRIVATE == bug_get_field( $p_bug_id, 'view_state' ) && !bug_is_user_reporter( $p_bug_id, $p_user_id ) ) {
+			$t_access_level = access_get_project_level( $t_project_id, $p_user_id );
+			return access_compare_level( $t_access_level, config_get( 'private_bug_threshold' ) )
+&& access_compare_level( $t_access_level, $p_access_level );
 		}
 
 		return access_has_project_level( $p_access_level, $t_project_id, $p_user_id );


signature.asc
Description: OpenPGP digital signature


Bug#669929: puredata: example 5.reverb.pd doesn't work

2012-04-21 Thread Jaromír Mikeš
Similar situation for looper.pd example.

Help -> Browser -> Pure Data -> 7. stuff -> soundfile-tools -> 4.looper.pd

Open sub patch "pd guts" then subpatch "pd audio-transformation"
there "../../../extra/looper~" which makes issue.
Renaming to "looper~" fixing it.

mira



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



Bug#669933: console-setup-hurd package needed

2012-04-21 Thread Tekk
Source: console-setup
Severity: grave
Justification: renders package unusable

Dear Maintainer,
The console-setup package fails to install, requiring one of the port-specific
flavors(linux or kfreebsd.) Due to the lack of a console-setup-hurd package,
the package fails to install because of an unfulfilled dependency. For fonts
hurd requires .bdfs, which shouldn't be too bad since they're apparently used
as the sources for the other fonts.

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

Kernel: GNU-Mach 1.3.99/Hurd-0.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash



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



Bug#669932: gwc: Auto-built binaries contains /usr/buildd/ dir

2012-04-21 Thread Niels Thykier
Source: gwc
Version: 0.21.17~dfsg0-1
Severity: serious

Hi,

I am filing this as serious because it smells like a build
misconfiguration.  The problem (as the subject suggests) is that the
binary packages built on buildds contains:

"""
/usr/build/buildd-gwc_0.21.17~dfsg0-1-i386-ZCgRmK/gwc-0.21.17~dfsg0/debian/tmp/usr/share/gnome/help/gnome_wave_cleaner/C/gwc.html
/usr/build/buildd-gwc_0.21.17~dfsg0-1-i386-ZCgRmK/gwc-0.21.17~dfsg0/debian/tmp/usr/share/gnome/help/gnome_wave_cleaner/C/gwc_qs.html
/usr/build/buildd-gwc_0.21.17~dfsg0-1-i386-ZCgRmK/gwc-0.21.17~dfsg0/debian/tmp/usr/share/gnome/help/gnome_wave_cleaner/C/topic.dat
"""

(with slight variations between architectures).

The amd64 packages are unaffected and I suspect these are the
maintainer built packages, though I admit only checking a handful of
architectures.

~Niels



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



Bug#669931: code-aster-mpi-engine: symbolic link needed for parallel_cp

2012-04-21 Thread Corrado

Package: code-aster-mpi-engine
Version: 10.6.0-1-3
Severity: important

Dear Maintainer,
when I run as_run with MPI, it stops because it needs 
/usr/lib/codeaster/bin/parallel_cp executable.
I create the symbolic link from /usr/bin/codeaster-parallel_cp 
(codeaster-run package) and it seems to work. Maybe it can be useful for 
next versions.

Best regards,
Corrado

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT, LC_CTYPE=it_IT (charmap=UTF-8) (ignored: LC_ALL set 
to it_IT.UTF-8)

Shell: /bin/sh linked to /bin/dash

Versions of packages code-aster-mpi-engine depends on:
ii  libblacs-mpi11.1-31
ii  libblas3gf [libblas.so.3gf]  1.2.20110419-2
ii  libc62.13-27
ii  libgfortran3 4.7.0-1
ii  libhdf5-openmpi-71.8.8-9
ii  liblapack3gf [liblapack.so.3gf]  3.3.1-1
ii  libmed1  3.0.3-3
ii  libmumps-ptscotch-4.10.0 4.10.0.dfsg-3
ii  libopenmpi1.31.4.3-2.1
ii  libptscotch-5.1  5.1.12b.dfsg-1
ii  libpython2.6 2.6.7-4
ii  libpython2.7 2.7.2-8
ii  libscalapack-mpi11.8.0-9
ii  libscotch-5.15.1.12b.dfsg-1
ii  libstdc++6   4.7.0-1
ii  omniidl  4.1.6-2
ii  zlib1g   1:1.2.6.dfsg-2

code-aster-mpi-engine recommends no packages.

Versions of packages code-aster-mpi-engine suggests:
ii  eficas 2.0.3-1-1
ii  gmsh   2.5.1~beta2~svn11845~dfsg-2
ii  grace  1:5.1.22-12+b1
ii  metis-edf  4.1-2-2

-- no debconf information




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



Bug#669930: mantis: CVE-2012-1123 (split of CVEs in #662858 for better tracking)

2012-04-21 Thread midget
Package: mantis
Version: 1.1.8+dfsg-10squeeze1
Severity: grave
Tags: squeeze security
Justification: user security hole

This is a split of Debian Bug report #662858



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



Bug#669929: puredata: example 5.reverb.pd doesn't work

2012-04-21 Thread Jaromír Mikeš
Package: puredata
Version: 0.43.2-2
Severity: normal

Dear Maintainer,

example 5.reverb.pd doesn't work.
Help -> Browser -> Pure Data -> 7. stuff -> soundfile-tools -> 5.reverb.pd

Open sub patch "pd guts" then subpatch "pd audio-transformation"
there "../../../extra/rev1~ xxx" which makes issue.
Renaming to "rev1~ xxx" fixing it.

mira



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

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

Versions of packages puredata depends on:
ii  puredata-core   0.43.2-2
ii  puredata-dev0.43.2-2
ii  puredata-doc0.43.2-2
ii  puredata-extra  0.43.2-2
ii  puredata-gui0.43.2-2
ii  puredata-utils  0.43.2-2

Versions of packages puredata recommends:
ii  gem  1:0.93.3-3+b1

Versions of packages puredata suggests:
pn  pd-aubio   
pn  pd-csound  
pn  pd-pdp 
pn  pd-zexy

-- no debconf information



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



Bug#669928: mantis: CVE-2012-1119 (split of CVEs in #662858 for better tracking)

2012-04-21 Thread midget
Package: mantis
Version: 1.1.8+dfsg-10squeeze1
Severity: grave
Tags: squeeze security
Justification: user security hole

This is a split of Debian Bug report #662858



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



Bug#669927: mantis: CVE-2012-1122 (split of CVEs in #662858 for better tracking)

2012-04-21 Thread midget
Package: mantis
Version: 1.1.8+dfsg-10squeeze1
Severity: grave
Tags: squeeze security
Justification: user security hole

This is a split of Debian Bug report #662858



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



Bug#669926: mantis: CVE-2012-1121 (split of CVEs in #662858 for better tracking)

2012-04-21 Thread midget
Package: mantis
Version: 1.1.8+dfsg-10squeeze1
Severity: grave
Tags: squeeze security
Justification: user security hole

This is a split of Debian Bug report #662858



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



Bug#669925: mantis: CVE-2012-1120 (split of CVEs in #662858 for better tracking)

2012-04-21 Thread midget
Package: mantis
Version: 1.1.8+dfsg-10squeeze1
Severity: grave
Tags: squeeze security
Justification: user security hole

This is a split of Debian Bug report #662858



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



Bug#570611: Bug#669920: Please provide a backport for squeeze

2012-04-21 Thread Andres Mejia
On Sat, Apr 21, 2012 at 6:10 PM, Josh Triplett  wrote:
> Package: libcrystalhd-dev
> Severity: wishlist
>
> Please consider providing a backport of libcrystalhd-dev for squeeze.
> Such a backport would make it easier to prepare MythTV packages for
> squeeze.
>
> Thanks,
> Josh Triplett
>
> -- System Information:
> Debian Release: wheezy/sid
>  APT prefers unstable
>  APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
> Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>
>

Hi Josh,
Were you trying to package MythTV to unstable at all? IMO that should
be done first before attempting to upload for squeeze (i.e. actually
get accepted, get tested in unstable, migrate to testing, then
backport to stable).

How was the packaging going to be done? Were you using the Ubuntu
packaging of MythTV as a baseline?

-- 
~ Andres



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



Bug#667614: lintian: Please query distro-info for getting a valid list of Debian/Ubuntu distributions

2012-04-21 Thread Niels Thykier
On 2012-04-21 23:44, Benjamin Drung wrote:
> Am Sonntag, den 08.04.2012, 22:03 +0200 schrieb Niels Thykier:
>> On 2012-04-05 12:40, Benjamin Drung wrote:
>>> [...]
>>
>> Hi,
>>
>> I find the idea interesting, but I have two major concerns here.  First,
>> distro-info (and its perl API) appears to assume that there are only
>> "two" vendors (namely Debian and Ubuntu).  For me, this seems like a
>> regression now that we have allowed vendors to deploy their own data files.
> 
> Every vendor may have its own release process and therefore need its own
> data file and processing script. Debian has no LTS release and Ubuntu
> has nothing like testing. Other vendors can file a bug against
> distro-info to get them supported.
> 

I am not questioning that vendors can request to become supported in
distro-info, but at the moment distro-info does not appear to have an
API suited for handling more than two vendors.
  I based this on three observations I made from a brief look at the
distro-info source code (i.e. the git repository linked from the PTS):

 * It appears that to add a new vendor you have to implement the same
   logic in 4-5 different languages.

 * In some languages, the "modules"/"classes" for "all" vendors are
   embedded in the same file.

 * There appears to be absolutely no documentation for how to add a new
   vendor.

It is possible that the first two points makes sense for the given
"problem", but my initial thought is "This will not scale (in a sane way)".
  Mind you, it is not my intention to bikeshed your code.  I just do not
see why distro-info would be easy to (re-)use for other vendors and
there appears to be no documentation explaining the (dis)advantages of
the design.

That being said, even if you fixed all of that - I still have some
concerns with how to integrate this with Lintian (see below).

>> My other concern is that in order to use distro-info, it seems that I
>> need to know the "vendor" the package is targeted for.  Unless we expose
>> Vendor information to checks, they will not be able to do this.  While
>> we could do that, I (still) think it would be a bad idea (as explained
>> in [1]).
> 
> Doesn't a profile needs to know target vendor? The distro-info calls
> should be part of the vendor profile.
> 

Sure, the profile "knows" the target vendor but the profiles do not run
checks (i.e. emit tags).  And the checks do not have access to (or
knowledge of) profiles, so I do not see how letting the profile call
distro-info would help.

> My proposal is to allow providing code to get a list of series instead
> of requiring a hard-coded list in data/changes-file.
> 

I know and I appreciate the idea.  But to me, it seems that we are stuck
between re-adding vendor specific code (which I have been trying to get
rid of) and maintaining a data file/table (status-quo).


~Niels




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



Bug#669924: mantis: CVE-2012-1118 (split of CVEs in #662858 for better tracking)

2012-04-21 Thread midget
Package: mantis
Version: 1.1.8+dfsg-10squeeze1
Severity: grave
Tags: squeeze security
Justification: user security hole

This is a split of Debian Bug report #662858



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



Bug#669918: annontation

2012-04-21 Thread Daniel Koch
I have to annotate that the problem is about the header buttuns in the window 
where is write the email. The freeze happens when i click on "Send E-Mail 
with...".
If i use "Send Email" it works without any problems. 
---
Daniel Koch


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


Bug#668376: accessodf: fails to install: An error occurred while enabling: accessodf-addon.jar

2012-04-21 Thread Andreas Beckmann
On 2012-04-21 23:52, Sebastian Humenda wrote:
> Thanks for the output. It looks like there was a dependency issue. AccessODF
> depended on libcommons-collecttions-3.jar, but the general symlink is
> libcommons-collection.jar.
> 
> Please try to install:
>   http://crustulus.de/accessodf_0.1-1_all.deb

are you sure thats the right file?
Increment the version to make this clear ... 0.1-2~~test

there was no dependency on libcommons-collections3-java and it failed
teh same way

so I added this package and did

# apt-get install libcommons-collections-java
libcommons-collections3-java libreoffice-writer default-jre
[lots of output]

# dpkg -i accessodf_0.1-1_all.deb
...
Setting up accessodf (0.1-1) ...
Adding extension /usr/share/accessodf/AccessODF.oxt...
ERROR: An error occurred while enabling: accessodf-addon.jar

unopkg failed.
...

# unopkg add -v /usr/share/accessodf/AccessODF.oxt
Synchronizing repository for shared extensions



 Synchronizing repository for bundled extensions



  Enabling: AccessODF
   Enabling: accessodf-addon.jar

ERROR: (com.sun.star.deployment.DeploymentException) { { Message = "An
error occurred while enabling: accessodf-addon.jar", Context =
(com.sun.star.uno.XInterface) @1983080 }, Cause = (any) {
(com.sun.star.registry.CannotRegisterImplementationException) { {
Message = "", Context = (com.sun.star.uno.XInterface) @0 } } } }
   rollback...
Disabling: Settings.xcs
rollback finished.

ERROR: An error occurred while enabling: accessodf-addon.jar
   Cause:
(com.sun.star.registry.CannotRegisterImplementationException) { {
Message = "", Context = (com.sun.star.uno.XInterface) @0 } }

unopkg failed.


That's a new error

Best preoduce as much debug information from the postinst while sorting
out this issue


Andreas



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



Bug#593795: A little bit of progress

2012-04-21 Thread Raúl Sánchez Siles
  Hello:

  In this time I conducted several more tests since now I'm running a Debian 
kernel, exactly experimental 3.3.2.

  It's likely confirmed that the patch I tested was the fix for the hang 
problem. 
This is probably already addressed as [0] which is part of this bug. 

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

  Once that is fixed, plymouth is not working fully right. Everytime I try to 
resume things goes as expected until some little time after I'm asked for the 
cryptroot password. At this point plymouth freezes and I got that I can alt-
sysrq-K to kill it and resume with the resuming. Fortunately I unmasked that 
sysrq feature that is masked in default Debian kernels.

  After I do this I get the "Returning to userspace" message and resume ends up 
succesfully.

  I haven't test without uswsusp package.

  As a conclusion I'd say that the interface between uswsusp and plymouth is 
not 
working very well, but I'm not sure if such thing exist. I'd also say that if 
this freeze is fixed, this bug (and those merged) can be considered solved.

  HTH, best regards,

-- 
 Raúl Sánchez Siles
->Proud Debian user<-
Linux registered user #416098


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


Bug#669923: cdbs: PD class overwrites shlib:Depends

2012-04-21 Thread Felipe Sateler
Package: cdbs
Version: 0.4.110
Severity: normal

dpkg-shlibdeps, if called multiple times, will overwrite the previous
call output. Thus, if a package has both regular libraries and pd
objects, only the pd objects will be recorded.

Possible options: get dpkg-shlibdeps to merge entries, or write to
another substvar.

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

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

cdbs depends on no packages.

Versions of packages cdbs recommends:
ii  autotools-dev  20120210.1

Versions of packages cdbs suggests:
ii  devscripts  2.11.6

-- no debconf information



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



Bug#669730: e2fsprogs: Bigalloc is not documented

2012-04-21 Thread Touko Korpela
On Sat, Apr 21, 2012 at 03:30:37PM +0300, Touko Korpela wrote:
> Package: e2fsprogs
> Version: 1.42.2-2
> Severity: wishlist
> 
> E2fsprogs 1.42 release notes says:
> >This release of e2fsprogs has support for clustered allocation.  This
> >reduces the number of block (now cluster) bitmaps by allocating and
> >deallocating space in contiguous power-of-2 collections of blocks,
> >which are called clustered.  This is a file system level feature,
> >called 'bigalloc', which must be enabled when the file system is
> >initially formatted.  It is not backwards compatible with older
> >kernels.
> 
> mke2fs manpage should document how to create such filesystems and what is
> minimum kernel version that support it

I managed to create bigalloc fs with "mkfs.ext4 -C -O bigalloc"
Filesystem seems to work (only lightly tested) under kernel 3.2.15

Shouldn't mkfs be smart and turn "bigalloc" feature on automatically when
"-C" is used?

Also should be documented issues that this feature causes in resizing support.
Am I correct saying that off-line resizing isn't supported and on-line resizing
needs at least kernel version 3.3?



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



Bug#666648: slime: FTBFS: mkdir: cannot create directory `././sbuild-nonexistent': Permission denied

2012-04-21 Thread Christoph Egger
Milan Zamazal  writes:
> >> mkdir: cannot create directory `././sbuild-nonexistent': Permission 
> denied

This one looks like writing to $HOME which is not allowed and will not
fail in a cowbuilder environment normally. Would be easy to test
building with HOME=/something-not-existing

Regards

Christoph

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



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



Bug#666648: slime: FTBFS: mkdir: cannot create directory `././sbuild-nonexistent': Permission denied

2012-04-21 Thread Milan Zamazal
> "LN" == Lucas Nussbaum  writes:

LN> Source: slime
LN> Version: 1:20111027-2
LN> Severity: serious
LN> Tags: wheezy sid
LN> User: debian...@lists.debian.org
LN> Usertags: qa-ftbfs-20120331 qa-ftbfs
LN> Justification: FTBFS on amd64

LN> Hi,

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

[...]

>> kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 
tcrm1000
>> mkdir: cannot create directory `././sbuild-nonexistent': Permission 
denied
>> mkdir: cannot create directory `././var/cache/fonts/pk': Permission 
denied
>> mktexpk: /usr/share/texlive/texmf/web2c/mktexdir 
/var/cache/fonts/pk/ljfour/jknappen/ec failed.
>> kpathsea: Appending font creation commands to missfont.log.
>> s/map/pdftex/updmap/pdftex.map}] (./slime-refcard.aux) )
>> !pdfTeX error: pdflatex (file tcrm1000): Font tcrm1000 at 600 not found
>> ==> Fatal error occurred, no output PDF file produced!
>> /usr/bin/texi2dvi: pdflatex exited with bad status, quitting.
>> make[1]: *** [slime-refcard.pdf] Error 1

Current slime version builds fine in my current cowbuilder on amd64.
Perhaps it was a bug in another package which got fixed in the meantime?




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



Bug#669922: quota: Quota should suggest or recommend sendmail

2012-04-21 Thread Joao Eriberto Mota Filho
Package: quota
Version: 4.00~pre1-6
Severity: normal

The warnquota program uses sendmail to alert to users about an overquota 
situation.

Thanks in advance.

Regards,

Eriberto

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

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

Versions of packages quota depends on:
ii  debconf [debconf-2.0]  1.5.36.1  Debian configuration management sy
ii  e2fslibs   1.41.12-4stable1  ext2/ext3/ext4 file system librari
ii  libc6  2.13-27   Embedded GNU C Library: Shared lib
ii  libcomerr2 1.41.12-4stable1  common error description library
ii  libdbus-1-31.2.24-4+squeeze1 simple interprocess messaging syst
ii  libldap-2.4-2  2.4.23-7.2OpenLDAP libraries
ii  libnl1 1.1-6 library for dealing with netlink s
ii  libwrap0   7.6.q-19  Wietse Venema's TCP wrappers libra
ii  lsb-base   3.2-23.2squeeze1  Linux Standard Base 3.2 init scrip

quota recommends no packages.

Versions of packages quota suggests:
pn  libnet-ldap-perl   (no description available)
pn  rpcbind | portmap  (no description available)

-- debconf information excluded



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



Bug#669921: Please provide a backport of qtwebkit for squeeze

2012-04-21 Thread Josh Triplett
Package: libqtwebkit-dev
Severity: wishlist

Please consider providing a backport of qtwebkit for squeeze-backports.

Thanks,
Josh Triplett

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

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



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



Bug#585409: [pkg-wine-party] Bug#585409: Bug#585409: Announcing the month of wine/wine-unstable NMUs

2012-04-21 Thread Austin English
On Sat, Apr 21, 2012 at 14:09, Michael Gilbert
 wrote:
> Hi,
>
> On Sat, Apr 21, 2012 at 12:07 PM, Hilko Bengen wrote:
>> Mike,
>>
>> thank you for publishing your changes up to 1.1.42-0.1. Starting with a
>> clone of your git repository, I have prepared 1.1.43-0.1 packages and am
>> now putting 1.1.44-0.1 through sbuild. Unless anyone objects, I will
>> upload those to the appropriate DELAYED queues.
>>
>> My changes can be viewed at
>> .
>
> This is great! I would much prefer to work together, so if we could
> work from the same git remote, that would be far more ideal.  I just
> made all the files in my wine.git directory on git.debian.org
> world-writable, so see if you can push your changes there.
>
>> One other thing: After 1.1.44, seven -rc versions were released before
>> 1.2.0. Should those be taken care of, too?
>
> I don't think the release candidates add a whole lot of value, and
> will lead to an additional week delay, so I'm going to skip them.

FWIW, at least the first few were comparable to a regular wine
release, still lots of bug fixes. The last few are typically
translations only.

-- 
-Austin



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



Bug#669920: Please provide a backport for squeeze

2012-04-21 Thread Josh Triplett
Package: libcrystalhd-dev
Severity: wishlist

Please consider providing a backport of libcrystalhd-dev for squeeze.
Such a backport would make it easier to prepare MythTV packages for
squeeze.

Thanks,
Josh Triplett

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

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



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



Bug#669901: [PATCH] hibernate: Helping to update to packaging format 3.0

2012-04-21 Thread Andrey Rahmatullin
On Sat, Apr 21, 2012 at 10:38:51PM +0300, jari.aa...@cante.net wrote:
> The dpatch patch management system has been deprecated for some time. The
> Lintian currently flags use of dpatch packages as an error. The new 3.0
> packaging format is an improved version which, among other things, contains
> patch management built-in. For more information, see:
> 
> http://wiki.debian.org/Projects/DebSrc3.0
> 
> I had some free time; see attached patch to migrate to new package
> format. Note that all files in debian/patches/* are canocalized to
> *.patch.
The patches were migrated some time ago already and are available at
http://git.debian.org/?p=collab-maint/hibernate.git

> Let me know if there is anything that needs adjusting or if it is ok
> to upload this version in a NMU in case you are working on other
> issues needing attention.
There are tons of issues that need attention before new package version
should be uploaded. Your changes definitely do not deserve a new upload.
If you want to help with this package, look at its bugs or, to name a
relatively easy task, add 3.x kernel support to the blacklist.

> +  * Fix init.d-script-missing-dependency-on-local_fs (Lintian) with patch 50.
This is totally wrong. You should have noted X-Start-Before: mountall in
the same file. And the initscript itself is plainly wrong too, because it
relies on persistent /var/run. You claim conformance with the latest
policy while it is not true.

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Bug#669919: Missing Build-Depends on pkg-config, needed to compile with libudev support

2012-04-21 Thread Josh Triplett
Package: libcec-dev
Severity: normal

libcec-dev Build-Depends on libudev-dev so that libcec will build with
libudev support; however, the build log says:

checking for pkg-config... no
checking for UDEV... no
configure: WARNING: "library 'udev' is missing - adapter detection will not be 
available"

libcec-dev needs a Build-Depends on pkg-config.

(As a not entirely unrelated aside, would you consider providing a backport of
libcec-dev for squeeze-backports?  It would aid in backporting mythtv
packages.)

- Josh Triplett

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

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



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



Bug#669918: kmail crashes when sending an email

2012-04-21 Thread Daniel Koch
Package: kmail
Version: 4:4.4.11.1+l10n-1
Severity: grave
Tags: upstream
Justification: renders package unusable

Kmail crashes ( or more freezes) when hitting sent.

+#kmail(5462) KMFolderImap::setImapPath: ignoring empty path
kmail(5462) KMFolderImap::setImapPath: ignoring empty path
kmail(5462)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory!
kmail(5462)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory!
Enchant dict for "de" 0x96c25b0
kmail(5462) KMFolderImap::setImapPath: ignoring empty path
kmail(5462) KMFolderIndex::updateIndexStreamPtr: utime(
"/home/claw/.kde/share/apps/kmail/imap/.1712157522.directory/.debian-
list.directory/.vote.index.ids" , 0) failed (KMMsgDict::getFolderIdsLocation(
*this ))
kmail(5462) KMFolderIndex::updateIndexStreamPtr: utime(
"/home/claw/.kde/share/apps/kmail/imap/.1712157522.directory/.debian-
list.directory/.vote.index.ids" , 0) failed (KMMsgDict::getFolderIdsLocation(
*this ))
kmail(5462) KMFolderImap::setImapPath: ignoring empty path
kmail(5462)/libakonadi Akonadi::SessionPrivate::socketError: Socket error
occurred: "QLocalSocket::connectToServer: Invalid name"
kmail(5462)/kio (KDirWatch) KDirWatchPrivate::removeEntry: doesn't know
"/home/claw/.kde/share/apps/kabc"
Enchant dict for "de" 0x98cb47
# THIS IS WHERE I HIT SENT


I am able to read all my emails and i dont have any modifications made to kmail
(also tried sending emails without pgp signature but did not solve the problem)

The output is not really reliable so please tell me how to produce better
output.
Thanks for your help



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

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

Versions of packages kmail depends on:
ii  kdebase-runtime 4:4.7.4-2
ii  kdepim-runtime  4:4.4.11.1-3
ii  kdepimlibs-kio-plugins  4:4.7.4-2+b1
ii  libakonadi-contact4 4:4.7.4-2+b1
ii  libakonadi-kde4 4:4.7.4-2+b1
ii  libc6   2.13-27
ii  libgcc1 1:4.7.0-1
ii  libgpgme++2 4:4.7.4-2+b1
ii  libkabc44:4.7.4-2+b1
ii  libkcal44:4.7.4-2+b1
ii  libkcmutils44:4.7.4-4
ii  libkde3support4 4:4.7.4-4
ii  libkdecore5 4:4.7.4-4
ii  libkdepim4  4:4.4.11.1+l10n-1
ii  libkdeui5   4:4.7.4-4
ii  libkhtml5   4:4.7.4-4
ii  libkimap4   4:4.7.4-2+b1
ii  libkio5 4:4.7.4-4
ii  libkldap4   4:4.7.4-2+b1
ii  libkleo44:4.4.11.1+l10n-1
ii  libkmime4   4:4.7.4-2+b1
ii  libknotifyconfig4   4:4.7.4-4
ii  libkontactinterface44:4.7.4-2+b1
ii  libkparts4  4:4.7.4-4
ii  libkpgp44:4.4.11.1+l10n-1
ii  libkpimidentities4  4:4.7.4-2+b1
ii  libkpimtextedit44:4.7.4-2+b1
ii  libkpimutils4   4:4.7.4-2+b1
ii  libkresources4  4:4.7.4-2+b1
ii  libksieve4  4:4.4.11.1+l10n-1
ii  libktnef4   4:4.7.4-2+b1
ii  libmailtransport4   4:4.7.4-2+b1
ii  libmessagecore4 4:4.4.11.1+l10n-1
ii  libmessagelist4 4:4.4.11.1+l10n-1
ii  libmimelib4 4:4.4.11.1+l10n-1
ii  libnepomuk4 4:4.7.4-4
ii  libphonon4  4:4.6.0.0-1
ii  libqt4-dbus 4:4.7.4-2
ii  libqt4-network  4:4.7.4-2
ii  libqt4-qt3support   4:4.7.4-2
ii  libqt4-xml  4:4.7.4-2
ii  libqtcore4  4:4.7.4-2
ii  libqtgui4   4:4.7.4-2
ii  libstdc++6  4.7.0-1
ii  libthreadweaver44:4.7.4-4
ii  perl5.14.2-9
ii  phonon  4:4.6.0.0-1

Versions of packages kmail recommends:
ii  gnupg-agent   2.0.19-1
ii  gnupg22.0.19-1
ii  pinentry-gtk2 [pinentry-x11]  0.8.1-1

Versions of packages kmail suggests:
ii  bogofilter 1.2.2+dfsg1-1+b1
ii  clamav | f-prot-installer  
ii  kaddressbook   4:4.4.11.1+l10n-1
ii  kleopatra  4:4.4.11.1+l10n-1
ii  procmail   3.22-19

-- debconf-show failed



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



Bug#669917: ITP: soap2 -- SOAPaligner of short next generation sequencing data

2012-04-21 Thread Steffen Moeller
Package: wnpp
Severity: wishlist
Owner: Steffen Moeller 

* Package name: soap2
  Version : 2.20
* URL : http://soap.genomics.org.cn/soapaligner.html
* License : GPL-3
  Programming Lang: C
  Description : SOAPaligner of short next generation sequencing data

Vcs-Browser: http://svn.debian.org/viewvc/debian-med/trunk/packages/soap/soap2/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/soap/soap2/

Description: 
 SOAPaligner/soap2 is a member of the Short Oligonucleotide Analysis
 Package (SOAP) and an updated version of SOAP software for short
 oligonucleotide alignment (soap v1). The new program features in super
 fast and accurate alignment for huge amounts of short reads generated by
 Illumina/Solexa Genome Analyzer. Compared to soap v1, it is one order
 of magnitude faster. It require only 2 minutes aligning one million
 single-end reads onto the human reference genome. Another remarkable
 improvement of SOAPaligner is that it now supports a wide range of the
 read length.
 .
 SOAPaligner/soap2 benefitted in time and space efficiency by a revolution
 in the basic data structures and algorithms used. The core algorithms and
 the indexing data structures (2way-BWT) are developed by the algorithms
 research group of the Department of Computer Science, the University
 of Hong Kong (T.W. Lam, Alan Tam, Simon Wong, Edward Wu and S.M. Yiu).



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



Bug#668376: accessodf: fails to install: An error occurred while enabling: accessodf-addon.jar

2012-04-21 Thread Sebastian Humenda
Hi,

Andreas Beckmann  schrieb am 21.04.2012, 23:19 +0200:
>On 2012-04-21 22:36, Sebastian Humenda wrote:
>> luck. Please try after the failed install:
>> # unopkg validate /usr/share/accessodf/AccessODF.oxt
>> and
>> # unopkg add -v /usr/share/accessodf/AccessODF.oxt
>> and post the output.
>
># unopkg validate /usr/share/accessodf/AccessODF.oxt
[...]
Thanks for the output. It looks like there was a dependency issue. AccessODF
depended on libcommons-collecttions-3.jar, but the general symlink is
libcommons-collection.jar.

Please try to install:
  http://crustulus.de/accessodf_0.1-1_all.deb
  http://crustulus.de/accessodf_0.1-1.debian.tar.gz
  http://crustulus.de/accessodf_0.1-1.dsc
  http://crustulus.de/accessodf_0.1-1_i386.changes
  http://crustulus.de/accessodf_0.1.orig.tar.gz

Thanks
Sebastian


signature.asc
Description: Digital signature


Bug#667614: lintian: Please query distro-info for getting a valid list of Debian/Ubuntu distributions

2012-04-21 Thread Benjamin Drung
Am Sonntag, den 08.04.2012, 22:03 +0200 schrieb Niels Thykier:
> On 2012-04-05 12:40, Benjamin Drung wrote:
> > Package: lintian
> > Version: 2.5.6
> > Severity: minor
> > 
> > Dear Maintainer,
> > 
> > Please use `debian-distro-info --date= --supported'
> > to get a list of valid Debian distributions and
> > `ubuntu-distro-info --date= --supported' for a list of valid
> > Ubuntu distributions. You can use libdistro-info-perl if you want to avoid
> > a program execution.
> > 
> > The output of the distro-info scripts can replace the static list in
> > vendors/debian/ftp-master-auto-reject/data/changes-file and
> > vendors/ubuntu/main/data/changes-file.
> > 
> > FYI, distro-info will be backported to squeeze and I will keep the
> > distro-info-data package up-to-date.
>
> Hi,
> 
> I find the idea interesting, but I have two major concerns here.  First,
> distro-info (and its perl API) appears to assume that there are only
> "two" vendors (namely Debian and Ubuntu).  For me, this seems like a
> regression now that we have allowed vendors to deploy their own data files.

Every vendor may have its own release process and therefore need its own
data file and processing script. Debian has no LTS release and Ubuntu
has nothing like testing. Other vendors can file a bug against
distro-info to get them supported.

> My other concern is that in order to use distro-info, it seems that I
> need to know the "vendor" the package is targeted for.  Unless we expose
> Vendor information to checks, they will not be able to do this.  While
> we could do that, I (still) think it would be a bad idea (as explained
> in [1]).

Doesn't a profile needs to know target vendor? The distro-info calls
should be part of the vendor profile.

My proposal is to allow providing code to get a list of series instead
of requiring a hard-coded list in data/changes-file.

-- 
Benjamin Drung
Debian & Ubuntu Developer


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


Bug#663931: Same problem

2012-04-21 Thread Jim Paris
I'm having the same problem here.  udev seems to have problems after
libvirtd starts (even after libvirtd exits).  This in turn causes
problems with virt-manager.

  # /etc/init.d/udev stop
  Stopping the hotplug events dispatcher: udevd.
  # /etc/init.d/udev start
  Starting the hotplug events dispatcher: udevd.
  Synthesizing the initial hotplug events...done.
  Waiting for /dev to be fully populated...done.
  # time udevadm settle

  real0m0.262s
  user0m0.000s
  sys 0m0.004s
  # libvirtd -v
  2012-04-21 20:50:01.643+: 16223: info : libvirt version: 0.9.11
  ^C
  # time udevadm settle

  real   2m0.159s
  user0m0.004s
  sys 0m0.016s
  #

Note that just starting, then stopping libvirtd, causes udevadm settle
to suddenly take 2 minutes.  Even with libvirtd no longer running, and
udevadm settle will now always take 2 minutes until it is restarted.

In "udevadm monitor", starting libvirtd results in:

  KERNEL[511713.149926] add  /devices/virtual/net/lo/queues/rx-0 (queues)
  KERNEL[511713.149960] add  /devices/virtual/net/lo/queues/tx-0 (queues)
  UDEV  [511713.151394] add  /devices/virtual/net/lo/queues/tx-0 (queues)
  UDEV  [511713.151427] add  /devices/virtual/net/lo/queues/rx-0 (queues)
  KERNEL[511713.224143] remove   /devices/virtual/net/lo/queues/rx-0 (queues)
  KERNEL[511713.224167] remove   /devices/virtual/net/lo/queues/tx-0 (queues)
  UDEV  [511713.224610] remove   /devices/virtual/net/lo/queues/rx-0 (queues)
  UDEV  [511713.225180] remove   /devices/virtual/net/lo/queues/tx-0 (queues)

In syslog output after "udevadm control --log-priority debug",
starting libvirtd results in:

  Apr 21 16:56:51 p udevd[17521]: udevd message (SYNC) received 
  Apr 21 16:56:53 p udevd[17521]: seq 7530 queued, 'add' 'queues' 
  Apr 21 16:56:53 p udevd[17521]: seq 7530 forked new worker [18181] 
  Apr 21 16:56:53 p udevd[17521]: seq 7531 queued, 'add' 'queues' 
  Apr 21 16:56:53 p udevd[18181]: seq 7530 running 
  Apr 21 16:56:53 p udevd[17521]: seq 7531 forked new worker [18183] 
  Apr 21 16:56:53 p udevd[18183]: seq 7531 running 
  Apr 21 16:56:53 p udevd[18183]: passed -1 bytes to netlink monitor 0x1ff6730 
  Apr 21 16:56:53 p udevd[18181]: passed -1 bytes to netlink monitor 0x2006750 
  Apr 21 16:56:53 p udevd[17521]: seq 7530 done with 0 
  Apr 21 16:56:53 p udevd[18183]: seq 7531 processed with 0 
  Apr 21 16:56:53 p udevd[17521]: seq 7531 done with 0 
  Apr 21 16:56:53 p udevd[18181]: seq 7530 processed with 0 
  Apr 21 16:56:54 p udevd[17521]: seq 7532 queued, 'remove' 'queues' 
  Apr 21 16:56:54 p udevd[17521]: passed 168 bytes to netlink monitor 0x1ff5370 
  Apr 21 16:56:54 p udevd[17521]: seq 7533 queued, 'remove' 'queues' 
  Apr 21 16:56:54 p udevd[17521]: passed 168 bytes to netlink monitor 0x1ff5370 
  Apr 21 16:56:54 p udevd[18181]: seq 7532 running 
  Apr 21 16:56:54 p udevd[18183]: seq 7533 running 
  Apr 21 16:56:54 p udevd[18183]: no db file to read 
/dev/.udev/data/+queues:tx-0: No such file or directory 
  Apr 21 16:56:54 p udevd[18181]: no db file to read 
/dev/.udev/data/+queues:rx-0: No such file or directory 
  Apr 21 16:56:54 p udevd[18181]: passed -1 bytes to netlink monitor 0x2006750 
  Apr 21 16:56:54 p udevd[18181]: seq 7532 processed with 0 
  Apr 21 16:56:54 p udevd[17521]: seq 7532 done with 0 
  Apr 21 16:56:54 p udevd[18183]: passed -1 bytes to netlink monitor 0x1ff6730 
  Apr 21 16:56:54 p udevd[18183]: seq 7533 processed with 0 
  Apr 21 16:56:54 p udevd[17521]: seq 7533 done with 0 

udevadm settle is eventually just timing out.  Looking into why:
  # cat /sys/kernel/uevent_seqnum
  7534
  # od -N 2 -t d2 /dev/.udev/queue.bin | head -1
  000   7533

So there was another event 7534 that udev never saw, and that's
causing settle to time out.  Weird.  Maybe a kernel bug?
Running "udevadm monitor --kernel --property" in parallel to those
previous commands shows events up to 7533, but not 7534.  And
if I run libvirtd again, it will jump right to 7535.

I'll try to debug this more when I get a chance..

-jim



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



Bug#669916: ITP: swtchart -- Chart drawing SWT component

2012-04-21 Thread Jakub Adam

Package: wnpp
Severity: wishlist

--- Please fill out the fields below. ---

   Package name: swtchart
Version: 0.8.0
Upstream Author: SWTChart project
URL: http://www.swtchart.org
License: EPL-1.0
Description: Chart drawing SWT component

 SWTChart is a chart component which has following basic functionalities:
  * line chart
  * scatter chart
  * stack chart
  * log scale
  * category axis
  * multiple axes
  * bar chart
  * area chart
  * step chart
  * axis orientation
  * series label
 .
 All of widgets in SWTChart are composed of SWT, so that you can easily hock
 listeners to widgets, and also you can easily extend the functionality without
 expertise of AWT.
 .
 SWTChart provides an ability to handle large data size of series. Even if
 showing 1,000,000 data points, repainting or resizing chart panel doesn't take
 long time. The internal algorithm is not to simply sample the data with a
 certain interval but to thin out only the data which doesn't make sense to show
 in current screen resolution. Therefore, even if there are prominent peaks in
 large data points, the peaks won't be lost in the screen.
 .
 SWTChart has minimum basic functionalities. SWTChart doesn't have any
 dependencies other than SWT, and even JFace is not required.



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



Bug#612924: [stable] Possible fix for possible RC bug

2012-04-21 Thread Frank Küster
"Adam D. Barratt"  wrote:

> On Mon, 2012-04-16 at 19:45 +0200, Frank Küster wrote:
>> "Adam D. Barratt"  wrote:
>> 
>> > On Wed, 2012-03-21 at 20:00 +, Adam D. Barratt wrote:
> [...]
>> >> - add an appropriate fixed version to #612924, which right now claims
>> >> not to be fixed in any version
>> >> 
>> >> - prepare an updated package and send a debdiff to -release for an ack
>> >
>> > Ping?
>> 
>> Pong.  I've got it on my radar, but wasn't able to spend any time on the
>> issue.  Maybe this week.
>
> Okay; thanks for the update.

I've prepared the upload and uploaded to stable.  Debdiff below, please
tell me if somehting is missing (haven't done that for ages).

Regards, Frank

$ debdiff texlive-base_2009-1{1,2}.dsc 
diff -u texlive-base-2009/debian/changelog texlive-base-2009/debian/changelog
--- texlive-base-2009/debian/changelog
+++ texlive-base-2009/debian/changelog
@@ -1,3 +1,10 @@
+texlive-base (2009-12) stable; urgency=low
+
+  * Don't try to repair a missing pdftexconfig.tex in preinst - this is
+done and can only be done in postinst  (Closes: #612924)
+
+ -- Frank KÃŒster   Sat, 21 Apr 2012 22:27:54 +0200
+
 texlive-base (2009-11) unstable; urgency=low
 
   * avoid unneeded 10texlive-base.cnfpre-edit files in /etc/texmf/fmt.d,
diff -u texlive-base-2009/debian/texlive-base.preinst.post 
texlive-base-2009/debian/texlive-base.preinst.post
--- texlive-base-2009/debian/texlive-base.preinst.post
+++ texlive-base-2009/debian/texlive-base.preinst.post
@@ -32,7 +32,7 @@
 
 # Cleanup after Bug #420390 for sid users
 resurrect_conffile_sid /etc/texmf/metafont/misc/modes.mf texlive-base "$1" "$2"
-resurrect_conffile_sid /etc/texmf/tex/generic/config/pdftexconfig.tex 
texlive-base "$1" "$2"
+#resurrect_conffile_sid /etc/texmf/tex/generic/config/pdftexconfig.tex 
texlive-base "$1" "$2"
 # we do not ship config.ps currently, do we need to resurrect that one, too?
 #resurrect_conffile_sid /etc/texmf/dvips/config/config.ps texlive-bin "$1" "$2"


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



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



Bug#669915: debian-policy: §12.2 recommends possibly unneeded dependency (for Wheezy)

2012-04-21 Thread Niels Thykier
Source: debian-policy
Severity: minor

Hi,

Policy §12.2 recommends the use of "dpkg (>= 1.15.4) | install-info"
to smoothen updates from lenny[1].
  Given that Squeeze is out and "we" generally do not support "stable"
to "stable + 2" upgrades, this recommendation is probably no longer
needed.

~Niels

[1]

"""
Packages containing info documents should depend on dpkg (>= 1.15.4) |
install-info to ensure that the directory file is properly rebuilt
during partial upgrades from Debian 5.0 (lenny) and earlier.
"""



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



Bug#669914: ITP: php-invoker -- Utility class for invoking callables with a timeout

2012-04-21 Thread Luis Uribe

Package: wnpp
Severity: wishlist
Owner: Luis Uribe 

* Package name : php-invoker
  Version: : 1.1.0
  Upstream Author  : Sebastian Bergmann 
* URL  : https://github.com/sebastianbergmann/php-invoker
* License  : BSD License
  Programming Lang : PHP
  Description  : Utility class for invoking callables with a timeout

  PHP_Invoker is a utility class for invoking callables with a 
  timeout used by PHPUnit. PHPUnit is a unit testing suite for 
  the PHP language, modelled on the xUnit testing framework.

-- 
Luis Uribe
http://eviled.org


signature.asc
Description: Digital signature


Bug#669913: ITP: phpunit-story -- A story based test runner for BDD with PHPunit

2012-04-21 Thread Luis Uribe

Package: wnpp
Severity: wishlist
Owner: Luis Uribe 

* Package name : phpunit-story
  Version: : 1.0.0
  Upstream Author  : Sebastian Bergmann 
* URL  : https://github.com/sebastianbergmann/phpunit-story
* License  : BSD License
  Programming Lang : PHP
  Description  : A story-based test runner for BDD with PHPUnit

  PHPUnit_Story is a story-based test runner for Behavior-Driven Development 
  with PHPUnit. PHPUnit is a unit testing suite for the PHP language, 
  modelled on the xUnit testing framework.

-- 
Luis Uribe
http://eviled.org


signature.asc
Description: Digital signature


Bug#662639: gnome-shell: frequent lockups on hardware accelerated actions

2012-04-21 Thread Matteo Aquilano

Package: gnome-shellVersion: 3.2.2.1-3Followup-For: Bug #662639
Same issue for me too.
The freeze sometime happens when I unplug the AC connector or I reconnect 
it.Very often it appens when I start "GNOME Onscreen Keyboard".
No logs in .xsession-errors about the freeze.
The only way is to restart gdm3 service in tty. 
Regards.


-- System Information:Debian Release: wheezy/sid  APT prefers unstable  APT 
policy: (900, 'unstable'), (700, 'testing'), (500, 'experimental')Architecture: 
amd64 (x86_64)
Kernel: Linux 3.3.0-trunk-amd64 (SMP w/8 CPU cores)Locale: LANG=it_IT@euro, 
LC_CTYPE=it_IT@euro (charmap=ISO-8859-15)Shell: /bin/sh linked to /bin/dash
Versions of packages gnome-shell depends on:ii  dconf-gsettings-backend 
[gsettings-backend]  0.10.0-3ii  gconf-service
3.2.3-4ii  gir1.2-accountsservice-1.0   0.6.15-4ii  
gir1.2-atk-1.0   2.4.0-2ii  gir1.2-caribou-1.0  
 0.4.2-2ii  gir1.2-clutter-1.0   
1.8.4-1ii  gir1.2-cogl-1.0  1.8.2-1ii  
gir1.2-coglpango-1.0 1.8.2-1ii  gir1.2-folks-0.6
 0.6.8-2ii  gir1.2-freedesktop   
1.32.1-1ii  gir1.2-gconf-2.0 3.2.3-4ii  
gir1.2-gdkpixbuf-2.0 2.26.1-1ii  gir1.2-gee-1.0 
  0.6.4-1ii  gir1.2-gkbd-3.0  
3.4.0.2-1ii  gir1.2-glib-2.0  1.32.1-1ii  
gir1.2-gmenu-3.0 3.2.0.1-2ii  
gir1.2-gnomebluetooth-1.03.4.0-1ii  gir1.2-gtk-3.0  
 3.4.1-2ii  gir1.2-json-1.0  
0.14.2-1ii  gir1.2-mutter-3.03.2.2-1ii  
gir1.2-networkmanager-1.00.9.4.0-3ii  gir1.2-pango-1.0  
   1.30.0-1ii  gir1.2-polkit-1.0
0.104-2ii  gir1.2-soup-2.4  2.38.1-2ii  
gir1.2-telepathyglib-0.120.18.1-1ii  
gir1.2-telepathylogger-0.2   0.2.12-1ii  gir1.2-upowerglib-1.0  
  0.9.15-3ii  gjs  
1.32.0-1ii  gnome-bluetooth  3.4.0-1ii  
gnome-icon-theme-symbolic3.4.0-2ii  gnome-settings-daemon   
 3.2.2-3ii  gnome-shell-common   
3.2.2.1-3ii  gsettings-desktop-schemas3.4.1-2ii  
libatk1.0-0  2.4.0-2ii  libc6   
 2.13-30ii  libcairo-gobject2
1.12.0-2ii  libcairo21.12.0-2ii  
libcamel-1.2-29  3.2.2-3ii  libcanberra0
 0.28-4ii  libclutter-1.0-0 
1.8.4-1ii  libcogl-pango0   1.8.2-1ii  libcogl5 
1.8.2-1ii  libcroco3
0.6.5-1ii  libdbus-1-3  1.5.12-1ii  
libdbus-glib-1-2 0.98-1ii  libdrm2  
2.4.33-1ii  libebook-1.2-12  
3.2.2-3ii  libecal-1.2-10   3.2.2-3ii  
libedataserver-1.2-153.2.2-3ii  libedataserverui-3.0-1  
 3.2.2-3ii  libffi5  
3.0.10-3ii  libfolks25   0.6.8-2ii  
libfontconfig1   2.9.0-1ii  libfreetype6
 2.4.9-1ii  libgconf-2-4 
3.2.3-4ii  libgdk-pixbuf2.0-0   2.26.1-1ii  libgee2 
 0.6.4-1ii  libgirepository-1.0-1   
 1.32.1-1ii  libgjs0b [libgjs0-libmozjs185-1.0]   1.32.0-1ii  
libgl1-mesa-glx [libgl1] 8.0-2ii  libglib2.0-0  
   2.32.0-4ii  libgnome-desktop-3-2 
3.4.1-2ii  libgnome-keyring03.4.1-1ii  
libgnome-menu-3-03.2.0.1-2ii  libgstreamer0.10-0
   0.10.36-1ii  libgtk-3-0  
 3.4.1-2ii  libical0 0.48-1ii  
libjson-glib-1.0-0   0.14.2-1ii  libmozjs185-1.0
  1.8.5-1.0.0+dfsg-3ii  libmutter0  
 3.2.2-1ii  libnm-glib4  0.9.4.0-3ii  
libnm-util2  0.9.4.0-3ii  libnspr4-0d   
   4.9-1ii  libnss3-1d   
3.13.3-1ii  libpango1.0-01.30

Bug#669912: ITP: libbenchmark-apps-perl -- Benchmark::Apps - Simple interface to benchmark applications

2012-04-21 Thread Nuno Carvalho
Package: wnpp
Severity: wishlist
Owner: Nuno Carvalho 


* Package name: libbenchmark-apps-perl
  Version : 0.04
  Upstream Author : Alberto Simões 
* URL : http://search.cpan.org/dist/Benchmark-Apps/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Benchmark::Apps - Simple interface to benchmark applications

Benchmark::Apps provides a simple interface to benchmark applications (not
necessarily Perl applications). Basically, it can be used to benchmark any
program that can be called with a system call.



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



Bug#669911: lintian: Add jython as a known interpreter

2012-04-21 Thread Nicolas Duboc
Package: lintian
Version: 2.5.6
Severity: wishlist

   Hi,

 Could you please consider adding jython to the list of interpreters known by
lintian ?

 Jython is the Java implementation of Python.  Its interpreter is
installed as /usr/bin/jython.

 Several of the jython library modules declare a shebang line on the
jython interpreter, thus triggering lintian warnings currently.  As
far as I know, no other package provides other scripts of this kind
currently.

 I'm defining an override of the scripts in the jython package for now.

 Regards,


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

Kernel: Linux 3.2.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils   2.22-6
ii  bzip2  1.0.6-1
ii  diffstat   1.55-2
ii  file   5.11-1
ii  gettext0.18.1.1-5
ii  intltool-debian0.35.0+20060710.1
ii  libapt-pkg-perl0.1.25+b1
ii  libc-bin   2.13-27
ii  libclass-accessor-perl 0.34-1
ii  libclone-perl  0.31-1+b2
ii  libdpkg-perl   1.16.1.2
ii  libemail-valid-perl0.187-2
ii  libipc-run-perl0.91-1
ii  libparse-debianchangelog-perl  1.2.0-1
ii  libtimedate-perl   1.2000-1
ii  liburi-perl1.59-1
ii  locales2.13-27
ii  man-db 2.6.1-1
ii  patchutils 0.3.2-1.1
ii  perl [libdigest-sha-perl]  5.14.2-9
ii  unzip  6.0-5

lintian recommends no packages.

Versions of packages lintian suggests:
ii  binutils-multiarch 
ii  dpkg-dev   1.16.1.2
ii  libhtml-parser-perl3.69-1+b1
ii  libtext-template-perl  
ii  man-db 2.6.1-1
ii  xz-utils   5.1.1alpha+20110809-3

-- no debconf information




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



Bug#669909: lsb-base: resetting a global variable (OPTIND) in a function, without declaring it local, can have unpleasent consequences

2012-04-21 Thread Cristian Ionescu-Idbohrn
Package: lsb-base
Version: 4.1+Debian1
Severity: normal

start_daemon () {
local force nice pidfile exec args
--

OPTIND=1
--
pidofproc () {
local pidfile base status specified pid
--

OPTIND=1
--
killproc () {
local pidfile sig status base name_param is_term_sig
--

OPTIND=1
--
status_of_proc () {
local pidfile daemon name status
--
pidfile=
OPTIND=1
--

as it may overwrite the calling scope's OPTIND value.


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

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

-- no debconf information


Cheers,

-- 
Cristian



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



Bug#669864: [PATCH] lprof: Helping to update to packaging format 3.0

2012-04-21 Thread jaalto
| That my name and Craig Ringer is removed is strange

Hi,

My apologies.

   The information I had was that neither your or Craig's
   name can be found from the sources that is in Debian:

 # 1.11.4.dfsg+1.11.4.1-5
 $ grep -Eri 'Gerard|Craig'  /usr/src/lprof | grep -v '/debian/'
 

   The project page also does not list you two as project members at
   .

Could you shed light in which files you two worked on in which years
as the copyright entries expect format:

   Copyright (C)  Name

Thanks,
Jari



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



Bug#668376: accessodf: fails to install: An error occurred while enabling: accessodf-addon.jar

2012-04-21 Thread Sebastian Humenda
Hi,

Andreas Beckmann  schrieb am 11.04.2012, 15:04 +0200:
>  Selecting previously unselected package accessodf.
>  (Reading database ... 13595 files and directories currently installed.)
>  Unpacking accessodf (from .../accessodf_0.1-1_all.deb) ...
>  Removing old accessodf extensions.
>  Setting up accessodf (0.1-1) ...
>  Adding extension /usr/share/accessodf/AccessODF.oxt...
>  ERROR: An error occurred while enabling: accessodf-addon.jar
>  
>  unopkg failed.
>  dpkg: error processing accessodf (--configure):
>   subprocess installed post-installation script returned error exit status 1
I've tested the installation in a minimal chroot and it worked. I also analysed
the *.oxt and the *.jar-file inside whether the path's are wrong, but with no
luck. Please try after the failed install:
# unopkg validate /usr/share/accessodf/AccessODF.oxt
and
# unopkg add -v /usr/share/accessodf/AccessODF.oxt
and post the output.

Thanks
Sebastian


signature.asc
Description: Digital signature


Bug#612924: [stable] Possible fix for possible RC bug

2012-04-21 Thread Frank Küster
severity 612924 serious
fixed 612924 2009-15
stop 

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



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



Bug#669907: package version

2012-04-21 Thread Denis Doria
In the subject I wrongly typed the python-xpyb version, instead of the
python-cairo version.
Below the correct version of both:

thuck@thuck ~> apt-cache show python-cairo
Package: python-cairo
Source: pycairo (1.8.8-1)
Version: 1.8.8-1+b2
Installed-Size: 376
Maintainer: Debian Python Modules Team <
python-modules-t...@lists.alioth.debian.org>
Architecture: amd64
Provides: python2.6-cairo, python2.7-cairo
Depends: libc6 (>= 2.2.5), libcairo2 (>= 1.8.6), python (<< 2.8), python
(>= 2.6), python-support (>= 0.90.0)
Description-en: Python bindings for the Cairo vector graphics library
 This package contains modules that allow you to use the Cairo vector
 graphics library in Python programs.
Homepage: http://cairographics.org/pycairo/
Description-md5: 00cd97c8f1191cab146612a823238c72
Python-Version: 2.6, 2.7
Tag: devel::lang:python, devel::library, implemented-in::python,
 role::shared-lib, works-with::image:vector
Section: python
Priority: optional
Filename: pool/main/p/pycairo/python-cairo_1.8.8-1+b2_amd64.deb
Size: 84220
MD5sum: fad810d47fbd130183fa84fbb1487aca
SHA1: 37889e46b2fd8b558b7076ff16a56deab852822d
SHA256: 629e3c05132ae7cd636198ff610d16019b3065472b8f9872f50f0b271a995bb6

thuck@thuck ~> apt-cache show python-xpyb
Package: python-xpyb
Source: xpyb
Version: 1.3.1-1
Installed-Size: 660
Maintainer: Julien Danjou 
Architecture: amd64
Provides: python2.6-xpyb, python2.7-xpyb
Depends: libc6 (>= 2.2.5), libxcb1 (>= 1.6), python2.7 | python2.6, python
(>= 2.6.6-7~), python (<< 2.8)
Description-en: Python bindings to XCB
 This module provides Python binding to libxcb, the X C Bindings library.
 .
 It provides an interface to the X Window System protocol, designed to
replace
 the Xlib interface, featuring latency hiding, small size, direct protocol
 access and thread support.
Homepage: http://xcb.freedesktop.org
Description-md5: a5f362c7cba3a8486cb97766fc7f0d66
Section: python
Priority: optional
Filename: pool/main/x/xpyb/python-xpyb_1.3.1-1_amd64.deb
Size: 86116
MD5sum: bb6ac2a345f6374dc97a126de2184201
SHA1: 4bf5c8c58f44d9d21d250e68100e6af621985f5d
SHA256: 002be4ef812ca84e583d38b4a0eeeb0db2b58b2e150950fe8f053a4d549d35bd


Bug#610468: status: patch merged; needs a bit more work

2012-04-21 Thread Jonas Smedegaard
On 12-04-21 at 07:33pm, Martin Stigge wrote:
> Hi Jonas,
> 
> As I understand you are still on your NYC trip, so sorry for the 
> nagging, but I anyway would like to ask if there is anything in 
> particular I could help with in order to speed up the package upload 
> process.

Not a vacation - fine that you nag. :-)

I've done a few updates now, and expanded the FIXME in changelog.

Please tell me if something is unclear, or if you disagree with some of 
it.


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#669908: ITP: rtpaudio

2012-04-21 Thread Thomas Dreibholz
Package: wnpp
Severity: wishlist
Owner: Thomas Dreibholz 

* Package name: rtpaudio
  Version : 2.0.0~alpha2
  Upstream Author : Thomas Dreibholz 
* URL : http://www.exp-math.uni-essen.de/~dreibh/rtpaudio/
* License : GPL version 3
  Programming Lang: C++
  Description : RTP Audio sound streaming system

The RTP Audio system is a network sound streaming systen. It has been designed 
for QoS performance analysis and teaching purposes. RTP Audio supports IPv4 
and IPv6 including flowlabels and traffic classes, QoS management as well as 
transport via UDP and SCTP.


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


Bug#669905: Invocation details

2012-04-21 Thread Jurij Smakov
Hello again,

Forgot to mention and it might matter: this was obtained after I 
logged in to my sparc box with 'ssh -Y' and ran iceweasel from there. 
It does not have the supported hardware to run X natively.

Best regards,
-- 
Jurij Smakov   ju...@wooyd.org
Key: http://www.wooyd.org/pgpkey/  KeyID: C99E03CC



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



Bug#669907: python-cairo 1.3.1 no XCBSurface

2012-04-21 Thread denis doria
Package: python-cairo
Version: 1.8.8-1+b2
Severity: normal
Tags: upstream

Dear Maintainer,

   * What led up to the situation?
Installation of qtile (http://qtile.org/).

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Trying to use the cairo.XCBSurface fails.

thuck@thuck ~/programming> python
Python 2.7.3rc2 (default, Apr  5 2012, 14:36:30)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import cairo
>>> import xcb
>>> from xcb.xproto import *
>>> cairo.XCBSurface
Traceback (most recent call last):
  File "", line 1, in 
AttributeError: 'module' object has no attribute 'XCBSurface'
>>> cairo.Surface



   * What was the outcome of this action?
Not possible to run qtile using python-cairo from the repository




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

Kernel: Linux 3.2.0-2-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 python-cairo depends on:
ii  libc6   2.13-27
ii  libcairo2   1.12.0-2
ii  python  2.7.2-10
ii  python-support  1.0.14

python-cairo recommends no packages.

python-cairo suggests no packages.

-- no debconf information



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



Bug#669906: [PATCH] ircd-ircu: Helping to update to packaging format 3.0

2012-04-21 Thread jari . aalto
Package: ircd-ircu
Severity: wishlist
Tags: patch

Hi,

The dpatch patch management system has been deprecated for some time. The
Lintian currently flags use of dpatch packages as an error. The new 3.0
packaging format is an improved version which, among other things, contains
patch management built-in. For more information, see:

http://wiki.debian.org/Projects/DebSrc3.0

I had some free time; see attached patch to migrate to new package
format. Note that all files in debian/patches/* are canocalized to
*.patch.

Let me know if there is anything that needs adjusting.

Thanks,
Jari

>From 53e3f3dd1ce5682defff717d19a2647dc777c2b1 Mon Sep 17 00:00:00 2001
From: Jari Aalto 
Date: Sat, 21 Apr 2012 23:00:22 +0300
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto 
---
 debian/changelog   |   14 ++
 debian/compat  |2 +-
 debian/control |6 +++---
 debian/copyright   |2 +-
 debian/init|4 ++--
 debian/patches/00list  |1 -
 debian/patches/01-ircd-features.patch  |   18 ++
 debian/patches/01_ircd_features.dpatch |   32 
 debian/patches/series  |1 +
 debian/postrm  |4 +++-
 debian/rules   |   22 +-
 debian/source/format   |1 +
 12 files changed, 53 insertions(+), 54 deletions(-)
 mode change 100644 => 100755 debian/init
 delete mode 100644 debian/patches/00list
 create mode 100644 debian/patches/01-ircd-features.patch
 delete mode 100644 debian/patches/01_ircd_features.dpatch
 create mode 100644 debian/patches/series
 mode change 100644 => 100755 debian/postrm
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index d74a7d2..b09d60a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+ircd-ircu (2.10.12.10.dfsg1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * Add build-arch and build-indep, use dh_prep, fix config.*
+file treatment in rules file.
+  * Patch 01: update with "quilt refresh" to make it apply cleanly.
+  * Fix init.d-script-missing-dependency-on-remote_fs (Lintian).
+  * Fix copyright-refers-to-symlink-license (Lintian).
+  * Fix maintainer-script-without-set-e (Lintian).
+
+ -- Jari Aalto   Sat, 21 Apr 2012 22:51:03 +0300
+
 ircd-ircu (2.10.12.10.dfsg1-1) unstable; urgency=low
 
   * The "Omertà" release
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index fe9caa5..e3dff62 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ircd-ircu
 Section: net
 Priority: optional
 Maintainer: Martin Loschwitz 
-Build-Depends: debhelper (>= 5), dpatch (>= 1.11), flex, byacc
-Standards-Version: 3.7.2.2
+Build-Depends: debhelper (>= 9), flex, byacc
+Standards-Version: 3.9.3
 
 Package: ircd-ircu
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Replaces: ircd-dalnet, ircd (>= 2.10.10.pl18-4)
 Conflicts: ircd-irc2
 Provides: ircd
diff --git a/debian/copyright b/debian/copyright
index 11f4b5b..3d525e6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -86,5 +86,5 @@ From 2002 on, all modifications for the debian package are (C) Martin
 Loschwitz.
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
diff --git a/debian/init b/debian/init
old mode 100644
new mode 100755
index 380c974..728eee3
--- a/debian/init
+++ b/debian/init
@@ -6,8 +6,8 @@
 
 ### BEGIN INIT INFO
 # Provides:  ircd-ircu
-# Required-Start:$local_fs
-# Required-Stop: $local_fs
+# Required-Start:$local_fs $remote_fs
+# Required-Stop: $local_fs $remote_fs
 # Should-Start:  $local_fs
 # Should-Stop:   $local_fs
 # Default-Start: 2 3 4 5
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 7f2c525..000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-01_ircd_features
diff --git a/debian/patches/01-ircd-features.patch b/debian/patches/01-ircd-features.patch
new file mode 100644
index 000..edf001d
--- /dev/null
+++ b/debian/patches/01-ircd-features.patch
@@ -0,0 +1,18 @@
+From: Martin Loschwitz 
+Subject: hard-code path to ircd.pid
+
+---
+ ircd/ircd_features.c |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/ircd/ircd_features.c
 b/ircd/ircd_features.c
+@@ -338,7 +338,7 @@
+   /* Some mis

Bug#669905: Iceweasel crashes with "bus error" on startup on sparc

2012-04-21 Thread Jurij Smakov
Package: iceweasel
Version: 10.0.3esr-3
Severity: serious

Hello,

Latest iceweasel version in testing/unstable crashes immediately after 
launch on sparc:

GNU gdb (GDB) 7.4-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "sparc-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/lib/iceweasel/firefox-bin...(no debugging symbols 
found)...done.
(gdb) run
Starting program: /usr/lib/iceweasel/firefox-bin 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/sparc-linux-gnu/libthread_db.so.1".
[New Thread 0xf4c73b70 (LWP 7401)]
[New Thread 0xf40afb70 (LWP 7402)]
[New Thread 0xf38afb70 (LWP 7403)]
[New Thread 0xf2cffb70 (LWP 7404)]
[New Thread 0xf24ffb70 (LWP 7405)]
[New Thread 0xf1cffb70 (LWP 7406)]
[New Thread 0xf0a97b70 (LWP 7408)]
Program received signal SIGBUS, Bus error.
XPCCallContext::XPCCallContext (this=0x566c, 
callerLanguage=XPCContext::LANG_JS, cx=0xf7924340, callBeginRequest=0, 
obj=0xf0c9d900, flattenedJSObject=0xf0c9d900, 
wrapper=0x0, tearOff=0x0) at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/xpconnect/src/XPCCallContext.cpp:83
83  
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/xpconnect/src/XPCCallContext.cpp:
 No such file or directory.
(gdb) bt
#0  XPCCallContext::XPCCallContext (this=0x566c, 
callerLanguage=XPCContext::LANG_JS, cx=0xf7924340, callBeginRequest=0, 
obj=0xf0c9d900, 
flattenedJSObject=0xf0c9d900, wrapper=0x0, tearOff=0x0)
at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/xpconnect/src/XPCCallContext.cpp:83
#1  0xf6deef30 in XPCLazyCallContext::GetXPCCallContext (this=0x5648)
at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/xpconnect/src/xpcprivate.h:1335
#2  0xf6df191c in XPCConvert::NativeInterface2JSObject (lccx=..., d=0x5930, 
dest=0x0, aHelper=..., iid=0xf735bd00, Interface=0xf758ffd4, 
allowNativeWrapper=true, 
isGlobal=false, pErr=0x55dc) at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/xpconnect/src/XPCConvert.cpp:1086
#3  0xf6e14f7c in xpc_qsXPCOMObjectToJsval (lccx=..., aHelper=..., 
iid=0xf735bd00, iface=0xf758ffd4, rval=0x5930)
at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/xpconnect/src/XPCQuickStubs.cpp:1093
#4  0xf6e2fa54 in nsIDOMNode_GetChildNodes (cx=, obj=, id=-255324416, vp=0x5930)
at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/build-xulrunner/js/xpconnect/src/dom_quickstubs.cpp:4738
#5  0xf7689f2c in CallJSPropertyOp (id=, op=, 
vp=0x5930, receiver=0xf0c9d900, cx=0xf7924340) at 
../../../js/src/jscntxtinlines.h:347
#6  get (vp=0x5930, pobj=0xf0c9d8c8, obj=0xf0c9d900, receiver=0xf0c9d900, 
cx=0xf7924340, this=0xf0ca51c8) at ../../../js/src/jsscopeinlines.h:293
#7  js_NativeGetInline (getHow=1, vp=0x5930, shape=0xf0ca51c8, 
pobj=0xf0c9d8c8, obj=0xf0c9d900, receiver=0xf0c9d900, cx=0xf7924340)
at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/src/jsobj.cpp:5762
#8  js_GetPropertyHelperInline (vp=0x5930, getHow=1, id=, 
receiver=0xf0c9d900, obj=0xf0c9d900, cx=0xf7924340)
at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/src/jsobj.cpp:5942
#9  js_GetPropertyHelper (cx=0xf7924340, obj=0xf0c9d900, id=, 
getHow=1, vp=0x5930)
at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/src/jsobj.cpp:5951
#10 0xf765f678 in js::Interpret (cx=0xf7924340, entryFrame=0xf1000440, 
interpMode=js::JSINTERP_NORMAL)
at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/src/jsinterp.cpp:3484
#11 0xf766ecb8 in js::InvokeKernel (cx=0xf7924340, args=..., 
construct=js::NO_CONSTRUCT)
at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/src/jsinterp.cpp:647
#12 0xf75ed9f4 in Invoke (args=..., cx=0xf7924340, construct=)
at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/src/jsinterp.h:148
#13 array_readonlyCommon (args=, 
cx=0xf7924340)
at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/src/jsarray.cpp:3390
#14 array_forEach (cx=0xf7924340, argc=, vp=0xf10003e0) at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/src/jsarray.cpp:3427
#15 0xf766ebec in CallJSNative (args=..., native=, 
cx=0xf7924340) at ../../../js/src/jscntxtinlines.h:297
#16 js::InvokeKernel (cx=0xf7924340, args=..., construct=js::NO_CONSTRUCT)
at 
/build/buildd-iceweasel_10.0.3esr-3-sparc-Mahwh3/iceweasel-10.0.3esr/js/src/jsinterp.cpp:629
#17 0xf765

Bug#669904: gcc-4.7-source: GCC failed to compile for cross-compiler amd64/x86-64 and maybe other architectures

2012-04-21 Thread Adrian Ban
Package: gcc-4.7-source
Version: 4.7.0-3
Severity: normal

Hi,

I'm trying to build a cross-compiler but it fails and the end. I've tried on 2
separate machines, both with i386 Debian Wheezy installed.

Im using this script (also I've tried to put only GCC_TARGET and
DEB_CROSS_NO_BIARCH):

# Build and install GCC
cd gcc-${GCCVER}-${GCCSUBVER}
export GCC_TARGET=$ARCH
export DEB_CROSS_INDEPENDENT=yes
export WITHOUT_LANG=java,fortran,pascal,obj,obj-c++,ada,treelang
export DEB_CROSS_NO_BIARCH=yes
export USE_NJOBS=$(echo $(cat /proc/cpuinfo | grep ^processor | wc -l)*2 | bc)
#export
DEBUILD_PRESERVE_ENVVARS=GCC_TARGET,DEB_CROSS_INDEPENDNET,WITHOUT_LANG,DEB_CROSS_NO_BIARCH,USE_NJOBS

debian/rules control
#dpkg-buildpackage -us -uc -rfakeroot -b > ../gcc.build 2>&1 || echo 'Build
error'
dpkg-buildpackage -us -uc -b -rfakeroot
cd ..


The output:

libtool: install: warning: remember to run `libtool --finish /usr/x86_64-linux-
gnu/lib/../lib64'
test -z "/usr/share/info" || /bin/mkdir -p "/home/adrian/devel/cross-
compiler/gcc-4.7-4.7.0/debian/tmp/usr/share/info"
 /usr/bin/install -c -m 644 ./libitm.info '/home/adrian/devel/cross-
compiler/gcc-4.7-4.7.0/debian/tmp/usr/share/info'
 install-info --info-dir='/home/adrian/devel/cross-
compiler/gcc-4.7-4.7.0/debian/tmp/usr/share/info' '/home/adrian/devel/cross-
compiler/gcc-4.7-4.7.0/debian/tmp/usr/share/info/libitm.info'
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
make[6]: Leaving directory `/home/adrian/devel/cross-
compiler/gcc-4.7-4.7.0/build/x86_64-linux-gnu/libitm'
make[5]: Leaving directory `/home/adrian/devel/cross-
compiler/gcc-4.7-4.7.0/build/x86_64-linux-gnu/libitm'
make[4]: Leaving directory `/home/adrian/devel/cross-
compiler/gcc-4.7-4.7.0/build/x86_64-linux-gnu/libitm'
make[3]: Leaving directory `/home/adrian/devel/cross-
compiler/gcc-4.7-4.7.0/build'
make[2]: Leaving directory `/home/adrian/devel/cross-
compiler/gcc-4.7-4.7.0/build'
: # FIXME: the libstdc++ gdb.py file is installed with a wrong name
for i in $(find debian/tmp/usr -name libstdc++_pic.a-gdb.py); do \
  [ -f $i ] || continue; \
  d=$(dirname $i); \
  b=$(basename $i); \
  t=$(cd $d; echo libstdc++.so.*.*.*)-gdb.py; \
  mv $i $d/$t; \
done
: # remove rpath settings from binaries and shared libs
for i in $(chrpath -k debian/tmp/usr/bin/* debian/tmp/usr/lib*/lib*.so.*
debian/tmp/usr/lib/i386-linux-gnu/lib*.so.*
debian/tmp/usr/lib*/gcj-4.7*/lib*.so.* 2>/dev/null | awk -F: '/RPATH=/ {print
$1}'); \
do \
  case "$i" in ecj1|*gij-*|*libjawt*|*libjvm*) continue; esac; \
  [ -h $i ] && continue; \
  chrpath --delete $i; \
  echo "removed RPATH: $i"; \
done
: # remove '*.la' and '*.lai' files, not shipped in any package.
find debian/tmp -name '*.la' -o -name '*.lai' | xargs -r rm -f
rm -f debian/tmp/usr/lib/gcc/x86_64-linux-gnu/4.7/adalib/lib*.so*
for i in gcc gcov; do \
  I=`echo $i | tr a-z A-Z`; \
  sed -e "s/@NAME@/$I-4.7/g" -e "s/@name@/$i-4.7/g" \
debian/dummy-man.1 > debian/tmp/usr/share/man/man1/$i.1; \
done
chmod 755 debian/dh_*
touch stamps/07-install-stamp
make[1]: Leaving directory `/home/adrian/devel/cross-compiler/gcc-4.7-4.7.0'
/usr/bin/make -f debian/rules2 binary
make[1]: Entering directory `/home/adrian/devel/cross-compiler/gcc-4.7-4.7.0'
dh_testdir
dh_testroot
rm -rf debian/gcc-4.7-x86-64-linux-gnu-base
dh_installdirs -pgcc-4.7-x86-64-linux-gnu-base \
usr/lib/gcc/x86_64-linux-gnu/4.7
ln -sf 4.7 \
debian/gcc-4.7-x86-64-linux-gnu-base/usr/lib/gcc/x86_64-linux-
gnu/4.7.0
for link in ; do \
  ln -sf 4.7 \
debian/gcc-4.7-x86-64-linux-gnu-base/$(dirname usr/lib/gcc/x86_64
-linux-gnu/4.7)/$link; \
done
dh_installdocs -pgcc-4.7-x86-64-linux-gnu-base debian/README.Debian.amd64
dh_installchangelogs -pgcc-4.7-x86-64-linux-gnu-base
dh_compress -pgcc-4.7-x86-64-linux-gnu-base
dh_fixperms -pgcc-4.7-x86-64-linux-gnu-base
dh_gencontrol -pgcc-4.7-x86-64-linux-gnu-base -- -v4.7.0-3
'-Vgcc:Version=4.7.0-3' '-Vgcc:EpochVersion=1:4.7.0-3' '-Vgcc:SoftVersion=4.7'
'-Vgdc:Version=' '-Vgcj:Version=4.7.0-3' '-Vgcj:SoftVersion=4.7'
'-Vgcj:BaseVersion=4.7' '-Vgnat:Version=4.7.0-3' '-Vbinutils:Version=2.21.1'
'-Vdep:libgcc=libgcc1-amd64-cross (>= 1:4.7.0-3)' '-Vdep:libgccbiarch='
'-Vdep:libc=libc6 (>= 2.11)' '-Vdep:libcdev=libc6-dev-amd64-cross (>= 2.13-5)'
'-Vdep:libcbiarch=' '-Vdep:libcbiarchdev=' '-Vdep:libunwinddev='
'-Vdep:libcxxbiarch=' '-Vdep:libcxxbiarchdbg=' '-Vdep:libgobiarch='
'-Vdep:libgobiarchdbg=' '-Vdep:libgnat=' '-Vdep:ecj=' '-Vdep:libcloog='
'-Vgcc:multilib=gcc-4.7-multilib-x86-64-linux-gnu'
'-Vgxx:multilib=g++-4.7-multilib-x86-64-linux-gnu'
'-Vgobjc:multilib=gobjc-4.7-multilib-x86-64-linux-gnu'
'-Vgobjcxx:multilib=gobjc++-4.7-multilib-x86-64-linux-gnu'
'-Vgfortran:multilib=gfortran-4.7-multilib-x86-64-linux-gnu' '-Vdep:gold
=binutils

Bug#669903: RFS: ttylog/0.1.d-2

2012-04-21 Thread Robert James Clay
Package: sponsorship-requests
Severity: normal 

Dear mentors,

I am looking for a sponsor for my package "ttylog"

* Package name: ttylog
  Version : 0.1.d-2
  Upstream Author : Robert James Clay ,
Tibor Koleszar 
* URL : http://ttylog.rocasa.us
* License : GPL-2+
  Section : utils

It builds these binary packages:

ttylog - serial port logger
ttylog-dbg - debugging symbols for ttylog

  To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/ttylog


Alternatively, one can download the package with dget using this
command:

dget -x
http://mentors.debian.net/debian/pool/main/t/ttylog/ttylog_0.1.d-2.dsc


Changes since the last upload:

ttylog (0.1.d-2) unstable; urgency=low

  * Set debhelper compatibility to 8.
  * Set debhelper Build-Depends to version 8.
  * Set Standards Version in debian/control to 3.9.3.
  * Rewrite debian/copyright in accordance with DEP-5.
  * Explicitly set Debian source format as 3.0 (quilt).
  * Changed to using dh and a minimal version of debian/rules.
  * Update the Vcs-Git & Vcs-Browser fields in debian/control.
  * Add creation of a ttylog-dbg package to the package build.




Regards,
 Robert James Clay





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



Bug#669798: gitweb: transition towards Apache 2.4

2012-04-21 Thread Jonathan Nieder
merge 669292 669798
quit

a...@debian.org wrote:

> your package gitweb is a web application which supports the Apache2
> web server.

Thanks.



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



Bug#669902: libxml-dt-perl: module version outdated

2012-04-21 Thread Nuno Carvalho
Package: libxml-dt-perl
Version: 0.3-1.1
Severity: wishlist


The XML::DT module provided by this package is really outdated. Version 0.30
was released in 2004. The current module version is 0.58, release in
April 2012. Would it be possible for the maintainer to updated this
package.

If the package maintainer does not have the time or interest in updating
the package please make the package orphan, so that the pkg-perl group can
adopt it and make the updates.

Thank you


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

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

Versions of packages libxml-dt-perl depends on:
ii  libwww-perl5.836-1   Perl HTTP/WWW client/server librar
ii  libxml-libxml-perl 1.70.ds-1 Perl interface to the libxml2 libr
ii  perl   5.10.1-17squeeze3 Larry Wall's Practical Extraction 

libxml-dt-perl recommends no packages.

libxml-dt-perl suggests no packages.

-- no debconf information



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



Bug#669281: python2.7: FTBFS(kfreebsd): testsuite hang

2012-04-21 Thread Robert Millan
Matthias, do you plan an upload this weekend?

As up-to-date python2.7 builds are rather urgent (they're now blocking
the netcdf transition), it'd be very nice to have a fix in the
following days.

If you don't currently have time, please let us know so that it be NMUed.

Thanks!

El 18 d’abril de 2012 20:45, Robert Millan  ha escrit:
> # Bug 654783 cloned as bug 669281
> tag 669281 patch
> retitle 654783 race condition in libpthread causes hangs in python2.7 
> testsuite
> severity 654783 wishlist
> reassign 654783 libc0.1
> thanks
>
> Hi,
>
> It seems that outdated python2.7 on kfreebsd-* is the last problem
> holding off the netcdf7 transition [1] (v-sim is on dep-wait for
> python >= 2.7.2-13 [2]).  This is also holding off a fix for upstream
> issue 13817, which is needed to fix guitarix FTBFS (see #668240).
>
> OTOH, it introduces failure of a few tests (test_socket,
> test_threading, test_signal).  Additionally, I've seen the testsuite
> itself hang after all tests had been completed.  By looking at the
> debug information we've obtained so far, this seems like a
> libpthread-related problem, rather than an issue introduced by Python
> itself.
>
> As you can see, we're currently investigating the problems that cause
> these hangs.  However, taking the whole picture into account, my
> impression is that the new python2.7 fixes more problems than it
> creates.
>
> So, would you please consider disabling the testsuite on kfreebsd-* so
> that we can move on with the netcdf7 transition?  We will, of course,
> continue investigating the problems that cause this breakage.
>
> I'm attaching a (tested) patch to do just that.
>
> [1] http://release.debian.org/transitions/html/netcdf7.html
> [2] https://buildd.debian.org/status/package.php?p=v-sim
>
> --
> Robert Millan



-- 
Robert Millan



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



Bug#669901: [PATCH] hibernate: Helping to update to packaging format 3.0

2012-04-21 Thread jari . aalto
Package: hibernate
Severity: wishlist
Tags: patch

Hi Martin,

The dpatch patch management system has been deprecated for some time. The
Lintian currently flags use of dpatch packages as an error. The new 3.0
packaging format is an improved version which, among other things, contains
patch management built-in. For more information, see:

http://wiki.debian.org/Projects/DebSrc3.0

I had some free time; see attached patch to migrate to new package
format. Note that all files in debian/patches/* are canocalized to
*.patch.

Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.

Thanks,
Jari

>From a912d3fc17cce88adb7df5cce15220020ca0d58a Mon Sep 17 00:00:00 2001
From: Jari Aalto 
Date: Sat, 21 Apr 2012 22:35:38 +0300
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto 
---
 debian/changelog   |   13 
 debian/compat  |2 +-
 debian/control |6 ++--
 debian/copyright   |2 +-
 debian/hibernate.postinst  |5 ++-
 debian/hibernate.prerm |6 ++--
 debian/patches/00list  |5 ---
 ...{10-grub-backup.dpatch => 10-grub-backup.patch} |   27 ---
 debian/patches/20-suspend2-note.disabled   |8 ++---
 debian/patches/50-init.d-lsb-depends.dpatch|   19 ---
 debian/patches/50-init.d-lsb-depends.patch |   22 
 debian/patches/70-laptop-mode-rename.dpatch|   19 ---
 debian/patches/70-laptop-mode-rename.patch |   18 ++
 debian/patches/80-log-permissions.dpatch   |   35 
 debian/patches/80-log-permissions.patch|   34 +++
 ...down-auto.dpatch => 99-store-ifdown-auto.patch} |8 ++---
 debian/patches/Makefile|4 ---
 debian/patches/series  |5 +++
 debian/rules   |   23 -
 debian/source/format   |1 +
 20 files changed, 129 insertions(+), 133 deletions(-)
 mode change 100644 => 100755 debian/hibernate.postinst
 mode change 100644 => 100755 debian/hibernate.prerm
 delete mode 100644 debian/patches/00list
 rename debian/patches/{10-grub-backup.dpatch => 10-grub-backup.patch} (76%)
 delete mode 100644 debian/patches/50-init.d-lsb-depends.dpatch
 create mode 100644 debian/patches/50-init.d-lsb-depends.patch
 delete mode 100644 debian/patches/70-laptop-mode-rename.dpatch
 create mode 100644 debian/patches/70-laptop-mode-rename.patch
 delete mode 100644 debian/patches/80-log-permissions.dpatch
 create mode 100644 debian/patches/80-log-permissions.patch
 rename debian/patches/{99-store-ifdown-auto.dpatch => 99-store-ifdown-auto.patch} (93%)
 delete mode 100644 debian/patches/Makefile
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index f138efe..0a45237 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+hibernate (1.99-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * Add build-arch and build-indep targets; use dh_prep in rules file.
+  * Note: Update some patches with "quilt refresh" to make them apply cleanly.
+  * Fix copyright-refers-to-symlink-license (Lintian).
+  * Fix maintainer-script-without-set-e (Lintian).
+  * Fix init.d-script-missing-dependency-on-local_fs (Lintian) with patch 50.
+
+ -- Jari Aalto   Sat, 21 Apr 2012 22:34:33 +0300
+
 hibernate (1.99-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --git a/debian/compat b/debian/compat
index 1e8b314..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-6
+9
diff --git a/debian/control b/debian/control
index 6fde730..07b834b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: utils
 Priority: extra
 Maintainer: martin f. krafft 
 Uploaders: Cameron Patrick 
-Build-Depends: debhelper (>> 6), dpatch
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/collab-maint/hibernate.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/hibernate.git
 
 Package: hibernate
 Architecture: all
-Depends: console-tools | kbd
+Depends: ${misc:Depends}, console-tools | kbd
 Recommends: dash, hdparm, vbetool, uswsusp
 Suggests: 915resolution, xscreensaver | kscreensaver | gnome-screensaver | xlock | vlock
 Conflicts: suspend-script (<= 0.94-1)
diff --git a/debian/copyright b/debian/copyright
index a4a030

Bug#659519: Status of this Bug?

2012-04-21 Thread David Baron
On Saturday 21 April 2012 18:20:44 Ben Hutchings wrote:
> On Fri, 2012-04-20 at 11:14 +0300, David Baron wrote:
> > I am seeing more and more posts on linux-audio and debian-user which seem
> > to relate to this problem. Some relating to new versions of alsa
> > libraries installed over 2.6.33 kernels, not just 3.2.4!
> 
> What makes you think they relate to the same bug?  If they do then of
> course this is not a kernel bug and we need to reassign it.

Maybe should be looked into. I see to many complaints about those built-in 
intel-hda having stopped working. I never started using pulse, not installed, 
so that is not my problem.

> 
> By the way, Linux for x86_64/amd64 does not support ISA expansion cards.
> I would expect your ISA cards to still be supported in 32-bit kernel
> configurations, though it's very likely you will need to do some manual
> configuration of the driver.

Interesting.

The only thing on ISA is running through snd_mpu401, this with a port number. 
No IRQ, no DMA. Might even still work on 64 bit. I may have the last (very 
special, I suppose) MB with ISA running a modern CPU.

I want to switch to 64 bit but this may be one reason to keep putting it off.



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



Bug#652003: tahoe-lafs: Missing daemon debian infraestructure

2012-04-21 Thread Ruben Pollan
The topic was already discussed on tahoe-lafs mailing list:
http://www.mail-archive.com/tahoe-dev@tahoe-lafs.org/msg01860.html

But I could not find if bertagaz published somewhere the init script.

-- 
Rubén Pollán  | http://meskio.net/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Nos vamos a Croatan.



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



Bug#669900: ITP: slideshow

2012-04-21 Thread Thomas Dreibholz
Package: wnpp
Severity: wishlist
Owner: Thomas Dreibholz 

* Package name: slideshow
  Version : 2.2.2
  Upstream Author : Thomas Dreibholz 
* URL : http://www.iem.uni-due.de/~dreibh/slideshow/
* License : GPL version 3
  Programming Lang: C++
  Description : HTML slide show and image presentation generator

SlideShow is a command-line tool to generate standards-compliant XHTML-1.1 
presentations from a set of image files. It can be used to easily generate 
online photo albums, including JavaScript-based slideshows. Particularly, this 
program is intended to be also used in scripts, which automatically create or 
update slideshows.


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


Bug#584889: bittwist: Fails to work in 64bit-systems

2012-04-21 Thread Addy Yeow
Thanks Arne and Eriberto. This is fixed now in Bit-Twist 2.0.
Sorry it took almost 2 years!

On Mon, Jun 7, 2010 at 8:18 PM, Eriberto  wrote:

> Thanks a lot Arne! I am sending this reply to the upstream also.
>
> Addy, can you make available a new version for download?
>
> Regards,
>
> Eriberto - Brazil
>
>
>
> 2010/6/7 Arne Wichmann :
>
>> Package: bittwist
>> Version: 1.1-1
>> Severity: normal
>>
>>
>> When trying to use bittwist to send captured packets using an
>> amd64-system it sent garbage. The affixed patch corrected this.
>>
>> -- snip --
>> diff -ru bittwist-1.1/src/bittwist.c bittwist-1.1-patched/src/**
>> bittwist.c
>> --- bittwist-1.1/src/bittwist.c 2010-02-19 09:16:54.0 +0100
>> +++ bittwist-1.1-patched/src/**bittwist.c 2010-04-19 17:37:45.0
>> +0200
>> @@ -190,7 +190,7 @@
>>  {
>> FILE *fp; /* file pointer to trace file */
>> struct pcap_file_header preamble;
>> -struct pcap_pkthdr header;
>> +struct pcap_sf_pkthdr header;
>> int pkt_len; /* packet length to send */
>> int ret;
>> int i;
>> @@ -223,7 +223,10 @@
>> error("fread(): error reading %s", trace_file);
>>
>> /* copy timestamp for current packet */
>> -memcpy(&cur_ts, &header.ts, sizeof(struct timeval));
>> +   struct pcap_timeval ptime;
>> +   memcpy(&ptime, &header.ts, sizeof(ptime));
>> +   cur_ts.tv_sec = ptime.tv_sec;
>> +   cur_ts.tv_usec = ptime.tv_usec;
>>
>> if (len < 0)/* captured length */
>> pkt_len = header.caplen;
>> diff -ru bittwist-1.1/src/def.h bittwist-1.1-patched/src/def.h
>> --- bittwist-1.1/src/def.h  2010-02-19 09:16:54.0 +0100
>> +++ bittwist-1.1-patched/src/def.h  2010-04-19 17:35:39.0
>> +0200
>> @@ -43,6 +43,17 @@
>>  #endif
>>  #include 
>>
>> +struct pcap_timeval {
>> +bpf_int32 tv_sec;   /* seconds */
>> +bpf_int32 tv_usec;  /* microseconds */
>> +};
>> +
>> +struct pcap_sf_pkthdr {
>> +struct pcap_timeval ts; /* time stamp */
>> +bpf_u_int32 caplen; /* length of portion present */
>> +bpf_u_int32 len;/* length this packet (off wire) */
>> +};
>> +
>>  #define BITTWIST_VERSION"1.1"
>>  #define BITTWISTE_VERSION   BITTWIST_VERSION
>>  #define BITTWISTB_VERSION   BITTWIST_VERSION
>>
>> -- System Information:
>> Debian Release: squeeze/sid
>>  APT prefers testing
>>  APT policy: (500, 'testing')
>> Architecture: amd64 (x86_64)
>>
>> Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
>> Shell: /bin/sh linked to /bin/dash
>>
>> Versions of packages bittwist depends on:
>> ii  libc6 2.10.2-6   Embedded GNU C Library:
>> Shared lib
>> ii  libpcap0.81.0.0-6system interface for
>> user-level pa
>>
>> Versions of packages bittwist recommends:
>> ii  tcpdump   4.1.1-1A powerful tool for network
>> monito
>>
>> Versions of packages bittwist suggests:
>> pn  wireshark  (no description available)
>>
>> -- debconf information:
>>
>>
>>
>>
>>
>>
>


Bug#669899: [PATCH] poppass-cgi: Helping to update to packaging format 3.0

2012-04-21 Thread jari . aalto
Package: poppass-cgi
Severity: wishlist
Tags: patch

Hi Martin,

The dpatch patch management system has been deprecated for some time. The
Lintian currently flags use of dpatch packages as an error. The new 3.0
packaging format is an improved version which, among other things, contains
patch management built-in. For more information, see:

http://wiki.debian.org/Projects/DebSrc3.0

I had some free time; see attached patch to migrate to new package
format. Note that all files in debian/patches/* are canocalized to
*.patch.

Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.

Thanks,
Jari

>From c8026b19f7a7c52809c2331488dc3e28b4957183 Mon Sep 17 00:00:00 2001
From: Jari Aalto 
Date: Sat, 21 Apr 2012 22:19:10 +0300
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto 
---
 debian/changelog   |   11 +++
 debian/compat  |2 +-
 debian/control |8 
 debian/copyright   |4 
 debian/patches/00list  |4 
 ...perl-location.dpatch => 10-perl-location.patch} |8 ++--
 ...es.dpatch => 70-ignore-textual-responses.patch} |8 ++--
 ...name.dpatch => 70-use-http-auth-username.patch} |8 ++--
 .../{99-debug-fix.dpatch => 99-debug-fix.patch}|8 ++--
 debian/patches/Makefile|4 
 debian/patches/series  |4 
 debian/rules   |   15 +++
 debian/source/format   |1 +
 13 files changed, 40 insertions(+), 45 deletions(-)
 delete mode 100644 debian/patches/00list
 rename debian/patches/{10-perl-location.dpatch => 10-perl-location.patch} (62%)
 rename debian/patches/{70-ignore-textual-responses.dpatch => 70-ignore-textual-responses.patch} (83%)
 rename debian/patches/{70-use-http-auth-username.dpatch => 70-use-http-auth-username.patch} (87%)
 rename debian/patches/{99-debug-fix.dpatch => 99-debug-fix.patch} (65%)
 delete mode 100644 debian/patches/Makefile
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index ca16142..ac1b502 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+poppass-cgi (3-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * Add build-arch and build-indep targets; use dh_prep in rules file.
+  * Fix copyright-without-copyright-notice (Lintian).
+  * Fix description-synopsis-starts-with-article (Lintian).
+
+ -- Jari Aalto   Sat, 21 Apr 2012 22:08:30 +0300
+
 poppass-cgi (3-5) unstable; urgency=low
 
   * Patch from Joost Cassee to populate the username from HTTP basic
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index b1e8fea..f815b69 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: poppass-cgi
 Section: web
 Priority: optional
 Maintainer: martin f. krafft 
-Build-Depends: debhelper (>> 5), dpatch
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
 
 Package: poppass-cgi
 Architecture: all
-Depends: perl, libcgi-pm-perl, libwww-perl
-Description: a CGI script to interact with a poppassd server
+Depends: ${misc:Depends}, perl, libcgi-pm-perl, libwww-perl
+Description: CGI script to interact with a poppassd server
  poppass is a CGI script written to allow users to change their passwords
  through the web. It interacts with a poppassd server (see the poppassd Debian
  package) and does no changing itself. It can therefore be installed in an
diff --git a/debian/copyright b/debian/copyright
index d1cbe34..8e09d84 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,6 +5,10 @@ It was downloaded from ftp://ftp.mtnsoft.com/poppass
 
 Upstream Author: je...@mtnsoft.com
 
+Copyright holder:
+
+Copyright (C) 1996 Jerry Workman 
+
 Copyright:
 
 This program is free software; you can redistribute it and/or modify it
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 82933e1..000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,4 +0,0 @@
-10-perl-location
-70-ignore-textual-responses
-70-use-http-auth-username
-99-debug-fix
diff --git a/debian/patches/10-perl-location.dpatch b/debian/patches/10-perl-location.patch
similarity index 62%
rename from debian/patches/10-perl-location.dpatch
rename to debian/patches/10-perl-location.patch
index fc4ce6d..ada8eca 10

Bug#669054: request for coordinated change (bugfix) to simplepie and wordpress

2012-04-21 Thread Thorsten Glaser
Hi,

first of all, simplepie developers, sorry for directly mailing you,
but I could not find out how to work this Yahoo thing you have in
lieu of a proper mailing list. You might want to add documentation
for that ;-) (The rationale for eMail here is to keep everyone in-
volved, that is both upstream and Debian packagers for both word-
press and simplepie plus me as integrator, in the loop.)

In Evolvis/FusionForge we set the PHP error loglevel very high and
overlay the pages sent out with an ugly pink popup if there are PHP
errors or the page is invalid XHTML, to educate developers and fix
such problems immediately (on development systems only, of course).
Now we (or rather, some code from Codendi, another SourceForge de-
rivate, imported into FusionForge) use simplepie for parsing RSS
and displaying it on a project homepage. Imagine my joy when I saw
that I had to fix simplepie, too. (And others…)

Well, said, done. Unfortunately, this change is not liked by Wordpress:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669054

So I'm hereby asking you, both upstreams, to coordinatedly apply the
bugfix and make the classmethod static, since create() should never
have been an instancemethod in the first place.

This means, in the class SimplePie_Cache and all its derivates, such
as WP_Feed_Cache, the method create() must be made static:

-   function create($location, $filename, $extension)
+   static function create($location, $filename, $extension)

Ref: 
http://patch-tracker.debian.org/patch/series/view/simplepie/1.2.1-3/assigning_the_return_value_of_new_by_reference_is_now_deprecated.patch

The Debian package also contains other fixes you might probably want
to integrate.


Thanks in advance for your cooperation,
//mirabilos
-- 
FWIW, I'm quite impressed with mksh interactively. I thought it was much
*much* more bare bones. But it turns out it beats the living hell out of
ksh93 in that respect. I'd even consider it for my daily use if I hadn't
wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh



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



Bug#669898: exaile: pybonjour is needed for the DAAP server plugin but is not available in Debian

2012-04-21 Thread Julien Valroff
Package: exaile
Version: 0.3.2.2-2
Severity: normal

Dear Maintainer,

When trying to use the DAAP server plugin:
Traceback (most recent call last):
  File "/usr/share/exaile/plugins/daapserver/spydaap/zeroconf.py", line 82,
  in __init__
  import pybonjour
  ImportError: No module named pybonjour

pybonjour does not seem to be available in Debian though…

Cheers,
Julien

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

Kernel: Linux 3.2.0-1-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

Versions of packages exaile depends on:
ii  gstreamer0.10-plugins-good  0.10.31-1+b1
ii  librsvg2-common 2.36.1-1
ii  python  2.7.2-10
ii  python-dbus 0.84.0-3
ii  python-gobject  3.2.0-3
ii  python-gst0.10  0.10.22-3
ii  python-gtk2 2.24.0-3
ii  python-mutagen  1.20-1

Versions of packages exaile recommends:
ii  gstreamer0.10-ffmpeg  0.10.13-3
ii  python-cddb   1.4-5.1+b3
ii  python-mmkeys 1.6.2.1-5
ii  python-notify 0.1.1-3

Versions of packages exaile suggests:
ii  exaile-plugin-contextinfo   
ii  exaile-plugin-ipod  
ii  exaile-plugin-moodbar   
ii  exfalso 
ii  gstreamer0.10-plugins-bad   0.10.23-1+b1
ii  gstreamer0.10-plugins-ugly  0.10.19-1
ii  ipython 
ii  notify-osd  
ii  python-beautifulsoup3.2.0-2
ii  python-eggtrayicon  2.25.3-11
ii  python-pymtp0.0.4-4
ii  streamripper1.64.6-1

-- no debconf information

-- 
  .''`.   Julien Valroff ~  ~ 
 : :'  :  Debian Developer & Free software contributor
 `. `'`   http://www.kirya.net/
   `- 4096R/ E1D8 5796 8214 4687 E416  948C 859F EF67 258E 26B1



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



Bug#669897: [PATCH] muttprofile: Helping to update to packaging format 3.0

2012-04-21 Thread jari . aalto
Package: muttprofile
Severity: wishlist
Tags: patch

Hi,

The dpatch patch management system has been deprecated for some time. The
Lintian currently flags use of dpatch packages as an error. The new 3.0
packaging format is an improved version which, among other things, contains
patch management built-in. For more information, see:

http://wiki.debian.org/Projects/DebSrc3.0

I had some free time; see attached patch to migrate to new package
format. Note that all files in debian/patches/* are canocalized to
*.patch.

Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.

Thanks,
Jari

>From 23cb703e50c7b119f2b4d524df9cf102b676c9fa Mon Sep 17 00:00:00 2001
From: Jari Aalto 
Date: Sat, 21 Apr 2012 21:59:15 +0300
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto 
---
 debian/changelog   |   13 +
 debian/compat  |2 +-
 debian/control |8 
 debian/copyright   |   12 +---
 debian/patches/00list  |2 --
 ...{90-docs-update.dpatch => 90-docs-update.patch} |8 ++--
 ...npage-update.dpatch => 90-manpage-update.patch} |8 ++--
 debian/patches/Makefile|4 
 debian/patches/series  |2 ++
 debian/rules   |   15 +++
 debian/source/format   |1 +
 11 files changed, 37 insertions(+), 38 deletions(-)
 delete mode 100644 debian/patches/00list
 rename debian/patches/{90-docs-update.dpatch => 90-docs-update.patch} (96%)
 rename debian/patches/{90-manpage-update.dpatch => 90-manpage-update.patch} (74%)
 delete mode 100644 debian/patches/Makefile
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index 3414638..5132b64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+muttprofile (1.0.1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * Add build-arch and build-indep targets; use dh_prep in rules file.
+  * Fix copyright-refers-to-symlink-license (Lintian).
+  * Fix copyright-without-copyright-notice (Lintian) and update Author's email.
+  * Fix description-synopsis-starts-with-article (Lintian).
+  * Fix old-fsf-address-in-copyright-file (Lintian).
+
+ -- Jari Aalto   Sat, 21 Apr 2012 21:56:32 +0300
+
 muttprofile (1.0.1-3) unstable; urgency=low
 
   * Document standard profile regexp (closes: #307738).
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index c337f6e..c5b6a84 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: mail
 Priority: optional
 Maintainer: martin f. krafft 
 Build-Depends-Indep: perl
-Build-Depends: debhelper (>> 5), dpatch
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
 
 Package: muttprofile
 Architecture: all
-Depends: perl (>= 5.8.1-1), mutt
-Description: a utility to choose profiles in Mutt
+Depends: ${misc:Depends}, perl (>= 5.8.1-1), mutt
+Description: utility to choose profiles in Mutt
  A profile in Mutt is simply a specific subset of the configuration. You may
  have a personal and a work profile, each of which uses the same base
  configuration and then overrides specific configuration items like the email
diff --git a/debian/copyright b/debian/copyright
index 71a9194..c6aac85 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,11 +2,14 @@ This package was debianized by martin f. krafft  on
 Wed, 15 Jan 2003 01:20:06 +0100.
 
 It was downloaded from http://www.acoustics.hut.fi/~mara/mutt/muttprofile.html
+which as of 2012-04-21 no longer hosts the code.
 
-Upstream Author: Martti Rahkila 
+Upstream Author: Martti Rahkila 
 
 Copyright:
 
+   Copyright (C) 2003 Martti Rahkila 
+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 dated June, 1991.
@@ -16,11 +19,6 @@ Copyright:
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
 
-   You should have received a copy of the GNU General Public License
-   along with this package; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
-
 On Debian GNU/Linux systems, the complete text of the G

Bug#669896: exaile: Should suggest python-avahi

2012-04-21 Thread Julien Valroff
Package: exaile
Version: 0.3.2.2-2
Severity: normal

Dear Maintainer,

exaile needs ptyhon-avahi for the DAAP client plugin, but does not suggest
this package.

Cheers,
Julien

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

Kernel: Linux 3.2.0-1-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

Versions of packages exaile depends on:
ii  gstreamer0.10-plugins-good  0.10.31-1+b1
ii  librsvg2-common 2.36.1-1
ii  python  2.7.2-10
ii  python-dbus 0.84.0-3
ii  python-gobject  3.2.0-3
ii  python-gst0.10  0.10.22-3
ii  python-gtk2 2.24.0-3
ii  python-mutagen  1.20-1

Versions of packages exaile recommends:
ii  gstreamer0.10-ffmpeg  0.10.13-3
ii  python-cddb   1.4-5.1+b3
ii  python-mmkeys 1.6.2.1-5
ii  python-notify 0.1.1-3

Versions of packages exaile suggests:
ii  exaile-plugin-contextinfo   
ii  exaile-plugin-ipod  
ii  exaile-plugin-moodbar   
ii  exfalso 
ii  gstreamer0.10-plugins-bad   0.10.23-1+b1
ii  gstreamer0.10-plugins-ugly  0.10.19-1
ii  ipython 
ii  notify-osd  
ii  python-beautifulsoup3.2.0-2
ii  python-eggtrayicon  2.25.3-11
ii  python-pymtp0.0.4-4
ii  streamripper1.64.6-1

-- no debconf information

-- 
  .''`.   Julien Valroff ~  ~ 
 : :'  :  Debian Developer & Free software contributor
 `. `'`   http://www.kirya.net/
   `- 4096R/ E1D8 5796 8214 4687 E416  948C 859F EF67 258E 26B1



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



Bug#669895: mod-gnutls: diff for NMU version 0.5.10-1.1

2012-04-21 Thread Bas van den Dikkenberg

Package: mod-gnutls
Version: 0.5.10-1
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for mod-gnutls (versioned as 0.5.10-1.1) and uploaded it 
to DELAYED/7. Please feel free to tell me if I should delay it longer.

Regards.
diff -Nru mod-gnutls-0.5.10/debian/changelog mod-gnutls-0.5.10/debian/changelog
--- mod-gnutls-0.5.10/debian/changelog  2011-07-19 18:39:42.0 +0200
+++ mod-gnutls-0.5.10/debian/changelog  2012-04-21 09:11:35.0 +0200
@@ -1,3 +1,16 @@
+mod-gnutls (0.5.10-1.1) unstable; urgency=low
+
+  [ Bastiaan Franciscus van den Dikkenberg ]
+  * Non-maintainer upload.
+  * Fix "default-tls file for apache" Added default-tls file
+(Closes: #558232)
+  * Fix "configure: *** memcache library not found."
+added build-depensie to libapr-memcache-dev (Closes: #497097)
+  * apache2-dev is releplaced by apache2-threaded-dev (Closes: #667626)
+  * DEP-5 url changed in copyright file to new standard
+
+ -- Bastiaan Franciscus van den Dikkenberg   Sat, 
+ 21 Apr 2012 09:10:49 +0200
+
 mod-gnutls (0.5.10-1) unstable; urgency=low
 
   * New upstream release (Closes: #602957) diff -Nru 
mod-gnutls-0.5.10/debian/control mod-gnutls-0.5.10/debian/control
--- mod-gnutls-0.5.10/debian/control2011-07-19 18:43:32.0 +0200
+++ mod-gnutls-0.5.10/debian/control2012-04-20 22:34:26.0 +0200
@@ -2,7 +2,7 @@
 Section: httpd
 Priority: extra
 Maintainer: Jack Bates 
-Build-Depends: debhelper (>= 8.0.0), autotools-dev, apache2-dev, libgnutls-dev 
(>= 2.4.0), pkg-config
+Build-Depends: debhelper (>= 8.0.0), autotools-dev, 
+apache2-threaded-dev, libgnutls-dev (>= 2.4.0), pkg-config, 
+libapr-memcache-dev
 Standards-Version: 3.9.2
 Homepage: http://www.outoforder.cc/projects/apache/mod_gnutls/
 Vcs-Browser: https://github.com/jablko/debian/tree/master/mod-gnutls
diff -Nru mod-gnutls-0.5.10/debian/copyright mod-gnutls-0.5.10/debian/copyright
--- mod-gnutls-0.5.10/debian/copyright  2011-07-19 19:31:25.0 +0200
+++ mod-gnutls-0.5.10/debian/copyright  2012-04-20 12:43:18.0 +0200
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5
+Format: 
+http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: mod_gnutls
 Source: http://www.outoforder.cc/projects/apache/mod_gnutls/
 
diff -Nru mod-gnutls-0.5.10/debian/default-tls 
mod-gnutls-0.5.10/debian/default-tls
--- mod-gnutls-0.5.10/debian/default-tls1970-01-01 01:00:00.0 
+0100
+++ mod-gnutls-0.5.10/debian/default-tls2012-04-21 09:13:02.0 
+0200
@@ -0,0 +1,34 @@
+
+
+   ServerAdmin webmaster@localhost
+   DocumentRoot /var/www/
+   
+   Options FollowSymLinks
+   AllowOverride None
+   
+   
+   Options Indexes FollowSymLinks MultiViews
+   AllowOverride None
+   Order allow,deny
+   allow from all
+   
+   ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
+   
+   AllowOverride None
+   Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
+   Order allow,deny
+   Allow from all
+   
+   ErrorLog ${APACHE_LOG_DIR}/error.log
+   # Possible values include: debug, info, notice, warn, error, crit, 
alert, emerg.
+   LogLevel warn
+   CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined
+   #   GnuTLS Switch: Enable/Disable SSL/TLS for this virtual host.
+   GnuTLSEnable On
+   #   A self-signed (snakeoil) certificate can be created by installing 
the ssl-cert package. See /usr/share/doc/apache2.2-common/README.Debian.gz for 
more info.
+   GnuTLSCertificateFile   /etc/ssl/certs/ssl-cert-snakeoil.pem
+   GnuTLSKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
+   #   See 
http://www.outoforder.cc/projects/apache/mod_gnutls/docs/#GnuTLSPriorities
+   GnuTLSPriorities NORMAL
+
+
diff -Nru mod-gnutls-0.5.10/debian/rules mod-gnutls-0.5.10/debian/rules
--- mod-gnutls-0.5.10/debian/rules  2010-07-13 02:34:00.0 +0200
+++ mod-gnutls-0.5.10/debian/rules  2012-04-20 12:23:07.0 +0200
@@ -15,6 +15,7 @@
 
 override_dh_install:
dh_install debian/gnutls.conf debian/gnutls.load 
etc/apache2/mods-available
+   dh_install debian/default-tls etc/apache2/sites-available/
 
 override_dh_installdocs:
dh_installdocs README README.ENV



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



Bug#669894: linux-image-3.2.0-2-amd64: Webcam (ov519) only works after replugging it several times

2012-04-21 Thread Manuel Bilderbeek
Package: linux-2.6
Version: 3.2.15-1
Severity: normal

I have a Trust 320 Spacecam webcam here, which works fine, but only
after I replug it several times.

At boot time it fails to get initialized:

[2.068557] usbcore: registered new interface driver usbhid
[2.068558] usbhid: USB HID core driver
[2.152152] usb 1-2.2: new full-speed USB device number 5 using ehci_hcd
[2.240152] usb 1-2.2: device descriptor read/64, error 8
[2.432150] usb 1-2.2: device descriptor read/64, error 8
[2.624153] usb 1-2.2: new full-speed USB device number 6 using ehci_hcd
[2.712149] usb 1-2.2: device descriptor read/64, error 8

[2.904149] usb 1-2.2: device descriptor read/64, error 8
[3.096152] usb 1-2.2: new full-speed USB device number 7 using ehci_hcd
[3.116523] usb 1-2.2: device descriptor read/8, error -61
[3.236522] usb 1-2.2: device descriptor read/8, error -61
[3.428150] usb 1-2.2: new full-speed USB device number 8 using ehci_hcd
[3.448523] usb 1-2.2: device descriptor read/8, error -61
[3.568523] usb 1-2.2: device descriptor read/8, error -61
[3.672157] hub 1-2:1.0: unable to enumerate USB device on port 2

when I replug it, it still fails:

[20206.700129] usb 1-2.2: new full-speed USB device number 9 using ehci_hcd
[20206.788133] usb 1-2.2: device descriptor read/64, error 8
[20206.980147] usb 1-2.2: device descriptor read/64, error 8
[20207.172135] usb 1-2.2: new full-speed USB device number 10 using ehci_hcd
[20207.260131] usb 1-2.2: device descriptor read/64, error 8
[20207.452145] usb 1-2.2: device descriptor read/64, error 8
[20207.644143] usb 1-2.2: new full-speed USB device number 11 using ehci_hcd
[20207.664510] usb 1-2.2: device descriptor read/8, error -61
[20207.784395] usb 1-2.2: device descriptor read/8, error -61
[20207.976145] usb 1-2.2: new full-speed USB device number 12 using ehci_hcd
[20207.996513] usb 1-2.2: device descriptor read/8, error -61
[20208.116515] usb 1-2.2: device descriptor read/8, error -61
[20208.220157] hub 1-2:1.0: unable to enumerate USB device on port 2

then I replug it again and it works 100% fine:

[20279.404085] usb 1-2.2: new full-speed USB device number 13 using ehci_hcd
[20279.513459] usb 1-2.2: New USB device found, idVendor=05a9, idProduct=8519
[20279.513462] usb 1-2.2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[20279.513465] usb 1-2.2: Product: USB Camera
[20279.513466] usb 1-2.2: Manufacturer: OmniVision Technologies, Inc.
[20279.714000] Linux media interface: v0.10
[20279.727781] Linux video capture interface: v2.00
[20279.730517] gspca_main: v2.14.0 registered
[20279.733294] gspca_main: ov519-2.14.0 probing 05a9:8519
[20279.916286] input: ov519 as 
/devices/pci:00/:00:1a.7/usb1/1-2/1-2.2/input/input8
[20279.916482] usbcore: registered new interface driver ov519
[20279.917794] usbcore: registered new interface driver snd-usb-audio

As it works fine after replugging (twice), I guess it's not a problem
with the hardware...

-- Package-specific info:
** Version:
Linux version 3.2.0-2-amd64 (Debian 3.2.15-1) (debian-ker...@lists.debian.org) 
(gcc version 4.6.3 (Debian 4.6.3-1) ) #1 SMP Sun Apr 15 16:47:38 UTC 2012

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.2.0-2-amd64 
root=UUID=12635a70-3def-4b39-bc78-1ee0ad29a2d2 ro quiet

** Tainted: PWO (4609)
 * Proprietary module has been loaded.
 * Taint on warning.
 * Out-of-tree module has been loaded.

** Kernel log:
[19194.144009] eth1: no IPv6 routers present
[19242.064006] eth1: no IPv6 routers present
[19524.928020] usb 1-5: reset high-speed USB device number 3 using ehci_hcd
[19586.21] usb 1-5: reset high-speed USB device number 3 using ehci_hcd
[19587.840008] eth1: no IPv6 routers present
[19635.536011] eth1: no IPv6 routers present
[19683.856011] eth1: no IPv6 routers present
[19731.584009] eth1: no IPv6 routers present
[20076.080007] eth1: no IPv6 routers present
[20124.624007] eth1: no IPv6 routers present
[20172.256007] eth1: no IPv6 routers present
[20206.700129] usb 1-2.2: new full-speed USB device number 9 using ehci_hcd
[20206.788133] usb 1-2.2: device descriptor read/64, error 8
[20206.980147] usb 1-2.2: device descriptor read/64, error 8
[20207.172135] usb 1-2.2: new full-speed USB device number 10 using ehci_hcd
[20207.260131] usb 1-2.2: device descriptor read/64, error 8
[20207.452145] usb 1-2.2: device descriptor read/64, error 8
[20207.644143] usb 1-2.2: new full-speed USB device number 11 using ehci_hcd
[20207.664510] usb 1-2.2: device descriptor read/8, error -61
[20207.784395] usb 1-2.2: device descriptor read/8, error -61
[20207.976145] usb 1-2.2: new full-speed USB device number 12 using ehci_hcd
[20207.996513] usb 1-2.2: device descriptor read/8, error -61
[20208.116515] usb 1-2.2: device descriptor read/8, error -61
[20208.220157] hub 1-2:1.0: unable to enumerate USB device on port 2
[20220.552011] eth1: no IPv6 routers present
[20279.404085] usb 1-2.2: new full-speed USB device number 13 using ehci_hcd
[20279.51

Bug#668457: monotone: FTBFS (multiple test suite failures)

2012-04-21 Thread Adam D. Barratt
On Sat, 2012-04-21 at 18:47 +0100, Adam D. Barratt wrote:
> On Fri, 2012-04-20 at 10:57 +0100, Francis Russell wrote:
> > I've just had a go at building monotone in an i386 unstable chroot and
> > had no issues. Perhaps whatever was causing the build failure is now fixed?
[...]
> I've given back the build on i386, let's see what happens this time.

Sadly, it failed, with 12 test failures as in the amd64 build I
originally reported the issue in.

The log for the i386 build is
https://buildd.debian.org/status/fetch.php?pkg=monotone&arch=i386&ver=1.0-4%2Bb1&stamp=1335032594
 ; maybe compare the versions of the packages installed during the build with 
those in yours and see if there's any obvious differences?

Regards,

Adam




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



  1   2   3   >