Bug#613117: asterisk-espeak: uninstallable on kfreebsd

2012-04-06 Thread Jonas Smedegaard
On 12-04-06 at 03:32pm, Julien Cristau wrote:
 So I have to explain how being uninstallable makes a package unusable? 
 I thought that'd be obvious, but here goes.  You build a package.  Its 
 dependencies can't be fulfilled.  So it can't be installed.  A package 
 that can't be installed can't be used.  Hence unusable.

I fail to see the need to be rude.  Even if I am Stooopid.

 - 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#613117: asterisk-espeak: uninstallable on kfreebsd

2012-04-06 Thread Jonas Smedegaard
On 12-04-06 at 02:34pm, Adam D. Barratt wrote:
 On Fri, 2012-04-06 at 15:21 +0200, Jonas Smedegaard wrote:
  Thanks for reporting this issue.  I agree that it does not make 
  sense to build this package for kfreebsd unitl its 
  build-dependencies are satisfies, but consider this a minor issue.  
  Adjusted severity accordingly.
 
 The problem isn't that the build-dependencies are unsatisfied.  If 
 that were the case, it wouldn't have been built.  The problem is that 
 the build-dependencies are satisfied, the package is built and the 
 resulting binaries are uninstallable.

Thanks for the clarification.

I blindly assumed that when asterisk was unavailable then asterisk-dev 
would be unavailable too, but I realize now that obviously the latter 
can be arch-all, therefore needing special handling by all its dependent 
packages.

 - 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#667757: [PATCH] gdis: Helping to update to packaging format 3.0

2012-04-06 Thread jari . aalto
Package: gdis
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 0c9d54e3439038594c04640a49f932d3d72ad099 Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Fri, 6 Apr 2012 17:29:50 +0300
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto jari.aa...@cante.net
---
 debian/README.source |7 ---
 debian/changelog |   11 +++
 debian/compat|2 +-
 debian/control   |4 ++--
 debian/patches/00list|1 -
 debian/patches/01-elem-path-change.patch |   18 ++
 debian/patches/Debian_make.dpatch|   22 --
 debian/patches/series|2 ++
 debian/rules |   13 -
 debian/source.lintian-overrides  |3 ---
 debian/source/format |1 +
 makefile.debian  |   19 ---
 12 files changed, 43 insertions(+), 60 deletions(-)
 delete mode 100644 debian/README.source
 delete mode 100644 debian/patches/00list
 create mode 100644 debian/patches/01-elem-path-change.patch
 delete mode 100644 debian/patches/Debian_make.dpatch
 create mode 100644 debian/patches/series
 delete mode 100644 debian/source.lintian-overrides
 create mode 100644 debian/source/format
 delete mode 100644 makefile.debian

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 6898665..000
--- a/debian/README.source
+++ /dev/null
@@ -1,7 +0,0 @@
-gdis source for Debian
---
-
-This package uses the `dpatch' patch management solution. See
-/usr/share/doc/dpatch/README.source.gz.
-
- -- Daniel Leidert (dale) daniel.leid...@wgdd.de, Mar 2009
diff --git a/debian/changelog b/debian/changelog
index fba886d..ad480d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+gdis (0.90-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.1 and debhelper to 9.
+  * Add build-arch and build-indep targets; use dh_prep in rules file.
+  * New Patch 10: convert in-line changes into a separate patch.
+  * Remove *-overrides files; no longer needed in format 3.0 quilt.
+
+ -- Jari Aalto jari.aa...@cante.net  Fri, 06 Apr 2012 17:28:59 +0300
+
 gdis (0.90-3) unstable; urgency=low
 
   * debian/control (Build-Depends): Removed spurious depends (closes: #563792).
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 82019fe..5c05902 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: science
 Priority: optional
 Maintainer: Debichem Team debichem-de...@lists.alioth.debian.org
 Uploaders: Daniel Leidert (dale) daniel.leid...@wgdd.de
-Build-Depends: debhelper ( 5), dpatch, libgtkglext1-dev, libgtk2.0-dev
-Standards-Version: 3.8.3
+Build-Depends: debhelper (= 9), libgtkglext1-dev, libgtk2.0-dev
+Standards-Version: 3.9.3.1
 Homepage: http://gdis.sourceforge.net/
 Vcs-Browser: http://svn.debian.org/wsvn/debichem/
 Vcs-Svn: svn://svn.debian.org/svn/debichem/unstable/gdis/
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 7e41390..000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-Debian_make
diff --git a/debian/patches/01-elem-path-change.patch b/debian/patches/01-elem-path-change.patch
new file mode 100644
index 000..d586677
--- /dev/null
+++ b/debian/patches/01-elem-path-change.patch
@@ -0,0 +1,18 @@
+From: Noèl Köthe n...@debian.org
+Subject: Fix gdis.elements path, so it is not expected in /usr/bin
+
+URL:http://bugs.debian.org/399132
+URL:http://packages.debian.org/changelogs/pool/main/g/gdis/gdis_0.89-2.1/changelog#versionversion0.89-2
+
+diff -urNad gdis~/gdis.h gdis/gdis.h
+--- gdis~/gdis.h	2008-09-25 03:35:40.0 +0200
 gdis/gdis.h	2009-04-01 01:52:29.0 +0200
+@@ -92,7 +92,7 @@
+ #define INIT_FILE .gdisrc
+ #endif
+ 
+-#define ELEM_FILE gdis.elements
++#define ELEM_FILE ../share/gdis/gdis.elements
+ #define LIBRARY_FILE gdis.library
+ 
+ 

Bug#613118: asterisk-flite: uninstallable on kfreebsd

2012-04-06 Thread Jonas Smedegaard
severity 613118 grave
thanks

On 12-04-06 at 03:35pm, Julien Cristau wrote:
 On Fri, Apr  6, 2012 at 15:25:24 +0200, Jonas Smedegaard wrote:
  On 11-02-13 at 12:25am, Julien Cristau wrote:
   The asterisk-flite package depends on asterisk, which is not 
   available on kfreebsd.  It should probably not be built there 
   until asterisk itself is available.
  
  Thanks for reporting this issue.  I agree that this package cannot 
  build on kfreebsd when asterisk is unavailable for that 
  architecture, but consider that a minor issue.  Severity adjusted 
  accordingly.
  
 If it couldn't build there wouldn't be a problem.  The problem is that 
 it does build, but then is uninstallable.

Thanks for the clarification - makes sense now.

 - 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#667695: fixing #667695 for squeeze?

2012-04-06 Thread Daniel Kahn Gillmor
On 04/06/2012 04:25 AM, Cyril Brulebois wrote:

 for (o-)s-p-u requests: please get the fix in unstable/testing first, as
 usual.

Right, that's reasonable.  Christoph, Fabio, i'm going to NMU this to
DELAYED/5.   I'm doing the NMU since this is currently causing
debian-backed sks instances to fail to synchronize cleanly with their
peers, as more peers are adopting HTTP reverse proxies now.

I'd be happy if you wanted to upload the fix directly to unstable
earlier, of course.

--dkg



signature.asc
Description: OpenPGP digital signature


Bug#659047: RFS: rpg - Readable Password Generator

2012-04-06 Thread Vladimir Stavrinov
On Thu, Apr 05, 2012 at 06:48:26PM +0400, Vladimir Stavrinov wrote:

 On Thu, Apr 05, 2012 at 05:35:21PM +0300, Timo Juhani Lindfors wrote:
 
  When the generator prints Vipeza as a password it does
  
  /bin/grep -qw vi
 
 Yes, I see: it is another invocation of grep. Should be fixed in similar

Fixed:

http://mentors.debian.net/debian/pool/main/r/rpg/rpg_1.0.2-1.dsc

-- 

***
##  Vladimir Stavrinov
##  vstavri...@gmail.com
***




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



Bug#648766: [sparc] BUG: NMI Watchdog detected LOCKUP on CPU0

2012-04-06 Thread Jonathan Nieder
Kieron Gillespie wrote:

 I am right now testing one major kernel version at a time, and on
 the 3.0.0-1 I got

Just to be clear, if each time you test the version halfway between
the newest known-good and oldest known-bad kernel then you only have
to test log(n) kernels instead of n.  :)

That's neither here nor there, though.

Thanks for the update.
Jonathan



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



Bug#613117: asterisk-espeak: uninstallable on kfreebsd

2012-04-06 Thread Jonas Smedegaard
On 12-04-06 at 02:34pm, Adam D. Barratt wrote:
 The problem isn't that the build-dependencies are unsatisfied.  If 
 that were the case, it wouldn't have been built.  The problem is that 
 the build-dependencies are satisfied, the package is built and the 
 resulting binaries are uninstallable.

So how do I check which architectures I need to explicitly avoid?

Looking at 
https://buildd.debian.org/status/package.php?p=asterisksuite=sid 
apparently kfreebsd _is_ a valid architecture for asterisk?!?

 - 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#667759: [PATCH] qutemol: Helping to update to packaging format 3.0

2012-04-06 Thread jari . aalto
Package: qutemol
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 cf297c83db16bf5ec484d5fc8e362decdc8ee3d2 Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Fri, 6 Apr 2012 17:44:48 +0300
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto jari.aa...@cante.net
---
 debian/changelog   |   10 ++
 debian/compat  |2 +-
 debian/control |7 ++--
 debian/patches/00list  |   33 
 .../{01_makefile.dpatch = 01_makefile.patch}  |8 +---
 ...{02_qutemol.cfg.dpatch = 02_qutemol.cfg.patch} |8 +---
 .../patches/{03_ao.cpp.dpatch = 03_ao.cpp.patch}  |8 +---
 debian/patches/{04_ao.h.dpatch = 04_ao.h.patch}   |8 +---
 .../{05_aogpu.cpp.dpatch = 05_aogpu.cpp.patch}|8 +---
 ...atomcolor.cpp.dpatch = 06_atomcolor.cpp.patch} |8 +---
 .../{07_cgutil.cpp.dpatch = 07_cgutil.cpp.patch}  |8 +---
 .../{08_common.cpp.dpatch = 08_common.cpp.patch}  |8 +---
 ...cubemapsamp.h.dpatch = 09_cubemapsamp.h.patch} |8 +---
 ...ttings.cpp.dpatch = 10_hardsettings.cpp.patch} |8 +---
 ...rdsettings.h.dpatch = 11_hardsettings.h.patch} |8 +---
 .../{12_mol.cpp.dpatch = 12_mol.cpp.patch}|8 +---
 debian/patches/{13_mol.h.dpatch = 13_mol.h.patch} |8 +---
 ...4_mycanvas.cpp.dpatch = 14_mycanvas.cpp.patch} |8 +---
 .../{15_mycanvas.h.dpatch = 15_mycanvas.h.patch}  |8 +---
 .../{16_mytab.cpp.dpatch = 16_mytab.cpp.patch}|8 +---
 ...shadowmap.cpp.dpatch = 17_shadowmap.cpp.patch} |8 +---
 ...{18_shadowmap.h.dpatch = 18_shadowmap.h.patch} |8 +---
 ...{19_gifsave.cpp.dpatch = 19_gifsave.cpp.patch} |8 +---
 .../{20_main.cpp.dpatch = 20_main.cpp.patch}  |8 +---
 ...{21_pngsave.cpp.dpatch = 21_pngsave.cpp.patch} |8 +---
 ...2_progress.cpp.dpatch = 22_progress.cpp.patch} |8 +---
 .../{23_progress.h.dpatch = 23_progress.h.patch}  |8 +---
 ...alog.cpp.dpatch = 24_savesnapdialog.cpp.patch} |8 +---
 .../{25_matrix44.h.dpatch = 25_matrix44.h.patch}  |8 +---
 ...trackmode.cpp.dpatch = 26_trackmode.cpp.patch} |8 +---
 ...7_trackutils.h.dpatch = 27_trackutils.h.patch} |8 +---
 .../{28_mol.cpp.dpatch = 28_mol.cpp.patch}|8 +---
 debian/patches/29_mol.h.dpatch |   17 --
 debian/patches/29_mol.h.patch  |   13 
 .../{30_matrix33.h.dpatch = 30_matrix33.h.patch}  |8 +---
 ...ers.dpatch = 31_reset_local_for_shaders.patch} |8 +---
 ...dio_includes.dpatch = 32_stdio_includes.patch} |8 +---
 ...at-security.dpatch = 33_format-security.patch} |8 +---
 debian/patches/series  |   33 
 debian/rules   |1 -
 debian/source/format   |1 +
 41 files changed, 125 insertions(+), 248 deletions(-)
 delete mode 100644 debian/patches/00list
 rename debian/patches/{01_makefile.dpatch = 01_makefile.patch} (88%)
 rename debian/patches/{02_qutemol.cfg.dpatch = 02_qutemol.cfg.patch} (92%)
 rename debian/patches/{03_ao.cpp.dpatch = 03_ao.cpp.patch} (64%)
 rename debian/patches/{04_ao.h.dpatch = 04_ao.h.patch} (62%)
 rename debian/patches/{05_aogpu.cpp.dpatch = 05_aogpu.cpp.patch} (87%)
 rename debian/patches/{06_atomcolor.cpp.dpatch = 06_atomcolor.cpp.patch} (70%)
 rename debian/patches/{07_cgutil.cpp.dpatch = 07_cgutil.cpp.patch} (92%)
 rename debian/patches/{08_common.cpp.dpatch = 08_common.cpp.patch} (95%)
 rename debian/patches/{09_cubemapsamp.h.dpatch = 09_cubemapsamp.h.patch} (76%)
 rename debian/patches/{10_hardsettings.cpp.dpatch = 10_hardsettings.cpp.patch} (88%)
 rename debian/patches/{11_hardsettings.h.dpatch = 11_hardsettings.h.patch} (69%)
 rename debian/patches/{12_mol.cpp.dpatch = 12_mol.cpp.patch} (96%)
 rename debian/patches/{13_mol.h.dpatch = 13_mol.h.patch} (84%)
 rename debian/patches/{14_mycanvas.cpp.dpatch = 14_mycanvas.cpp.patch} (59%)
 rename debian/patches/{15_mycanvas.h.dpatch = 15_mycanvas.h.patch} (56%)
 rename debian/patches/{16_mytab.cpp.dpatch = 16_mytab.cpp.patch} (96%)
 rename debian/patches/{17_shadowmap.cpp.dpatch = 17_shadowmap.cpp.patch} 

Bug#667760: gnuplot: qt terminal disabled

2012-04-06 Thread Andres Cimmarusti
Package: gnuplot
Version: 4.6.0-3
Severity: normal

One of the new features of gnuplot 4.6 is the availability of a new 
terminal based on the QT libraries. It's basically an alternative 
interactive display to the wxt and x11 terminals. This feature is listed here:

http://www.gnuplot.info/announce.4.6.0

However, the Debian gnuplot 4.6 package lacks this capability (the qt 
terminal is not even listed among the possible options):

gnuplot set term qt
Terminal type set to 'unknown'
  ^
 unknown or ambiguous terminal type; type just 'set terminal' for a list

gnuplot set terminal

Available terminal types:
   cairolatex  LaTeX picture environment using graphicx package and Cairo 
backend
   canvas  HTML Canvas object
  cgm  Computer Graphics Metafile
  context  ConTeXt with MetaFun (for PDF documents)
corel  EPS format for CorelDRAW
 dumb  ascii art for anything that prints text
  dxf  dxf-file for AutoCad (default size 120x80)
eepic  EEPIC -- extended LaTeX picture environment
  emf  Enhanced Metafile format
emtex  LaTeX picture environment with emTeX specials
 epscairo  eps terminal based on cairo
 epslatex  LaTeX picture environment using graphicx package
  fig  FIG graphics language for XFIG graphics editor
  gif  GIF images using libgd and TrueType fonts
 gpic  GPIC -- Produce graphs in groff using the gpic preprocessor
  hp2623A  HP2623A and maybe others
   hp2648  HP2648 and HP2647
 hpgl  HP7475 and relatives [number of pens] [eject]
   imagen  Imagen laser printer
 jpeg  JPEG images using libgd and TrueType fonts
latex  LaTeX picture environment
Press return for more: 
  lua  Lua generic terminal driver
   mf  Metafont plotting standard
  mif  Frame maker MIF 3.00 format
   mp  MetaPost plotting standard
 pcl5  HP Designjet 750C, HP Laserjet III/IV, etc. (many options)
 pdfcairo  pdf terminal based on cairo
  png  PNG images using libgd and TrueType fonts
 pngcairo  png terminal based on cairo
   postscript  PostScript graphics, including EPSF embedded files (*.eps)
  pslatex  LaTeX picture environment with PostScript \specials
pstex  plain TeX with PostScript \specials
 pstricks  LaTeX picture environment with PSTricks macros
  qms  QMS/QUIC Laser printer (also Talaris 1200 and others)
regis  REGIS graphics language
  svg  W3C Scalable Vector Graphics driver
  tek40xx  Tektronix 4010 and others; most TEK emulators
  tek410x  Tektronix 4106, 4107, 4109 and 420X terminals
  texdraw  LaTeX texdraw environment
 tgif  TGIF X11 [mode] [x,y] [dashed] [font [fontsize]]
 tikz  TeX TikZ graphics macros via the lua script driver
 tkcanvas  Tk/Tcl canvas widget [perltk] [interactive]
 tpic  TPIC -- LaTeX picture environment with tpic \specials
Press return for more: 
  unknown  Unknown terminal type - not a plotting device
vttek  VT-like tek40xx terminal emulator
  wxt  wxWidgets cross-platform windowed terminal
  x11  X11 Window System
 xlib  X11 Window System (gnulib_x11 dump)
xterm  Xterm Tektronix 4014 Mode

I guess it would be better to have this as a separate package, like it's 
also been requested with the wxWidgets terminal.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (200, 'unstable'), (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 gnuplot depends on:
ii  gnuplot-nox  4.6.0-3
ii  gnuplot-x11  4.6.0-3

gnuplot recommends no packages.

Versions of packages gnuplot suggests:
ii  gnuplot-doc  4.6.0-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#667753: aptitude fails to remove multiarch package when config files for package of foreign arch remain

2012-04-06 Thread Michal Suchanek
Excerpts from Sven Joachim's message of Fri Apr 06 16:23:34 +0200 2012:
 reassign 667753 apt
 forcemerge 665727 667753
 thanks
 
 On 2012-04-06 16:06 +0200, Michal Suchanek wrote:
 
  Package: aptitude
  Version: 0.6.6-1
  Severity: important
 
  Hello,
 
  I am trying to replace libgd2-noxpm with libgd2-xpm (because newer
  version of a package is build with xpm, older without).
 
  The problem is that aptitude passes dpkg only packge name, not arch
  qualifier when removing the package. As config files for the foreign
  arch remain dpkg still knows about it and would not remove the native
  package without qualifier.
 
  dpkg: error: --purge needs a valid package name but 'libgd2-noxpm' is not: 
  ambiguous package name 'libgd2-noxpm' with more than one installed instance
 
 I think this is a bug in apt, previously reported as #665727.
 
 Cheers,
Sven

Then aptitude needs to be rebuilt against apt from experimental.

Thanks

Michal



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



Bug#589248: rhythmbox: segfaults when pressing play

2012-04-06 Thread Lars Wirzenius
On Fri, Jul 16, 2010 at 05:51:04PM +1200, Lars Wirzenius wrote:
 Package: rhythmbox
 Version: 0.12.8-2
 Severity: important
 
 When I start playing songs, rhythmbox immediately segfaults.

For what it's worth, this no longer happens to me on squeeze or wheezy,
and hasn't happened for a very long time. As far as I can see, the bug
is gone and the report can be closed, but I leave it to the package
maintainers to decide that (especially since the bug is merged).

-- 
All my predictions will turn out to be false


signature.asc
Description: Digital signature


Bug#613117: asterisk-espeak: uninstallable on kfreebsd

2012-04-06 Thread Adam D. Barratt
On Fri, 2012-04-06 at 16:46 +0200, Jonas Smedegaard wrote:
 On 12-04-06 at 02:34pm, Adam D. Barratt wrote:
  The problem isn't that the build-dependencies are unsatisfied.  If 
  that were the case, it wouldn't have been built.  The problem is that 
  the build-dependencies are satisfied, the package is built and the 
  resulting binaries are uninstallable.
 
 So how do I check which architectures I need to explicitly avoid?
 
 Looking at 
 https://buildd.debian.org/status/package.php?p=asterisksuite=sid 
 apparently kfreebsd _is_ a valid architecture for asterisk?!?

Apparently it is now, yes.  It wasn't in February 2011, when the bug was
originally filed.  Apologies for not double-checking that, my response
was more general and I hadn't noticed how old the bug was.

Regards,

Adam




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



Bug#664382: [NMU] php-crypt-gpg: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
Hi Joey,

I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#667761: irssi-scripts: should depend on libcrypt-openssl-bignum-perl and others

2012-04-06 Thread Dominik George
Package: irssi-scripts
Version: 20100512
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The package includes cap_sasl.pl which needs the following Perl extensions:

  Crypt::OpenSSL::Bignum
  Crypt::DH
  Crypt::Blowfish

perl and perl-modules also should be Depends, not Suggests, in my opinion.

Certainly, I think all included scripts should work after installing the package
without the user having to figure out what might be missing!

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

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

Versions of packages irssi-scripts depends on:
ii  irssi  0.8.15-4+b1

Versions of packages irssi-scripts recommends:
ii  libwww-perl  6.04-1

Versions of packages irssi-scripts suggests:
ii  epiphany-browser [www-browser]  3.2.1-2
ii  iceweasel [www-browser] 10.0.3esr-2
ii  libdbi-perl none
ii  lynx-cur [www-browser]  2.8.8dev.12-1
ii  net-tools   1.60-24.1
ii  perl5.14.2-9
ii  perl-modules5.14.2-9
ii  w3m [www-browser]   0.5.3-5

- -- no debconf information

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

iQHOBAEBAgA4BQJPfwPOMRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQ2w6kvOIQdBLp4Av/a0kXqtvL3/lfMPruG6hz
o7LIrVjia4CO7AVGHcsRICmB/8FCrNgLGUx0wi8G6T+MqDJGUARA0OhNLB06qXXw
VB5fHVjMHq8LIapcfS8Se6JAC2EW5kOCTSqfUFROUIsUoH80SkZDCoqstXzCu/G7
GiWrx8HthXy1iALNE/bm9d/1jrTkPq7fIpDiOBAiv91qd8/zSlGF3gnDboTfMndz
KRmhYVvF+JxCWjx3YZsWFJImdxg8giBNIXsKdyImIQWpYL/PHgnvICmvCfNz1BJ7
aU/uX/tL0FH6YVB2Iuorq2qN4sVzBzloQVPLgPGAMW35V4gGG3JjF0mTTBuP6TPq
q4KDJ9BS8oNHC/eF69kvV/ain80Sz+O2ETKAt2j1203rEzOhbQXMjD71MRZZt2pT
rJcS3mDyTBIG+2hnu2wTidL7uAmelo858YRsR/fMFE4ciy/f74bnbewp32oxNj4G
9OV0LVJXs3frDdA1zk/W7++zkYI7b9xuJAAilaSubYlX
=Jnyy
-END PGP SIGNATURE-



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



Bug#664384: [NMU] osdclock: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#664391: [NMU] libgsm: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#667695: NMU for #667695

2012-04-06 Thread Daniel Kahn Gillmor
Hi SKS maintainers--

I just uploaded sks_1.1.1+dpkgv3-7.1 to DELAYED/5 to fix
http://bugs.debian.org/667695

Attached is the debdiff between sks_1.1.1+dpkgv3-7 and
sks_1.1.1+dpkgv3-7.1.

Thanks for maintaining sks in debian.

Regards,

 --dkg

diff -Nru sks-1.1.1+dpkgv3/debian/changelog sks-1.1.1+dpkgv3/debian/changelog
--- sks-1.1.1+dpkgv3/debian/changelog	2011-05-31 11:05:38.0 -0400
+++ sks-1.1.1+dpkgv3/debian/changelog	2012-04-06 10:43:34.0 -0400
@@ -1,3 +1,10 @@
+sks (1.1.1+dpkgv3-7.1) unstable; urgency=low
+
+  * Non-Maintainer Upload.
+  * emit proper HTTP 1.0 POSTs from recon process (Closes: #667695)
+
+ -- Daniel Kahn Gillmor d...@fifthhorseman.net  Fri, 06 Apr 2012 10:36:48 -0400
+
 sks (1.1.1+dpkgv3-7) unstable; urgency=low
 
   * remove default mailsync entry to prevent sks from sending email syncs
diff -Nru sks-1.1.1+dpkgv3/debian/patches/520_fix_non-compliant_POST.patch sks-1.1.1+dpkgv3/debian/patches/520_fix_non-compliant_POST.patch
--- sks-1.1.1+dpkgv3/debian/patches/520_fix_non-compliant_POST.patch	1969-12-31 19:00:00.0 -0500
+++ sks-1.1.1+dpkgv3/debian/patches/520_fix_non-compliant_POST.patch	2012-04-06 10:43:59.0 -0400
@@ -0,0 +1,11 @@
+--- sks-1.1.1/reconComm.ml	2009-03-25 22:14:44.0 -0400
 sks-1.1.2/reconComm.ml	2011-10-01 08:23:23.0 -0400
+@@ -81,7 +81,7 @@
+ 		let sout = Channel.new_buffer_outc 0 in
+ 		CMarshal.marshal_list ~f:CMarshal.marshal_string sout hashes;
+ 		let msg = sout#contents in
+-		cout#write_string POST /pks/hashquery\r\n;
++		cout#write_string POST /pks/hashquery HTTP/1.0\r\n;
+ 		cout#write_string (sprintf content-length: %d\r\n\r\n 
+  (String.length msg));
+ 		cout#write_string msg;
diff -Nru sks-1.1.1+dpkgv3/debian/patches/series sks-1.1.1+dpkgv3/debian/patches/series
--- sks-1.1.1+dpkgv3/debian/patches/series	2011-05-31 09:54:45.0 -0400
+++ sks-1.1.1+dpkgv3/debian/patches/series	2012-04-06 10:43:45.0 -0400
@@ -8,3 +8,4 @@
 510-allowed-chars.patch 
 511_gcc44.patch 
 512_no_XA_berkeleydb.patch
+520_fix_non-compliant_POST.patch


pgpOsTxE7b6jp.pgp
Description: PGP signature


Bug#664392: [NMU] libsnmp-mib-compiler-perl: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
Hi Deepak,

I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if you're already working on an update, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.

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#665905: syslog-ng: fails to install, remove, distupgrade, and install again

2012-04-06 Thread Gergely Nagy
tag 665905 + patch
thanks

 Nevertheless, I'll leave it at serious for now, and try to figure out
 how to fix the situation properly.

Turns out, once I understood the problem, fixing it was rather
trivial. Patch attached.

-- 
|8]

commit b0b2a4f541c15941d0038229ee75fa5692ba2e64
Author: Gergely Nagy alger...@balabit.hu
Date:   Fri Apr 6 16:39:15 2012 +0200

debian: Fix the squeeze-wheezy install-remove-install upgrade

When one installed syslog-ng in squeeze, and removed it, then
dist-upgrades to wheezy, and tries to install syslog-ng again, it
won't automatically work, because the logrotate script was moved from
syslog-ng to syslog-ng-core, and the preinst wasn't clever enough to
deal with this situation.

The way to solve this is to move the .disabled file back to its place
under the following conditions (assuming the postinst is called with
'install' as its first parameter, and the .disabled file exists):

 * It's either an install when there was a former syslog-ng-core
   version.
 * Or it's an install where there was no former syslog-ng-core
   installation, and the destination file doesn't exist yet.

This supports both the install-remove-install case that span
squeeze-wheezy, and works even between wheezy-wheezy versions.

Reported-by: Andreas Beckmann deb...@abeckmann.de
Signed-off-by: Gergely Nagy alger...@balabit.hu
Closes: #665905

diff --git a/debian/syslog-ng-core.preinst b/debian/syslog-ng-core.preinst
index 1f7d8c4..9296632 100644
--- a/debian/syslog-ng-core.preinst
+++ b/debian/syslog-ng-core.preinst
@@ -2,8 +2,14 @@
 
 set -e
 
-if [ $1 = install -a -n $2 ] ; then
-  [ -f /etc/logrotate.d/syslog-ng.disabled ]  mv -f /etc/logrotate.d/syslog-ng.disabled /etc/logrotate.d/syslog-ng
+if [ $1 = install ]; then
+if [ -f /etc/logrotate.d/syslog-ng.disabled ]; then
+if [ -n $2 ]; then
+mv -f /etc/logrotate.d/syslog-ng.disabled /etc/logrotate.d/syslog-ng
+elif [ ! -f /etc/logrotate.d/syslog-ng ]; then
+mv -f /etc/logrotate.d/syslog-ng.disabled /etc/logrotate.d/syslog-ng
+fi
+fi
 fi
 
 #DEBHELPER#


Bug#664328: [NMU] digitools: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#664329: [NMU] distmp3: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#664347: [NMU] janino: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#664362: [NMU] network-config: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#664363: [NMU] mini-httpd: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#664373: [NMU] ser2net: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#664374: [NMU] ippl: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#664375: [NMU] apg: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#667754:

2012-04-06 Thread Stefan Nagy
I'd like to add that I don't have any problems – apart from one minor
bug: https://bugs.freedesktop.org/show_bug.cgi?id=25883 – but a great
graphics performance using Gnome 2.30.2  Compiz 0.8.4 on Squeeze.




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



Bug#663182: Pending fixes for bugs in the libmysql-diff-perl package

2012-04-06 Thread pkg-perl-maintainers
tag 663182 + pending
thanks

Some bugs in the libmysql-diff-perl package are closed in revision
c8d3b68d323a83b8cc903a65c5cdbdbe0e4fdb60 in branch 'master' by gregor
herrmann

The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmysql-diff-perl.git;a=commitdiff;h=c8d3b68

Commit message:

Rename mysqldiff script to mysql-schema-diff.

Closes: #663182




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



Bug#664120: Pending fixes for bugs in the libmysql-diff-perl package

2012-04-06 Thread pkg-perl-maintainers
tag 664120 + pending
thanks

Some bugs in the libmysql-diff-perl package are closed in revision
a9a22ea46201d04bee3f8980f9ca0b3889826ef4 in branch 'master' by gregor
herrmann

The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmysql-diff-perl.git;a=commitdiff;h=a9a22ea

Commit message:

Mention script name in long description.

Closes: #664120




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



Bug#663182: Possible solution

2012-04-06 Thread gregor herrmann
On Sun, 01 Apr 2012 14:22:11 +1000, Dmitry Smirnov wrote:

   Anyway, I'm fine with renaming our mysqldiff to something else, my
   current favourite being mysqlschemadiff. Comments?
  ...that would be perfect for me. Dmitry?
 I'm very happy with this - thank you Gregor and David.

I've uploaded it now with the script renamed to mysql-schema-diff.
 
 I'm adding 
   Replaces: libmysql-diff-perl (= 0.43-1)
   Breaks: libmysql-diff-perl (= 0.43-1)

Or maybe better  0.43-2
 
 to mysql-utilities and including list of provided utilities to package 
 description to address #664120 (libmysql-diff-perl: please provide mysqldiff 
 keyword in package description) from mysql-utilities side.

Thanks, I've cloned the bug for your convenience, and closed the
original one in the upload.


Cheers,
gregor

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


signature.asc
Description: Digital signature


Bug#654817: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Thu, Jan 05, 2012 at 11:11:11PM +0100, Moritz Muehlenhoff wrote:
 Source: libmodplug
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?
 
Cheers,
   Moritz



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



Bug#667763: sweethome3d: dependency on libsunflow-java keeps it from installing.

2012-04-06 Thread Klaus Ade Johnstad
Package: sweethome3d
Version: 3.4+dfsg-1~bpo60+1
Severity: normal

When trying to install, it stops at this:
The following packages have unmet dependencies:
  sweethome3d: Depends: libsunflow-java (= 0.07.2.svn396+dfsg-9) 
but 0.07.2.svn396+dfsg-9~bpo60+1 is installed.


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

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

Versions of packages sweethome3d depends on:
pn  java-wrappe none   (no description available)
pn  java3ds-fil none   (no description available)
pn  libbatik-ja none   (no description available)
pn  libfreehep- none   (no description available)
ii  libitext-ja 2.1.7-2  Java Library to create and manipul
pn  libjava3d-j none   (no description available)
ii  libsunflow- 0.07.2.svn396+dfsg-9~bpo60+1 rendering system for photo-realist
ii  openjdk-6-j 6b18-1.8.13-0+squeeze1   OpenJDK Java runtime, using Hotspo
ii  sun-java6-b 6.31-2   Sun Java(TM) Runtime Environment (
ii  sun-java6-j 6.31-2   Sun Java(TM) Runtime Environment (

sweethome3d recommends no packages.

sweethome3d 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#654522: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Tue, Jan 03, 2012 at 11:12:36PM +0100, Moritz Muehlenhoff wrote:
 Package: cpio
 Version: 2.11-7
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patch attached. (dpkg-buildflags abides noopt from DEB_BUILD_OPTIONS)

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#667764: strongswan-starter: package must not include /var/lock/subsys

2012-04-06 Thread Aristov Max
Package: strongswan-starter
Version: 4.5.2-1.3
Severity: serious
Justification: Policy 9.1.4

According to DP /run is cleared at boot, so some changes should be made to 
the upstream code, for example strongswan could keep files directly in 
/run/lock directory.
I noticed the problem, when configuration of base-files failed in multistrapped 
environment: its postinst script assumes /var/lock to be empty.

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

Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.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#655164: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Mon, Jan 09, 2012 at 12:02:40AM +0100, Moritz Muehlenhoff wrote:
 Package: bzip2
 Version: 1.0.6-1
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patch attached.

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#667790: debian-installer: No sound when using software speech

2012-04-06 Thread Tony Baechler

Package: debian-installer
Version: netboot mini-gtk 2012-04-03 X86-64
Severity: normal

When booting the CD, I press s and Enter to start software speech.  I 
get no sound.  I have to go to a shell and run amixer.  My sound card is 
a Sound Blaster Audigy using the emu_10k1 module.  Apparently, 
Audigy/Analog digital output jack is set to on, which effectively 
mutes the card.  This is also a problem on the Audigy 2 card.  By 
setting it to off, I can get sound, but it's still 
inaudible.  I have to set both the Master and PCM playback volumes to 
100,100 before I can hear anything.  Even then, it's very quiet.  I 
fixed this on my regular Debian system and was eventually able to mount 
the partition with my previous installation.  Since alsactl is present 
on the CD, I was able to restore my asound.state from my regular system 
and finally got decent volume, but only after D-I got to the 
partitioner.  I would greatly appreciate it if something could be done 
to fix this.  As a sidenote, I copied my good asound.state to 
/var/lib/alsa on the new install before I rebooted so I wouldn't have to 
go through the configuration process for my sound card again.  The 
following commands seem to fix the problem:

amixer cset numid=214 off
amixer set Master playback 100,100
amixer set PCM playback 100,100

As per the instructions on the accessibility wiki page, I'm posting my 
amixer output here and on the list.  I can provide my asound.state if 
necessary.

numid=30,iface=MIXER,name='Master Playback Volume'
numid=27,iface=MIXER,name='Tone Control - Bass'
numid=29,iface=MIXER,name='Tone Control - Switch'
numid=28,iface=MIXER,name='Tone Control - Treble'
numid=57,iface=MIXER,name='3D Control - Switch'
numid=60,iface=MIXER,name='3D Control Sigmatel - Depth'
numid=4,iface=MIXER,name='PCM Center Playback Volume'
numid=1,iface=MIXER,name='PCM Front Playback Volume'
numid=5,iface=MIXER,name='PCM LFE Playback Volume'
numid=3,iface=MIXER,name='PCM Side Playback Volume'
numid=2,iface=MIXER,name='PCM Surround Playback Volume'
numid=6,iface=MIXER,name='PCM Playback Volume'
numid=8,iface=MIXER,name='PCM Capture Volume'
numid=22,iface=MIXER,name='Front Playback Volume'
numid=62,iface=MIXER,name='Surround Phase Inversion Playback Switch'
numid=23,iface=MIXER,name='Surround Playback Volume'
numid=24,iface=MIXER,name='Center Playback Volume'
numid=25,iface=MIXER,name='LFE Playback Volume'
numid=7,iface=MIXER,name='Synth Playback Volume'
numid=9,iface=MIXER,name='Synth Capture Volume'
numid=17,iface=MIXER,name='Line2 Capture Volume'
numid=16,iface=MIXER,name='Line2 Playback Volume'
numid=44,iface=MIXER,name='Line Playback Switch'
numid=45,iface=MIXER,name='Line Playback Volume'
numid=46,iface=MIXER,name='CD Playback Switch'
numid=47,iface=MIXER,name='CD Playback Volume'
numid=43,iface=MIXER,name='Mic Boost (+20dB)'
numid=10,iface=MIXER,name='Mic Playback Volume'
numid=11,iface=MIXER,name='Mic Capture Volume'
numid=39,iface=MIXER,name='Phone Playback Switch'
numid=40,iface=MIXER,name='Phone Playback Volume'
numid=37,iface=MIXER,name='PC Speaker Playback Switch'
numid=38,iface=MIXER,name='PC Speaker Playback Volume'
numid=21,iface=MIXER,name='Aux2 Capture Volume'
numid=20,iface=MIXER,name='Aux2 Playback Volume'
numid=50,iface=MIXER,name='Aux Playback Switch'
numid=51,iface=MIXER,name='Aux Playback Volume'
numid=15,iface=MIXER,name='IEC958 Optical Capture Volume'
numid=14,iface=MIXER,name='IEC958 Optical Playback Volume'
numid=31,iface=MIXER,name='IEC958 Optical Raw Playback Switch'
numid=225,iface=MIXER,name='Analog Capture Boost'
numid=19,iface=MIXER,name='Analog Mix Capture Volume'
numid=18,iface=MIXER,name='Analog Mix Playback Volume'
numid=214,iface=MIXER,name='Audigy Analog/Digital Output Jack'
numid=13,iface=MIXER,name='Audigy CD Capture Volume'
numid=12,iface=MIXER,name='Audigy CD Playback Volume'
numid=63,iface=MIXER,name='External Amplifier'
numid=217,iface=MIXER,name='HD Analog Center/LFE Playback Volume'
numid=215,iface=MIXER,name='HD Analog Front Playback Volume'
numid=216,iface=MIXER,name='HD Analog Rear Playback Volume'
numid=218,iface=MIXER,name='HD Analog Side Playback Volume'
numid=221,iface=MIXER,name='HD SPDIF Center/LFE Playback Volume'
numid=219,iface=MIXER,name='HD SPDIF Front Playback Volume'
numid=220,iface=MIXER,name='HD SPDIF Rear Playback Volume'
numid=222,iface=MIXER,name='HD SPDIF Side Playback Volume'
numid=224,iface=MIXER,name='HD channel Capture'
numid=223,iface=MIXER,name='HD source Capture'
numid=26,iface=MIXER,name='Side Playback Volume'
numid=61,iface=MIXER,name='Sigmatel 4-Speaker Stereo Playback Switch'
numid=211,iface=PCM,name='IEC958 Playback Default'
numid=212,iface=PCM,name='IEC958 Playback Default',index=1
numid=213,iface=PCM,name='IEC958 Playback Default',index=2
numid=208,iface=PCM,name='IEC958 Playback Mask'
numid=209,iface=PCM,name='IEC958 Playback Mask',index=1
numid=210,iface=PCM,name='IEC958 Playback Mask',index=2
numid=32,iface=PCM,name='Captured FX8010 Outputs',device=2

-- System 

Bug#667791: [PATCH] libsvm: Helping to update to packaging format 3.0

2012-04-06 Thread jari . aalto
Package: libsvm
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 abdc32e79adbc023060ecf52a927c5625ef20f16 Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Fri, 6 Apr 2012 18:43:17 +0300
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto jari.aa...@cante.net
---
 debian/changelog |   13 +
 debian/compat|2 +-
 debian/control   |   17 -
 debian/rules |5 -
 debian/source/format |1 +
 5 files changed, 27 insertions(+), 11 deletions(-)
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index ab5dbcb..f3706f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+libsvm (3.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove patchsys-quilt.mk and upgrade to packaging format 3.0 quilt
+  * Update to Standards-Version to 3.9.3.1 and debhelper to 9,
+change obsolete depends on default-jdk-builddep to default-jdk.
+  * Add build-arch and build-indep targets; use dh_prep in rules file.
+  * Fix description-synopsis-starts-with-article (Lintian).
+  * Fix capitalization-error-in-description Python (Lintian).
+  * Fix needless-dependency-on-jre (Lintian).
+
+ -- Jari Aalto jari.aa...@cante.net  Fri, 06 Apr 2012 18:35:30 +0300
+
 libsvm (3.1-1) unstable; urgency=low
   
   * New upstream 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 4527674..cfccaa3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Chen-Tse Tsai ctse.t...@gmail.com
 XS-Python-Version: all
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (= 5.0.0), autotools-dev, libtool, cdbs, python-all-dev (= 2.3.5-7), python-support (= 0.90), default-jdk-builddep
-Standards-Version: 3.9.2.0
+Build-Depends: debhelper (= 9), autotools-dev, libtool, cdbs, python-all-dev (= 2.3.5-7), python-support (= 0.90), default-jdk
+Standards-Version: 3.9.3.1
 Homepage: http://www.csie.ntu.edu.tw/~cjlin/libsvm/
 
 Package: libsvm3
@@ -22,7 +22,7 @@ Description: library implementing support vector machines
 Package: libsvm-tools
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, gnuplot
-Description: The LIBSVM binary tools
+Description: LIBSVM binary tools
  LIBSVM is an easy-to-use package for support vector classification,
  regression and one-class SVM. It supports multi-class classification,
  probability outputs, and parameter selection.
@@ -32,7 +32,7 @@ Package: libsvm-dev
 Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends}, libsvm3 (=${binary:Version})
-Description: The LIBSVM header files
+Description: LIBSVM header files
  These are the header files for LIBSVM, a machine-learning library.
 
 Package: python-libsvm
@@ -41,14 +41,14 @@ Section: python
 Depends: libsvm3(=${binary:Version}), ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Provides: ${python:Provides}
 Description: Python interface for support vector machine library
- Python interface for the LIBSVM library using ctypes. This new python interface 
- is provided since 2.91, and it is incompatible with the old one.
-
+ Python interface for the LIBSVM library using ctypes. This new Python
+ interface is provided since 2.91, and it is incompatible with the old
+ one.
 
 Package: libsvm3-java
 Architecture: all
 Section: java
-Depends: gij | java-gcj-compat | java1-runtime | java2-runtime, ${misc:Depends}
+Depends: ${misc:Depends}
 Conflicts: libsvm2-java (= 2.91-2)
 Suggests: java-virtual-machine
 Description: Java API to support vector machine library
@@ -66,4 +66,3 @@ Description: Java API to support vector machine library
  functionality.
  .
  This package solely provides a symbolic link from svm.jar svm3.jar.
-
diff --git a/debian/rules b/debian/rules
index 950bb4e..581dffd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 #include /usr/share/cdbs/1/class/makefile.mk
 #include /usr/share/python/python.mk
 
@@ -28,6 +27,10 @@ CXX ?= g++
 

Bug#654152: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Mon, Jan 02, 2012 at 03:21:30AM +0100, Moritz Muehlenhoff wrote:
 Package: socat
 Version: 1.7.1.3-1.2
 Severity: important
 
 Please enabled hardened build flags
 
 Please enable hardened build flags for your package. Since your
 package has already been converted to dh, setting debian/compat
 to 9 is all you need to do.
 
 I've tested in a local build that this is sufficient to enable
 hardened build flags.

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#667743: debian-installer: No sound when using software speech

2012-04-06 Thread Tony Baechler
The amixer output was after asound.state was loaded.  I'm attaching my 
current asound.state.


On 4/6/2012 5:00 AM, Samuel Thibault wrote:

Hello,

Tony Baechler, le Fri 06 Apr 2012 04:41:11 -0700, a écrit :

Since alsactl is present on the CD, I was able to restore my
asound.state from my regular system and finally got decent volume, but
only after D-I got to the partitioner.


Could you post your asound.state please, as well as the output of amixer
after loading it?


asound.state.gz
Description: application/gzip


Bug#667793: aptitude: FTBFS

2012-04-06 Thread Michal Suchanek
Package: aptitude
Version: 0.6.6-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hello,

I tried to build aptitude with the experimental apt libraries installed.

Building aptitude is not possible with the steted build-dependencies, however.

I don't think it even gets to use the new apt headers.

First it utterly fails to detect gmock.

There is gmock-config which aptitude does not use.

diff -u aptitude-0.6.6/configure.ac aptitude-0.6.6.mod/configure.ac
--- aptitude-0.6.6/configure.ac 2012-03-26 04:34:49.0 +0200
+++ aptitude-0.6.6.mod/configure.ac 2012-04-06 17:13:54.0 +0200
@@ -501,7 +501,7 @@
 BUILD_LOCAL_GMOCK=0
 
 OLD_LIBS=$LIBS
-LIBS=$LIBS -lgmock
+LIBS=$LIBS $(gmock-config --libs)
 
 AC_LINK_IFELSE([AC_LANG_SOURCE([
 #include gmock/gmock.h

When configure is patched to find gmock using the gmock-config the build still 
fails.

The build-depends state libsigc++-2.0-dev but version 2.2.4.2-1 from squeeze 
does not suffice, version 2.2.10-0.1 works.

Please update the package so that it is buildable.

Thanks

Michal



Versions of packages aptitude-build-deps depends on:
ii  build-essential 11.5
ii  debhelper   9.20120322
ii  docbook-xml 4.5-7
ii  docbook-xsl 1.75.2+dfsg-5
ii  dpkg-dev1.16.2
ii  elinks  0.12~pre5-7
ii  g++ 4:4.6.2-4
ii  gettext 0.18.1.1-3
ii  google-mock 1.4.0-3
ii  libapt-pkg-dev  0.8.16~exp13
ii  libboost-dev1.49.0.1
ii  libboost-iostreams-dev  1.49.0.1
ii  libboost-python-dev 1.49.0.1
ii  libboost-serialization-dev  1.49.0.1
ii  libboost-test-dev   1.49.0.1
ii  libcppunit-dev  1.12.1-1
ii  libcwidget-dev  0.5.16-3
ii  libept-dev  1.0.6~exp1
ii  libgtest-dev1.5.0-1
ii  libncursesw5-dev5.9-4
ii  librsvg2-bin2.34.2-3
ii  libsigc++-2.0-dev   2.2.4.2-1
ii  libsqlite3-dev  3.7.11-2
ii  pkg-config  0.26-1
ii  po4a0.40.2-1
ii  xsltproc1.1.26-6



-- Package-specific info:
Terminal: rxvt-unicode
$DISPLAY is set.
which aptitude: /usr/bin/aptitude

aptitude version information:
aptitude 0.6.6 compiled at Mar 27 2012 22:36:24
Compiler: g++ 4.6.3
Compiled against:
  apt version 4.10.1
  NCurses version 5.9
  libsigc++ version: 2.2.10
  Ept support enabled.
  Gtk+ support disabled.
  Qt support disabled.

Current library versions:
  NCurses version: ncurses 5.9.20110404
  cwidget version: 0.5.16
  Apt version: 4.10.1

aptitude linkage:
linux-vdso.so.1 =  (0x7fffa71ff000)
libapt-pkg.so.4.10 = /usr/lib/libapt-pkg.so.4.10 (0x7f9c7a04a000)
libncursesw.so.5 = /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7f9c79e1b000)
libtinfo.so.5 = /lib/x86_64-linux-gnu/libtinfo.so.5 
(0x7f9c79bf2000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0x7f9c799ed000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7f9c79721000)
libept.so.1 = /usr/lib/libept.so.1 (0x7f9c794cc000)
libxapian.so.22 = /usr/lib/libxapian.so.22 (0x7f9c790ec000)
libz.so.1 = /usr/lib/x86_64-linux-gnu/libz.so.1 (0x7f9c78ed6000)
libsqlite3.so.0 = /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 
(0x7f9c78c2e000)
libboost_iostreams.so.1.48.0 = /usr/lib/libboost_iostreams.so.1.48.0 
(0x7f9c78a15000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7f9c787f9000)
libstdc++.so.6 = /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7f9c784f1000)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7f9c7826f000)
libgcc_s.so.1 = /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7f9c78059000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7f9c77cd1000)
libutil.so.1 = /lib/x86_64-linux-gnu/libutil.so.1 (0x7f9c77ace000)
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7f9c778ca000)
libuuid.so.1 = /lib/x86_64-linux-gnu/libuuid.so.1 (0x7f9c776c4000)
libbz2.so.1.0 = /lib/libbz2.so.1.0 (0x7f9c774b4000)
librt.so.1 = /lib/x86_64-linux-gnu/librt.so.1 (0x7f9c772ab000)
/lib64/ld-linux-x86-64.so.2 (0x7f9c7a38)

-- System Information:
Debian Release: wheezy/sid
  APT prefers stable
  APT policy: (900, 'stable'), (500, 'testing'), (410, 'unstable'), (200, 
'experimental'), (111, 'oldstable')
Architecture: amd64 (x86_64)

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg4.10]  0.8.15.10
ii  libboost-iostreams1.48.0  1.48.0-3
ii  libc6 2.13-27
ii  libcwidget3   

Bug#667792: debian-installer: No sound when using software speech

2012-04-06 Thread Tony Baechler


Package: debian-installer
Version: netboot mini-gtk 2012-04-03 X86-64
Severity: normal

When booting the CD, I press s and Enter to start software speech.  I get 
no sound.  I have to go to a shell and run amixer.  My sound card is a Sound 
Blaster Audigy using the emu_10k1 module.  Apparently, Audigy/Analog 
digital output jack is set to on, which effectively mutes the card.  This 
is also a problem on the Audigy 2 card.  By setting it to off, I can get 
sound, but it's still inaudible.  I have to set both the Master and PCM 
playback volumes to 100,100 before I can hear anything.  Even then, it's 
very quiet.  I fixed this on my regular Debian system and was eventually 
able to mount the partition with my previous installation.  Since alsactl is 
present on the CD, I was able to restore my asound.state from my regular 
system and finally got decent volume, but only after D-I got to the 
partitioner.  I would greatly appreciate it if something could be done to 
fix this.  As a sidenote, I copied my good asound.state to /var/lib/alsa on 
the new install before I rebooted so I wouldn't have to go through the 
configuration process for my sound card again.  The following commands seem 
to fix the problem:


amixer cset numid=214 off
amixer set Master playback 100,100
amixer set PCM playback 100,100

As per the instructions on the accessibility wiki page, I'm posting my 
amixer output here and on the list.  I can provide my asound.state if necessary.


numid=30,iface=MIXER,name='Master Playback Volume'
numid=27,iface=MIXER,name='Tone Control - Bass'
numid=29,iface=MIXER,name='Tone Control - Switch'
numid=28,iface=MIXER,name='Tone Control - Treble'
numid=57,iface=MIXER,name='3D Control - Switch'
numid=60,iface=MIXER,name='3D Control Sigmatel - Depth'
numid=4,iface=MIXER,name='PCM Center Playback Volume'
numid=1,iface=MIXER,name='PCM Front Playback Volume'
numid=5,iface=MIXER,name='PCM LFE Playback Volume'
numid=3,iface=MIXER,name='PCM Side Playback Volume'
numid=2,iface=MIXER,name='PCM Surround Playback Volume'
numid=6,iface=MIXER,name='PCM Playback Volume'
numid=8,iface=MIXER,name='PCM Capture Volume'
numid=22,iface=MIXER,name='Front Playback Volume'
numid=62,iface=MIXER,name='Surround Phase Inversion Playback Switch'
numid=23,iface=MIXER,name='Surround Playback Volume'
numid=24,iface=MIXER,name='Center Playback Volume'
numid=25,iface=MIXER,name='LFE Playback Volume'
numid=7,iface=MIXER,name='Synth Playback Volume'
numid=9,iface=MIXER,name='Synth Capture Volume'
numid=17,iface=MIXER,name='Line2 Capture Volume'
numid=16,iface=MIXER,name='Line2 Playback Volume'
numid=44,iface=MIXER,name='Line Playback Switch'
numid=45,iface=MIXER,name='Line Playback Volume'
numid=46,iface=MIXER,name='CD Playback Switch'
numid=47,iface=MIXER,name='CD Playback Volume'
numid=43,iface=MIXER,name='Mic Boost (+20dB)'
numid=10,iface=MIXER,name='Mic Playback Volume'
numid=11,iface=MIXER,name='Mic Capture Volume'
numid=39,iface=MIXER,name='Phone Playback Switch'
numid=40,iface=MIXER,name='Phone Playback Volume'
numid=37,iface=MIXER,name='PC Speaker Playback Switch'
numid=38,iface=MIXER,name='PC Speaker Playback Volume'
numid=21,iface=MIXER,name='Aux2 Capture Volume'
numid=20,iface=MIXER,name='Aux2 Playback Volume'
numid=50,iface=MIXER,name='Aux Playback Switch'
numid=51,iface=MIXER,name='Aux Playback Volume'
numid=15,iface=MIXER,name='IEC958 Optical Capture Volume'
numid=14,iface=MIXER,name='IEC958 Optical Playback Volume'
numid=31,iface=MIXER,name='IEC958 Optical Raw Playback Switch'
numid=225,iface=MIXER,name='Analog Capture Boost'
numid=19,iface=MIXER,name='Analog Mix Capture Volume'
numid=18,iface=MIXER,name='Analog Mix Playback Volume'
numid=214,iface=MIXER,name='Audigy Analog/Digital Output Jack'
numid=13,iface=MIXER,name='Audigy CD Capture Volume'
numid=12,iface=MIXER,name='Audigy CD Playback Volume'
numid=63,iface=MIXER,name='External Amplifier'
numid=217,iface=MIXER,name='HD Analog Center/LFE Playback Volume'
numid=215,iface=MIXER,name='HD Analog Front Playback Volume'
numid=216,iface=MIXER,name='HD Analog Rear Playback Volume'
numid=218,iface=MIXER,name='HD Analog Side Playback Volume'
numid=221,iface=MIXER,name='HD SPDIF Center/LFE Playback Volume'
numid=219,iface=MIXER,name='HD SPDIF Front Playback Volume'
numid=220,iface=MIXER,name='HD SPDIF Rear Playback Volume'
numid=222,iface=MIXER,name='HD SPDIF Side Playback Volume'
numid=224,iface=MIXER,name='HD channel Capture'
numid=223,iface=MIXER,name='HD source Capture'
numid=26,iface=MIXER,name='Side Playback Volume'
numid=61,iface=MIXER,name='Sigmatel 4-Speaker Stereo Playback Switch'
numid=211,iface=PCM,name='IEC958 Playback Default'
numid=212,iface=PCM,name='IEC958 Playback Default',index=1
numid=213,iface=PCM,name='IEC958 Playback Default',index=2
numid=208,iface=PCM,name='IEC958 Playback Mask'
numid=209,iface=PCM,name='IEC958 Playback Mask',index=1
numid=210,iface=PCM,name='IEC958 Playback Mask',index=2
numid=32,iface=PCM,name='Captured FX8010 Outputs',device=2

-- 

Bug#667794: [piwigo] Fail in installation, if auto-install selected

2012-04-06 Thread Slavko
Package: piwigo
Version: 2.3.1-1
Severity: important

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

The piwigo package is not installable, because it fails to install with
debconf with return code 10. It seems, that piwigo/database-type is
not defined. After i add the set -x to postinst script, i can see:

+ db_get piwigo/database-type
+ _db_cmd GET piwigo/database-type
+ _db_internal_IFS= 

+ IFS= 
+ printf %s\n GET piwigo/database-type
+ IFS=  

+ IFS=
 read -r _db_internal_line
+ RET=10 piwigo/database-type doesn't exist
+ return 10

regards


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-2-amd64
Debian Release: wheezy/sid

--- Package information. ---
Depends   (Version) | Installed
===-+-
apache2 | 2.2.22-2
 OR lighttpd| 
 OR httpd   | 
php5| 5.4.0-3
 OR php5-cgi| 
 OR libapache2-mod-php5 | 5.4.0-3
php5-gd | 5.4.0-3
libphp-pclzip(= 2.8.2) | 2.8.2-2
smarty  (= 2.6.26) | 2.6.26-0.2
libjs-jquery (= 1.4.2) | 1.7.1-1
dbconfig-common | 1.8.47+nmu1
piwigo-mysql| 
 OR piwigo-pgsql| 
 OR piwigo-sqlite   | 2.3.1-1

-- 
Slavko
http://slavino.sk


signature.asc
Description: PGP signature


Bug#652248: Please enable hardening build flags

2012-04-06 Thread Moritz Mühlenhoff
On Sat, Dec 17, 2011 at 09:04:00PM +0100, Simon Ruderich wrote:
 Package: rsync
 Version: 3.0.9-1
 Followup-For: Bug #652248
 
 Hello,
 
 The original patch is missing CPPFLAGS which also contains
 hardening flags and as rsync might be used as network daemon
 additional hardening flags (pie, bindow) should be enabled as
 well. The attached patch adds the necessary changes.

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#655864: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Tue, Jan 17, 2012 at 05:27:36PM +0100, Moritz Muehlenhoff wrote:
 On Tue, Jan 17, 2012 at 10:27:57AM -0500, Hubert Chathi wrote:
  On Sat, 14 Jan 2012 13:22:40 +0100
  Moritz Muehlenhoff j...@debian.org wrote:
  
   Please enabled hardened build flags through dpkg-buildflags.
  
  Hi Moritz,
  
  I'm sorry, I'm a bit out of the loop right now.  Could you either send
  me a brief description, or a link describing what the hardened build
  flags do/are for?
 
 Sure, please see:
 
 http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
 http://lists.debian.org/debian-devel-announce/2011/09/msg1.html
 http://wiki.debian.org/Hardening

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#667795: [gmtp] gmtp does not connect to Archos 80 G9 250GB

2012-04-06 Thread Thomas Hackert
Package: gmtp
Version: 1.3.1-2
Severity: normal

--- Please enter the report below this line. ---
Hello @ll,
I have installed the gmtp package from unstable (with its depending
packages) to circumvent problems I discovered with the version from
Debian Testing. As I opened a feature request on sf.net for libmtp to
support my PMP (an Archos 80 G9 250GB), I was interested to test it ...
;) You can find the feature request at
http://sourceforge.net/tracker/?func=detailatid=809061aid=3489064group_id=158745
... ;)

When I start gmtp, I get after a couple of minutes the error message
Fehler beim Abrufen von Speicher-Parametern vom Gerät - Verbindung
muss getrennt werden (roughly translated: Error to get parameters of
the storage from the device - Disconnected or something like that ...
;) ). The terminal, where I started gmtp just reports
quote
gmtp
Device 0 (VID=0e79 and PID=1518) is a Archos 80G9.
Android device detected, assigning default bug flags
ERROR: Could not close session!

(gMTP:14466): Pango-WARNING **: Invalid UTF-8 string passed to
pango_layout_set_text()
/quote
... :(
Is there any way to help you any further?
Sorry for the inconvenience and have a nice Good Friday
Thomas.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-2-amd64

Debian Release: wheezy/sid
  500 testing www.debian-multimedia.org 
  500 testing security.debian.org 
  500 testing ftp.de.debian.org 
  500 stable-updates  ftp.de.debian.org 
  500 stable  deb.opera.com 
  500 squeeze linux.dropbox.com 
  500 proposed-updates ftp.de.debian.org 
  500 libreofficebox  download.documentfoundation.org 

--- Package information. ---
Depends(Version) | Installed
-+-=
libc6 (= 2.2.5) | 2.13-27
libflac8  (= 1.2.1) | 1.2.1-6
libgdk-pixbuf2.0-0   (= 2.22.0) | 2.24.1-1
libglib2.0-0 (= 2.26.0) | 2.30.2-6
libgtk-3-0(= 3.0.0) | 3.2.3-1
libid3tag0  (= 0.15.1b) | 0.15.1b-10
libmtp9   (= 1.1.0) | 1.1.3-1
libvorbisfile3(= 1.1.2) | 1.3.2-1.1
dconf-gsettings-backend  | 0.10.0-3
 OR gsettings-backend| 


Package's Recommends field is empty.

Package's Suggests field is empty.

-- 
Cahn's Axiom:
When all else fails, read the instructions.



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



Bug#656866: [Pkg-nagios-devel] Bug#656866: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Mon, Jan 23, 2012 at 06:18:40PM +0100, Moritz Muehlenhoff wrote:
 On Sun, Jan 22, 2012 at 09:24:09PM +0100, Alexander Wirt wrote:
  Moritz Muehlenhoff schrieb am Sunday, den 22. January 2012:
  
   Package: icinga
   Version: 1.6.1-2
   Severity: important
   Tags: patch
   
   Please enabled hardened build flags through dpkg-buildflags.
   
   Patch attached. (dpkg-buildflags abides noopt from DEB_BUILD_OPTIONS)
  Why is that bug important? 
 
 It's a release goal for Wheezy.
 
  Anyhow, does this dpkg-buildflags thing work with
  squeeze? Building the package should work with stable without any problems,
  as I am doing autobuilds for several distributions.
 
 Yes, dpkg-buildflags already exists in Squeeze, but the hardening flags
 are not exported (which should be okay for an update):
 
 # dpkg-buildflags --get CFLAGS
 -g -O2
 # dpkg-buildflags --get CPPFLAGS
 
 # dpkg-buildflags --get LDFLAGS

What's the status? Do you need more info? I'd like to get this in for Wheezy.

Cheers,
Moritz



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



Bug#664315: [NMU] rxvt-beta: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#664310: [NMU] gdome2: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#664312: [NMU] ike-scan: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#664360: [NMU] nvi: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#664313: [NMU] mrxvt: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#664314: [NMU] mt-st: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#663100: Acknowledgement (bluefish: Bluefish 2.2.2 does not save thumbnail images)

2012-04-06 Thread Georg Colle
Hello!

Testing today wether Bluefish 2.2.2 created and saved thumbnails on a
i386-machine with a Linux 3.2.0-2-686-pae kernel, I found the same issue
as with the amd-64 os.

* What led up to the situation?

Clicking on the „Mehrere Vorschauen ...“- icon („Several previews ...“),
activating one of the radio buttons for the handling mode and choosing
three images in the upcoming dialog box

* What was the outcome of this action?

The program made correct code pointing to the thumbnails, but there was
none in the location pointed to.

* What outcome did you expect instead?

Thumbnails being in the location the code „img src=““ … / points
to.

Greetings,

Georg



Bug#652575: rsyslog: /etc/init.d/rsyslog modifications for GNU/Hurd

2012-04-06 Thread Guillem Jover
Hi!

On Sun, 2012-02-12 at 14:11:41 +0100, Michael Biebl wrote:
 On 27.01.2012 10:18, Guillem Jover wrote:
   * rsyslog should probably switch to use s-s-d --exec instead (why is
 it using --name anyway? that option has always been more unreliable).
  
  Still pending.
 
 So, I had another look at it. This seems to be a typical case of
 copypaste. The rsyslog init script is based on the skeleton file from
 /etc/init.d/ which uses --name in stop.
 
 Guillem, if --name is unreliable as you suggest, it might make sense to
 update the skeleton file accordingly?

--exec should be in general more reliable yes, but the problem with
it is that it will not work for interpreted scripts, and that's where
--name is useful, but then if the script name is too long it will get
truncated, so it might not match correctly (the current minimum
guaranteed to match is = 15 chars across any kernel s-s-d supports).

 I guess I just use --exec everywhere, as I don't want to add further
 arch specific checks.

Yes, that'd be ideal.

 Could you please check the attached rsyslog init script, if it works
 properly on hurd?

I skimmed over it and it looked good, didn't have time to test it but
I'd say if it works on GNU/Linux and/or GNU/kFreeBSD then anything else
related to s-s-d --exec not working is a bug in s-s-d.

thanks,
guillem



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



Bug#656531: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Thu, Jan 19, 2012 at 10:17:27PM +0100, Moritz Muehlenhoff wrote:
 Package: smstools
 Version: 3.1.14-1
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patch attached.

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#664417: [NMU] tmexpand: Helping to update to packaging format 3.0

2012-04-06 Thread Jari Aalto
I'm planning to NMU with changes listed in previous mail's patch to help
migrate away from deprecated dpatch.

Please let me know if an update is alredy being worked on, or if the
previous patch needs adjustments, or if there is anything that should
delay the NMU.



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



Bug#656028: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Mon, Jan 16, 2012 at 12:48:05AM +0100, Moritz Muehlenhoff wrote:
 Package: squidguard
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patch attached.

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#656272: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Wed, Jan 18, 2012 at 12:19:58AM +0100, Moritz Muehlenhoff wrote:
 Source: id3lib3.8.3
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patch attached.

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#652575: rsyslog: /etc/init.d/rsyslog modifications for GNU/Hurd

2012-04-06 Thread Guillem Jover
Hi!

On Fri, 2012-04-06 at 10:09:01 +0200, Michael Biebl wrote:
 On 27.01.2012 10:18, Guillem Jover wrote:
   * rsyslog should probably switch to use s-s-d --exec instead (why is
 it using --name anyway? that option has always been more unreliable).
  
  Still pending.
 
 Upon your recommendation, I've switched stop() to s-s-d --pidfile
 /var/run/rsyslogd.pid --exec /usr/sbin/rsyslogd,

Thanks.

 but I've run into a problem on *kfreebsd* now:
 
 To minimise downtime during upgrades, I restart rsyslogd in postinst,
 rather then stop in prerm/start in postinst.
 
 But s-s-d doesn't like it apparently when the binary is replaced during
 upgrades (seen during a squeeze → wheezy test upgrade)
 
 s-s-d --stop --pidfile /var/run/rsyslogd.pid --exec /usr/sbin/rsyslogd
 No /usr/sbin/rsyslogd found running, none killed.
 
 But rsyslogd is running, and when I do
 
 ls -la /proc/$(cat /var/run/rsyslogd.pid)/exe
 # /proc/324/exec - unknown
 
 I don't see this behaviour on Linux. Is this a bug / special behaviour
 on kfreebsd?
 What are daemons that use restart-in-postinst supposed to use? I'm
 inclined to switch back to --name, as I don't remember seeing such a
 problem with --name. But I'd like to hear your opinion first.

Yes I noticed this while fixing the code for 1.16.2, but didn't have
time to test the fix I had come up with. This is a behaviour from at
least linprocfs (ISTR it affects the native procfs too though). At
least for GNU/kFreeBSD and FreeBSD the fix is to use the sysctl
KERN_PROC_PATHNAME op so that we get the exec pathname, which should
allow replacing files correctly. It will also make s-s-d not depend
on procfs on those systems.

So this is something that should be fixed in s-s-d, I can propose
this fix for a stable update, but users upgrading are not guaranteed
to have updated to those. In any case GNU/kFreeBSD has been a tech
preview thing, so personally I don't see much problem with making
rsyslogd use --exec anyway, which will be always working fine there
after wheezy.

thanks,
guillem



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



Bug#656866: [Pkg-nagios-devel] Bug#656866: Please enabled hardened build flags

2012-04-06 Thread Alexander Wirt
Moritz Mühlenhoff schrieb am Friday, den 06. April 2012:

 On Mon, Jan 23, 2012 at 06:18:40PM +0100, Moritz Muehlenhoff wrote:
  On Sun, Jan 22, 2012 at 09:24:09PM +0100, Alexander Wirt wrote:
   Moritz Muehlenhoff schrieb am Sunday, den 22. January 2012:
   
Package: icinga
Version: 1.6.1-2
Severity: important
Tags: patch

Please enabled hardened build flags through dpkg-buildflags.

Patch attached. (dpkg-buildflags abides noopt from DEB_BUILD_OPTIONS)
   Why is that bug important? 
  
  It's a release goal for Wheezy.
  
   Anyhow, does this dpkg-buildflags thing work with
   squeeze? Building the package should work with stable without any 
   problems,
   as I am doing autobuilds for several distributions.
  
  Yes, dpkg-buildflags already exists in Squeeze, but the hardening flags
  are not exported (which should be okay for an update):
  
  # dpkg-buildflags --get CFLAGS
  -g -O2
  # dpkg-buildflags --get CPPFLAGS
  
  # dpkg-buildflags --get LDFLAGS
 
 What's the status? Do you need more info? I'd like to get this in for Wheezy.
This is done in my repo, I just need to upload which should happen over
easter.

Alex




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



Bug#666499: s2disk

2012-04-06 Thread Philipp Klaus Krause
I see the same problem for suspend to disk using s2disk.

Philipp



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



Bug#667753: aptitude fails to remove multiarch package when config files for package of foreign arch remain

2012-04-06 Thread Michal Suchanek
Excerpts from Sven Joachim's message of Fri Apr 06 16:23:34 +0200 2012:
 reassign 667753 apt
 forcemerge 665727 667753
 thanks
 
 On 2012-04-06 16:06 +0200, Michal Suchanek wrote:
 
  Package: aptitude
  Version: 0.6.6-1
  Severity: important
 
  Hello,
 
  I am trying to replace libgd2-noxpm with libgd2-xpm (because newer
  version of a package is build with xpm, older without).
 
  The problem is that aptitude passes dpkg only packge name, not arch
  qualifier when removing the package. As config files for the foreign
  arch remain dpkg still knows about it and would not remove the native
  package without qualifier.
 
  dpkg: error: --purge needs a valid package name but 'libgd2-noxpm' is not: 
  ambiguous package name 'libgd2-noxpm' with more than one installed instance
 
 I think this is a bug in apt, previously reported as #665727.
 

Indeed, rebuilding aptitude seems to fix the problem.

Thanks

Michal



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



Bug#652248: Please enable hardening build flags

2012-04-06 Thread Paul Slootman
On Fri 06 Apr 2012, Moritz Mühlenhoff wrote:
  
  The original patch is missing CPPFLAGS which also contains
  hardening flags and as rsync might be used as network daemon
  additional hardening flags (pie, bindow) should be enabled as
  well. The attached patch adds the necessary changes.

 What's the status? Do you plan an upload in the next weeks or
 shall I upload a NMU?

Thanks for the reminder, I'll try to upload a fixed version
next week.


Paul



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



Bug#667796: slock: Please package slock 1.0 (CVE-2012-1620)

2012-04-06 Thread Thijs Kinkhorst
Package: suckless-tools
Severity: normal

Hi Michael,

slock 1.0 is available since early February. It addresses a mild
security issue related to unlocking the screen (CVE-2012-1620).
I saw your package on mentors; I can review and sponsor it if you
include an upgrade to slock 1.0 in it.

Because of the mild nature of this issue, no updates for stable
are necessary.


cheers,
Thijs


-- 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=nl_NL.UTF-8, LC_CTYPE=nl_NL.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#653823: transition: boost-defaults

2012-04-06 Thread Adam D. Barratt
On Tue, 2012-03-27 at 18:49 +0200, Julien Cristau wrote:
 On Mon, Mar 26, 2012 at 20:54:02 -0500, Steve M. Robbins wrote:
 
  On Sun, Mar 11, 2012 at 08:11:06PM +0100, Julien Cristau wrote:
   It'd probably be best to have kde sorted before the boost defaults
   change.  Otherwise it sounds like it should be fine.
  
  So I see KDE transition is over.  I should be able to upload
  new boost defaults now?  Can you switch the tracker to track 1.49?
  
 Ack, tracker moved to
 http://release.debian.org/transitions/html/boost1.49.html

I've scheduled binNMUs for the packages listed in level 1 on the
tracker.

Regards,

Adam




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



Bug#654821: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Thu, Jan 05, 2012 at 11:20:55PM +0100, Moritz Muehlenhoff wrote:
 Source: lcms
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patch attached.

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#655414: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Tue, Jan 10, 2012 at 11:23:08PM +0100, Moritz Muehlenhoff wrote:
 Package: flex
 Version: 2.5.35-10
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patch attached.

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#656003: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Sun, Jan 15, 2012 at 09:25:22PM +0100, Moritz Muehlenhoff wrote:
 Package: libpam-pgsql
 Version: 0.7.3.1-2
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patch attached.

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#667797: python-pyparsing: Please enable python3 support

2012-04-06 Thread Wesley J. Landaker
Package: python-pyparsing
Version: 1.5.2-2
Severity: normal

Pyparsing supports python3, but the current pyparsing package does not
enable python3 support. This means that anyone wanting to use pyparsing
with python3 has to download and build pyparsing themselves. This is a
shame since pyparsing is already packaged in Debian!

Thanks! =)

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

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

Versions of packages python-pyparsing depends on:
ii  python-support  1.0.14

python-pyparsing recommends no packages.

python-pyparsing 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#667798: python-pyparsing: Update to 1.5.6 to fix many upstream bugs

2012-04-06 Thread Wesley J. Landaker
Package: python-pyparsing
Version: 1.5.2-2
Severity: normal

There are quite a few bugs in pyparsing 1.5.2 that are fixed in the
current (as of this writing) upstream version, 1.5.6. This latest
upstream version was released almost a year ago, so it would be nice to
finally be able to use it from the Debian package rather than build it
locally on every machine!

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

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

Versions of packages python-pyparsing depends on:
ii  python-support  1.0.14

python-pyparsing recommends no packages.

python-pyparsing 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#667799: linux-image-3.2.0-2-amd64: Radeon KMS fails on Radeon X850XT (R480) graphics card

2012-04-06 Thread Mike Brodbelt
Package: linux-2.6
Version: 3.2.13-1
Severity: important

Upgrading to any 3.2 kernel has caused video output to fail. On a 3.0.0 kernel
(linux-image-3.0.0-2-amd64) the system performs as expected, however the 3.2
kernel packages do not work. At system boot, initial kernel output appears on
the VGA console, until the drm driver is loaded, when the kernel switches the
output font and resolution. Boot continues until a subsequent switch - I think
this is when the kernel attempts to modeswitch the card. One a 3.0 kernel the
font visibly changes at this point and boot continues, but on 3.2, all video
output ceases. The machine completes its boot cycle and is reachable over SSH,
but console/X display is unreachable, and there is no video output.

Reporting as important as if effectively renders the system unusable as a
desktop, though it's not at all clear how common the affected hardware setup
to cause this is.

Mike 


-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: System manufacturer
product_name: P5E WS Pro
product_version: System Version
chassis_vendor: Chassis Manufacture
chassis_version: Chassis Version
bios_vendor: American Megatrends Inc.
bios_version: 0202   
board_vendor: ASUSTeK Computer INC.
board_name: P5E WS Pro
board_version: Rev 1.xx

** Network interface configuration:

auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82X38/X48 Express DRAM Controller 
[8086:29e0] (rev 01)
Subsystem: ASUSTeK Computer Inc. Device [1043:8295]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR+ INTx-
Latency: 0
Capabilities: access denied
Kernel driver in use: x38_edac

00:01.0 PCI bridge [0604]: Intel Corporation 82X38/X48 Express Host-Primary PCI 
Express Bridge [8086:29e1] (rev 01) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: a000-afff
Memory behind bridge: fe60-fe6f
Prefetchable memory behind bridge: d000-dfff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied
Kernel driver in use: pcieport

00:1a.0 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 [8086:2937] (rev 02) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 4: I/O ports at 9800 [size=32]
Capabilities: access denied
Kernel driver in use: uhci_hcd

00:1a.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 [8086:2938] (rev 02) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 21
Region 4: I/O ports at 9880 [size=32]
Capabilities: access denied
Kernel driver in use: uhci_hcd

00:1a.2 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #6 [8086:2939] (rev 02) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 18
Region 4: I/O ports at 9c00 [size=32]
Capabilities: access denied
Kernel driver in use: uhci_hcd

00:1a.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 [8086:293c] (rev 02) (prog-if 20 [EHCI])
Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: 

Bug#654924: Alioth Projekt genehmigt

2012-04-06 Thread Mike Gabriel

Hi Joachim, Yaroslav,

On Fr 06 Apr 2012 16:16:13 CEST Joachim Falk wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 04.04.2012 02:34, schrieb Yaroslav Halchenko:

awesome!

would you mind opening up read-only access to the world?

Should be open. You can also use
  git clone http://xiao.jfalk.de/~joachim/tigervnc/tigervnc.git
It should have the same version as the alioth git repo.

Between, I have updated to tigervnc 1.2.0.


I have tested latest stuff in Git, please do a pull on master branch  
on Alioth, I have committed some build-deps.


However, build fails (on squeeze _and_ sid)... See below...

Any ideas?

Mike

quote
[ 96%] Built target translations
/usr/bin/make -f vncviewer/CMakeFiles/vncviewer.dir/build.make  
vncviewer/CMakeFiles/vncviewer.dir/depend

make[3]: Entering directory `/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu'
cd /home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu  /usr/bin/cmake -E  
cmake_depends Unix Makefiles /home/mike/tmp/tigervnc.b/tigervnc  
/home/mike/tmp/tigervnc.b/tigervnc/vncviewer  
/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu  
/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/vncviewer  
/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/vncviewer/CMakeFiles/vncviewer.dir/DependInfo.cmake  
--color=

Scanning dependencies of target vncviewer
make[3]: Leaving directory `/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu'
/usr/bin/make -f vncviewer/CMakeFiles/vncviewer.dir/build.make  
vncviewer/CMakeFiles/vncviewer.dir/build

make[3]: Entering directory `/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_report  
/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/CMakeFiles

[ 96%] Building CXX object vncviewer/CMakeFiles/vncviewer.dir/buildTime.cxx.o
cd /home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/vncviewer   
/usr/bin/g++   -DPACKAGE_NAME=\tigervnc\ -DPACKAGE_VERSION=\1.2.0\  
-DLOCALEDIR=\/usr/share/locale\ -D__BUILD__=\20120406\  
-DHAVE_GNUTLS -DHAVE_CONFIG_H -g -O2 -fstack-protector  
--param=ssp-buffer-size=4 -Wformat -Wformat-security  
-Werror=format-security -Wall -O3 -DNDEBUG  
-I/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu  
-I/home/mike/tmp/tigervnc.b/tigervnc/common/fltk  
-I/home/mike/tmp/tigervnc.b/tigervnc/common-o  
CMakeFiles/vncviewer.dir/buildTime.cxx.o -c  
/home/mike/tmp/tigervnc.b/tigervnc/vncviewer/buildTime.cxx
/usr/bin/cmake -E cmake_progress_report  
/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/CMakeFiles 93

[ 97%] Building CXX object vncviewer/CMakeFiles/vncviewer.dir/menukey.cxx.o
cd /home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/vncviewer   
/usr/bin/g++   -DPACKAGE_NAME=\tigervnc\ -DPACKAGE_VERSION=\1.2.0\  
-DLOCALEDIR=\/usr/share/locale\ -D__BUILD__=\20120406\  
-DHAVE_GNUTLS -DHAVE_CONFIG_H -g -O2 -fstack-protector  
--param=ssp-buffer-size=4 -Wformat -Wformat-security  
-Werror=format-security -Wall -O3 -DNDEBUG  
-I/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu  
-I/home/mike/tmp/tigervnc.b/tigervnc/common/fltk  
-I/home/mike/tmp/tigervnc.b/tigervnc/common-o  
CMakeFiles/vncviewer.dir/menukey.cxx.o -c  
/home/mike/tmp/tigervnc.b/tigervnc/vncviewer/menukey.cxx
/usr/bin/cmake -E cmake_progress_report  
/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/CMakeFiles

[ 97%] Building CXX object vncviewer/CMakeFiles/vncviewer.dir/CConn.cxx.o
cd /home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/vncviewer   
/usr/bin/g++   -DPACKAGE_NAME=\tigervnc\ -DPACKAGE_VERSION=\1.2.0\  
-DLOCALEDIR=\/usr/share/locale\ -D__BUILD__=\20120406\  
-DHAVE_GNUTLS -DHAVE_CONFIG_H -g -O2 -fstack-protector  
--param=ssp-buffer-size=4 -Wformat -Wformat-security  
-Werror=format-security -Wall -O3 -DNDEBUG  
-I/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu  
-I/home/mike/tmp/tigervnc.b/tigervnc/common/fltk  
-I/home/mike/tmp/tigervnc.b/tigervnc/common-o  
CMakeFiles/vncviewer.dir/CConn.cxx.o -c  
/home/mike/tmp/tigervnc.b/tigervnc/vncviewer/CConn.cxx
/home/mike/tmp/tigervnc.b/tigervnc/vncviewer/CConn.cxx: In constructor  
‘CConn::CConn(const char*)’:
/home/mike/tmp/tigervnc.b/tigervnc/vncviewer/CConn.cxx:103:21: error:  
format not a string literal and no format arguments  
[-Werror=format-security]
/home/mike/tmp/tigervnc.b/tigervnc/vncviewer/CConn.cxx: In member  
function ‘virtual void CConn::setExtendedDesktopSize(int, int, int,  
int, const rfb::ScreenSet)’:
/home/mike/tmp/tigervnc.b/tigervnc/vncviewer/CConn.cxx:270:18:  
warning: comparison between signed and unsigned integer expressions  
[-Wsign-compare]
/home/mike/tmp/tigervnc.b/tigervnc/vncviewer/CConn.cxx:270:46:  
warning: comparison between signed and unsigned integer expressions  
[-Wsign-compare]

cc1plus: some warnings being treated as errors
make[3]: *** [vncviewer/CMakeFiles/vncviewer.dir/CConn.cxx.o] Fehler 1
make[3]: Leaving directory `/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu'
make[2]: *** [vncviewer/CMakeFiles/vncviewer.dir/all] Fehler 2
make[2]: Leaving directory `/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu'
make[1]: *** [all] Fehler 2
make[1

Bug#655880: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Sat, Jan 14, 2012 at 03:21:47PM +0100, Moritz Muehlenhoff wrote:
 Package: speex
 Version: 1.2~rc1-3
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#655134: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Sun, Jan 08, 2012 at 12:32:34PM -0800, David Martínez Moreno wrote:
 On 1/8/12 10:32 AM, Moritz Muehlenhoff wrote:
  Package: memcached
  Version: 1.4.7-0.1
  Severity: important
  Tags: patch
 
  Please enabled hardened build flags through dpkg-buildflags.
 
  Patch attached. (dpkg-buildflags abides noopt from DEB_BUILD_OPTIONS)
 
 Thanks for the patch, Moritz.  I'll prepare a release acknowledging
 the NMU and with your patch.

What's the status?

Cheers,
Moritz



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



Bug#664328: [NMU] digitools: Helping to update to packaging format 3.0

2012-04-06 Thread Cyril Lacoux
Le vendredi 06 avril 2012 19:05:14, vous avez écrit :

Hi,

 I'm planning to NMU with changes listed in previous mail's patch to help
 migrate away from deprecated dpatch.

Please go ahead.

 Please let me know if an update is alredy being worked on, or if the
 previous patch needs adjustments, or if there is anything that should
 delay the NMU.

Perhaps I should orphan this package because I don't get the necessary 
hardware to test it anymore.

Thanks,
Cyril Lacoux



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



Bug#667664: libpcre3: upgrade from 8.12 to 8.30 breaks (oldstable-era) dansguardian

2012-04-06 Thread Mark Baker
I can't reproduce this with dansguardian 2.9.9 either.




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



Bug#667800: RFA: trac-bzr -- Bazaar version control (bzr) backend for Trac

2012-04-06 Thread Jelmer Vernooij
Package: wnpp
Severity: normal

I request an adopter for the trac-bzr package.

The package description is:
 A plugin that provides support for the Bazaar (bzr) source code
 management tool for Edgewall Software's Trac.


signature.asc
Description: Digital signature


Bug#657209: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Tue, Jan 24, 2012 at 09:42:17PM +0100, Moritz Muehlenhoff wrote:
 Package: libtk-img
 Version: 1:1.3-release-11
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patch attached. (dpkg-buildflags abides noopt from DEB_BUILD_OPTIONS)

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz




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



Bug#667754: xserver-xorg-video-radeon: [RV250] Gnome shell unusable (screen corruptions permanent crashes)

2012-04-06 Thread Cyril Brulebois
Hi,

Stefan Nagy pub...@stefan-nagy.at (06/04/2012):
 Versions of packages xserver-xorg-video-radeon suggests:
 pn  firmware-linux  none

should be as simple as: Install, reboot, enjoy.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#667801: RFA: bzr-dbus -- D-Bus announcements plugin for Bazaar

2012-04-06 Thread Jelmer Vernooij
Package: wnpp
Severity: normal

I request an adopter for the bzr-dbus package.

The package description is:
 Integration between bzr and D-Bus. This includes a D-Bus service to
 broadcast revisions and bzr hooks to generate such broadcasts.


signature.asc
Description: Digital signature


Bug#654808: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Thu, Jan 05, 2012 at 10:47:55PM +0100, Moritz Muehlenhoff wrote:
 Source: librpcsecgss
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patch attached.

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#654148: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Mon, Jan 02, 2012 at 02:59:28AM +0100, Moritz Muehlenhoff wrote:
 Package: mutt
 Version: 1.5.21-5
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patch attached. (dpkg-buildflags abides noopt from DEB_BUILD_OPTIONS)

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#667799: Radeon KMS fails on Radeon X850XT (R480) graphics card

2012-04-06 Thread Jonathan Nieder
Hi Mike,

Mike Brodbelt wrote:

 Upgrading to any 3.2 kernel has caused video output to fail. On a 3.0.0 kernel
 (linux-image-3.0.0-2-amd64) the system performs as expected, however the 3.2
 kernel packages do not work.
[...]
  One a 3.0 kernel the
 font visibly changes at this point and boot continues, but on 3.2, all video
 output ceases. The machine completes its boot cycle and is reachable over SSH,
 but console/X display is unreachable, and there is no video output.

Thanks for reporting it.  Am I correct in assuming v3.3 from
experimental behaves the same way?

If so, please report this upstream to http://bugs.freedesktop.org/,
product DRI, component DRM/Radeon, and let us know the bug number so
we can track it.

Be sure to include:

 - steps to reproduce, expected result, actual result, and how the
   difference indicates a bug (should be simple in this case)

 - which kernel versions you have tested and result with each

 - full dmesg output from booting and reproducing the bug, as an
   attachment

 - perhaps dmesg output with the kernel parameter drm.debug=0x6 as
   well

Hopefully someone upstream may have commands to try (e.g. using
radeontool) or patches to narrow down the cause.

Hope that helps,
Jonathan



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



Bug#656512: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Thu, Jan 19, 2012 at 09:06:52PM +0100, Moritz Muehlenhoff wrote:
 Source: imlib2
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patch attached.

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#667664: libpcre3: upgrade from 8.12 to 8.30 breaks (oldstable-era) dansguardian

2012-04-06 Thread Mark Baker

On 5 Apr 2012, at 20:19, Yann Dirson wrote:

 Disclaimer: I am still using an old dansguardian (2.9.9.7-2.1, last
 pre-2.10 packaged version) because http://bugs.debian.org/536778 which
 in itself is a blow in the face of us developers, but that's another
 story which *should not* be related to compatibility breakages...

I can't reproduce this with 2.10; I'll try downgrading to 2.9 and see if I can 
reproduce it there.

 Now dansguardian does not have a lot of debug traces to activate, and
 I didn't look at the libpcre API yet.  Any idea of a particular change
 that could cause such a breakage ?

I'm not aware of any change that's likely to cause such a breakage. There are 
two incompatible changes in this version of PCRE, one is that the pcre_info() 
has been removed, but I put that back in, the other is that the unicode code 
points that are reserved for encoding high characters in UTF-16 are not 
accepted in UTF-8 mode.




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



Bug#661038: [PATCH] dotlrn: Helping to update to packaging format 3.0

2012-04-06 Thread jari . aalto
tags 661038 + patch
thanks

| From: Hector Romojaro hromoj...@dia.uned.es
| Subject: Re: Debian packages: removing deprecated dpatch
| Date: 4 weeks, 6 days, 5 hours -- 2012-03-03 13:01 EET
| Message-ID: 1330772465.3541.49.camel@bulma
| References: k432qcol@test20.cante.net
| X-Mailer: Evolution 3.2.2-1
|
| Hi Jari,
|
| I am working on it these days. About the current state of the packages
| depending on dpatch:
|
| * openacs: it's already been converted to 3.0 format and waiting on svn
| for upload.
| * dotlrn: converting it right now.
| * tdom: i have to talk with the co-maintainers of the package about it,
| to see if any of them is converting the package. If not, i will take
| care of it.
|
| Thanks for the reminder!
| Kind regards,
Héctor Romojaro

El sáb, 03-03-2012 a las 04:03 -0500, jari.aa...@cante.net escribió:
 Hi,

 The dpatch patch management system has been deprecated for some time.
 The Lintian currently flags use of dpatch packages as an error. The
 The new 3.0 packaging format is an improved version which, among other
 things, contains patch managemet quilt built-in[1].

 The packages which are using old dpatch:

 dotlrn
 openacs
 tdom

 I had some free time and I've removed dpatch and convert all patches
 to the new package to format 3.0 quilt. The changes were quite
 straight forward and don't much change the current style of packaging.

 Please let me know if this is already being worked on or if it is ok
 to upload the upgraded version in NMUs.

 Thank you for maintaining software in Debian,
 Jari

 [1] http://wiki.debian.org/Projects/DebSrc3.0





Hi Hector,

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 973774a7f715a1c5e3804ea592649ab535b03db2 Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Fri, 24 Feb 2012 17:05:20 -0500
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto jari.aa...@cante.net
---
 debian/README.source   |8 
 debian/changelog   |8 
 debian/compat  |2 +-
 debian/control |4 +-
 debian/patches/00list  |6 ---
 debian/patches/{config.dpatch = config.patch} |8 +---
 debian/patches/{install.dpatch = install.patch}   |8 +---
 ...bashisms.dpatch = interpreters-bashisms.patch} |   43 ++--
 ...preters-path.dpatch = interpreters-path.patch} |8 +---
 .../{securityfix.dpatch = securityfix.patch}  |8 +---
 debian/patches/series  |6 +++
 .../{xinha-iconset.dpatch = xinha-iconset.patch}  |8 +---
 debian/rules   |7 +--
 debian/source/format   |2 +-
 14 files changed, 52 insertions(+), 74 deletions(-)
 delete mode 100644 debian/README.source
 delete mode 100644 debian/patches/00list
 rename debian/patches/{config.dpatch = config.patch} (96%)
 rename debian/patches/{install.dpatch = install.patch} (81%)
 rename debian/patches/{interpreters-bashisms.dpatch = interpreters-bashisms.patch} (57%)
 rename debian/patches/{interpreters-path.dpatch = interpreters-path.patch} (95%)
 rename debian/patches/{securityfix.dpatch = securityfix.patch} (81%)
 create mode 100644 debian/patches/series
 rename debian/patches/{xinha-iconset.dpatch = xinha-iconset.patch} (69%)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 150e49a..000
--- a/debian/README.source
+++ /dev/null
@@ -1,8 +0,0 @@
-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.
-
-To get detailed instructions on how to apply the series of patches
-and modify them, please read /usr/share/doc/dpatch/README.source.gz
-
- -- Hector Romojaro hromoj...@dia.uned.es  Fri, 16 Oct 2009 13:11:00 +0200
diff --git a/debian/changelog b/debian/changelog
index 99e2ea2..3e50459 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dotlrn (2.5.0+dfsg-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove dpatch and upgrade to packaging format 3.0 quilt.
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+
+ -- Jari Aalto jari.aa...@cante.net  Fri, 24 Feb 2012 17:03:43 -0500
+
 dotlrn (2.5.0+dfsg-2) unstable; urgency=high
 
   * Fixed severe vulnerability in the api-browser: it was possible to pass  
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 4963afe..8f34ce4 100644
--- 

Bug#667802: installation-reports: SunBlade1000 Netinstall with USB drive sda with firmware /boot / on sdb Won't boot w/o USB drive.

2012-04-06 Thread Georgi H. Yordanov
Package: installation-reports
Severity: important
Tags: d-i

Booting from a netinst CD with a USB drive plugged in with a non-free firmware.

Installation assigns the USB as sda and the system hard drive as sdb.

Booting without the USB drive drops to a very limited shell.

Booting with the USB drive plugged in is normal, GUI loads etc.



-- Package-specific info:

Boot method: CD
Image version: debian-6.0.4-sparc-netinst.iso from cdimage.debian.org
Date: Date and time of the install

Machine: Sun Blade 1000
Partitions: df -Tl will do; the raw partition table is preferred


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [ ]
Detect network card:[ ]
Configure network:  [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

Description of the install, in prose, and any thoughts, comments
  and ideas you had during the initial install.


-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=6.0 (squeeze) - installer build 20110106+squeeze4
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux debian 2.6.32-5-sparc64 #1 Mon Jan 16 16:15:31 UTC 2012 sparc64 
GNU/Linux
lspci -knn: :00:05.0 Bridge [0680]: Oracle Corporation RIO EBUS [108e:1100] 
(rev 01)
lspci -knn: :00:05.1 Ethernet controller [0200]: Oracle Corporation RIO 
10/100 Ethernet [eri] [108e:1101] (rev 01)
lspci -knn: Kernel driver in use: gem
lspci -knn: :00:05.2 FireWire (IEEE 1394) [0c00]: Oracle Corporation RIO 
1394 [108e:1102] (rev 01)
lspci -knn: :00:05.3 USB Controller [0c03]: Oracle Corporation RIO USB 
[108e:1103] (rev 01)
lspci -knn: Kernel driver in use: ohci_hcd
lspci -knn: :00:06.0 SCSI storage controller [0100]: LSI Logic / Symbios 
Logic 53c875 [1000:000f] (rev 37)
lspci -knn: Kernel driver in use: sym53c8xx
lspci -knn: :00:06.1 SCSI storage controller [0100]: LSI Logic / Symbios 
Logic 53c875 [1000:000f] (rev 37)
lspci -knn: Kernel driver in use: sym53c8xx
lspci -knn: 0001:00:04.0 SCSI storage controller [0100]: QLogic Corp. QLA2200 
64-bit Fibre Channel Adapter [1077:2200] (rev 05)
lspci -knn: Kernel driver in use: qla2xxx
usb-list: 
usb-list: Bus 01 Device 01: OHCI Host Controller [1d6b:0001]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 2.6.32-5-sparc64 ohci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 01 Device 02: USB Receiver [046d:c501]
usb-list:Level 01 Parent 01 Port 00  Class 00(ifc ) Subclass 00 Protocol 00
usb-list:Manufacturer: Logitech
usb-list:Interface 00: Class 03(HID  ) Subclass 01 Protocol 02 Driver usbhid
usb-list: 
usb-list: Bus 01 Device 03: HP Basic USB Keyboard [03f0:0024]
usb-list:Level 01 Parent 01 Port 01  Class 00(ifc ) Subclass 00 Protocol 00
usb-list:Manufacturer: CHICONY
usb-list:Interface 00: Class 03(HID  ) Subclass 01 Protocol 01 Driver usbhid
usb-list: 
usb-list: Bus 01 Device 04: DataTraveler 2.0 [08ec:2038]
usb-list:Level 01 Parent 01 Port 02  Class 00(ifc ) Subclass 00 Protocol 00
usb-list:Manufacturer: Kingston
usb-list:Interface 00: Class 08(mstor) Subclass 06 Protocol 50 Driver 
usb-storage
prtconf: System Configuration:  Sun Microsystems  sun4u
prtconf: Memory size: 1024 Megabytes
prtconf: System Peripherals (Software Nodes):
prtconf: 
prtconf: SUNW,Sun-Blade-1000
prtconf: packages (driver probably installed)
prtconf: SUNW,builtin-drivers (driver probably installed)
prtconf: deblocker (driver probably installed)
prtconf: disk-label (driver probably installed)
prtconf: terminal-emulator (driver probably installed)
prtconf: dropins (driver probably installed)
prtconf: kbd-translator (driver probably installed)
prtconf: obp-tftp (driver probably installed)
prtconf: SUNW,i2c-ram-device (driver probably installed)
prtconf: SUNW,fru-device (driver probably installed)
prtconf: chosen (driver probably installed)
prtconf: openprom (driver probably installed)
prtconf: client-services (driver probably installed)
prtconf: options (driver probably 

Bug#654148: Please enabled hardened build flags

2012-04-06 Thread Antonio Radici
On Fri, Apr 06, 2012 at 06:48:03PM +0200, Moritz Mühlenhoff wrote:
 On Mon, Jan 02, 2012 at 02:59:28AM +0100, Moritz Muehlenhoff wrote:
  Package: mutt
  Version: 1.5.21-5
  Severity: important
  Tags: patch
  
  Please enabled hardened build flags through dpkg-buildflags.
  
  Patch attached. (dpkg-buildflags abides noopt from DEB_BUILD_OPTIONS)
 
 What's the status? Do you plan an upload in the next weeks or
 shall I upload a NMU?

Sorry I missed this message; I'll have an upload ready for tomorrow.

Cheers
Antonio



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



Bug#654924: Alioth Projekt genehmigt

2012-04-06 Thread Joachim Falk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 06.04.2012 18:38, schrieb Mike Gabriel:
 Hi Joachim, Yaroslav,

 On Fr 06 Apr 2012 16:16:13 CEST Joachim Falk wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Am 04.04.2012 02:34, schrieb Yaroslav Halchenko:
 awesome!

 would you mind opening up read-only access to the world?
 Should be open. You can also use
   git clone http://xiao.jfalk.de/~joachim/tigervnc/tigervnc.git
 It should have the same version as the alioth git repo.

 Between, I have updated to tigervnc 1.2.0.

 I have tested latest stuff in Git, please do a pull on master branch on
 Alioth, I have committed some build-deps.

 However, build fails (on squeeze _and_ sid)... See below...

 Any ideas?
Yes. You have a more paranoid build environment than me, i.e., -Wformat
- -Wformat-security -Werror=format-security.
And the compiler caught a security violation. Format string is not
constant but some (maybe user) input.

  } catch (rdr::Exception e) {
vlog.error(e.str());
fl_alert(e.str());
exit_vncviewer();
return;
  }

http://www.fltk.org/doc-1.3/group__group__comdlg.html

fl_alert(e.str()); = fl_alert(%s, e.str()); = that should work


 Mike

 quote
 [ 96%] Built target translations
 /usr/bin/make -f vncviewer/CMakeFiles/vncviewer.dir/build.make
 vncviewer/CMakeFiles/vncviewer.dir/depend
 make[3]: Entering directory
 `/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu'
 cd /home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu  /usr/bin/cmake -E
 cmake_depends Unix Makefiles /home/mike/tmp/tigervnc.b/tigervnc
 /home/mike/tmp/tigervnc.b/tigervnc/vncviewer
 /home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu
 /home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/vncviewer
 /home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/vncviewer/CMakeFiles/vncviewer.dir/DependInfo.cmake
 --color=
 Scanning dependencies of target vncviewer
 make[3]: Leaving directory `/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu'
 /usr/bin/make -f vncviewer/CMakeFiles/vncviewer.dir/build.make
 vncviewer/CMakeFiles/vncviewer.dir/build
 make[3]: Entering directory
 `/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu'
 /usr/bin/cmake -E cmake_progress_report
 /home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/CMakeFiles
 [ 96%] Building CXX object
 vncviewer/CMakeFiles/vncviewer.dir/buildTime.cxx.o
 cd /home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/vncviewer 
 /usr/bin/g++   -DPACKAGE_NAME=\tigervnc\ -DPACKAGE_VERSION=\1.2.0\
 -DLOCALEDIR=\/usr/share/locale\ -D__BUILD__=\20120406\ -DHAVE_GNUTLS
 -DHAVE_CONFIG_H -g -O2 -fstack-protector --param=ssp-buffer-size=4
 -Wformat -Wformat-security -Werror=format-security -Wall -O3 -DNDEBUG
 -I/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu
 -I/home/mike/tmp/tigervnc.b/tigervnc/common/fltk
 -I/home/mike/tmp/tigervnc.b/tigervnc/common-o
 CMakeFiles/vncviewer.dir/buildTime.cxx.o -c
 /home/mike/tmp/tigervnc.b/tigervnc/vncviewer/buildTime.cxx
 /usr/bin/cmake -E cmake_progress_report
 /home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/CMakeFiles 93
 [ 97%] Building CXX object vncviewer/CMakeFiles/vncviewer.dir/menukey.cxx.o
 cd /home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/vncviewer 
 /usr/bin/g++   -DPACKAGE_NAME=\tigervnc\ -DPACKAGE_VERSION=\1.2.0\
 -DLOCALEDIR=\/usr/share/locale\ -D__BUILD__=\20120406\ -DHAVE_GNUTLS
 -DHAVE_CONFIG_H -g -O2 -fstack-protector --param=ssp-buffer-size=4
 -Wformat -Wformat-security -Werror=format-security -Wall -O3 -DNDEBUG
 -I/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu
 -I/home/mike/tmp/tigervnc.b/tigervnc/common/fltk
 -I/home/mike/tmp/tigervnc.b/tigervnc/common-o
 CMakeFiles/vncviewer.dir/menukey.cxx.o -c
 /home/mike/tmp/tigervnc.b/tigervnc/vncviewer/menukey.cxx
 /usr/bin/cmake -E cmake_progress_report
 /home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/CMakeFiles
 [ 97%] Building CXX object vncviewer/CMakeFiles/vncviewer.dir/CConn.cxx.o
 cd /home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu/vncviewer 
 /usr/bin/g++   -DPACKAGE_NAME=\tigervnc\ -DPACKAGE_VERSION=\1.2.0\
 -DLOCALEDIR=\/usr/share/locale\ -D__BUILD__=\20120406\ -DHAVE_GNUTLS
 -DHAVE_CONFIG_H -g -O2 -fstack-protector --param=ssp-buffer-size=4
 -Wformat -Wformat-security -Werror=format-security -Wall -O3 -DNDEBUG
 -I/home/mike/tmp/tigervnc.b/obj-x86_64-linux-gnu
 -I/home/mike/tmp/tigervnc.b/tigervnc/common/fltk
 -I/home/mike/tmp/tigervnc.b/tigervnc/common-o
 CMakeFiles/vncviewer.dir/CConn.cxx.o -c
 /home/mike/tmp/tigervnc.b/tigervnc/vncviewer/CConn.cxx
 /home/mike/tmp/tigervnc.b/tigervnc/vncviewer/CConn.cxx: In constructor
 ?CConn::CConn(const char*)?:
 /home/mike/tmp/tigervnc.b/tigervnc/vncviewer/CConn.cxx:103:21: error:
 format not a string literal and no format arguments
 [-Werror=format-security]
 /home/mike/tmp/tigervnc.b/tigervnc/vncviewer/CConn.cxx: In member
 function ?virtual void CConn::setExtendedDesktopSize(int, int, int, int,
 const rfb::ScreenSet)?:
 /home/mike/tmp/tigervnc.b/tigervnc/vncviewer/CConn.cxx:270:18: warning:
 comparison between signed and unsigned integer expressions [-Wsign

Bug#664300: [NMU] xsok: Helping to update to packaging format 3.0

2012-04-06 Thread Peter Samuelson

[Jari Aalto]
 I'm planning to NMU with changes listed in previous mail's patch to help
 migrate away from deprecated dpatch.

I don't understand the urgency to get away from dpatch
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646420#17 -
I think Marga is right) but I suppose that's a question for
the lintian maintainers.

In any case, migrating away from dpatch is one thing, migrating to
source format 3.0 and dh 9 is quite another.  Please don't do the
latter with my packages.

Peter



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



Bug#664311: [NMU] cplay: Helping to update to packaging format 3.0

2012-04-06 Thread Peter Samuelson

[Jari Aalto]
 I'm planning to NMU with changes listed in previous mail's patch to help
 migrate away from deprecated dpatch.

I don't understand the urgency to get away from dpatch
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646420#17 -
I think Marga is right) but I suppose that's a question for
the lintian maintainers.

In any case, migrating away from dpatch is one thing, migrating to
source format 3.0 and dh 9 is quite another.  Please don't do the
latter with my packages.

Peter



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



Bug#664895: Continued issues for forward

2012-04-06 Thread Dennis Boone
I was hoping today's patches would solve what seemed like a related
problem:  When Replying to or Forwarding some messages, the constructed
starter message does not contain any of the body of the source message.
I've attached an example.

The only log errors I'm seeing are these two:

Apr  6 12:43:51 mail apache2: PHP Strict Standards:  Non-static method
Message::parseStructure() should not be called statically in
/usr/share/squirrelmail/functions/mime.php on line 36

Apr  6 12:43:51 mail apache2: PHP Strict Standards:  Non-static method
Message::parseBodyStructure() should not be called statically in
/usr/share/squirrelmail/class/mime/Message.class.php on line 296

De

From lists...@h-net.msu.edu  Mon Apr 02 08:44:22 2012
Return-Path: lists...@h-net.msu.edu
X-Original-To: edadmi...@mail.h-net.msu.edu
Received: from localhost (localhost [127.0.0.1])
by mail.h-net.msu.edu (Postfix) with ESMTP id 7170815406F
for edadmi...@mail.h-net.msu.edu; Mon,  2 Apr 2012 08:44:22 -0400 
(EDT)
X-Virus-Scanned: Debian amavisd-new at mail.h-net.msu.edu
X-Spam-Flag: NO
X-Spam-Score: -1.59
X-Spam-Level:
X-Spam-Status: No, score=-1.59 tagged_above=-1000 required=5
tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1,
FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_LOW=-0.7,
SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_DKIM_INVALID=0.01,
T_FILL_THIS_FORM_SHORT=0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=no
Received: from mail.h-net.msu.edu ([127.0.0.1])
by localhost (mail.h-net.msu.edu [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id AN8keJ63JAUR for edadmi...@mail.h-net.msu.edu;
Mon,  2 Apr 2012 08:44:09 -0400 (EDT)
Received: from h-net.msu.edu (h-net.msu.edu [35.9.18.7])
by mail.h-net.msu.edu (Postfix) with ESMTP
for edadmi...@mail.h-net.msu.edu; Mon,  2 Apr 2012 08:44:09 -0400 
(EDT)
Received: from h-net.msu.edu (h-net.msu.edu [35.9.18.7])
by h-net.msu.edu (Postfix) with ESMTP id D470E7AA01E
for edadmi...@mail.h-net.msu.edu; Mon,  2 Apr 2012 08:44:09 -0400 
(EDT)
Authentication-Results: h-net.msu.edu; dkim=fail (verification failed)
header.i=@gmail.com; dkim-adsp=none
X-LSVMFlags: 80
Received: from mail-lpp01m010-f42.google.com (mail-lpp01m010-f42.google.com
  [209.85.215.42])
by h-net.msu.edu (Postfix) with ESMTP id 10E9F7AA01E
for edt...@h-net.msu.edu; Mon,  2 Apr 2012 08:44:07 -0400 (EDT)
Received: by lahl5 with SMTP id l5so3123117lah.15
for edt...@h-net.msu.edu; Mon, 02 Apr 2012 05:44:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
 :content-type;
bh=qrxED5axYudUvjWU5n9dVoRNYVAoTZfl+s3VxGXhyms=;
b=yi3IQlUR/GbU6BKUrQ0U0NTL9yHBHsb+YnCq2lQlIOr3v18/+pF0427AUnvRnyvLEF
 Za33+3lqhRDJMhVyfbuStOdlHoFrJU6nkvgEi6yOvV+Dm00jc1w0DZpe++/lK+bEaVLl
 CHZIdV1qLqdZfjgaA5dCDXw3AuGE1jpqcgvIXqwSIraQOPDJS+w3XuzfrcR+3rmoExy1
 Ic0zXofl5SvCpL2sXrweBIGoZBe2ObEOQmMlJ94Nw0gE6LCzyoum2nQ7SDHp2/CxUBVc
 aElDC7usG3ynBjdbWGJf01+wFDpKTSEcROFlPXp/u9diJ+kWM/dFABiFaGB/Dc0N4TWS
 M0QQ==
MIME-Version: 1.0
Received: by 10.152.105.19 with SMTP id gi19mr9268664lab.11.170289902;
 Mon, 02 Apr 2012 05:38:09 -0700 (PDT)
Received: by 10.152.2.69 with HTTP; Mon, 2 Apr 2012 05:38:09 -0700 (PDT)
In-Reply-To: 38c4b8dcd72da99caa7b213814e38452.squir...@mail.h-net.msu.edu
References: 38c4b8dcd72da99caa7b213814e38452.squir...@mail.h-net.msu.edu
Date: Mon, 2 Apr 2012 20:38:09 +0800
Message-ID: cah3xvbv8ndhpknw2oh9pxqdxnorrqbvghuert1uej9uhnmp...@mail.gmail.com
Subject: Re: Web based project management for tech department
From: Susan Sedro sse...@gmail.com
To: edt...@h-net.msu.edu
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
X-LSVCRCnb: 6264757D
X-LSVline1: We are using Smart Sheet at work. It plugs into our Google Apps. It
is
Status: RO
X-Keywords: 
  
Content-Length: 1982
X-UID: 149

We are using Smart Sheet at work. It plugs into our Google Apps. It is
fine.

For my solo tasks I've been playing with Kanbanery.com and more recently
Wunderkit.  Different ideas beneath them. I wish I could merge parts of
each into one uber tools.

Susan Sedro

*To laugh often and much; to win the respect of intelligent people and the
affection of children; to earn the appreciation of honest critics and to
endure the betrayal of false friends. To appreciate beauty; to find the
best in others; to leave the world a bit better whether by a healthy child,
a garden patch, or a redeemed social condition; to know that even one life
has breathed easier because you have lived. This is to have succeeded.
*

*=97 Ralph Waldo Emerson*





On Mon, Apr 2, 2012 at 8:09 PM, EDTECH Editor-Hogan 
edadmi...@mail.h-net.msu.edu wrote:


Bug#654924: Alioth Projekt genehmigt

2012-04-06 Thread Mike Gabriel

Hi Joachim,

(reincluding the ITP isssue...)

On Fr 06 Apr 2012 18:59:47 CEST Joachim Falk wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 06.04.2012 18:38, schrieb Mike Gabriel:

Hi Joachim, Yaroslav,

On Fr 06 Apr 2012 16:16:13 CEST Joachim Falk wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 04.04.2012 02:34, schrieb Yaroslav Halchenko:

awesome!

would you mind opening up read-only access to the world?

Should be open. You can also use
  git clone http://xiao.jfalk.de/~joachim/tigervnc/tigervnc.git
It should have the same version as the alioth git repo.

Between, I have updated to tigervnc 1.2.0.


I have tested latest stuff in Git, please do a pull on master branch on
Alioth, I have committed some build-deps.

However, build fails (on squeeze _and_ sid)... See below...

Any ideas?

Yes. You have a more paranoid build environment than me, i.e., -Wformat
- -Wformat-security -Werror=format-security.
And the compiler caught a security violation. Format string is not
constant but some (maybe user) input.

  } catch (rdr::Exception e) {
vlog.error(e.str());
fl_alert(e.str());
exit_vncviewer();
return;
  }

http://www.fltk.org/doc-1.3/group__group__comdlg.html

fl_alert(e.str()); = fl_alert(%s, e.str()); = that should work


So we need some CXX flags in debian/rules? Any recommendations? The  
package should build on paranoid and non-paranoid systems, I guess.


Can you provide a patch?

Thanks,
Mike


--

DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419

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

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


pgp4SBYIxnBcm.pgp
Description: Digitale PGP-Unterschrift


Bug#667803: gnome: Starting of Gnome File Manager opens infinite number of windows on the taskbar but none is usable.

2012-04-06 Thread Georgi H. Yordanov
Package: gnome
Version: 1:2.30+7
Severity: normal

Logged in with a Gnome session.

Tried to start the File Manager.

Infinite number of windows were quickly created on the taskbar below (i.e.
minimized), but no usable window was open. Clicking any of these on the taskbar
did not open a window.

Installed xfce desktop and using it now. Gnome still usable, but the CPU runs
at 100% all the time and the system runs slowly.

Rebooting does not solve the issue.



-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: sparc (sparc64)

Kernel: Linux 2.6.32-5-sparc64-smp (SMP w/1 CPU core)
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 gnome depends on:
ii  avahi-daemon   0.6.27-2+squeeze1 Avahi mDNS/DNS-SD daemon
ii  epiphany-extensions2.30.2-1  Extensions for Epiphany web browse
ii  evolution-exchange 2.30.2-1  Exchange plugin for the Evolution 
ii  evolution-plugins  2.30.3-5  standard plugins for Evolution
ii  evolution-webcal   2.28.1-1  webcal: URL handler for GNOME and 
ii  gdm3   2.30.5-6squeeze4  Next generation GNOME Display Mana
ii  gedit-plugins  2.30.0-1  set of plugins for gedit
ii  gnome-codec-install0.4.7+nmu1GStreamer codec installer
ii  gnome-desktop-environm 1:2.30+7  The GNOME Desktop Environment
ii  gnome-games1:2.30.2-2games for the GNOME desktop
ii  gnome-themes-extras2.22.0-3  extra themes for the GNOME desktop
ii  gstreamer0.10-ffmpeg   0.10.10-1 FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins- 0.10.15-1 GStreamer plugins from the ugly 
ii  libpam-gnome-keyring   2.30.3-5  PAM module to unlock the GNOME key
ii  rhythmbox-plugin-cdrec 0.12.8-3  burning plugin for rhythmbox music
ii  rhythmbox-plugins  0.12.8-3  plugins for rhythmbox music player
ii  software-center2.0.7debian7  Utility for browsing, installing, 
ii  synaptic   0.70~pre1+b1  Graphical package manager
ii  system-config-printer  1.2.3-3   graphical interface to configure t
ii  tomboy 1.2.2-2   desktop note taking program using 
ii  totem-mozilla  2.30.2-6  Totem Mozilla plugin
ii  transmission-gtk   2.03-2lightweight BitTorrent client (GTK

Versions of packages gnome recommends:
ii  browser-plugin-gnash [m 0.8.8-5+squeeze1 GNU Shockwave Flash (SWF) player -
ii  gdebi   0.6.4+squeeze1   Simple tool to install deb files -
ii  gnome-games-extra-data  2.30.0-1 games for the GNOME desktop (extra
ii  gnome-office1:2.30+7 The GNOME Office suite
ii  liferea 1.6.4-1  feed aggregator for GNOME
ii  menu-xdg0.5  freedesktop.org menu compliant win
ii  network-manager-gnome   0.8.1-2  network management framework (GNOM
ii  shotwell0.6.1-1+b2   digital photo organizer
ii  update-notifier 0.99.3debian8Daemon which notifies about packag

Versions of packages gnome suggests:
pn  gnome-dbgnone  (no description available)
ii  openoffice.org-evolu 1:3.2.1-11+squeeze4 office productivity suite -- Evolu
ii  openoffice.org-gnome 1:3.2.1-11+squeeze4 office productivity suite -- GNOME

Versions of packages gnome-desktop-environment depends on:
ii  alacarte   0.13.2-1  easy GNOME menu editing tool
ii  baobab 2.30.0-2  GNOME disk usage analyzer
ii  brasero2.30.3-2  CD/DVD burning application for GNO
ii  cheese 2.30.1-2  A tool to take pictures and videos
ii  deskbar-applet 2.32.0-1  universal search and navigation ba
ii  ekiga  3.2.7-2   H.323 and SIP compatible VoIP clie
ii  empathy2.30.3-1  GNOME multi-protocol chat and call
ii  gcalctool  5.30.2-2  GNOME desktop calculator
ii  gconf-editor   2.30.0-2  An editor for the GConf configurat
ii  gdm3 [fast-user-switch 2.30.5-6squeeze4  Next generation GNOME Display Mana
ii  gksu   2.0.2-5   graphical frontend to su
ii  gnome-backgrounds  2.32.0-1  a set of backgrounds packaged with
ii  gnome-bluetooth2.30.0-2  GNOME Bluetooth tools
ii  gnome-core 1:2.30+7  The GNOME Desktop Environment -- e
ii  gnome-dictionary   2.30.0-2  GNOME dictionary application
ii  gnome-media2.30.0-1  GNOME media utilities
ii  gnome-netstatus-applet 2.28.1-1  Network status applet for GNOME
ii  gnome-nettool  2.30.0-3  network information tool for GNOME
ii  gnome-screenshot   2.30.0-2  screenshot application for 

Bug#667804: [INTL: it] Italian translation of debconf messages - common-lisp-controller

2012-04-06 Thread Beatrice Torracca
Package: common-lisp-controller
Severity: wishlist
Tags: l10n patch

Hi.
Please find attached the Italian translation of common-lisp-controller
debconf messages proofread by the Italian localization team.

Please include it in your next upload.

Thanks,
Beatrice
# Italian translation of common-lisp-controller debconf messages.
# Copyright (C) 2012, common-lisp-controller package copyright holder
# This file is distributed under the same license as the common-lisp-controller package.
# Beatrice Torracca beatri...@libero.it, 2012.
msgid 
msgstr 
Project-Id-Version: common-lisp-controller\n
Report-Msgid-Bugs-To: common-lisp-control...@packages.debian.org\n
POT-Creation-Date: 2010-01-30 22:00+0100\n
PO-Revision-Date: 2012-03-29 10:45+0200\n
Last-Translator: Beatrice Torracca beatri...@libero.it\n
Language-Team: Italian debian-l10n-ital...@lists.debian.org\n
Language: it\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Generator: Virtaal 0.7.1\n

#. Type: string
#. Default
#. Default site name
#: ../templates:2001
msgid Unknown
msgstr Sconosciuto

#. Type: string
#. Description
#: ../templates:2002
msgid Short Common Lisp site name:
msgstr Nome breve per il sito Common Lisp:

#. Type: string
#. Description
#: ../templates:2002
msgid 
You can configure what the Common Lisp implementations are going to use as 
'short site name'.
msgstr 
Si può configurare quale nome useranno le implementazioni Common Lisp come 
«nome breve del sito».

#. Type: string
#. Description
#. Type: string
#. Description
#: ../templates:2002 ../templates:3002
msgid This is mostly unused except in some error reporting tools.
msgstr 
Per lo più è inutilizzato, tranne in alcuni strumenti di segnalazione di 
errori.

#. Type: string
#. Default
#. Default long site name, just something longer than the default site name
#: ../templates:3001
msgid Site name not initialized
msgstr Nome del sito non inizializzato

#. Type: string
#. Description
#: ../templates:3002
msgid Long Common Lisp site name:
msgstr Nome lungo per il sito Common Lisp:

#. Type: string
#. Description
#: ../templates:3002
msgid 
You can configure what the Common Lisp implementations are going to use as 
'long site name'.
msgstr 
Si può configurare quale nome useranno le implementazioni Common Lisp come 
«nome lungo del sito».


Bug#654147: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Mon, Jan 02, 2012 at 02:45:53AM +0100, Moritz Muehlenhoff wrote:
 Package: forked-daapd
 Version: 0.19gcd-2
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patch attached. (dpkg-buildflags abides noopt from DEB_BUILD_OPTIONS)

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



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



Bug#654924: Alioth Projekt genehmigt

2012-04-06 Thread Yaroslav Halchenko
 fl_alert(e.str()); = fl_alert(%s, e.str()); = that should work

 So we need some CXX flags in debian/rules? Any recommendations? The
 package should build on paranoid and non-paranoid systems, I guess.

 Can you provide a patch?

my 1c: CXX flags should not be overridden to filter out paranoidal flags
(it is ok to extend with -O0 for noopt, etc) -- that would complicate
various hardening etc ports attempts.  But providing a patch for
upstream allowing to build on such systems would be beneficial!

-- 
=--=
Keep in touch www.onerussian.com
Yaroslav Halchenko www.ohloh.net/accounts/yarikoptic



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



Bug#667492: epiphany-browser: Epiphany crashes when sending email from godaddy mail; segmentation fault

2012-04-06 Thread Gustavo Noronha Silva
Hey,

On Wed, 2012-04-04 at 08:23 -0500, Steven Sciame wrote:
 Segmentation fault
 steven@debtop:~$ 

This is not very useful. A back trace would be:

http://wiki.debian.org/HowToGetABacktrace

Thanks,

-- 
Gustavo Noronha Silva k...@debian.org
Debian


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


  1   2   3   4   5   >