Bug#667860: update patch

2012-04-08 Thread Hiroshi Miura
Package: gscan2pdf
Version: 1.0.2-1
Tags: patch

Hi,

I updated my proposal which include

1) support title, tags etc in multi-language.
previous patch has a bug that cause MOJIBAKE in Japanese.
at least, Chinese, Korean and Japanese works.
2) more security consideration
3) check dependencies to wine
4) fix minor bug: gray out when startup
5) now use $SETTING{Title} as title of note.

nixnote have never supported a command line option now.
It is because this patch don't enable nixnote as an option, but
it include a snippet for nixnote.

Could you please find and review an attachment?

Known issues and ToDo:
1) should check an existence of evernote client:
$HOME/.wine/drive_c/Program Files/Evernote/Evernote/ENScript.exe
2) Add GUI button.
3) A nixnote support (nixnote need to have import feature from command line)
4) translations
5) human readable pdf filename

Hiroshi
--- gscan2pdf-1.0.2/bin/gscan2pdf	2012-03-27 20:40:46.0 +0900
+++ gscan2pdf-1.0.2-miura01/bin/gscan2pdf	2012-04-08 10:41:33.903622536 +0900
@@ -146,6 +146,7 @@
 # To sort out LC_NUMERIC and $SIG{CHLD}
 use POSIX qw(locale_h :signal_h :errno_h :sys_wait_h);
 use Locale::gettext 1.05;# For translations
+use Encode;
 
 my $prog_name = 'gscan2pdf';
 my $version   = '1.0.2';
@@ -240,6 +241,9 @@
  push @device_list, { name = $_, label = $_ };
 }
 
+# Get working Locale
+our $wlocale = setlocale(LC_CTYPE);
+
 # Set LC_NUMERIC to C to prevent decimal commas (or anything else) confusing
 # scanimage
 setlocale( LC_NUMERIC, C );
@@ -464,7 +468,7 @@
 # Define application-wide variables here so that they can be referenced
 # in the menu callbacks
 my (
- $slist, $windowi, $windowe, $windows, $windows2, $windowh, $windowo, $windowrn,
+ $slist, $windowi, $windowe, $windowv, $windows, $windows2, $windowh, $windowo, $windowrn,
  $windowu, $vboxd, $labeld, $combobd, $combobp, $vboxm, @undo_buffer,
  @redo_buffer, @undo_selection, @redo_selection, %dependencies,
  %helperTag,
@@ -534,10 +538,15 @@
  ],
  [
   'Email as PDF',  'gtk-edit',
-  $d-get('_Email as PDF'),'controle',
+  $d-get('E_mail as PDF'),'controlm',
   $d-get('Attach as PDF to a new email'), \email
  ],
  [
+  'Send to Evernote',  'gtk-edit',
+  $d-get('Send to _Evernote'),'controle',
+  $d-get('Attach as PDF to your Evernote notebook'), \evernote
+ ],
+ [
   'Print',  'gtk-print', $d-get('_Print'), 'controlp',
   $d-get('Print'), \print_dialog
  ],
@@ -757,6 +766,7 @@
menuitem action='Scan'/
menuitem action='Save'/
menuitem action='Email as PDF'/
+   menuitem action='Send to Evernote'/
menuitem action='Print'/
separator/
menuitem action='Compress'/
@@ -824,6 +834,7 @@
   toolitem action='Scan'/
   toolitem action='Save'/
   toolitem action='Email as PDF'/
+  toolitem action='Send to Evernote'/
   toolitem action='Print'/
   separator/
   toolitem action='Undo'/
@@ -875,6 +886,7 @@
  popup name='Thumb_Popup'
   menuitem action='Save'/
   menuitem action='Email as PDF'/
+  menuitem action='Send to Evernote'/
   menuitem action='Print'/
   separator/
   menuitem action='Renumber'/
@@ -1666,6 +1678,8 @@
  $dependencies{djvu}= check_command('cjb2');
  $dependencies{unpaper} = check_command('unpaper');
  $dependencies{libtiff} = check_command('tiffcp');
+ $dependencies{nixnote} = check_command('nixnote');
+ $dependencies{wine}= check_command('wine');
  $logger-info(Found Image::Magick) if ( $dependencies{perlmagick} );
  $logger-info(Found ImageMagick)   if ( $dependencies{imagemagick} );
  $logger-info(Found scanadf)   if ( $dependencies{scanadf} );
@@ -1676,6 +1690,8 @@
  $logger-info(Found cjb2 (djvu))   if ( $dependencies{djvu} );
  $logger-info(Found unpaper)   if ( $dependencies{unpaper} );
  $logger-info(Found libtiff)   if ( $dependencies{libtiff} );
+ $logger-info(Found nixnote)   if ( $dependencies{nixnote} );
+ $logger-info(Found wine)   if ( $dependencies{wine} );
 
  # OCR engine options
  push @ocr_engine,
@@ -1714,6 +1730,10 @@
  $msg .= $d-get(Email as PDF requires xdg-email\n)
if ( !$dependencies{xdg} );
 
+ # Ghost evernote item if wine or nixnote not available
+ $msg .= $d-get(Send to Evernote requires WINE/evernote or nixnote\n)
+   if ( !$dependencies{wine}  !$dependencies{nixnote} );
+
  # Undo/redo start off ghosted anyway-
  $uimanager-get_widget('/MenuBar/Edit/Undo')-set_sensitive(FALSE);
  $uimanager-get_widget('/MenuBar/Edit/Redo')-set_sensitive(FALSE);
@@ -1723,12 +1743,15 @@
  # save * start off ghosted anyway-
  $uimanager-get_widget('/MenuBar/File/Save')-set_sensitive(FALSE);
  $uimanager-get_widget('/MenuBar/File/Email as PDF')-set_sensitive(FALSE);
+ $uimanager-get_widget('/MenuBar/File/Send to Evernote')-set_sensitive(FALSE);
  $uimanager-get_widget('/MenuBar/File/Print')-set_sensitive(FALSE);
  $uimanager-get_widget('/ToolBar/Save')-set_sensitive(FALSE);
  

Bug#667986: Catalan missing from list of Lat15 languages

2012-04-08 Thread Christian PERRIER
Quoting Robert Millan (r...@debian.org):
 Package: console-setup
 Version: 1.75
 Severity: minor
 Tags: patch
 
 Catalan is missing from the list of languages that can be represented with
 Lat15 character set. Patch attached.


And patch committed..:-)



signature.asc
Description: Digital signature


Bug#658454: Patch for the l10n upload of arno-iptables-firewall

2012-04-08 Thread Christian PERRIER

Dear maintainer of arno-iptables-firewall,

On Friday, March 30, 2012 I sent you a notice announcing my intent to upload an
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Sunday, March 25, 2012.

We finally agreed that you would do the update yourself at the end of
the l10n update round.

That time has come.

To help you out, here's the patch which I would have used for an NMU.
Please feel free to use all of it...or only the l10n part of it.

The corresponding changelog is:


Source: arno-iptables-firewall
Version: 2.0.1-1.1
Distribution: UNRELEASED
Urgency: low
Maintainer: Christian Perrier bubu...@debian.org
Date: Sun, 25 Mar 2012 16:52:40 +0200
Closes: 658454 661989 666776
Changes: 
 arno-iptables-firewall (2.0.1-1.1) UNRELEASED; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
   * Dutch; (Jeroen Schot).  Closes: #658454
   * Danish (Joe Hansen).  Closes: #661989
   * Polish (Michał Kułach).  Closes: #666776

-- 


diff -Nru arno-iptables-firewall-2.0.1.old/debian/changelog arno-iptables-firewall-2.0.1/debian/changelog
--- arno-iptables-firewall-2.0.1.old/debian/changelog	2012-03-25 16:13:18.004028824 +0200
+++ arno-iptables-firewall-2.0.1/debian/changelog	2012-04-01 21:29:09.376021515 +0200
@@ -1,3 +1,13 @@
+arno-iptables-firewall (2.0.1-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+  * Dutch; (Jeroen Schot).  Closes: #658454
+  * Danish (Joe Hansen).  Closes: #661989
+  * Polish (Michał Kułach).  Closes: #666776
+
+ -- Christian Perrier bubu...@debian.org  Sun, 25 Mar 2012 16:52:40 +0200
+
 arno-iptables-firewall (2.0.1-1) unstable; urgency=low
 
   * New upstream release. arno-fwfilter is now installed into /usr/bin.
diff -Nru arno-iptables-firewall-2.0.1.old/debian/po/da.po arno-iptables-firewall-2.0.1/debian/po/da.po
--- arno-iptables-firewall-2.0.1.old/debian/po/da.po	1970-01-01 01:00:00.0 +0100
+++ arno-iptables-firewall-2.0.1/debian/po/da.po	2012-03-25 16:53:34.0 +0200
@@ -0,0 +1,403 @@
+# Danish translation arno-iptables-firewall.
+# Copyright (C) 2012 arno-iptables-firewall  nedenstående oversættere.
+# This file is distributed under the same license as the arno-iptables-firewall package.
+# Joe Hansen (joedalt...@yahoo.dk), 2012.
+#
+msgid 
+msgstr 
+Project-Id-Version: arno-iptables-firewall\n
+Report-Msgid-Bugs-To: michael.ha...@gmail.com\n
+POT-Creation-Date: 2006-10-05 13:39+0200\n
+PO-Revision-Date: 2012-02-11 12:42+\n
+Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
+Language-Team: Danish debian-l10n-dan...@lists.debian.org\n
+Language: da\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+
+#. Type: title
+#. description
+#: ../templates:1001
+msgid arno-iptables-firewall configuration
+msgstr konfiguration af arno-iptables-firewall
+
+#. Type: string
+#. description
+#: ../templates:2001
+msgid External network interfaces:
+msgstr Eksterne netværksgrænseflader:
+
+#. Type: string
+#. description
+#: ../templates:2001
+msgid 
+The external network interfaces connect this machine to untrusted networks 
+(e.g. the Internet). The firewall will only permit connections attempts with 
+explicitly allowed source/destination-port combinations on these interfaces. 
+You have to specify all external interfaces (e.g. eth0 and/or ppp0).
+msgstr 
+De eksterne netværksgrænseflader forbinder denne maskine med utroværdige 
+netværk (f.eks. internettet). Brandmuren vil kun tillade forbindelsesforsøg 
+med eksplicit tilladte portkombinationer for kilde/destination på disse 
+grænseflader. Du skal angive alle eksterne grænseflader (f.eks. eth0 og/
+eller ppp0).
+
+#. Type: string
+#. description
+#: ../templates:2001
+msgid 
+For a ppp-interface that doesn't exist yet you can use the wildcard device 
+called \ppp+\, but you can only use ppp+ if there aren't any other ppp 
+interfaces!
+msgstr 
+For en ppp-grænseflade som endnu ikke findes, kan du bruge jokertegnsenheden 
+kaldt »ppp+«, men du kan kun bruge ppp+ hvis der ikke er andre ppp-
+grænseflader!
+
+#. Type: string
+#. description
+#: ../templates:2001
+msgid 
+If no interfaces are specified here, no firewall setup will be performed.
+msgstr 
+Hvis ingen grænseflader er angivet her, så vil der ikke blive udført en 
+brandmursopsætning.
+
+#. Type: string
+#. description
+#: ../templates:2001
+msgid Multiple interfaces should be specified space separated.
+msgstr Flere grænseflader skal angives adskilt med mellemrum.
+
+#. Type: boolean
+#. description
+#: ../templates:3001
+msgid Is DHCP used on external interfaces?
+msgstr Bruges DHCP på eksterne grænseflader?
+
+#. Type: boolean
+#. description
+#: ../templates:3001
+msgid 
+This machine might use DHCP to dynamically obtain its IP address from your 
+Internet service provider (ISP). This will be almost always the case if you 
+have a non-permanent (e.g. dialup) connection.

Bug#634122: Announce of the upcoming NMU for the websvn package

2012-04-08 Thread Christian PERRIER
Dear maintainer of websvn and Debian translators,

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

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

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

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

The package is currently translated to: 
cs da de es fr it ja ko nl pt pt_BR ru sv vi

Among these, the following translations are incomplete: pt_BR

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

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

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

The POT file is attached to this mail.

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

Otherwise the following will happen (or already has):

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

Thanks for your efforts and time.

-- 


-- 


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

#. Type: boolean
#. Description
#: ../templates:1001
msgid Do you want to configure WebSVN now?
msgstr 

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
WebSVN needs to be configured before its use, ie you must set the locations 
of the repositories.
msgstr 

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
If you want to configure it later, you should run 'dpkg-reconfigure websvn'.
msgstr 

#. Type: string
#. Description
#: ../templates:2001
msgid svn parent repositories:
msgstr 

#. Type: string
#. Description
#: ../templates:2001
msgid 
If you have directories containing svn repositories, enter the location of 
each parent directory you want to appear on websvn page.
msgstr 

#. Type: string
#. Description
#: ../templates:2001
msgid 
You must specify at least one existing subversion repository or WebSVN will 
not work. You can specify single repositories on the next step of the config.
msgstr 

#. Type: string
#. Description
#. Type: string
#. Description
#: ../templates:2001 ../templates:3001
msgid Separate each entry with a comma (,) but NO SPACE or leave empty.
msgstr 

#. Type: string
#. Description
#: ../templates:3001
msgid svn repositories:
msgstr 

#. Type: string
#. Description
#: ../templates:3001
msgid 
Enter the location of each svn repository you want to appear on websvn page.
msgstr 

#. Type: string
#. Description
#: ../templates:3001
msgid 
You must specify at least one existing subversion repository or WebSVN will 
not work, except if you have given a parent path previously.
msgstr 

#. Type: multiselect
#. Choices
#: ../templates:4001
msgid apache, apache-ssl, apache-perl, apache2
msgstr 

#. Type: multiselect
#. Description
#: ../templates:4002
msgid Apache configuration:
msgstr 

#. Type: multiselect
#. Description
#: ../templates:4002
msgid 
WebSVN supports any web server that php4 does, but this automatic 
configuration process only supports Apache.
msgstr 

#. Type: note
#. Description
#: ../templates:5001
msgid Note on permissions
msgstr 

#. Type: note
#. Description
#: ../templates:5001
msgid 
Due to a limitation in the DB format, the 'svnlook' command needs read-write 
access to the repository (to create locks etc). You need to give read-write 
permissions to the user running your webserver on all your repositories.
msgstr 

#. Type: note
#. Description
#: ../templates:5001
msgid 
Another way of avoiding this problem is by creating SVN repositories with 
the --fs-type=fsfs option.  Existing DB repositories can be converted to the 
FSFS 

Bug#668005: [PATCH] didiwiki: Helping to update to packaging format 3.0

2012-04-08 Thread Ignace Mouzannar
On Sun, Apr 8, 2012 at 01:03,  jari.aa...@cante.net wrote:
 Package: didiwiki
 Severity: wishlist
 Tags: patch

 2012-03-04 21:31 Ignace Mouzannar mouzan...@gmail.com:
 |
 | On Sat, Mar 3, 2012 at 02:55,  jari.aa...@cante.net wrote:
 | 
 |    didiwiki
 | 
 |  Please let me know how could I best help to upgrade the packages. I have
 |  a NMU ready if you are working on other issues needing attention
 |
 | Hi Jari,
 |
 | Thank you for taking the time to work on this. I actually already made
 | some changes on the package [1]. I would great if you could send me a
 | diff of your changes so I include them and upload the package this
 | week.

 Hi Ignace,

 Here is the patch. I hope it proves useful[*].

 Thanks for keeping package up to date,

Hi Jari,

Thanks for the reminder. I will be uploading the package very soon.

I will be using the older patch you sent me, as it seems the new
updates you've made, had already been committed on the repo [1].

Thanks again for this.

Cheers,
 Ignace M

[1] https://github.com/ghantoos/debian-didiwiki/tree/master/debian



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



Bug#668007: RFS: cover-thumbnailer/0.8.3-1 [ITP]

2012-04-08 Thread cento
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package cover-thumbnailer

* Package name: cover-thumbnailer
  Version : 0.8.3-1
  Upstream Author : Fabien LOISON f...@flogisoft.com
* URL : http://projects.flogisoft.com/cover-thumbnailer/
* License : GPLv3+
  Section : gnome

It builds those binary packages:

  cover-thumbnailer - Display covers in nautilus

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

http://mentors.debian.net/package/cover-thumbnailer


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

  dget -x
http://mentors.debian.net/debian/pool/main/c/cover-thumbnailer/cover-thumbnailer_0.8.3-1.dsc

More information about cover-thumbnailer can be obtained from
https://answers.launchpad.net/cover-thumbnailer

Changes since the last upload:
This is the a RFS associated to ITP #667842
This version (0.8.3) introduce Nautilus 3.x support.



Regards,
 cento





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



Bug#668008: transition: uw-imap

2012-04-08 Thread Jonas Smedegaard
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

I have prepared a new upstream release of uw-imap.  It includes
libc-client which is requires recompilation of 5 other packages:

libmail-cclient-perl
mailsync
php5
prayer
asterisk

First three build-depend on the virtual libc-client-dev so should do
with a simple binNMU.  Asterisk and prayer need a source change to
depend on new development headers (or to switch to build-depending on
virtual package instead).


 - Jonas



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



Bug#668005: [PATCH] didiwiki: Helping to update to packaging format 3.0

2012-04-08 Thread Jari Aalto
2012-04-08 10:12 Ignace Mouzannar mouzan...@gmail.com:
| On Sun, Apr 8, 2012 at 01:03,  jari.aa...@cante.net wrote:
|  Here is the patch. I hope it proves useful[*].
| 
|  Thanks for keeping package up to date,
|
| Hi Jari,
|
| Thanks for the reminder. I will be uploading the package very soon.
|
| I will be using the older patch you sent me, as it seems the new
| updates you've made, had already been committed on the repo [1].
| [1] https://github.com/ghantoos/debian-didiwiki/tree/master/debian

I took a look the code in github. Here are some more proposed updates.
Notice that README.* is no loger needed with build-in patch management in
3.0 format.

This patch also enables hardening that is a release goal
http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags

Good work and thanks,
Jari

From 574aae2272a670c1f5d75768c7ab51d8b3169afe Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Sun, 8 Apr 2012 11:00:27 +0300
Subject: [PATCH] Hardened build flags and other minor fixes
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 |3 ---
 debian/changelog |   10 ++
 debian/control   |2 +-
 debian/copyright |   10 ++
 debian/didiwiki.init |   21 -
 debian/rules |5 -
 6 files changed, 33 insertions(+), 18 deletions(-)
 delete mode 100644 debian/README.source
 mode change 100644 = 100755 debian/didiwiki.init

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 7f7b2fb..000
--- a/debian/README.source
+++ /dev/null
@@ -1,3 +0,0 @@
-This package uses the dpatch patch management solution.
-For more information about how to use it, please refer to:
-/usr/share/doc/dpatch/README.source.gz
diff --git a/debian/changelog b/debian/changelog
index 4ebaca3..92deb33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,10 +25,20 @@ didiwiki (0.5-10) unstable; urgency=low
 - Update to 9.
   * debian/control
 - Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * debian/copyright
+- Mark project URLs unreachable.
+  * debian/didiwiki.init
+- Adust indent in stop command.
+- Fix init.d-script-does-not-implement-optional-option (Lintian).
   * debian/patches
 - Remove deprecated dpatch and upgrade to packaging format 3.0 quilt.
 - Add patch 92 to pass build with fix hardened build flags.
   http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
+  * debian/rules
+- Add hardened build flags; see
+  http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
+  * debian/README.source
+- Delete; no longer needed with package format 3.0.
 
  -- Ignace Mouzannar mouzan...@gmail.com  Wed, 14 Mar 2012 09:55:53 +0400
 
diff --git a/debian/control b/debian/control
index 38aa10c..f3ce8ed 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
 Priority: optional
 Maintainer: Ignace Mouzannar mouzan...@gmail.com
 Build-Depends: debhelper (= 9)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.3.1
 
 Package: didiwiki
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 894ba34..14dd2bd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,13 @@
 This package was debianised by Hanna Wallach hm...@cam.ac.uk on Wed,
 12 Jan 2005 23:13:30 -0500.
 
-It was downloaded from http://didiwiki.org/
+Note: Dead project.
 
-Note: The upstream URL is not availabe anymore, now it's a spam-site.
-This software can be downloaded from: 
- http://svn.o-hand.com/repos/didiwiki/trunk/
+The upstream sources is no longer in 2012-04-08 at any of these places:
+
+http://didiwiki.org (Spam site)
+http://svn.o-hand.com/repos/didiwiki/trunk/ (Domain not found)
+http://freecode.com/projects/didiwiki
 
 Upstream Authors: Matthew Allum mal...@o-hand.com
   Carsten Graeser c.g.ber...@web.de
diff --git a/debian/didiwiki.init b/debian/didiwiki.init
old mode 100644
new mode 100755
index 2f73fca..4e5616e
--- a/debian/didiwiki.init
+++ b/debian/didiwiki.init
@@ -37,16 +37,19 @@ check_enable_daemon_option() {
 }
 
 case $1 in
+  status)
+	status_of_proc /usr/bin/didiwiki didiwiki
+	;;
   start)
-  if check_enable_daemon_option; then
-	echo -n Starting $DESC: 
-	start-stop-daemon --start -b -m -c didiwiki --quiet --pidfile \
-	$PIDFILE --exec $DAEMON -- --home=/var/lib/didiwiki \
---listen=$LISTEN
-	echo $NAME.
-  else
-  RET=1
-  fi
+	if check_enable_daemon_option; then
+		echo -n Starting $DESC: 
+		start-stop-daemon --start -b -m -c didiwiki --quiet --pidfile \
+		$PIDFILE --exec $DAEMON -- --home=/var/lib/didiwiki \
+	  	--listen=$LISTEN
+		echo $NAME.
+	else
+		RET=1
+	fi
 	;;
   stop)
 	echo -n Stopping $DESC: 
diff --git a/debian/rules b/debian/rules
index 5d5f603..8dbbe45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
 

Bug#668009: [PATCH] yorick-soy: Helping to update to packaging format 3.0

2012-04-08 Thread jari . aalto
Package: yorick-soy
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 8a16b5d88e3507725d792eb5deb5533966d374d4 Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Wed, 29 Feb 2012 13:24:55 -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/changelog   |8 
 debian/compat  |2 +-
 debian/control |4 ++--
 debian/patches/00list  |1 -
 .../patches/{01_checki.dpatch = 01_checki.patch}  |8 ++--
 debian/patches/series  |1 +
 debian/rules   |   10 --
 debian/source/format   |1 +
 8 files changed, 19 insertions(+), 16 deletions(-)
 delete mode 100644 debian/patches/00list
 rename debian/patches/{01_checki.dpatch = 01_checki.patch} (54%)
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index 8e3aef7..0af44b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+yorick-soy (1.2.01-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove deprecated dpatch and upgrade to packaging format 3.0 quilt.
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+
+ -- Jari Aalto jari.aa...@cante.net  Wed, 29 Feb 2012 13:21:16 -0500
+
 yorick-soy (1.2.01-2) unstable; urgency=low
 
   * debian/control:
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 c175cf4..fdaaa93 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: yorick-soy
 Section: math
 Priority: optional
 Maintainer: Thibaut Paumard paum...@users.sourceforge.net
-Build-Depends: debhelper (= 5.0.0), yorick-dev (= 2.1.05+dfsg-2~bpo40+1), dpatch
-Standards-Version: 3.7.3.0
+Build-Depends: debhelper (= 9), yorick-dev (= 2.1.05+dfsg-2~bpo40+1)
+Standards-Version: 3.9.3
 XS-DM-Upload-Allowed: yes
 
 Package: yorick-soy
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 6fe2700..000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-01_checki
diff --git a/debian/patches/01_checki.dpatch b/debian/patches/01_checki.patch
similarity index 54%
rename from debian/patches/01_checki.dpatch
rename to debian/patches/01_checki.patch
index 4696174..233015e 100644
--- a/debian/patches/01_checki.dpatch
+++ b/debian/patches/01_checki.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_checki.dpatch by Thibaut Paumard paum...@users.sourceforge.net
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Change soy/soy.i to soy.i in check.i
+From: Thibaut Paumard paum...@users.sourceforge.net
+Subject: Change soy/soy.i to soy.i in check.i
 
-@DPATCH@
 
 diff -urN orig/check.i tp/check.i
 --- orig/check.i	2006-05-11 22:50:14.237782544 +0200
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..6fffc8b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_checki.patch
diff --git a/debian/rules b/debian/rules
index 194582f..8eebbe6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,14 +9,13 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
 
 Makefile:
 	yorick -batch make.i
 
 
 configure: configure-stamp
-configure-stamp: patch-stamp Makefile
+configure-stamp: Makefile
 	dh_testdir
 	touch configure-stamp
 
@@ -27,12 +26,11 @@ build-stamp: configure-stamp
 	$(MAKE)
 	touch build-stamp
 
-clean: clean-patched unpatch
-clean-patched: Makefile
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	$(MAKE) clean
+	-$(MAKE) clean
 	-rm Makefile
 	dh_clean 
 
@@ -59,4 +57,4 @@ binary-arch: build install
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean clean-patched binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install configure
diff --git a/debian/source/format b/debian/source/format
new file mode 

Bug#667979: libtokyocabinet9: TokyoCabinet got endianness in DB wrong on both big- and little-endian architectures

2012-04-08 Thread Tobias Frost
Package: libtokyocabinet9
Followup-For: Bug #667979

Hallo Mikhail,

thanks for reporting this issue. Always enable swab of course seems not not make
sense, however I cannot tell the reasons of the then-maintainer.

Basically we have three options here:
1) Go for little-endian for all archs
2) Go for big-endian fot all archs
3) Use the native endieness of the architecture

If we go for a dedicated endianess I think it should be little-endian because
the mayor archs running this endianess. So I would rule out 2)

However this sacrifies those users which are not interested in having a portable
database but running on a big-endian machine. This would be option #3 but would
sacrifies the portable db feature. (Honestly, I do not know if this feature is
widely used Therefore I'm slightly in favour of 3).

Let me know your opinion.

coldtobi



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



Bug#369287: closed by Camm Maguire c...@maguirefamily.org (mpirun.lam: stdout from remote nodes doesn't make it to the tty)

2012-04-08 Thread Sergio Gelato
* Camm Maguire [2012-04-06 14:01:32 -0400]:
 reopen 369287

Why? I exaplicitly did not ask you to do that.

  That said, I'm not going to reopen at this time because I'm no longer
  interested in verifying that the problem persists. Our clusters no longer
  run Debian, and our users have mostly moved on to OpenMPI (we don't even 
  install lam4-dev any more). It is conceivable, though not exactly obvious 
  from reading the HISTORY file, that this bug was fixed in 7.1.2. Had you
 
 to what entry are you referring?

My wording may have been unfortunate. What I meant to say was that I could
not find any entry in the HISTORY file that obviously covered this issue,
but that it does not follow that the problem still exists. Only testing,
or an understanding of the root cause of the problem, would help settle that.

  written that you tried and failed to reproduce the problem in the latest
  release, that would have been a more convincing reason for closing the bug.
 
 
 Alas, I no longer have cluster access, and never did to an amd64
 cluster.

It can't be very easy to maintain this package without access to a suitable
test environment.

I've just set up a pair of virtual machines, running squeeze (actually two
pairs, one i386 and one amd64), tried *and failed* to reproduce the problem.
So either it's fixed or its nature is such that it no longer manifests
itself in the same way. In either case this bug report can be closed since
the bug has only been observed in releases of Debian that are no longer
supported.



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



Bug#668010: dh-apparmor: Creates packages that cannot be installed on systems without apparmor

2012-04-08 Thread intrigeri
Package: dh-apparmor
Version: 2.7.0-1
Severity: important
Tags: patch

Hi,

the postinst snippet generated by dh_apparmor unconditionally runs
aa-status --enabled. On Debian systems, aa-status may not be
available. The attach patch takes care of this possible situation.

However, even with that patch applied, the generated packages won't
ever reload profiles, due to #661153. This is a different problem, but
one that, if solves, may also solve the bug I am reporting. Maybe we
should make the dh_apparmor postinst snippet not depend on aa-status
at all, and instead do something that would be roughly(?) equivalent,
in the current state of Debian unstable, that is check that
/sys/kernel/security/apparmor/ exists, and grep /proc/cmdline for
apparmor=1?

Cheers,
--
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc

=== modified file 'debian/debhelper/postinst-apparmor'
--- debian/debhelper/postinst-apparmor	2012-01-12 22:55:48 +
+++ debian/debhelper/postinst-apparmor	2012-04-08 07:39:18 +
@@ -16,7 +16,7 @@
 }
 
 # Reload the profile, including any abstraction updates
-if aa-status --enabled 2/dev/null; then
+if type aa-status /dev/null  aa-status --enabled 2/dev/null; then
 apparmor_parser -r -T -W $APP_PROFILE || true
 fi
 fi



Bug#668011: gstreamer0.10-plugins-ugly: FTBFS

2012-04-08 Thread Adrian Bunk
Package: gstreamer0.10-plugins-ugly
Version: 0.10.19-1
Severity: serious

In a fresh amd64 sid chroot:

--  snip  --

$  dpkg-buildpackage

libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. 
-D_FORTIFY_SOURCE=2 -DGST_USE_UNSTABLE_API -pthread 
-I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -pthread 
-I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
-I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-0.10 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS 
-DG_DISABLE_ASSERT -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith 
-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings 
-Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self 
-Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar 
-Wnested-externs -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Wformat-security -Werror=format-secu
 rity -Wall -Wno-error -c amrnb.c  -fPIC -DPIC -o .libs/libgstamrnb_la-amrnb.o
In file included from amrnb.c:24:0:
amrnbdec.h:25:24: fatal error: interf_dec.h: No such file or directory
compilation terminated.
make[4]: *** [libgstamrnb_la-amrnb.lo] Error 1
make[4]: Leaving directory `/tmp/gst-plugins-ugly0.10-0.10.19/ext/amrnb'
make[3]: *** [amrnb] Error 2
make[3]: Leaving directory `/tmp/gst-plugins-ugly0.10-0.10.19/ext'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/gst-plugins-ugly0.10-0.10.19'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/gst-plugins-ugly0.10-0.10.19'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
$ 

--  snip  --



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



Bug#668012: lam-runtime: lamhalt(1) man page wasn't generated correctly

2012-04-08 Thread Sergio Gelato
Package: lam-runtime
Version: 7.1.2-2
Severity: minor

Instead of the expected description of the lamhalt command,
/usr/share/man/man1/lamhalt.1.gz contains the following text:

ERROR: ld.so: object 'libfakeroot\-sysv.so' from LD_PRELOAD cannot be 
preloaded: ignored.
\fB\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\fR
*** Oops \fB\-\-\fR I cannot open the LAM help file.
*** I tried looking for it in the following places:
***
***   $HOME/lam\-helpfile
***   $HOME/lam\-7.1.2\-helpfile
***   $HOME/etc/lam\-helpfile
***   $HOME/etc/lam\-7.1.2\-helpfile
***   $LAMHELPDIR/lam\-helpfile
***   $LAMHELPDIR/lam\-7.1.2\-helpfile
***   $LAMHOME/etc/lam\-helpfile
***   $LAMHOME/etc/lam\-7.1.2\-helpfile
***   $SYSCONFDIR/lam\-helpfile



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



Bug#668013: lamboot doesn't recognise 127.0.1.1 as a local address

2012-04-08 Thread Sergio Gelato
Package: lam-runtime
Version: 7.1.2-2

By default, the Debian installer sets up an entry in /etc/hosts mapping the
local host's name to the IP address 127.0.1.1. See Debian bug #316099.

This causes lamboot to fail with the following message when the hostfile
contains the name of the local host:

The boot SSI rsh module found that your local host is not in the 
hostfile hostfile.

The local host name *must* be in the list of hosts in the hostfile.
In other words, you must boot LAM from a node that will be part of the
universe.

Commenting out the 127.0.1.1 line in /etc/hosts makes the problem disappear,
as does replacing 127.0.1.1 with the external IP address of the local host.



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



Bug#655737: Please enabled hardened build flags

2012-04-08 Thread Moritz Mühlenhoff
On Fri, Jan 13, 2012 at 06:55:26PM +0100, Moritz Muehlenhoff wrote:
 Source: netpbm-free
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patches attached:
 netpbm-format1.patch, netpbm-format2.patch and netpbm-format3.patch
 fix missing format string exposed by the hardened build flags.
 
 netpbm-harden1.patch, netpbm-harden2.patch and netpbm-harden3.patch
 inject hardened build flags into the strange and convoluted build
 system of netpbm.

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#666714: This bug is clearly RC

2012-04-08 Thread Adrian Bunk
severity 666714 grave
thanks

Something as basic as emacs -nw hangs using 100% CPU.

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed




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



Bug#656859: Please enabled hardened build flags

2012-04-08 Thread Moritz Mühlenhoff
On Sun, Jan 22, 2012 at 02:49:16PM +0100, Moritz Muehlenhoff wrote:
 Package: pdns-recursor
 Version: 3.3-2
 Severity: important
 Tags: patch
 
 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#668014: [PATCH] wmnet: Helping to enable hardened build flags

2012-04-08 Thread jari . aalto
Package: wmnet
Severity: normal
Tags: patch

Hi,

The hardened build flags is one of the release goals of forthcoming
Debian releases. Number of security problems in the past have been
identified on packages that hadn't been fortified. For more
information, see:

http://lists.debian.org/debian-devel-announce/2012/02/msg00016.html
http://lists.debian.org/debian-dpkg/2011/09/msg00013.html
http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags

See attached patch to help to migrate to dh(1) and hardened build flags.

Thanks,
Jari

From fe182849780709f8218dfb7123ef365b646eeaa8 Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Sun, 8 Apr 2012 11:51:39 +0300
Subject: [PATCH] harden
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   |4 +-
 debian/copyright |2 +-
 debian/rules |   63 ++---
 5 files changed, 26 insertions(+), 55 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dfa366f..471f863 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+wmnet (1.06-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Bump Standards-Version to 3.9.3.1
+  * Update to debhelper 9 to use hardened build flags.
+  * Migrate to dh(1) in debian/rules and enable hardened build flags
+http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
+
+ -- Jari Aalto jari.aa...@cante.net  Sun, 08 Apr 2012 11:33:19 +0300
+
 wmnet (1.06-1) unstable; urgency=low
 
   * New upstream version
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 45dd835..7f06508 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: wmnet
 Section: x11
 Priority: optional
 Maintainer: Martin Lazar mla...@email.cz
-Standards-Version: 3.9.3
-Build-Depends: debhelper (= 5), libx11-dev, libxext-dev, xutils-dev
+Standards-Version: 3.9.3.1
+Build-Depends: debhelper (= 9), libx11-dev, libxext-dev, xutils-dev
 Homepage: http://www.katharineosborne.com/wmnet/
 
 Package: wmnet
diff --git a/debian/copyright b/debian/copyright
index bb92029..2108304 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,5 +23,5 @@ Licence:
 great, but please send me the diff.  
 
 On a Debian system the complete text of the GNU General Public License
-can be found in the file `/usr/share/common-licenses/GPL'
+can be found in the file `/usr/share/common-licenses/GPL-2'
 
diff --git a/debian/rules b/debian/rules
index 1003fe6..913d25e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,59 +1,20 @@
 #!/usr/bin/make -f
-# Made with the aid of debmake, by Christoph Lameter,
-# based on the sample debian/rules file for GNU hello by Ian Jackson.
-# Handmodified by P. Frauenfelder for debhelper support, 5 Sept 1998
 
-build: build-arch build-indep
-build-arch: build-stamp
-build-indep: build-stamp
-build-stamp:
-	dh_testdir
+export DEB_BUILD_MAINT_OPTIONS	= hardening=+all
+export DEB_CFLAGS_MAINT_APPEND	= -Wall
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
-	xmkmf
-	make
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
+export CC := $(CC) $(CFLAGS) $(CPPFLAGS)
 
+override_dh_auto_build:
 	xmkmf
-	make clean
-	
-	rm Makefile
-
-	dh_clean
+	dh_auto_build -- CCLINK=$(CC) $(LDFLAGS)
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	make install DESTDIR=$(CURDIR)/debian/wmnet
-
-binary-indep: build install
-# There are no architecture-independent files to be uploaded
-# generated by this package.  If there were any they would be
-# made here.
+override_dh_auto_clean:
+	xmkmf
+	dh_auto_clean
 
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs	Changelog
-	dh_installdocs		README
-	dh_installmenu
-	dh_installman		wmnet.man
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+%:
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: binary binary-arch binary-indep clean build install
+# End of file
-- 
1.7.9.1



Bug#667998: leafnode: fetchnews segfaults

2012-04-08 Thread Moritz Mühlenhoff
severity 667998 grave
thanks

On Sun, Apr 08, 2012 at 02:10:46AM +0200, Jose Antonio Ortega Ruiz wrote:
 Package: leafnode
 Version: 1.11.8-2
 Severity: important
 
 Dear Maintainer,
 
 After the last update, running fetchnews just segfaults; this is from
 my console:
 
   Apr  8 01:52:05 rivendell kernel: [33470.343271] fetchnews[23678]:
   segfault at 0 ip b75b3441 sp bfc78b4c error 4 in 
 libc-2.13.so[b753d000+156000]
 
 When i try to connect to leafnode from Gnus the connection is rejected
 without any logs in /var/log/news, so i'm guessing there's a segfault
 somewhere there too.

Confirmed. Raising severity.

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#668015: netbeans: cannot add new components to subversion-controlled project

2012-04-08 Thread Ignacio Díez
Package: netbeans
Version: 7.0.1+dfsg1-5
Severity: important

When I try to add a new class or a new package to a project, a dialog appears.
After entering the information, I click the Finish button, but the dialog
remains on screen, with its buttons disabled (greyed out) except for the Help
button, and nothing ever happens. I have to close it by pressing the ESC key.

This bug only applies when working on a subversion-controlled project. I
downloaded Netbeans 7.01 and 7.1.1 from the official site, and they work fine
too.

According to netbeans maintainers, there must be something wrong with the
debian-package installation. More information can be found at:
http://netbeans.org/bugzilla/show_bug.cgi?id=210759




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

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

Versions of packages netbeans depends on:
ii  default-jdk [java6-sdk]1:1.6-47
ii  libnb-apisupport3-java 7.0.1+dfsg1-5
ii  libnb-ide14-java   7.0.1+dfsg1-5
ii  libnb-java5-java   7.0.1+dfsg1-5
ii  libnb-platform13-java  7.0.1+dfsg1-5
ii  openjdk-6-jdk [java6-sdk]  6b24-1.11.1-3

netbeans recommends no packages.

netbeans 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#658909: [pkg-kolab] kolabd REMOVED from testing

2012-04-08 Thread Moritz Mühlenhoff
On Mon, Mar 26, 2012 at 10:35:49AM +0200, Mathieu Parent wrote:
 Hi,
 
 Julien:
  rm hints added.
 
 This is a bit rude (not your fault). AFAIK, we * haven't be notified
 of this removal.
 
 [*]: the pkg-kolab maintainers (no mention of it in #647221, for example)
 
 Moritz:
  They are as unmaintained as kolab-cyrus-imapd and virtually unused
 in popcon. Let's just drop them along.
 
 How do you know that they are unmaitained? kolab-cyrus-imapd is in a
 bad shape, but this primarly comes from its parent package
 (cyrus-imapd-2.2, now removed from tesing/unstable). Others are in
 good shape.

You introduced a package, which forks a security-sensitive package
w/o telling the Security Team about it. If we had noticed this before
the Squeeze release, we would've filed an RC bug.

We've had three DSAs for cyrus-imapd-2.2 since the Squeeze release and
you never contacted us to help prepare updated packages etc.

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

2012-04-08 Thread jari . aalto
Package: xsnow
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 fe182849780709f8218dfb7123ef365b646eeaa8 Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Sun, 8 Apr 2012 11:51:39 +0300
Subject: [PATCH] harden
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   |4 +-
 debian/copyright |2 +-
 debian/rules |   63 ++---
 5 files changed, 26 insertions(+), 55 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dfa366f..471f863 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+wmnet (1.06-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Bump Standards-Version to 3.9.3.1
+  * Update to debhelper 9 to use hardened build flags.
+  * Migrate to dh(1) in debian/rules and enable hardened build flags
+http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
+
+ -- Jari Aalto jari.aa...@cante.net  Sun, 08 Apr 2012 11:33:19 +0300
+
 wmnet (1.06-1) unstable; urgency=low
 
   * New upstream version
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 45dd835..7f06508 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: wmnet
 Section: x11
 Priority: optional
 Maintainer: Martin Lazar mla...@email.cz
-Standards-Version: 3.9.3
-Build-Depends: debhelper (= 5), libx11-dev, libxext-dev, xutils-dev
+Standards-Version: 3.9.3.1
+Build-Depends: debhelper (= 9), libx11-dev, libxext-dev, xutils-dev
 Homepage: http://www.katharineosborne.com/wmnet/
 
 Package: wmnet
diff --git a/debian/copyright b/debian/copyright
index bb92029..2108304 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,5 +23,5 @@ Licence:
 great, but please send me the diff.  
 
 On a Debian system the complete text of the GNU General Public License
-can be found in the file `/usr/share/common-licenses/GPL'
+can be found in the file `/usr/share/common-licenses/GPL-2'
 
diff --git a/debian/rules b/debian/rules
index 1003fe6..913d25e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,59 +1,20 @@
 #!/usr/bin/make -f
-# Made with the aid of debmake, by Christoph Lameter,
-# based on the sample debian/rules file for GNU hello by Ian Jackson.
-# Handmodified by P. Frauenfelder for debhelper support, 5 Sept 1998
 
-build: build-arch build-indep
-build-arch: build-stamp
-build-indep: build-stamp
-build-stamp:
-	dh_testdir
+export DEB_BUILD_MAINT_OPTIONS	= hardening=+all
+export DEB_CFLAGS_MAINT_APPEND	= -Wall
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
-	xmkmf
-	make
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
+export CC := $(CC) $(CFLAGS) $(CPPFLAGS)
 
+override_dh_auto_build:
 	xmkmf
-	make clean
-	
-	rm Makefile
-
-	dh_clean
+	dh_auto_build -- CCLINK=$(CC) $(LDFLAGS)
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	make install DESTDIR=$(CURDIR)/debian/wmnet
-
-binary-indep: build install
-# There are no architecture-independent files to be uploaded
-# generated by this package.  If there were any they would be
-# made here.
+override_dh_auto_clean:
+	xmkmf
+	dh_auto_clean
 
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs	Changelog
-	dh_installdocs		README
-	dh_installmenu
-	dh_installman		wmnet.man
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+%:
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: binary binary-arch binary-indep clean build install
+# End of file
-- 
1.7.9.1



Bug#665249: parcimonie: FTBFS: failed test

2012-04-08 Thread Lucas Nussbaum
On 07/04/12 at 20:56 +0200, intrigeri wrote:
 tags 665249 + unreproducible
 thanks
 
 Hi Lucas,
 
 Lucas Nussbaum wrote (22 Mar 2012 16:40:49 GMT) :
  During a rebuild of all packages in sid, your package failed to
  build on amd64.
 
 What kind of network connection is available on the system were the
 rebuild was done?
 
 The failing test looks like a network error. This test is guarded by
 LWP::Online to run only when a working Internet connection
 is available.
 
 Did this rebuild run on a system that has, say, outgoing HTTP allowed,
 but outgoing x-hkp:// blocked?

I don't think so. Despite what the footer of the bug report says, the
rebuild was done on Amazon EC2, and I'm not aware of any network
restriction on the build nodes. However, the nodes are NATed, so maybe
x-hkp is blocked due to that.

Lucas



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



Bug#667602: confirmed in my machine

2012-04-08 Thread haida xu
Same thing happened in my machine. After update my machine yestoday
for debian wheezy,I can't start scilab and get the following error:


警告:不能发现Java包'/usr/share/java//jrosetta-API.jar'。
在装载Java库时发生了一些错误。
这可能导致不正确的行为。
请检查SCI/etc/classpath.xml。

(process:2750): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Cannot create Scilab Console.
Check if the thirdparties are available (JoGL/JRosetta...).
See SCI/etc/classpath.xml for default paths.
Could not find class: com/artenum/rosetta/interfaces/ui/GuiComponent

my scilab version:Scilab version 5.3.3.1311149487

jrosseta version: 1.0.4-3



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



Bug#668017: mime-support: cater for aliases/misspellings

2012-04-08 Thread martin f krafft
Package: mime-support
Version: 3.52-1
Severity: wishlist

Apple engineers seemingly misread RFC 1341 and consequently used
image/jpg as MIME type for JPEG files, rather than the standard
image/jpeg.

Instead of filing a hundred reports against all image viewers in
Debian, I think that mime-support should sport a way to define
image/jpg and (image/pjpeg, since Microsoft engineers also cannot
read) to be aliases for image/jpeg and treated exactly the same way.

For instance, this could be achieved with a new record like

  image/jpg; aliasfor=image/jpeg

This could also be used to simplify /etc/mailcap quite a lot, e.g.

  application/x-pdf → application/pdf
  audio/x-wav → audio/wav
  image/targa → image/tga
  application/x-ogg → application/ogg
  …

Thoughts?

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

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

mime-support depends on no packages.

Versions of packages mime-support recommends:
ii  file  5.11-1

mime-support suggests no packages.

-- no debconf information


-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#666714: This bug is clearly RC

2012-04-08 Thread Sven Joachim
Am 08.04.2012 um 10:46 schrieb Adrian Bunk:

 severity 666714 grave
 thanks

 Something as basic as emacs -nw hangs using 100% CPU.

I think this is the same problem as #91.  Can you confirm that it's
fixed in 23.4+1-3?

Cheers,
   Sven



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



Bug#668018: remmina: should depend on dbus-x11

2012-04-08 Thread Frank lin Piat
Package: remmina
Version: 1.0.0-3
Severity: normal

Dear Maintainer,

What led up to the situation ?
 I installed remmina on a minimalist system...

What exactly did you do (or not do) that was effective (or ineffective) ?
 It happens that remmina requires dbus-x11 to work:
   remmina -h
   Error spawning command line `dbus-launch --autolaunch=01c83765a499d58402e3
   0f031000 --binary-syntax --close-stderr': Failed to execute child 
   process dbus-launch (No such file or directory)

  What was the outcome of this action?
apt-get install dbus-x11

Then remmina starts


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (101, 'unstable')
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 remmina depends on:
ii  libatk1.0-0 2.2.0-2
ii  libc6   2.13-27
ii  libcairo2   1.10.2-7
ii  libgcrypt11 1.5.0-3
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libglib2.0-02.30.2-6
ii  libgtk-3-0  3.2.3-1
ii  libpango1.0-0   1.29.4-3+b1
ii  libssh-40.5.2-1
ii  libvte-2.90-9   1:0.30.1-4
ii  libx11-62:1.4.4-4
ii  remmina-common  1.0.0-3

Versions of packages remmina recommends:
ii  remmina-plugin-rdp  1.0.0-3
ii  remmina-plugin-vnc  1.0.0-3

remmina 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#632404: xfwm4: no longer starts after xfce4 upgrade; possible interaction with gnome-terminal?

2012-04-08 Thread Dominik George
Package: xfwm4
Version: 4.8.3-1
Followup-For: Bug #632404

I can confirm that this bug exists.

Moreover, after removing all of XFCE's directories in $HOME, it comes up nicely 
again with
xfwm4 in the default session, but, reproducable, after 5 logins, xfwm4 is 
droppen from the
session for no obvious reason.

-- 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 xfwm4 depends on:
ii  libc6 2.13-27
ii  libdbus-glib-1-2  0.98-1
ii  libgdk-pixbuf2.0-02.24.1-1
ii  libglib2.0-0  2.30.2-6
ii  libgtk2.0-0   2.24.10-1
ii  libpango1.0-0 1.29.4-3+b1
ii  libstartup-notification0  0.12-1
ii  libwnck22 2.30.7-1
ii  libx11-6  2:1.4.4-4
ii  libxcomposite11:0.4.3-2
ii  libxdamage1   1:1.1.3-2
ii  libxext6  2:1.3.0-3
ii  libxfce4ui-1-04.8.1-1
ii  libxfce4util4 4.8.2-1
ii  libxfconf-0-2 4.8.1-1
ii  libxfixes31:5.0-4
ii  libxrandr22:1.3.2-2
ii  libxrender1   1:0.9.6-2

Versions of packages xfwm4 recommends:
ii  librsvg2-common  2.34.2-3
ii  xfwm4-themes 4.6.0-3

Versions of packages xfwm4 suggests:
ii  xfce4  4.8.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#666714: This bug is clearly RC

2012-04-08 Thread Adrian Bunk
On Sun, Apr 08, 2012 at 11:49:15AM +0200, Sven Joachim wrote:
 Am 08.04.2012 um 10:46 schrieb Adrian Bunk:
 
  severity 666714 grave
  thanks
 
  Something as basic as emacs -nw hangs using 100% CPU.
 
 I think this is the same problem as #91.  Can you confirm that it's
 fixed in 23.4+1-3?

Thanks, confirmed.

 Cheers,
Sven

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed




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



Bug#668019: libglib2.0-0 needs a Breaks: emacs23 ( 23.4+1-3)

2012-04-08 Thread Adrian Bunk
Package: libglib2.0-0
Version: 2.32.0-3
Severity: normal

#91 is a serious breakage of emacs23 when upgrading libglib2.0-0
without also upgrading emacs23 (note that breakage is from a user
perspective, the actual bug seems to be in emacs).



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



Bug#667416: wpasupplicant: ftbfs with GCC-4.7

2012-04-08 Thread Kel Modderman
 tag 667416 patch
 thanks
 
 Matthias Klose d...@debian.org (03/04/2012):
  Package: wpasupplicant
  Version: 0.7.3-6
  Severity: important
  Tags: sid wheezy
  User: debian-...@lists.debian.org
  Usertags: ftbfs-gcc-4.7
 
 Hi,
 
 please find attached a patch to fix this FTBFS. FTR, I don't plan to NMU.


Thanks both for the bug report/patch.

Kel



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



Bug#668020: remmina-plugin-vnc: Remmina window is completely grey in VNC window fit remote resolution

2012-04-08 Thread Frank lin Piat
Package: remmina-plugin-vnc
Version: 1.0.0-3
Severity: normal

Dear Maintainer,

 What led up to the situation?
Connect from Remmina 1.0.0-3 to Vino 3.2.2-1+b1 (both are wheezy version)
using VNC. Once you are connected, click on Window fit remote resolution
button...
The content of the window goes completely grey.

 What exactly did you do (or not do) that was effective (or ineffective)
I tried various settings... it didn't help.

 What was the outcome of this action?
I have to adjust the window size manually rather that use this button.


Note that once the window is grey, Remmina's buttons aren't visible anymore
(they are grey too!). It is still possible to press Ctrl-R F to swith
full screen mode... which works properly.

Also, closing the grey window and re-establishing a connection doesn't
help because the window is still grey. One can go to the
  Connection settings  Advanced  Horizontal Scale
the slightly change the window ratio.


Regards,

Franklin


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (101, 'unstable')
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 remmina-plugin-vnc depends on:
ii  libatk1.0-02.2.0-2
ii  libc6  2.13-27
ii  libcairo2  1.10.2-7
ii  libglib2.0-0   2.30.2-6
ii  libgtk-3-0 3.2.3-1
ii  libpango1.0-0  1.29.4-3+b1
ii  libvncserver0  0.9.8.2-2
ii  remmina1.0.0-3

remmina-plugin-vnc recommends no packages.

remmina-plugin-vnc 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#666714: This bug is clearly RC

2012-04-08 Thread Sven Joachim
forcemerge 91 666714
thanks

Am 08.04.2012 um 12:07 schrieb Adrian Bunk:

 On Sun, Apr 08, 2012 at 11:49:15AM +0200, Sven Joachim wrote:
 
 I think this is the same problem as #91.  Can you confirm that it's
 fixed in 23.4+1-3?

 Thanks, confirmed.

Okay, merging the bugs.

Cheers,
   Sven



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



Bug#172311: Sea rch for hot members n ear you for sex!

2012-04-08 Thread JIMMY CHANDLER
Sea rch for hot members n ear you for sex!

https://docs.google.com/document/d/1Z1nqYW7vXuWuJoSDD88Hr4XFiizRFx_8sqwjHVczADY/edit












-
To stop receivijng messages from us please sjend an email to oeqz0215 [at] 
gmail [dot] com with the word REM0VE in the subject linej.



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



Bug#659595: open-vm-dkms: Indeed it tries to load libproc-ng-3.3.1.so. I don't know what kind of effect this failure has.

2012-04-08 Thread K Rao
Package: open-vm-dkms
Version: 2:8.8.0+2011.12.20-562307-1
Followup-For: Bug #659595

Dear Maintainer,

I started this bug report because actually I was not aware this issue was 
submited already.
So I am not sure this will be of much help :)
In any case please feel free to ask for further details if this would be of 
help.

Kind regards


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

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

Versions of packages open-vm-dkms depends on:
ii  dkms  2.2.0.3-1
ii  make  3.81-8.1

Versions of packages open-vm-dkms recommends:
ii  open-vm-tools  2:8.8.0+2011.12.20-562307-1

Versions of packages open-vm-dkms suggests:
pn  open-vm-toolbox  none

-- 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#645547: [i915] intermittent memory corruption after hibernation unless i915.modeset=0

2012-04-08 Thread Kjö Hansi Glaz
On Fri, Mar 30, 2012 at 12:44:52PM -0500, Jonathan Nieder wrote:
 tags 645547 + upstream patch
 quit
 
 Kjö Hansi Glaz wrote:
 
  I tried appending `i915.modeset=0` and thus falling back to vesa makes
  hibremation/resume working.
 
  I also tested 3.2.0-rc4 from experimetal (with modesetting enabled) and
  experience the same kind of problems that with 3.1.0. Sometimes
  processes segfault, sometimes the whole kernel hangs.
 
 Thanks again for tracking this down.  Please test the attached patch
 against a 3.2.y kernel, such as the one from sid. 

From my experience of a dozen of hibernate/resume cycles, this patch works.

Thanks for following this bug!



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



Bug#668021: directvnc: Couldn't parse the keyboard mapping file

2012-04-08 Thread Frank lin Piat
Package: directvnc
Version: 0.7.7-1
Severity: normal

Dear Maintainer,


when I run directvnc, I get the error:

  Couldn't parse the keyboard mapping file

Could you explain in the README.Debian how build those mapping.
(or even better... build them when the package is installed)

Regards,

Franklin

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (101, 'unstable')
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 directvnc depends on:
ii  libc6  2.13-27
ii  libdirectfb-1.2-9  1.2.10.0-4.3
ii  libjpeg8   8d-1
ii  zlib1g 1:1.2.6.dfsg-2

Versions of packages directvnc recommends:
ii  x11proto-core-dev  7.0.22-1

directvnc 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#668022: Please enable hardened build flags

2012-04-08 Thread Moritz Muehlenhoff
Package: heimdal
Severity: important
Tags: patch

Please enable hardened build flags through dpkg-buildflags.See
http://lists.debian.org/debian-devel-announce/2012/02/msg00016.html
for details.

Patch attached.

Cheers,
Moritz
diff -aur heimdal-1.6~git20120311.dfsg.1.harden/debian/rules heimdal-1.6~git20120311.dfsg.1/debian/rules
--- heimdal-1.6~git20120311.dfsg.1.harden/debian/rules	2012-03-29 01:51:43.0 +0200
+++ heimdal-1.6~git20120311.dfsg.1/debian/rules	2012-04-08 12:22:45.0 +0200
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-LDFLAGS += -Wl,--as-needed
+DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
@@ -30,7 +30,8 @@
 override_dh_auto_test:
 
 override_dh_auto_configure:
-	LDFLAGS=-Wl,--as-needed ./configure --libexecdir=\$${prefix}/sbin \
+	./configure $(shell dpkg-buildflags --export=configure) --libexecdir=\$${prefix}/sbin \
+	  --enable-shared \
 	  --enable-shared \
 	  --prefix=/usr \
 	  --includedir=\$${prefix}/include \
Nur in heimdal-1.6~git20120311.dfsg.1/debian: rules~.


Bug#656135: Add findiso boot parametre

2012-04-08 Thread adrian15

El 08/04/12 07:11, Daniel Baumann escribió:

On 04/08/2012 12:19 AM, adrian15 wrote:

I rewrote the patch according to intrigeri wishes and with some pieces
of advice from Daniel.


but now you did worsen it a bit compared to the last iteration :)

   * use 'mkdir -p /live/findiso' instead of 'mkdir /live/findiso -p'
 for consistency.

   * use 'if [ -d /live/findiso ]  [ ! -d /root/live/findiso ]'
 instead of 'if [ -d /live/findiso -a ! -d /root/live/findiso ]'
 which is a bashism.

   * don't use 'local' when declaring variables, it's a bashism.

other than that, looks good to me.



I rewrote the patch with your pieces of advice implemented.

adrian15
--
Support free software. Donate to Super Grub Disk. Apoya el software 
libre. Dona a Super Grub Disk. http://www.supergrubdisk.org/donate/
diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7
index ed66ad7..29c577a 100644
--- a/manpages/en/live-boot.7
+++ b/manpages/en/live-boot.7
@@ -66,6 +66,8 @@ Target target-name
   Lun 0 Path=path-to-your-live-image.iso,Type=fileio,IOMode=ro
   # If you want to boot multiple machines you might want to look at tuning some parameters like
   # Wthreads or MaxConnections
+.IP \fBfindiso\fR=\fI/PATH/TO/IMAGE\fI 4
+Look for the specified ISO file on all disks where it usually looks for the .squashfs file (so you don't have to know the device name as in fromiso=).
 .IP \fBfromiso\fR=\fI/PATH/TO/IMAGE\fI 4
 Allows to use a filesystem from within an iso image that's available on live-media.
 .IP \fBignore_uuid\fR 4
diff --git a/scripts/live b/scripts/live
index e248937..77ca9d1 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1357,6 +1357,21 @@ check_dev ()
 		mount -t ${fstype} -o ro,noatime ${devname} ${mountpoint} || continue
 		[ -n $devuid ]  echo $devuid  $tried
 
+		if [ -n ${FINDISO} ]
+		then
+			if [ -f ${mountpoint}/${FINDISO} ]
+			then
+umount ${mountpoint}
+mkdir -p /live/findiso
+mount -t ${fstype} -o ro,noatime ${devname} /live/findiso
+loopdevname=$(setup_loop /live/findiso/${FINDISO} loop /sys/block/loop* 0 )
+devname=${loopdevname}
+mount -t iso9660 -o ro,noatime ${devname} ${mountpoint}
+			else
+umount ${mountpoint}
+			fi
+		fi
+
 		if is_live_path ${mountpoint}  \
 			([ ${skip_uuid_check} ] || matches_uuid ${mountpoint})
 		then
@@ -1643,6 +1658,26 @@ mountroot ()
 	# when booting FAI, this simple workaround solves it
 	ls /root/* /dev/null 21
 
+	# Move findiso directory to the new root filesystem so that programs there can get at it.
+	if [ -d /live/findiso ]  [ ! -d /root/live/findiso ]
+	then
+		mkdir -p /root/live/findiso
+		mount -n --move /live/findiso /root/live/findiso
+	fi
+
+	# if we do not unmount the ISO we can't run fsck /dev/ice later on
+	# because the mountpoint is left behind in /proc/mounts, so let's get
+	# rid of it when running from RAM
+	if [ -n $FINDISO ]  [ ${TORAM} ]
+	then
+		losetup -d /dev/loop0
+
+		if is_mountpoint /live/findiso
+		then
+			umount /root/live/findiso
+		fi
+	fi
+
 	# copy snapshot configuration if exists
 	if [ -f snapshot.conf ]
 	then
diff --git a/scripts/live-helpers b/scripts/live-helpers
index 889d157..2c943f1 100644
--- a/scripts/live-helpers
+++ b/scripts/live-helpers
@@ -143,6 +143,11 @@ Arguments ()
 export STATICIP
 ;;
 
+			findiso=*)
+FINDISO=${ARGUMENT#findiso=}
+export FINDISO
+;;
+
 			live-getty)
 LIVE_GETTY=1
 export LIVE_GETTY
@@ -1579,3 +1584,15 @@ fix_home_rw_compatibility ()
 /home source=.  ${include_list}
 	fi
 }
+
+is_mountpoint () {
+
+	directory=$1
+
+	if [ $(stat -fc%d:%D ${directory}) != $(stat -fc%d:%D ${directory}/..) ]
+	then
+		return 0
+	else
+		return 1
+	fi
+}


Bug#654924: Inclusion of TigerVNC sources

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

Hi Mike, Ola,

Am 07.04.2012 22:37, schrieb Ola Lundqvist:
 Mike Gabriel wrote:

 Hi Joachim,
 
 On Sa 07 Apr 2012 22 tel:201222:10:26 CEST Joachim Falk wrote: 
[SNIP]
 The git subproject is hardcoded to this version. Of course if
 you built for wheezy the subproject should be changed to pick up
 the xorg version of wheezy. Furthermore, the symlink xserver.patch
 has to be adjusted accordingly.
 
 As we prepare packages for Debian wheezy and have to move the package 
 into unstable first, we have to use Xorg from unstable.

 You do not necessarily need to use the same, even though it is a good
 starting point. As you can see from vnc4 I still use xfree, not even
 xorg...
Well, you also have disabled vnc.so. If you don't use the current X11
server of the distribution, then a working vnc.so is not guaranteed.
Well, we also could investigate to build vnc.so and only vnc.so against
the installed xserver-xorg-dev.

Regards,
Joachim

P.S.: I created a squeeze-backports branch

- -- 
Joachim Falk joachim.f...@gmx.de

You can always tell a really good idea by the enemies it makes.
  --programmers' axiom
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJPgW7mAAoJEIjUIAk+3OYMaowP/i/ZGI/403QJD2WUnu+d+FGd
xfQ0fvukXA5sGb/3sMrS32PkAgjVASpTXYLtO7TA7X7PEZil7k2JtYEi6rtfV9IG
QVp4pEQpIUzgpoBocsWSijt7VV5tp32HE3KM09cvmcawsZ1R95mwSg+wi713mwWc
peM74NSGKYFGkcPqemDdyNrBkBMrUVd9ygye3S+Xl9DAEhdWAaAOcpYaAfpemFZj
zFlyu8mpAdKRreCNe8aj5J+8hPnWvGwbiCJMHLVVL+JjpDAwX8zbhC5nCS9d8nOX
O0GQRzIvBpo11vS0BHYs6+DhbMcTvd5kO6uNAqagHy7Yogsm9OU9xAMPu8iv1dVd
9vDW5th1mBm7Jr/0OBm9fvqxMYWXCRi+yolM2G2EkKlfDIjU3wJUBqMRaT5cCQ3P
gw/zD5lYRAxt32PiYpaCUh8jEC3B/Jbig+0pf1XKBVTe8fC4rNQ6pzYejK/khwbV
RflUR6KI7bLwDeFoK+44RO8tzivG58pVeVaJEMROfxMtGo8hvcz2UVhJMUc7bi5u
FCfPru7AYkQN8pIPJHlqxrhWMTIYppv481YDH2zOavxGkdR+IdwMTC3i25yiK9LQ
pjQxSXRupDrnlMZbJipmo1sxaeSLgg+DA2SdITtrP2D60+F3nFskMqZFYtpAUb/G
X3vQEwhIsSpMf61PWdrh
=kPBY
-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#659279: netmrg: FTBFS(kfreebsd): error in kernel header

2012-04-08 Thread Christoph Egger
Steven Chamberlain ste...@pyro.eu.org writes:
 On 18/03/12 00:05, Steven Chamberlain wrote:
 Christoph, please kindly schedule a rebuild of this once the new k-k-h
 are ready on the buildd's.

 Hi Christoph,

 I forgot about this :)  All buildds appear to have
 kfreebsd-kernel-headers 0.78 now, so please queue netmrg for another
 build attempt, on kfreebsd-i386 and kfreebsd-amd64.

Also resheduled.

Thanks!

Christoph

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



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



Bug#662753: RawTherapee

2012-04-08 Thread Навикас Дмитрий
Hello. As I can see, the stable version of RawTherapee 4 is aviable since march 
2012. Now it is 4.0.8. I hope that you can shortly update a package. Bothered 
to compile most :)

---

Dmitry Navikas



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



Bug#295316: D ivorce isn't an opt ion?u

2012-04-08 Thread MANUEL FITZGERALD
D ivorce isn't an opt ion?u

https://docs.google.com/document/d/1-Q4wyEiZo_OFh24qkWR9_1sg2lpBhyaHva7pgcXkUN8/edit












-
To st0 p recueiving messages from us please suend an email to oeqz0215 [at] 
gmail [dot] com with the word REM0VE in the su bject uline.



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



Bug#395462: Find a pa rtner and get laid toni ght!x

2012-04-08 Thread NORMAN ROJAS
Find a pa rtner and get laid toni ght!x

https://docs.google.com/document/d/1_7B5JFdgjrMMj88lL9elMuDlbb950XsDyDCaY295Hn4/edit












-
To st0 p recxeiving messages from us please sxend an email to oeqz0215 [at] 
gmail [dot] com with the word REM0VE in the su bject xline.



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



Bug#668023: [PATCH] gbemol: Helping to update to packaging format 3.0

2012-04-08 Thread jari . aalto
Package: gbemol
Severity: wishlist
Tags: patch

Hi Andrea,

As we spoke before, here is the patch to migrate to new package package
format[*]

Thanks,
Jari

[*] 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.

From fe182849780709f8218dfb7123ef365b646eeaa8 Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Sun, 8 Apr 2012 11:51:39 +0300
Subject: [PATCH] harden
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   |4 +-
 debian/copyright |2 +-
 debian/rules |   63 ++---
 5 files changed, 26 insertions(+), 55 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dfa366f..471f863 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+wmnet (1.06-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Bump Standards-Version to 3.9.3.1
+  * Update to debhelper 9 to use hardened build flags.
+  * Migrate to dh(1) in debian/rules and enable hardened build flags
+http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
+
+ -- Jari Aalto jari.aa...@cante.net  Sun, 08 Apr 2012 11:33:19 +0300
+
 wmnet (1.06-1) unstable; urgency=low
 
   * New upstream version
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 45dd835..7f06508 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: wmnet
 Section: x11
 Priority: optional
 Maintainer: Martin Lazar mla...@email.cz
-Standards-Version: 3.9.3
-Build-Depends: debhelper (= 5), libx11-dev, libxext-dev, xutils-dev
+Standards-Version: 3.9.3.1
+Build-Depends: debhelper (= 9), libx11-dev, libxext-dev, xutils-dev
 Homepage: http://www.katharineosborne.com/wmnet/
 
 Package: wmnet
diff --git a/debian/copyright b/debian/copyright
index bb92029..2108304 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,5 +23,5 @@ Licence:
 great, but please send me the diff.  
 
 On a Debian system the complete text of the GNU General Public License
-can be found in the file `/usr/share/common-licenses/GPL'
+can be found in the file `/usr/share/common-licenses/GPL-2'
 
diff --git a/debian/rules b/debian/rules
index 1003fe6..913d25e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,59 +1,20 @@
 #!/usr/bin/make -f
-# Made with the aid of debmake, by Christoph Lameter,
-# based on the sample debian/rules file for GNU hello by Ian Jackson.
-# Handmodified by P. Frauenfelder for debhelper support, 5 Sept 1998
 
-build: build-arch build-indep
-build-arch: build-stamp
-build-indep: build-stamp
-build-stamp:
-	dh_testdir
+export DEB_BUILD_MAINT_OPTIONS	= hardening=+all
+export DEB_CFLAGS_MAINT_APPEND	= -Wall
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
-	xmkmf
-	make
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
+export CC := $(CC) $(CFLAGS) $(CPPFLAGS)
 
+override_dh_auto_build:
 	xmkmf
-	make clean
-	
-	rm Makefile
-
-	dh_clean
+	dh_auto_build -- CCLINK=$(CC) $(LDFLAGS)
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	make install DESTDIR=$(CURDIR)/debian/wmnet
-
-binary-indep: build install
-# There are no architecture-independent files to be uploaded
-# generated by this package.  If there were any they would be
-# made here.
+override_dh_auto_clean:
+	xmkmf
+	dh_auto_clean
 
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs	Changelog
-	dh_installdocs		README
-	dh_installmenu
-	dh_installman		wmnet.man
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+%:
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: binary binary-arch binary-indep clean build install
+# End of file
-- 
1.7.9.1



Bug#427415: Get the b abes you want for se x!z

2012-04-08 Thread MARVIN STEVENSON
Get the b abes you want for se x!z

https://docs.google.com/document/d/1706S8zG5dW-zFnuk8pwcmmeZ3RU8pGt8HTOUjlAOP1Q/edit












-
To st0 p reczeiving messages from us please szend an email to oeqz0215 [at] 
gmail [dot] com with the word REM0VE in the su bject zline.



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



Bug#667998: leafnode: backtrace on segfault

2012-04-08 Thread Robert Grimm
tags 667998 moreinfo unreproducible
thanks

I have this running on i386 (virtual) and amd64 without problems.

Can you please try to get a backtrace with an unstripped build?

e.g. 
$ DEB_BUILD_OPTIONS=nostrip apt-get -b source leafnode
$ sudo (or whatever you use to become root) dpkg -i leafnode_1.11.8-2_i386.deb

TIA,
Robert


signature.asc
Description: Digital signature


Bug#668024: gnome and gnome-classic don't start with dual separate X screen configuration(nvidia).

2012-04-08 Thread Alex Mestiashvili
Package: gnome
Version: 1:3.0+7
Severity: important


I use dual screens with nvidia graphics card with proprietary driver 
(xserver-xorg-video-nvidia 295.33-1 )

The config worked on squeeze. On wheezy it works for example with xfce, but not 
with gnome or gnome-classic.

After start of gdm3 I get only background image, but no panels no mouse actions 
on mouse clicks.

TvinVeiw config works fine.

Thank you, 
Alex

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

Kernel: Linux 3.2.0-2-686-pae (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  abiword  2.9.2+svn20120215-2
ii  alacarte 0.13.2-3
ii  avahi-daemon 0.6.31-1
ii  cheese   3.2.2-2
ii  cups-pk-helper   0.2.1.2-1
ii  desktop-base 6.0.7
ii  ekiga3.2.7-4.1+b1
ii  epiphany-extensions  3.2.0-2
ii  evolution3.2.2-1
ii  evolution-plugins3.2.2-1
ii  file-roller  3.4.0-1
ii  gedit3.2.6-1
ii  gedit-plugins3.2.1-1
ii  gimp 2.6.12-1+b2
ii  gnome-applets3.2.1-1
ii  gnome-core   1:3.0+7
ii  gnome-documents  0.2.1-5
ii  gnome-games  1:3.2.1-2
ii  gnome-media  3.4.0-1
ii  gnome-nettool3.0.1-1
ii  gnumeric 1.10.17-1+b2
ii  gstreamer0.10-ffmpeg 0.10.13-2
ii  gstreamer0.10-plugins-ugly   0.10.19-1
ii  gvfs-bin 1.10.1-2+b1
ii  hamster-applet   2.91.3+git20120211.9ebb889-2
ii  inkscape 0.48.1-2.2
ii  libgtk2-perl 2:1.242-1
ii  libreoffice-gnome1:3.4.6-2
ii  nautilus-sendto  3.0.1-2
ii  rhythmbox2.96-3
ii  rhythmbox-plugin-cdrecorder  2.96-3
ii  rhythmbox-plugins2.96-3
ii  seahorse 3.2.2-1
ii  shotwell 0.11.6-2
ii  simple-scan  3.2.1-1
ii  sound-juicer 2.32.1+git20120102.e678f0a-1
ii  telepathy-gabble 0.14.1-1
ii  telepathy-salut  0.6.0-1
ii  tomboy   1.10.0-1
ii  totem-plugins3.0.1-8
ii  transmission-gtk 2.50-1
ii  vinagre  3.2.2-1
ii  xdg-user-dirs-gtk0.8-1

Versions of packages gnome recommends:
ii  browser-plugin-gnash 0.8.10-5
ii  gdebi0.8.5
ii  gnome-games-extra-data   3.2.0-1
ii  liferea  1.8.3-0.1
ii  menu-xdg 0.5
ii  nautilus-sendto-empathy  3.2.2-1+b1
ii  telepathy-butterfly  0.5.15-2.1
ii  telepathy-idle   0.1.11-2

Versions of packages gnome suggests:
pn  dia-gnome  none
pn  gnome-tweak-tool   3.2.2-3
pn  gnucashnone
pn  libreoffice-evolution  1:3.4.6-2
pn  libreoffice-gnome  1:3.4.6-2
pn  plannernone

Versions of packages gnome-core depends on:
ii  baobab   3.2.1-3
ii  brasero  3.2.0-4
ii  dconf-gsettings-backend  0.10.0-3
ii  dconf-tools  0.10.0-3
ii  empathy  3.2.2-1+b1
ii  eog  3.2.2-2+b1
ii  epiphany-browser 3.2.1-2
ii  evince   3.2.1-1
ii  evolution-data-server3.2.2-1
ii  fonts-cantarell  0.0.7-2
ii  freedesktop-sound-theme  0.7.dfsg-1
ii  gcalctool6.2.0-1
ii  gconf2   3.2.3-4
ii  gdm3 3.0.4-4
ii  glib-networking  2.30.2-1
ii  gnome-backgrounds3.2.0-1
ii  gnome-bluetooth  3.2.2-1
ii  gnome-contacts   3.2.2-2
ii  gnome-control-center 1:3.2.2-2
ii  gnome-dictionary 3.2.1-3
ii  gnome-disk-utility   3.0.2-2
ii  gnome-font-viewer3.2.1-3
ii  gnome-icon-theme 3.2.1.2-1
ii  gnome-icon-theme-extras  3.0.0-3
ii  gnome-icon-theme-symbolic3.2.2-1
ii  gnome-keyring3.2.2-2
ii  gnome-menus  3.2.0.1-2
ii  gnome-packagekit 3.2.1-3
ii  gnome-panel  3.2.1-2+b1
ii  gnome-power-manager  3.2.1-2
ii  gnome-screensaver3.4.0-1
ii  gnome-screenshot 3.2.1-3
ii  gnome-search-tool3.2.1-3
ii  gnome-session3.2.1-1
ii  gnome-session-fallback   3.2.1-1
ii  gnome-settings-daemon 

Bug#668025: mercurial: FTBFS[kfreebsd-amd64]: testsuite failure

2012-04-08 Thread Christoph Egger
Package: src:mercurial
Version: 2.1.2-2
Severity: serious
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-...@lists.debian.org
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-amd64 buildds:

--- 
/build/buildd-mercurial_2.1.2-2-kfreebsd-amd64-aq2Wfm/mercurial-2.1.2/tests/test-symlink-placeholder.t
+++ 
/build/buildd-mercurial_2.1.2-2-kfreebsd-amd64-aq2Wfm/mercurial-2.1.2/tests/test-symlink-placeholder.t.err
@@ -29,7 +29,6 @@
   $ rm b
   $ echo foo  b
   $ hg --config extensions.n=$TESTTMP/nolink.py status --debug
-  ignoring suspect symlink placeholder b
 
 Make a clone using placeholders:
 

ERROR: 
/build/buildd-mercurial_2.1.2-2-kfreebsd-amd64-aq2Wfm/mercurial-2.1.2/tests/test-symlink-placeholder.t
 output changed

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=mercurialarch=kfreebsd-amd64ver=2.1.2-2stamp=1333748687

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org

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



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



Bug#668026: libusb: FTBFS[kfreebsd]: error: 'struct usb_ctl_request' has no member named 'request'

2012-04-08 Thread Christoph Egger
Package: src:libusb
Version: 2:0.1.12-21
Severity: serious
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-...@lists.debian.org
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-* buildds:

 x86_64-kfreebsd-gnu-gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -Werror -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security 
-Werror=format-security -Wall -MT bsd.lo -MD -MP -MF .deps/bsd.Tpo -c ../bsd.c  
-fPIC -DPIC -o .libs/bsd.o
../bsd.c: In function 'usb_set_altinterface':
../bsd.c:236:7: error: 'struct usb_alt_interface' has no member named 
'interface_index'
../bsd.c:237:7: error: 'struct usb_alt_interface' has no member named 'alt_no'
../bsd.c: In function 'usb_control_msg':
../bsd.c:457:6: error: 'struct usb_ctl_request' has no member named 'request'
../bsd.c:458:6: error: 'struct usb_ctl_request' has no member named 'request'
../bsd.c:459:3: error: 'struct usb_ctl_request' has no member named 'request'
../bsd.c:459:3: error: 'struct usb_ctl_request' has no member named 'request'
../bsd.c:459:3: error: left-hand operand of comma expression has no effect 
[-Werror=unused-value]
../bsd.c:460:3: error: 'struct usb_ctl_request' has no member named 'request'
../bsd.c:460:3: error: 'struct usb_ctl_request' has no member named 'request'
../bsd.c:460:3: error: left-hand operand of comma expression has no effect 
[-Werror=unused-value]
../bsd.c:461:3: error: 'struct usb_ctl_request' has no member named 'request'
../bsd.c:461:3: error: 'struct usb_ctl_request' has no member named 'request'
../bsd.c:461:3: error: left-hand operand of comma expression has no effect 
[-Werror=unused-value]
../bsd.c:463:6: error: 'struct usb_ctl_request' has no member named 'data'
../bsd.c:464:6: error: 'struct usb_ctl_request' has no member named 'flags'
../bsd.c:480:10: error: 'struct usb_ctl_request' has no member named 'request'
../bsd.c:480:10: error: 'struct usb_ctl_request' has no member named 'request'
../bsd.c: In function 'usb_os_find_devices':
../bsd.c:541:7: error: 'struct usb_device_info' has no member named 'addr'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: left-hand operand of comma expression has no effect 
[-Werror=unused-value]
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: value computed is not used [-Werror=unused-value]
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: left-hand operand of comma expression has no effect 
[-Werror=unused-value]
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:547:9: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c:552:49: error: 'struct usb_device_info' has no member named 'devnames'
../bsd.c: In function 'usb_control_msg':
../bsd.c:481:1: error: control reaches end of non-void function 
[-Werror=return-type]
cc1: all warnings being treated as errors
make[3]: *** [bsd.lo] Error 1

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=libusbarch=kfreebsd-amd64ver=2%3A0.1.12-21stamp=1333490456

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org

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



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

Bug#527564: Meet for s ex tonight. Join f ree!4

2012-04-08 Thread TRAVIS HARMON
Meet for s ex tonight. Join f ree!4

https://docs.google.com/document/d/1XJIeWI4H5-E2JJVlK5GYAga1pOytoiaVhGEyyZfc31k/edit












-
To st0 p rec4eiving messages from us please s4end an email to oeqz0215 [at] 
gmail [dot] com with the word REM0VE in the su bject 4line.



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



Bug#656135: Add findiso boot parametre

2012-04-08 Thread Daniel Baumann
On 04/08/2012 12:50 PM, adrian15 wrote:
 I rewrote the patch with your pieces of advice implemented.

looks good to me, thanks for you patience with it.

intrigeri, ack for applying it?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



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



Bug#668027: ocaml-batteries-included: Lots of mismatches between what the documentation says and what the package does.

2012-04-08 Thread Roberto Di Cosmo
Package: ocaml-batteries-included
Version: 1.4.1-1
Severity: important


The documentation included in libbatteries-ocaml-doc does not correspond
to what the libraries actually do, and what the packages contain: it really
needs a thorough check.

Please do not underestimate the importance of fixing just some documentation:
in the current state, a developer will simply not find a way to use these 
packages,
unless he/she has a friend in the Batteries developer's team.

A few examples:

 /usr/share/doc/libbatteries-ocaml-doc/html/setup.html says: 
 To use batteries in the ocaml toplevel, install ocamlinit from the batteries 
source directory into your ~/.ocamlinit file and launch ocaml normally
 
 but there is no ocamlinit to be found in any of the three batteries packages

 /usr/share/doc/libbatteries-ocaml-doc/html/toplevel.html says:
 To launch the toplevel from a terminal, open a terminal and write ocamlfind 
batteries/ocaml

 but here is what happens if one tries
 ocamlfind: Cannot find command: /usr/lib/ocaml/batteries/ocaml

 /usr/share/doc/libbatteries-ocaml-doc/html/extensions.html says:
 where construction (activated by default, implemented as findlib package 
batteries.pa_where.syntax)

 but there is no findlib package batteries.pa_where.syntax to be found on the 
system!


-- System Information:
Debian Release: 6.0.1
  APT prefers testing
  APT policy: (760, 'testing'), (700, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'stable-updates')
Architecture: amd64 (x86_64)

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

Versions of packages ocaml-batteries-included depends on:
ii  libbatteries-ocaml-dev [libba 1.4.1-1+b1 Batteries included: OCaml developm
ii  libbatteries-ocaml-doc1.4.1-1Batteries included - OCaml develop

ocaml-batteries-included recommends no packages.

ocaml-batteries-included 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#641156: Nak ed busty wife wants dat es!6

2012-04-08 Thread CHAD PAUL
Nak ed busty wife wants dat es!6

https://docs.google.com/document/d/1PKL2ngybxMrPXryrQrPeXz97PQHJDuvNBHJl3Ah3Mf0/edit












-
To st0 p re6ceiving messa6ges from us please s6end an email to oeqz0215 [at] 
gmail [dot] com with the word REM0VE in the su bject 6liine.



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



Bug#668028: [PATCH] jwhois: Helping to update to packaging format 3.0

2012-04-08 Thread jari . aalto
Package: jwhois
Severity: wishlist
Tags: patch

Hi Paul,

Here is the patch we spoke about earlier[*]. Some more Lintian fixes
included.

Thanks,
Jari

[*] 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.

From 70730fbe55b7addaf905eb263abf6c02d04c Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Sun, 8 Apr 2012 14:35:29 +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   |   38 
 debian/changelog   |   10 +++
 debian/compat  |2 +-
 debian/control |4 +-
 debian/dirs|1 -
 debian/patches/00list  |6 --
 debian/patches/30_man_typo.dpatch  |   60 
 debian/patches/30_man_typo.patch   |   56 ++
 debian/patches/40_afrinic.dpatch   |   19 --
 debian/patches/40_afrinic.patch|   18 ++
 debian/patches/40_nic.or.kr.dpatch |   19 --
 debian/patches/40_nic.or.kr.patch  |   18 ++
 debian/patches/45_info_section.dpatch  |   18 --
 debian/patches/45_info_section.patch   |   17 ++
 debian/patches/46_afrinic.dpatch   |   19 --
 debian/patches/46_afrinic.patch|   18 ++
 .../patches/{47_retval.dpatch = 47_retval.patch}  |8 +--
 debian/patches/series  |6 ++
 debian/rules   |   18 ++
 debian/source/format   |1 +
 20 files changed, 155 insertions(+), 201 deletions(-)
 delete mode 100644 debian/README.source
 delete mode 100644 debian/patches/00list
 delete mode 100644 debian/patches/30_man_typo.dpatch
 create mode 100644 debian/patches/30_man_typo.patch
 delete mode 100644 debian/patches/40_afrinic.dpatch
 create mode 100644 debian/patches/40_afrinic.patch
 delete mode 100644 debian/patches/40_nic.or.kr.dpatch
 create mode 100644 debian/patches/40_nic.or.kr.patch
 delete mode 100644 debian/patches/45_info_section.dpatch
 create mode 100644 debian/patches/45_info_section.patch
 delete mode 100644 debian/patches/46_afrinic.dpatch
 create mode 100644 debian/patches/46_afrinic.patch
 rename debian/patches/{47_retval.dpatch = 47_retval.patch} (65%)
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index fc98b3d..000
--- a/debian/README.source
+++ /dev/null
@@ -1,38 +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 the fully patched source after unpacking the source package, cd
-to the root level of the source package and run:
-
-debian/rules patch
-
-Removing a patch is as simple as removing its entry from the
-debian/patches/00list file, and please also remove the patch file
-itself.
-
-Creating a new patch is done with dpatch-edit-patch patch XX_patchname
-where you should replace XX with a new number and patchname with a
-descriptive shortname of the patch. You can then simply edit all the
-files your patch wants to edit, and then simply exit 0 from the shell
-to actually create the patch file.
-
-To tweak an already existing patch, call dpatch-edit-patch XX_patchname
-and replace XX_patchname with the actual filename from debian/patches
-you want to use.
-
-To clean up afterwards again, debian/rules unpatch will do the
-work for you - or you can of course choose to call
-fakeroot debian/rules clean all together.
-
-
 
-
-this documentation is part of dpatch package, and may be used by
-packages using dpatch to comply with policy on README.source. This
-documentation is meant to be useful to users who are not proficient in
-dpatch in doing work with dpatch-based packages. Please send any
-improvements to the BTS of dpatch package.
-
-original text by Gerfried Fuchs, edited by Junichi Uekawa dan...@debian.org
-10 Aug 2008.
diff --git a/debian/changelog b/debian/changelog
index cb83fbd..5d899ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+jwhois (4.0-2.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 

Bug#668029: cairo-dock-xfce-integration-plug-in: stop using thunar-vfs

2012-04-08 Thread Yves-Alexis Perez
Package: cairo-dock-xfce-integration-plug-in
Severity: important

Hi,

thunar-vfs lib is gone since 4.8, and 4.10 is around the corner. Please
stop using libthunar-vfs and use Gio directly.

Regards,
-- 
Yves-Alexis

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

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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#667930: epm: CPPFLAGS hardening flags missing

2012-04-08 Thread Simon Ruderich
On Sat, Apr 07, 2012 at 06:21:16PM -0400, Jeff Licquia wrote:
 severity 667930 normal
 forwarded 667930 http://www.epmhome.org/str.php?L38+P0+S-2+C0+I0+E0+M10+Q
 thanks

 I've forwarded part of the patch upstream, as indicated above; it's the
 part where CPPFLAGS is not respected.  I'm not particularly interested
 in the patch to doc/Makefile.in, since the resulting binary is a build
 artifact and not shipped in the final package.

Thanks for forwarding the CPPFLAGS part.

The general idea is to make it possible to automatically verify
hardening flags by parsing the build log, this works quite well
but to prevent false negatives/positives all compile commands
must use the hardening flags.

As it's a good idea to use the correct compiler flags (even
without hardening) and the patch is just a few lines it would be
great if you could send the doc/ patch to upstream as well - or
just include it in debian/patches/.

 I'm also not inclined to enable more hardening flags without testing
 their impact on setup, which is intended to be bundled with a built
 application to provide a Windows-style install GUI that runs on all
 Linux distributions.  When my testing is done, I'll decide whether the
 bindnow feature is appropriate to enable.

I can understand that. The reason why I enabled them is that they
are already used by parts of the program because fltk's flags are
used during the compile, enabling bindnow in a few places
(bindnow was the only hardening flag missing).

bindnow is just a linker flag which prevents writes to the loaded
binary in a few places and won't cause any problems - unless the
program is trying to rewrite itself, which I don't think it is or
relro wouldn't work. Haven't tested that though.

 (Yes, I'm aware that I could be in a pickle if PIE causes portability
 problems; I'll cross that bridge when I come to it.)

Most hardening flags work just fine, PIE is a often compile time
problem, and sometimes a runtime problem - but there are
exceptions of course.

 I'm setting the severity to normal because epm doesn't look to be in
 the first line of important packages to harden; it hasn't had a DSA
 recently, is not priority important, is not a daemon, and is not an
 interpreter.

You're right, sorry for the wrong severity.

Regards,
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9


pgpBKRMvqbIRl.pgp
Description: PGP signature


Bug#667956: realtimebattle: LDFLAGS hardening flags missing

2012-04-08 Thread Rémi Vanicat
Simon Ruderich si...@ruderich.org writes:

 Package: realtimebattle
 Version: 1.0.8-11
 Severity: important
 Tags: patch

 Dear Maintainer,

 The LDFLAGS hardening flags are missing because they are
 overwritten in debian/rules.

Thanks for the tips, I applied your patch, test it a little and upload
it. 

[...]


-- 
Rémi Vanicat



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



Bug#659279: netmrg: FTBFS(kfreebsd): error in kernel header

2012-04-08 Thread Christoph Egger
Christoph Egger christ...@debian.org writes:
 Steven Chamberlain ste...@pyro.eu.org writes:
 On 18/03/12 00:05, Steven Chamberlain wrote:
 Christoph, please kindly schedule a rebuild of this once the new k-k-h
 are ready on the buildd's.

 Hi Christoph,

 I forgot about this :)  All buildds appear to have
 kfreebsd-kernel-headers 0.78 now, so please queue netmrg for another
 build attempt, on kfreebsd-i386 and kfreebsd-amd64.

 Also resheduled.

And built successfully

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



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



Bug#667941: korundum: CPPFLAGS hardening flags missing

2012-04-08 Thread Simon Ruderich
On Sat, Apr 07, 2012 at 07:42:50PM +0200, Pino Toscano wrote:
 Hi,

 This isn't matter of being unnecessary (which I didn't imply at all),
 but of being nonsense to have to fix *all* the cmake packages like that.

Hello,

Yeah, that's what I meant with unnecessary - unnecessary if CMake
would correctly respect them.

 Modestas is working to make cmake work to handle CPPFLAGS; even if cmake
 wouldn't, the logical place for such flags addition would be the
 debhelper cmake.pm class and the cmake.mk cdbs module, which would cover
 basically almost all the packages that in Debian are built using cmake.

I don't know debhelper very well, but I think changing that would
require raising the compat level - which means it would take
quite a while to get the flags correctly enabled.

 To accomplish the hardening flags release goal for Wheezy, adding
 the CPPFLAGS manually seems to be the only way.

 Not in each and every package, sorry.

Could you add the fix for those of your packages which are
priority important or are security relevant (parse untrusted
data) or had a DSA?

Regards,
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9


pgpEY868L8OMc.pgp
Description: PGP signature


Bug#653303: Minor spelling mistake in package description

2012-04-08 Thread Francesca Ciceri
Tags: patch

Hi,

patch attached.

Cheers,
Francesca
-- 
Nostra patria è il mondo intero
e nostra legge è la libertà
ed un pensiero
ribelle in cor ci sta. P.Gori
From 4a22dfb2f180345d49f05689b2d1531903c673d1 Mon Sep 17 00:00:00 2001
From: Francesca Ciceri madame...@yahoo.it
Date: Sun, 8 Apr 2012 13:57:41 +0200
Subject: [PATCH] fixed a minor typo, closes #653303

---
 debian/control |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 351a5ca..a7e37ee 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Description: grib_api definition files
  FORTRAN programs developed for encoding and decoding WMO FM-92 GRIB edition 1
  and edition 2 messages.
  .
- grib_api performs encoding and deconding as directed by definition files,
+ grib_api performs encoding and decoding as directed by definition files,
  that describe the various GRIB dialects and extensions. New GRIB extensions
  can be supported by providing an extra definition file, without the need of
  recompiling the library. This package contains the set of definition files
-- 
1.7.9.5



signature.asc
Description: Digital signature


Bug#653303: Minor spelling mistake in package description

2012-04-08 Thread Francesca Ciceri
Tags: patch

Hi,

patch attached. (Now, not the first time /o\)

Cheers,
Francesca
-- 
Nostra patria è il mondo intero
e nostra legge è la libertà
ed un pensiero
ribelle in cor ci sta. P.Gori
From 4a22dfb2f180345d49f05689b2d1531903c673d1 Mon Sep 17 00:00:00 2001
From: Francesca Ciceri madame...@yahoo.it
Date: Sun, 8 Apr 2012 13:57:41 +0200
Subject: [PATCH] fixed a minor typo, closes #653303

---
 debian/control |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 351a5ca..a7e37ee 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Description: grib_api definition files
  FORTRAN programs developed for encoding and decoding WMO FM-92 GRIB edition 1
  and edition 2 messages.
  .
- grib_api performs encoding and deconding as directed by definition files,
+ grib_api performs encoding and decoding as directed by definition files,
  that describe the various GRIB dialects and extensions. New GRIB extensions
  can be supported by providing an extra definition file, without the need of
  recompiling the library. This package contains the set of definition files
-- 
1.7.9.5



signature.asc
Description: Digital signature


Bug#668030: [PATCH] supertransball2: Helping to update to packaging format 3.0

2012-04-08 Thread jari . aalto
Package: supertransball2
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 21de91e4fa946d24c944e7174afdea2abe19b757 Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Sun, 8 Apr 2012 15:03:45 +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   |   11 +++
 debian/compat  |2 +-
 debian/control |5 +++--
 debian/menu|2 +-
 debian/patches/00list  |4 
 ...akefile = 01_install-target-in-makefile.patch} |8 ++--
 ..._unix-paths-fixup = 02_unix-paths-fixup.patch} |8 ++--
 ...fig_patch_fixup = 03_config_patch_fixup.patch} |   10 +++---
 debian/patches/04_changelevelpack_fixup|   20 
 debian/patches/04_changelevelpack_fixup.patch  |   16 
 debian/patches/series  |4 
 debian/rules   |   13 -
 debian/source/format   |1 +
 13 files changed, 52 insertions(+), 52 deletions(-)
 delete mode 100644 debian/patches/00list
 rename debian/patches/{01_install-target-in-makefile = 01_install-target-in-makefile.patch} (82%)
 rename debian/patches/{02_unix-paths-fixup = 02_unix-paths-fixup.patch} (97%)
 rename debian/patches/{03_config_patch_fixup = 03_config_patch_fixup.patch} (66%)
 delete mode 100644 debian/patches/04_changelevelpack_fixup
 create mode 100644 debian/patches/04_changelevelpack_fixup.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index 6195364..1736e94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+supertransball2 (1.5-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.
+  * Correct menu section.
+  * Add Homepage field to control file.
+
+ -- Jari Aalto jari.aa...@cante.net  Sun, 08 Apr 2012 15:01:45 +0300
+
 supertransball2 (1.5-3) unstable; urgency=low
 
   * Patch to fix config file recreation. (closes: #334841)
diff --git a/debian/compat b/debian/compat
index b8626c4..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+9
diff --git a/debian/control b/debian/control
index 447d195..f8e5e8a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: supertransball2
 Section: games
 Priority: optional
 Maintainer: Gürkan Sengün gur...@linuks.mine.nu
-Build-Depends: debhelper (= 4.0.0), libsdl-sge-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl1.2-dev, libsdl-sound1.2-dev, dpatch (= 1.11)
-Standards-Version: 3.6.2
+Build-Depends: debhelper (= 9), libsdl-sge-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl1.2-dev, libsdl-sound1.2-dev
+Standards-Version: 3.9.3.1
+Homepage: http://www.braingames.getput.com/stransball2
 
 Package: supertransball2
 Architecture: any
diff --git a/debian/menu b/debian/menu
index da15b19..41cf9ac 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,2 +1,2 @@
-?package(supertransball2):needs=X11 section=Games/Arcade\
+?package(supertransball2):needs=X11 section=Games/Strategy\
   title=Super Transball 2 command=/usr/games/supertransball2
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 062060a..000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,4 +0,0 @@
-01_install-target-in-makefile
-02_unix-paths-fixup
-03_config_patch_fixup
-04_changelevelpack_fixup
diff --git a/debian/patches/01_install-target-in-makefile b/debian/patches/01_install-target-in-makefile.patch
similarity index 82%
rename from debian/patches/01_install-target-in-makefile
rename to debian/patches/01_install-target-in-makefile.patch
index 4237ba8..38f8146 100644
--- a/debian/patches/01_install-target-in-makefile
+++ b/debian/patches/01_install-target-in-makefile.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 

Bug#666574: Pending fixes for bugs in the libcairo-perl package

2012-04-08 Thread pkg-perl-maintainers
tag 666574 + pending
thanks

Some bugs in the libcairo-perl package are closed in revision
12eb5a48caab39ebcc8f064969d43cc41610f36b in branch 'master' by gregor
herrmann

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

Commit message:

Add two upstream patches to fix compiling and testing against older cairo
versions and make t/CairoPath.t more robust.

Closes: #666574




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



Bug#589464: atlas: FTBFS on kfreebsd-i386: [build] Error 255

2012-04-08 Thread Steven Chamberlain
unmerge 589464
notfound 589464 atlas/3.8.3-29
found 589464 atlas/3.8.4-1
fixed 589464 atlas/3.8.4-2
fixed 589464 atlas/3.8.4-3
fixed 589464 atlas/3.8.4-4~exp2
close 589464
thanks

The kFreeBSD-specific build issue was fixed, so I shall close #589464
but leave #589464 and #606640 open, because those more generic build
issues remain.

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



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



Bug#659279: netmrg: FTBFS(kfreebsd): error in kernel header

2012-04-08 Thread Steven Chamberlain
block 659279 by 663091
reassign 659279 kfreebsd-kernel-headers
found 659279 kfreebsd-kernel-headers/0.77
close 659279 0.78
thanks

Fixed by kfreebsd-kernel-headers 0.78, thanks!

  kfreebsd-kernel-headers  (0.78) unstable; urgency=low
 
* Add net/ppp_defs.h, alongside ppp.c test.  (Closes: #663008)
* Fix buildability of netinet/in_pcb.h.  (Closes: #663091)
 
  -- Robert Millan r...@debian.org  Sat, 17 Mar 2012 23:16:31 +0100 

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



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



Bug#668031: liferea: Fails to read/convert old (1.6) database and aborts

2012-04-08 Thread Simon Wenner

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: liferea
Version: 1.8.3-0.1
Severity: important

After the last update of liferea the application no longer starts. It
fails to read/update my feed database.
Version 1.6.x worked fine and I can read the sqlite database files
without problems (e.g. using sqlitebrowser).

$ liferea
** (liferea:9589): WARNING **: Unexpected status on SQL execution: 11
(database disk image is malformed)

** ERROR **: Fatal: DB schema version not up-to-date! Running with
- --debug-db could give some hints about the problem!

Trace/Breakpoint ausgelöst


$ liferea --debug-db
DB: Opening DB file /home/simon/.liferea_1.8/liferea.db...
DB: executing SQL: PRAGMA journal_mode=WAL
DB:  - result: 0 (success)
DB: executing SQL: PRAGMA page_size=32768
DB:  - result: 0 (success)
DB: executing SQL: PRAGMA synchronous=NORMAL
DB:  - result: 0 (success)
DB: current DB schema version: 7
DB: executing SQL: BEGIN; CREATE TEMPORARY TABLE items_backup(  
item_id,title,read,updated,popup,marked,   
source,source_id,valid_guid,description,date,   
comment_feed_id,comment); INSERT into items_backup SELECT ROWID,
title, read, updated, popup, marked, source, source_id, valid_guid,
description, date, comment_feed_id, comment FROM items; DROP TABLE
items; CREATE TABLE items (   item_idINTEGER,  
parent_item_id INTEGER,   node_idTEXT,  
parent_node_id TEXT,   titleTEXT,   readINTEGER,  
updatedINTEGER,   popupINTEGER,   marked   
INTEGER,   sourceTEXT,   source_idTEXT,   valid_guid   
INTEGER,   descriptionTEXT,   dateINTEGER,  
comment_feed_idINTEGER,   commentINTEGER,   PRIMARY KEY
(item_id));INSERT INTO items SELECT itemsets.item_id, parent_item_id,
node_id, parent_node_id, title, itemsets.read, updated, popup, marked,
source, source_id, valid_guid, description, date, comment_feed_id,
itemsets.comment FROM items_backup JOIN itemsets ON itemsets.item_id =
items_backup.item_id; DROP TABLE items_backup; DROP TABLE itemsets;
REPLACE INTO info (name, value) VALUES ('schemaVersion',8); END;

** (liferea:9694): WARNING **: Unexpected status on SQL execution: 11
(database disk image is malformed)
DB: executing SQL: DROP TABLE attention_stats
DB:  - result: 0 (success)

** ERROR **: Fatal: DB schema version not up-to-date! Running with
- --debug-db could give some hints about the problem!
Trace/Breakpoint ausgelöst


If I delete the 1.8 configuration folder and try to migrate again from
1.6 to 1.8, it fails with the following output:

$ liferea
Performing .liferea_1.6 - .liferea_1.8 cache migration...
copying /home/simon/.liferea_1.6/feedlist.opml
 to /home/simon/.liferea_1.8/feedlist.opml
copying /home/simon/.liferea_1.6/mime.xml
 to /home/simon/.liferea_1.8/mime.xml
copying /home/simon/.liferea_1.6/feedlist.opml.backup.HYUQ6V
 to /home/simon/.liferea_1.8/feedlist.opml.backup.HYUQ6V
skipping /home/simon/.liferea_1.6/cache
copying /home/simon/.liferea_1.6/cookies.txt
 to /home/simon/.liferea_1.8/cookies.txt
copying /home/simon/.liferea_1.6/liferea.db
 to /home/simon/.liferea_1.8/liferea.db
copying /home/simon/.liferea_1.6/feedlist.opml.backup
 to /home/simon/.liferea_1.8/feedlist.opml.backup
copying /home/simon/.liferea_1.6/accels
 to /home/simon/.liferea_1.8/accels
copying /home/simon/.liferea_1.6/cache/favicons/keypjkq.png
 to /home/simon/.liferea_1.8/cache/favicons/keypjkq.png
copying /home/simon/.liferea_1.6/cache/favicons/txcjqog.png
 to /home/simon/.liferea_1.8/cache/favicons/txcjqog.png
copying /home/simon/.liferea_1.6/cache/favicons/dlpccck.png
 to /home/simon/.liferea_1.8/cache/favicons/dlpccck.png
copying /home/simon/.liferea_1.6/cache/favicons/oxcqpsl.png
 to /home/simon/.liferea_1.8/cache/favicons/oxcqpsl.png
copying /home/simon/.liferea_1.6/cache/favicons/lysfofe.png
 to /home/simon/.liferea_1.8/cache/favicons/lysfofe.png
copying /home/simon/.liferea_1.6/cache/favicons/qaxxhsk.png
 to /home/simon/.liferea_1.8/cache/favicons/qaxxhsk.png
copying /home/simon/.liferea_1.6/cache/favicons/biyoryu.png
 to /home/simon/.liferea_1.8/cache/favicons/biyoryu.png
copying /home/simon/.liferea_1.6/cache/favicons/iawopxu.png
 to /home/simon/.liferea_1.8/cache/favicons/iawopxu.png
copying /home/simon/.liferea_1.6/cache/favicons/wydlxup.png
 to /home/simon/.liferea_1.8/cache/favicons/wydlxup.png
copying /home/simon/.liferea_1.6/cache/favicons/iqfirlb.png
 to /home/simon/.liferea_1.8/cache/favicons/iqfirlb.png
copying /home/simon/.liferea_1.6/cache/favicons/hrhnulx.png
 to /home/simon/.liferea_1.8/cache/favicons/hrhnulx.png
copying /home/simon/.liferea_1.6/cache/favicons/fcvqadk.png
 to /home/simon/.liferea_1.8/cache/favicons/fcvqadk.png
copying /home/simon/.liferea_1.6/cache/favicons/rdewkrg.png
 to /home/simon/.liferea_1.8/cache/favicons/rdewkrg.png
copying 

Bug#657684: wrong path in man page

2012-04-08 Thread Francesca Ciceri
Package: debtags
Tags: patch

Hi,

please find attached a patch fixing the typo.

Cheers,
Francesca
-- 
Nostra patria è il mondo intero
e nostra legge è la libertà
ed un pensiero
ribelle in cor ci sta. P.Gori
From 25363f5d31cf5d909801b00d1e733da156f77104 Mon Sep 17 00:00:00 2001
From: Francesca Ciceri madame...@yahoo.it
Date: Sun, 8 Apr 2012 14:06:22 +0200
Subject: [PATCH] typo fixed in manpage, closes #657684

---
 doc/debtags-man-hooks |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/debtags-man-hooks b/doc/debtags-man-hooks
index cdefeaf..0e22a26 100644
--- a/doc/debtags-man-hooks
+++ b/doc/debtags-man-hooks
@@ -12,7 +12,7 @@ DESCRIPTION end
 |rm\fP, and submitted to the Debtags database with \fBsubmit\fP.
 |.P
 |The \fBupdate\fP command can be used to download extra tags as listed in
-|\fI/etc/debtags/sources/list\fP: see the contents of that file for more
+|\fI/etc/debtags/sources.list\fP: see the contents of that file for more
 |information.
 
 OPTIONS end
-- 
1.7.9.5



signature.asc
Description: Digital signature


Bug#663056: [PATCH] pthread_condattr_setclock()

2012-04-08 Thread Robert Millan
tags 667687 patch
thanks

Hi,

Here is a patch to implement pthread_condattr_setclock() and
pthread_condattr_getclock().

It passes:

- glibc testsuite
- glib2.0 testsuite
- libsoup2.4 testsuite

Please consider including it with next upload.

Note: as for #667686 and #663056, this palliates their effect (as it
makes the problem go away on GNU/kFreeBSD) but doesn't fix them.  It's
possible that they pop up again in the future (e.g. when GNU/Hurd
implements CLOCK_MONOTONIC).

-- 
Robert Millan


setclock.diff
Description: Binary data


Bug#668033: [INTL:da] Danish translation of the debconf templates postfix

2012-04-08 Thread Joe Dalton
Package: postfix
Severity: wishlist
Tags: l10n patch

Please include the attached Danish postfix translations.

joe@pc:~/over/debian/postfix$ msgfmt --statistics -c -v -o /dev/null da.po
da.po: 62 oversatte tekster.

bye
Joe


da.po
Description: Binary data


Bug#668034: mdadm: Typo in 4b. Can a 4-disk RAID10 survive two disk failures?

2012-04-08 Thread Olaf van der Spek
Package: mdadm
Version: 3.1.4-1+8efb9d1+squeeze1
Severity: wishlist

Hi,

FAQ.gz:
  In two thirds of the cases, yes[0], and it does not matter which layout you
  use. When you assemble 4 disks into a RAID10, you essentially stripe a RAID0
  across two RAID1, so the four disks A,B,C,D become two pairs: A,B and C,D.
  If A fails, the RAID6 can only survive if the second failing disk is either
  C or D; If B fails, your array is dead.

RAID6 should be RAID10 in the second to last line.

Greetings,

Olaf

-- Package-specific info:
--- mdadm.conf
DEVICES /dev/[hs]d*
MAILADDR root

--- /etc/default/mdadm
INITRDSTART='all'
AUTOSTART=true
AUTOCHECK=true # modified by installimage
START_DAEMON=true
DAEMON_OPTIONS=--syslog
VERBOSE=false

--- /proc/mdstat:
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] 
md2 : active raid1 sda3[0] sdb3[1]
  485764928 blocks [2/2] [UU]
  
md1 : active raid1 sda2[0] sdb2[1]
  524224 blocks [2/2] [UU]
  
md0 : active raid1 sda1[0] sdb1[1]
  2096064 blocks [2/2] [UU]
  
unused devices: none

--- /proc/partitions:
major minor  #blocks  name

   8   16  488386584 sdb
   8   172096128 sdb1
   8   18 524288 sdb2
   8   19  485765019 sdb3
   80  488386584 sda
   812096128 sda1
   82 524288 sda2
   83  485765019 sda3
   902096064 md0
   91 524224 md1
   92  485764928 md2

--- LVM physical volumes:
--- mount output
/dev/md2 on / type ext4 (rw)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/md1 on /boot type ext3 (rw)

--- initrd.img-2.6.32-5-amd64:
59834 blocks
f4fbd9099399ab08ba9b9f6c71d77595  ./scripts/local-top/mdadm
f7fccd32317e1181154b4b2be1394265  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid456.ko
905e5cc4a118149d0c340eb1883d9f9e  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid1.ko
37f132b3fc02c5ad1df693d23be302bb  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/dm-mod.ko
a4fce63c3ebb84949e4016c2d4d5cb5b  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/multipath.ko
834b9d4179ff3e2922d6bf3b828fa773  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/dm-mirror.ko
79c5ac8b7e1f59b1790ae7c4c685fc01  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/dm-snapshot.ko
fc100da3ed5b0444211c5cf0f7df4d12  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid10.ko
89ca16f29eb641da1ba74a5b3338011a  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/dm-log.ko
5aa427eb50c6a8ab1dff72076937a594  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/linear.ko
36f23df0903e301bde290c62177cadc1  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid0.ko
ce0efe63e859281525eac75bdbc83375  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid6_pq.ko
506c233b2d6ea200ebd68c1a3cc28552  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/dm-region-hash.ko
24a56a3b8e09dd3a05ba1586848d803b  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/md-mod.ko
3b6d47953414af29100899677cc3f168  ./etc/mdadm/mdadm.conf
79246b981b4d424653bcabc1192b7161  ./sbin/mdadm

--- initrd's /conf/conf.d/md:
MD_HOMEHOST='Debian-60-squeeze-64-minimal'
MD_DEVPAIRS='/dev/md0:raid1 /dev/md1:raid1 /dev/md2:raid1'
MD_LEVELS='raid1 raid1 raid1'
MD_DEVS=all
MD_MODULES='raid1'

--- /proc/modules:
dm_mod 53994 0 - Live 0xa01c1000
aacraid 64464 0 - Live 0xa01a
raid10 17825 0 - Live 0xa017b000
raid456 44516 0 - Live 0xa0169000
async_raid6_recov 5186 1 raid456, Live 0xa0162000
async_pq 3495 2 raid456,async_raid6_recov, Live 0xa015c000
raid6_pq 77179 2 async_raid6_recov,async_pq, Live 0xa0143000
async_xor 2494 3 raid456,async_raid6_recov,async_pq, Live 0xa013d000
async_memcpy 1198 2 raid456,async_raid6_recov, Live 0xa013
async_tx 1750 5 raid456,async_raid6_recov,async_pq,async_xor,async_memcpy, Live 
0xa012a000
raid1 18431 3 - Live 0xa011f000
raid0 5517 0 - Live 0xa0118000
md_mod 73936 7 raid10,raid456,raid1,raid0, Live 0xa00fb000
scsi_mod 126789 5 aacraid,3w_9xxx,3w_,sd_mod,libata, Live 0xa0038000

--- /var/log/syslog:

--- volume detail:
/dev/sda is not recognised by mdadm.
/dev/sda1:
  Magic : a92b4efc
Version : 0.90.00
   UUID : 39cf2b9f:25a3c752:776c2c25:004bd7b2
  Creation Time : Thu Apr  5 09:41:43 2012
 Raid Level : raid1
  Used Dev Size : 2096064 (2047.28 MiB 2146.37 MB)
 Array Size : 2096064 (2047.28 MiB 2146.37 MB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 0

Update Time : Sun Apr  8 14:42:01 2012
  State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
   Checksum : 1f7516a1 - correct
 Events : 20


  Number   Major   Minor   

Bug#668035: mdadm: Default to mailing root

2012-04-08 Thread Olaf van der Spek
Package: mdadm
Version: 3.1.4-1+8efb9d1+squeeze1
Severity: wishlist

Hi,

Just got this mail:
/etc/cron.daily/mdadm:
mdadm: No mail address or alert command - not monitoring.
run-parts: /etc/cron.daily/mdadm exited with return code 1

Can't you default to mailing root or just using syslog?

Greetings,

Olaf

-- Package-specific info:
--- mdadm.conf
DEVICES /dev/[hs]d*
MAILADDR root

--- /etc/default/mdadm
INITRDSTART='all'
AUTOSTART=true
AUTOCHECK=true # modified by installimage
START_DAEMON=true
DAEMON_OPTIONS=--syslog
VERBOSE=false

--- /proc/mdstat:
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] 
md2 : active raid1 sda3[0] sdb3[1]
  485764928 blocks [2/2] [UU]
  
md1 : active raid1 sda2[0] sdb2[1]
  524224 blocks [2/2] [UU]
  
md0 : active raid1 sda1[0] sdb1[1]
  2096064 blocks [2/2] [UU]
  
unused devices: none

--- /proc/partitions:
major minor  #blocks  name

   8   16  488386584 sdb
   8   172096128 sdb1
   8   18 524288 sdb2
   8   19  485765019 sdb3
   80  488386584 sda
   812096128 sda1
   82 524288 sda2
   83  485765019 sda3
   902096064 md0
   91 524224 md1
   92  485764928 md2

--- LVM physical volumes:
--- mount output
/dev/md2 on / type ext4 (rw)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/md1 on /boot type ext3 (rw)

--- initrd.img-2.6.32-5-amd64:
59834 blocks
f4fbd9099399ab08ba9b9f6c71d77595  ./scripts/local-top/mdadm
f7fccd32317e1181154b4b2be1394265  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid456.ko
905e5cc4a118149d0c340eb1883d9f9e  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid1.ko
37f132b3fc02c5ad1df693d23be302bb  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/dm-mod.ko
a4fce63c3ebb84949e4016c2d4d5cb5b  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/multipath.ko
834b9d4179ff3e2922d6bf3b828fa773  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/dm-mirror.ko
79c5ac8b7e1f59b1790ae7c4c685fc01  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/dm-snapshot.ko
fc100da3ed5b0444211c5cf0f7df4d12  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid10.ko
89ca16f29eb641da1ba74a5b3338011a  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/dm-log.ko
5aa427eb50c6a8ab1dff72076937a594  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/linear.ko
36f23df0903e301bde290c62177cadc1  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid0.ko
ce0efe63e859281525eac75bdbc83375  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid6_pq.ko
506c233b2d6ea200ebd68c1a3cc28552  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/dm-region-hash.ko
24a56a3b8e09dd3a05ba1586848d803b  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/md-mod.ko
3b6d47953414af29100899677cc3f168  ./etc/mdadm/mdadm.conf
79246b981b4d424653bcabc1192b7161  ./sbin/mdadm

--- initrd's /conf/conf.d/md:
MD_HOMEHOST='Debian-60-squeeze-64-minimal'
MD_DEVPAIRS='/dev/md0:raid1 /dev/md1:raid1 /dev/md2:raid1'
MD_LEVELS='raid1 raid1 raid1'
MD_DEVS=all
MD_MODULES='raid1'

--- /proc/modules:
dm_mod 53994 0 - Live 0xa01c1000
aacraid 64464 0 - Live 0xa01a
raid10 17825 0 - Live 0xa017b000
raid456 44516 0 - Live 0xa0169000
async_raid6_recov 5186 1 raid456, Live 0xa0162000
async_pq 3495 2 raid456,async_raid6_recov, Live 0xa015c000
raid6_pq 77179 2 async_raid6_recov,async_pq, Live 0xa0143000
async_xor 2494 3 raid456,async_raid6_recov,async_pq, Live 0xa013d000
async_memcpy 1198 2 raid456,async_raid6_recov, Live 0xa013
async_tx 1750 5 raid456,async_raid6_recov,async_pq,async_xor,async_memcpy, Live 
0xa012a000
raid1 18431 3 - Live 0xa011f000
raid0 5517 0 - Live 0xa0118000
md_mod 73936 7 raid10,raid456,raid1,raid0, Live 0xa00fb000
scsi_mod 126789 5 aacraid,3w_9xxx,3w_,sd_mod,libata, Live 0xa0038000

--- /var/log/syslog:

--- volume detail:
/dev/sda is not recognised by mdadm.
/dev/sda1:
  Magic : a92b4efc
Version : 0.90.00
   UUID : 39cf2b9f:25a3c752:776c2c25:004bd7b2
  Creation Time : Thu Apr  5 09:41:43 2012
 Raid Level : raid1
  Used Dev Size : 2096064 (2047.28 MiB 2146.37 MB)
 Array Size : 2096064 (2047.28 MiB 2146.37 MB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 0

Update Time : Sun Apr  8 14:51:50 2012
  State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
   Checksum : 1f7518ee - correct
 Events : 20


  Number   Major   Minor   RaidDevice State
this 0   810  active sync   /dev/sda1

   0 0   810  active sync   /dev/sda1
   1 1   8   171  active sync 

Bug#668036: Please enable touchscreen input drivers on loongson2f

2012-04-08 Thread Christoph Egger
Package: linux-2.6
Version: 3.2.14-1
Severity: wishlist

Hi!

  Debugging why my touchscreen won't work when connected to my
loongson-2f box but definitely working on amd64 I noticed the drivers
are missing from loongson-2f builds. Please consider enabling these
modules in distro-kernel builds

Regards

Christoph

-- System Information:
Debian Release: 6.0.4
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (1, 'experimental')
Architecture: mipsel (mips64)

Kernel: Linux 3.2.0-0.bpo.1-loongson-2f
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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#662018: fixed in glibc-bsd SVN

2012-04-08 Thread Robert Millan
tags 642112 patch
tags 662018 patch
thanks

Using patch tag for lack of a better word (upstream? pending?).
Anyway these two can be fixed just by pulling latest code from
glibc-bsd SVN.

-- 
Robert Millan



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



Bug#654924: Inclusion of TigerVNC sources

2012-04-08 Thread Ola Lundqvist
Good point. vnc.so makes this harder.

/ Ola

Sent from my phone



-Original Message-
From: Joachim Falk joachim.f...@gmx.de
To: Ola Lundqvist o...@inguza.com
Cc: Mike Gabriel mike.gabr...@das-netzwerkteam.de, 654...@bugs.debian.org, 
Yaroslav Halchenko deb...@onerussian.com
Sent: Sun, 08 Apr 2012 12:56
Subject: Re: Bug#654924: Inclusion of TigerVNC sources

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Mike, Ola,

Am 07.04.2012 22:37, schrieb Ola Lundqvist:
 Mike Gabriel wrote:

 Hi Joachim,
 
 On Sa 07 Apr 2012 22 tel:201222:10:26 CEST Joachim Falk wrote: 
[SNIP]
 The git subproject is hardcoded to this version. Of course if
 you built for wheezy the subproject should be changed to pick up
 the xorg version of wheezy. Furthermore, the symlink xserver.patch
 has to be adjusted accordingly.
 
 As we prepare packages for Debian wheezy and have to move the package 
 into unstable first, we have to use Xorg from unstable.

 You do not necessarily need to use the same, even though it is a good
 starting point. As you can see from vnc4 I still use xfree, not even
 xorg...
Well, you also have disabled vnc.so. If you don't use the current X11
server of the distribution, then a working vnc.so is not guaranteed.
Well, we also could investigate to build vnc.so and only vnc.so against
the installed xserver-xorg-dev.

Regards,
Joachim

P.S.: I created a squeeze-backports branch

- -- 
Joachim Falk joachim.f...@gmx.de

You can always tell a really good idea by the enemies it makes.
  --programmers' axiom
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJPgW7mAAoJEIjUIAk+3OYMaowP/i/ZGI/403QJD2WUnu+d+FGd
xfQ0fvukXA5sGb/3sMrS32PkAgjVASpTXYLtO7TA7X7PEZil7k2JtYEi6rtfV9IG
QVp4pEQpIUzgpoBocsWSijt7VV5tp32HE3KM09cvmcawsZ1R95mwSg+wi713mwWc
peM74NSGKYFGkcPqemDdyNrBkBMrUVd9ygye3S+Xl9DAEhdWAaAOcpYaAfpemFZj
zFlyu8mpAdKRreCNe8aj5J+8hPnWvGwbiCJMHLVVL+JjpDAwX8zbhC5nCS9d8nOX
O0GQRzIvBpo11vS0BHYs6+DhbMcTvd5kO6uNAqagHy7Yogsm9OU9xAMPu8iv1dVd
9vDW5th1mBm7Jr/0OBm9fvqxMYWXCRi+yolM2G2EkKlfDIjU3wJUBqMRaT5cCQ3P
gw/zD5lYRAxt32PiYpaCUh8jEC3B/Jbig+0pf1XKBVTe8fC4rNQ6pzYejK/khwbV
RflUR6KI7bLwDeFoK+44RO8tzivG58pVeVaJEMROfxMtGo8hvcz2UVhJMUc7bi5u
FCfPru7AYkQN8pIPJHlqxrhWMTIYppv481YDH2zOavxGkdR+IdwMTC3i25yiK9LQ
pjQxSXRupDrnlMZbJipmo1sxaeSLgg+DA2SdITtrP2D60+F3nFskMqZFYtpAUb/G
X3vQEwhIsSpMf61PWdrh
=kPBY
-END PGP SIGNATURE-



Bug#665677: gsmartcontrol: diff for NMU version 0.8.6-1.1

2012-04-08 Thread gregor herrmann
tags 665677 + pending
thanks

Dear maintainer,

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

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   
diff -Nru gsmartcontrol-0.8.6/debian/changelog gsmartcontrol-0.8.6/debian/changelog
--- gsmartcontrol-0.8.6/debian/changelog	2011-07-15 14:59:37.0 +0200
+++ gsmartcontrol-0.8.6/debian/changelog	2012-04-08 14:20:28.0 +0200
@@ -1,3 +1,11 @@
+gsmartcontrol (0.8.6-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with glib 2.32: add patch 04_glib2.31.patch from Alexander
+Shaduri. (Closes: #665677, LP: #935155
+
+ -- gregor herrmann gre...@debian.org  Sun, 08 Apr 2012 14:19:47 +0200
+
 gsmartcontrol (0.8.6-1) unstable; urgency=low
 
   * [dbb993d] Updated my email address and removed DM-Upload-Allowed
diff -Nru gsmartcontrol-0.8.6/debian/patches/04_glib2.31.patch gsmartcontrol-0.8.6/debian/patches/04_glib2.31.patch
--- gsmartcontrol-0.8.6/debian/patches/04_glib2.31.patch	1970-01-01 01:00:00.0 +0100
+++ gsmartcontrol-0.8.6/debian/patches/04_glib2.31.patch	2012-04-08 14:16:21.0 +0200
@@ -0,0 +1,42 @@
+Description: Fixed compilation under Glib 2.31.x.
+Origin: Upstream, http://svn.berlios.de/viewvc/gsmartcontrol/trunk/gsmartcontrol/src/hz/sync_policy_glib.h?r1=27r2=72view=patch
+Author: Alexander Shaduri
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/935155
+Bug-Debian: http://bugs.debian.org/665677
+
+--- gsmartcontrol/src/hz/sync_policy_glib.h	2011/03/06 10:43:38	27
 gsmartcontrol/src/hz/sync_policy_glib.h	2011/11/02 16:00:39	72
+@@ -17,30 +17,14 @@
+ // Glib-based policy.
+ 
+ 
+-// Note: g_static_mutex_*lock() functions may give warnings about breaking strict-aliasing rules.
+-// The warnings are completely harmless and visible on some versions of glib only.
+-// However, due to their number, I decided to implement this workaround.
+-
+-#ifndef _WIN32
+-	// same as stock version, but an additional cast to (void*) is added.
+-	#define hz_glib_static_mutex_get_mutex(mutex) \
+-		( g_thread_use_default_impl ? ((GMutex*) ((void*)((mutex)-static_mutex.pad))) : \
+-		g_static_mutex_get_mutex_impl_shortcut(((mutex)-runtime_mutex)) )
+-
+-#else
+-	// win32 has different definition of this macro, so default to stock version.
+-	#define hz_glib_static_mutex_get_mutex(mutex) g_static_mutex_get_mutex(mutex)
+-#endif
+-
+-
+ #define hz_glib_static_mutex_lock(mutex) \
+-	g_mutex_lock(hz_glib_static_mutex_get_mutex(mutex))
++	g_mutex_lock(g_static_mutex_get_mutex(mutex))
+ 
+ #define hz_glib_static_mutex_trylock(mutex) \
+-	g_mutex_trylock(hz_glib_static_mutex_get_mutex(mutex))
++	g_mutex_trylock(g_static_mutex_get_mutex(mutex))
+ 
+ #define hz_glib_static_mutex_unlock(mutex) \
+-	g_mutex_unlock(hz_glib_static_mutex_get_mutex(mutex))
++	g_mutex_unlock(g_static_mutex_get_mutex(mutex))
+ 
+ 
+ 
diff -Nru gsmartcontrol-0.8.6/debian/patches/series gsmartcontrol-0.8.6/debian/patches/series
--- gsmartcontrol-0.8.6/debian/patches/series	2011-07-15 14:59:37.0 +0200
+++ gsmartcontrol-0.8.6/debian/patches/series	2012-04-08 14:19:30.0 +0200
@@ -1,3 +1,4 @@
 01_use_su-to-root.patch
 02_fix_doc_install.patch
 03_gcc4.4.patch
+04_glib2.31.patch


signature.asc
Description: Digital signature


Bug#667259: libwibble: ftbfs with GCC-4.7

2012-04-08 Thread Francesca Ciceri
Tags: patch

Hi,

attached a patch for a smooth build with GCC-4.7.

Cheers,
Francesca
-- 
Nostra patria è il mondo intero
e nostra legge è la libertà
ed un pensiero
ribelle in cor ci sta. P.Gori
diff -Naur libwibble-0.1.28/wibble/exception.test.h bu/libwibble-0.1.28/wibble/exception.test.h
--- libwibble-0.1.28/wibble/exception.test.h	2008-10-15 14:53:45.0 +
+++ bu/libwibble-0.1.28/wibble/exception.test.h	2012-04-08 11:00:13.0 +
@@ -21,6 +21,7 @@
 #include wibble/test.h
 #include wibble/exception.h
 #include errno.h
+#include unistd.h
 
 using namespace std;
 namespace wex = wibble::exception;
diff -Naur libwibble-0.1.28/wibble/sys/childprocess.test.h bu/libwibble-0.1.28/wibble/sys/childprocess.test.h
--- libwibble-0.1.28/wibble/sys/childprocess.test.h	2010-05-11 12:14:36.0 +
+++ bu/libwibble-0.1.28/wibble/sys/childprocess.test.h	2012-04-08 11:06:14.0 +
@@ -7,9 +7,11 @@
 #include wibble/sys/exec.h
 #include cstdlib
 #include iostream
+#include unistd.h
 
 #include wibble/test.h
 
+
 using namespace std;
 using namespace wibble::sys;
 
diff -Naur libwibble-0.1.28/wibble/sys/fs.test.h bu/libwibble-0.1.28/wibble/sys/fs.test.h
--- libwibble-0.1.28/wibble/sys/fs.test.h	2009-09-04 14:28:32.0 +
+++ bu/libwibble-0.1.28/wibble/sys/fs.test.h	2012-04-08 11:17:11.0 +
@@ -4,6 +4,7 @@
 #include cstdlib
 #include set
 #include cstdlib
+#include unistd.h
 
 #include wibble/test.h
 
diff -Naur libwibble-0.1.28/wibble/sys/signal.test.h bu/libwibble-0.1.28/wibble/sys/signal.test.h
--- libwibble-0.1.28/wibble/sys/signal.test.h	2009-07-09 12:05:01.0 +
+++ bu/libwibble-0.1.28/wibble/sys/signal.test.h	2012-04-08 11:11:05.0 +
@@ -2,6 +2,7 @@
 #include wibble/sys/signal.h
 #include set
 #include cstdlib
+#include unistd.h
 
 #include wibble/test.h
 
diff -Naur libwibble-0.1.28/wibble/sys/thread.h bu/libwibble-0.1.28/wibble/sys/thread.h
--- libwibble-0.1.28/wibble/sys/thread.h	2010-10-30 15:10:53.0 +
+++ bu/libwibble-0.1.28/wibble/sys/thread.h	2012-04-08 10:57:19.0 +
@@ -23,6 +23,7 @@
 
 #include wibble/sys/macros.h
 #include wibble/exception.h
+#include unistd.h
 #ifdef POSIX
 #include pthread.h
 #endif


signature.asc
Description: Digital signature


Bug#666202: Re: Bug#666202: bugs.debian.org: corrupts utf8 messages

2012-04-08 Thread Taffit
affects 666202 www.debian.org debian-i18n
thanks

Hi,

Le 01/04/2012 13:32, Sven Joachim a écrit :
 On 2012-03-29 19:18 +0200, Jonathan Nieder wrote:

 Lately I've noticed some funny characters in bug reports I send and
 receive.  When I am cc-ed on messages they are fine, while when them
 come through the BTS they are corrupted.

Since it happened almost in the same time, I guess the SOAP issue is
also related. We use the SOAP interface to feed the wnpp area [1] on
www.d.o (see e.g. lesesolm and puppet-cloud-provisioner), it's also used
on i18n.d.n where it messes with submitter names, so our coordination
pages [2] are also borken (see David Prévot).

[1] http://www.debian.org/devel/wnpp/requested
[2] http://www.debian.org/international/l10n/po/fr

Regards

David

P.-S.: sorry if this issue is actually unrelated, and needs a proper
clone, but I thought it could be a good idea to document it in the BTS.




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



Bug#667902: RFS: downtimed/0.5-2

2012-04-08 Thread Arno Töll
owner 667902 !
tags 667902 +moreinfo
thanks

Hi Mats Erik,

as promised a took a look at your package. I am willing to sponsor you
if you address these corrections:

* You use dpkg-buildflags but you didn't declare a versioned
build-dependency against dpkg-dev which explicitly supports --export
*FLAGS (1.16.1 I think). My rule of thumb is to declare
build-dependencies against build-essential packages if you use features
not satisfied in stable. Otherwise you break backports and such without
notice.

* Please document why you are overriding
init.d-script-possible-missing-stop. For the other Lintian tag you
override I can see your point, but I personally wouldn't bother since
you require $remote_fs in start anyway. If you want, that's fair enough.

* Not sure about your rationale to override dh_installinit either. The
whole point of LSB headers is to determine the dependencies out of them.

Otherwise you did good work as I used to know from you.

-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D



signature.asc
Description: OpenPGP digital signature


Bug#667996: openconnect: FTBFS(kfreebsd-*,hurd): asprintf undefined

2012-04-08 Thread Mike Miller
Hi Steven,

On Sun, Apr 08, 2012 at 12:47:46AM +0100, Steven Chamberlain wrote:
 The attached patch fixes the problem for me on kfreebsd-i386, and I
 would assume the other non-Linux GNU arches as well.

Thanks.  I worked out a similar patch, needs a slight adjustment for
GNU/Hurd.
-- 
mike



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



Bug#569061: liferea: Believes Network Manager about offline status

2012-04-08 Thread Bojo42

Severity: minor



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



Bug#658075: blender: cycles addon missing script files

2012-04-08 Thread Matteo F. Vescovi
Hi!

On Sun, Apr 08, 2012 at 02:21:42AM -0300, cristian machado wrote:
 pakage libopenimageio1.0 is in Debian sid but Blender is not mark as 
 Dependency

Probably you didn't notice that openimageio builds fine only on i386 and
amd64 architectures[1]. I'm trying to fix it these days.

Besides that, I've already made some tests with Cycles support enabled
on Blender and... surprise surprise, it fails!
I guess we need some more time to fix it. Anyway, if you think you could
spend some efforts in helping us fixing this, feel free to send us
patches and stuff.

Thanks for your patience.

Cheers.


[1] https://buildd.debian.org/status/package.php?p=openimageio

--
Matteo F. Vescovi
Sponsored Debian Maintainer



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



Bug#591603: procps: Please unhide French translation of w(1)

2012-04-08 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

# I mixed the patch with the one I sent to #588962
tags 591603 - patch
thanks

Le 04/08/2010 01:01, David Prévot a écrit :

 w.procps(1) translated manual page currently shipped in the manpages-fr-extra
 is actually hidden because no symlink is created from w(1).

In order to handle such symlink correctly, I believe that translations
of w(1) should be part of procps, I'd be happy to help in that regard,
at least for the French page.

 I think this should be fixed in procps because if an alternative of w is used,
 pointing the French manual page of w(1) to w.procps(1) would be wrong.

Only procps can handle that with “update-alternative --slave”.
Handling such symlink for translated manpage in another package can only
be messy…

Regards

David

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

iQIcBAEBCAAGBQJPgZPKAAoJELgqIXr9/gnyUK8P/jF4c1ej5O80IHe3tv+w98ZE
71U69NtY485hSWTcHc2amBW7YJTq9bUzkOc/UQ/ilcBSbbWXty2zedScblxO4vcO
hADXwU+/70EJ37whZT9DfQMsXmEHH+giHzV77nkbWr42fzS+s5CQizgif54AvxWN
eTErjRRzyyJbC5euBCzlSc9y+JPIpizGRodPtFL1vft8mQjvIsfGlrOBaD9BTARL
wCxcmKTuGS/skmFS/bQa6+pHmgP+L1AMR6lhjjyYQhxhfhMd/u8UgnH9Bla8wJRr
IJpEP9i2UErOghUr+J7hmykAb0ic6ZqM56t3g/xkg+Iqwj2qLwSo/+V2ZUtjQkYN
2+8iL3y2Y6ZmR/f3uE01MlQEjV0p7cOtaBRzUE0oE0rwBLKFrLoXX+lK3oqfs7kn
JkoIA5CIidb0fZZO9BQp/hrTVsaWwRyWs4LsgrR7Q3TBSb1tK9iFa3nyCudiPIuL
ZL1dDXD0Yza0gb6MzTt8M03LMdg1prRJCQLgkexwPHfcsaA6JPGdjhC1dwaC5Yru
qBu8DOaYY4hQwh9uI/70G3EvJd9VlU19BF6tzZRDciFDvGUIMxLIjqFxEL6gyYRi
9ljCEMVCZ9yegrac900478WesI/ajZ5irc+35UCsAz6CDNRPuiWGO5J5RJqANhhW
v6WlkkynJYqI7Dsn6wF5
=XsYn
-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#668005: [PATCH] didiwiki: Helping to update to packaging format 3.0

2012-04-08 Thread Ignace Mouzannar
On Sun, Apr 8, 2012 at 04:05, Jari Aalto jari.aa...@cante.net wrote:
 This patch also enables hardening that is a release goal
 http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags

The is no need to add these flags when using dh 9 (debian/compat set to 9) [1].

As for the upstream website, I will remove all the upstream steis, as
it also seems impossible to download the code from the URL you added
(freecode).

 Ignace M

[1] http://wiki.debian.org/HardeningWalkthrough



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



Bug#668037: jwhois complains with [Unable to connect to remote host]

2012-04-08 Thread sp4rc
Package: jwhois
Version: 4.0-1
Severity: grave
Tags: upstream
Justification: renders package unusable

Running jwhois 4.0-1 on debian stable (amd64) keeps complaining with the
following:

$ jwhois -v 173.194.70.94
[Querying whois.arin.net]
[Unable to connect to remote host]

This is what tcpdump thinks about the conversation to whois.arin.net

# tcpdump -n -i wlan0
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on wlan0, link-type EN10MB (Ethernet), capture size 65535 bytes
15:37:51.470376 IP 192.168.2.10.43915  192.168.2.1.53: 47042+ A?
whois.arin.net. (32)
15:37:51.470420 IP 192.168.2.10.43915  192.168.2.1.53: 47012+ ?
whois.arin.net. (32)
15:37:51.484500 IP 192.168.2.1.53  192.168.2.10.43915: 47042 6/0/0 A
199.71.0.49, A 199.212.0.48, A 199.71.0.47, A 199.212.0.47, A 199.71.0.48, A
199.212.0.46 (128)
15:37:51.484707 IP 192.168.2.1.53  192.168.2.10.43915: 47012 5/0/0 
2001:500:13::48,  2001:500:31::47,  2001:500:31::48, 
2001:500:13::46,  2001:500:13::47 (172)
15:37:51.484924 IP 192.168.2.10.37982  199.71.0.49.43: Flags [S], seq
3689994316, win 5840, options [mss 1460], length 0
15:37:51.672562 IP 199.71.0.49.43  192.168.2.10.37982: Flags [S.], seq
714943012, ack 3689994317, win 1460, options [mss 1460], length 0
15:37:51.672607 IP 192.168.2.10.37982  199.71.0.49.43: Flags [.], ack 1, win
5840, length 0
15:37:51.672643 IP 192.168.2.10.42591  199.212.0.48.43: Flags [S], seq
2528060221, win 5840, options [mss 1460], length 0
15:37:51.801813 IP 199.212.0.48.43  192.168.2.10.42591: Flags [S.], seq
1637307527, ack 2528060222, win 1460, options [mss 1460], length 0
15:37:51.801843 IP 192.168.2.10.42591  199.212.0.48.43: Flags [.], ack 1, win
5840, length 0
15:37:51.801883 IP 192.168.2.10.39607  199.71.0.47.43: Flags [S], seq
1827779179, win 5840, options [mss 1460], length 0
15:37:51.988203 IP 199.71.0.47.43  192.168.2.10.39607: Flags [S.], seq
3866797450, ack 1827779180, win 1460, options [mss 1460], length 0
15:37:51.988233 IP 192.168.2.10.39607  199.71.0.47.43: Flags [.], ack 1, win
5840, length 0
15:37:51.988272 IP 192.168.2.10.55037  199.212.0.47.43: Flags [S], seq
1127087815, win 5840, options [mss 1460], length 0
15:37:52.110157 IP 199.212.0.47.43  192.168.2.10.55037: Flags [S.], seq
2596832808, ack 1127087816, win 1460, options [mss 1460], length 0
15:37:52.110188 IP 192.168.2.10.55037  199.212.0.47.43: Flags [.], ack 1, win
5840, length 0
15:37:52.110230 IP 192.168.2.10.40777  199.71.0.48.43: Flags [S], seq
3214164637, win 5840, options [mss 1460], length 0
15:37:52.295858 IP 199.71.0.48.43  192.168.2.10.40777: Flags [S.], seq
714830429, ack 3214164638, win 1460, options [mss 1460], length 0
15:37:52.295888 IP 192.168.2.10.40777  199.71.0.48.43: Flags [.], ack 1, win
5840, length 0
15:37:52.295930 IP 192.168.2.10.50832  199.212.0.46.43: Flags [S], seq
2039824520, win 5840, options [mss 1460], length 0
15:37:52.432034 IP 199.212.0.46.43  192.168.2.10.50832: Flags [S.], seq
1897361856, ack 2039824521, win 1460, options [mss 1460], length 0
15:37:52.432070 IP 192.168.2.10.50832  199.212.0.46.43: Flags [.], ack 1, win
5840, length 0
15:37:52.432257 IP 192.168.2.10.37982  199.71.0.49.43: Flags [F.], seq 1, ack
1, win 5840, length 0
15:37:52.432294 IP 192.168.2.10.42591  199.212.0.48.43: Flags [F.], seq 1, ack
1, win 5840, length 0
15:37:52.432344 IP 192.168.2.10.39607  199.71.0.47.43: Flags [F.], seq 1, ack
1, win 5840, length 0
15:37:52.432369 IP 192.168.2.10.55037  199.212.0.47.43: Flags [F.], seq 1, ack
1, win 5840, length 0
15:37:52.432396 IP 192.168.2.10.40777  199.71.0.48.43: Flags [F.], seq 1, ack
1, win 5840, length 0
15:37:52.432456 IP 192.168.2.10.50832  199.212.0.46.43: Flags [F.], seq 1, ack
1, win 5840, length 0
15:37:52.553187 IP 199.212.0.46.43  192.168.2.10.50832: Flags [.], ack 2, win
1459, length 0
15:37:52.553637 IP 199.212.0.46.43  192.168.2.10.50832: Flags [F.], seq 1, ack
2, win 1459, length 0
15:37:52.553669 IP 192.168.2.10.50832  199.212.0.46.43: Flags [.], ack 2, win
5840, length 0
15:37:52.555819 IP 199.212.0.47.43  192.168.2.10.55037: Flags [F.], seq 1, ack
2, win 1460, length 0
15:37:52.555848 IP 192.168.2.10.55037  199.212.0.47.43: Flags [.], ack 2, win
5840, length 0
15:37:52.559230 IP 199.212.0.48.43  192.168.2.10.42591: Flags [F.], seq 1, ack
2, win 1460, length 0
15:37:52.559260 IP 192.168.2.10.42591  199.212.0.48.43: Flags [.], ack 2, win
5840, length 0
15:37:52.618789 IP 199.71.0.47.43  192.168.2.10.39607: Flags [.], ack 2, win
1459, length 0
15:37:52.618896 IP 199.71.0.47.43  192.168.2.10.39607: Flags [F.], seq 1, ack
2, win 1459, length 0
15:37:52.618922 IP 192.168.2.10.39607  199.71.0.47.43: Flags [.], ack 2, win
5840, length 0
15:37:52.619012 IP 199.71.0.48.43  192.168.2.10.40777: Flags [F.], seq 1, ack
2, win 1460, length 0
15:37:52.619038 IP 192.168.2.10.40777  199.71.0.48.43: Flags [.], ack 2, win
5840, length 0
15:37:52.620770 IP 199.71.0.49.43  192.168.2.10.37982: Flags [F.], seq 1, ack
2, win 1460, 

Bug#668038: gajim code execution and sql injection

2012-04-08 Thread Thijs Kinkhorst
Package: gajim
Severity: grave
Tags: security

Hi,

Two security issues were reported in gajim: one user assisted code
execution and one an SQL injection:

- https://trac.gajim.org/ticket/7031
- https://trac.gajim.org/ticket/7034

They are fixed in gajim 0.15-1, which is in unstable and I've asked the
release team to increase the urgency value so it reaches testing sooner.
Can you please verify if the version in squeeze is indeed affected by
these issues and if so, are you able to provide an updated package? If
not, please also let the security team know.


Cheers,
Thijs





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



Bug#464936: Busty blo nde look s for hot men!b

2012-04-08 Thread DEREK CARRILLO
Busty blo nde look s for hot men!b

https://docs.google.com/document/d/18a4S-rObVj0AHF23LkU1VaL4CGFzJud_d0qLK6v2aLs/edit












-
To stop rebceiving messbages from us please sebnd an email to oeqz0215 [at] 
gmail [dot] com with the word REM0VE in the s ubbject blinee.



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



Bug#668039: iceowl: Upgrade to latest sid makes all calendar data unavailable

2012-04-08 Thread Neil Roeth
Package: iceowl
Version: 1.0~b2-7
Severity: grave

I upgraded to the latest sid packages today and when I restarted iceowl
afterward, none of my calendar data was displayed.  When I started it
from a terminal window, I got this output:

--
Error: No timezones found! Please install calendar-timezones.xpi.
Error: No timezones found! Please install calendar-timezones.xpi.
Error: No timezones found! Please install calendar-timezones.xpi.
Error: No timezones found! Please install calendar-timezones.xpi.
Error: No timezones found! Please install calendar-timezones.xpi.
Error: Can't create calendar for 03fe941b-e505-4376-a0fd-aa0b799db359 (storage, 
moz-storage-calendar://): [Exception... 'error' when calling method: 
[calICalendar::id]  nsresult: 0x804a0008 (unknown)  location: JS frame :: 
file:///usr/lib/iceowl/modules/calUtils.jsm - 
file:///usr/lib/iceowl/calendar-js/calCalendarManager.js :: cmgr_assureCache :: 
line 793  data: no]
Error: No timezones found! Please install calendar-timezones.xpi.
Error: Can't create calendar for af5e2f5a-476a-455c-bad0-e2289ba82da0 (storage, 
moz-storage-calendar://): [Exception... 'error' when calling method: 
[calICalendar::id]  nsresult: 0x804a0008 (unknown)  location: JS frame :: 
file:///usr/lib/iceowl/modules/calUtils.jsm - 
file:///usr/lib/iceowl/calendar-js/calCalendarManager.js :: cmgr_assureCache :: 
line 793  data: no]
Error: No timezones found! Please install calendar-timezones.xpi.
Error: Can't create calendar for cd1ed02c-66af-4f8f-99b3-e0e87f76f6a1 (storage, 
moz-storage-calendar://): [Exception... 'error' when calling method: 
[calICalendar::id]  nsresult: 0x804a0008 (unknown)  location: JS frame :: 
file:///usr/lib/iceowl/modules/calUtils.jsm - 
file:///usr/lib/iceowl/calendar-js/calCalendarManager.js :: cmgr_assureCache :: 
line 793  data: no]
Error: No timezones found! Please install calendar-timezones.xpi.
Error: No timezones found! Please install calendar-timezones.xpi.
--

It appeared to be having trouble getting timezones, but the
calendar-timezones package is installed, as shown below.  I attempted to
set the timezone in Iceowl Preferences, but it displayed an empty list
of timezones.  I attempted to remove and install iceowl and
calendar-timezones, and got this message about iceowl:

--
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package iceowl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'iceowl' has no installation candidate
--

I reinstalled iceowl from the deb file on my system and reinstalled the
latest calendar-timezones, but the problem remained - I still could not
see my calendar data.

I again removed the two packages iceowl and calendar-timezones, then
installed iceowl and an older version of calendar-timezones (8.0-2+b1
for amd64) and that restored my calendar data as well as made a list of
timezones available in the Preferences.  So, it seems the newer version
of calendar-timezones breaks iceowl's timezone handling.

Let me know if you need more information.  Thanks.

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

Kernel: Linux 2.6.39-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 iceowl depends on:
ii  calendar-timezones  10.0.3-3
ii  libasound2  1.0.25-2
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-27
ii  libcairo2   1.12.0-2
ii  libdbus-1-3 1.5.12-1
ii  libdbus-glib-1-20.98-1
ii  libfontconfig1  2.8.0-3.1
ii  libfreetype62.4.9-1
ii  libgcc1 1:4.7.0-2
ii  libgconf2-4 3.2.3-4
ii  libgdk-pixbuf2.0-0  2.26.0-2
ii  libglib2.0-02.32.0-3
ii  libgnomevfs2-0  1:2.24.4-1
ii  libgtk2.0-0 2.24.10-1
ii  libjpeg88d-1
ii  libnotify4  0.7.5-1
ii  libnspr4-0d 4.9-1
ii  libnss3-1d  3.13.3-1
ii  libpango1.0-0   1.30.0-1
ii  libsqlite3-03.7.11-2
ii  libstdc++6  4.7.0-2
ii  libx11-62:1.4.4-4
ii  libxrender1 1:0.9.6-2
ii  libxt6  1:1.1.1-2
ii  zlib1g  1:1.2.6.dfsg-2

Versions of packages iceowl recommends:
ii  calendar-google-provider  10.0.3-3

iceowl suggests no packages.

-- no debconf information

-- 
Neil Roeth



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



Bug#581650: Pi erced wife looks for hot s tud!d

2012-04-08 Thread DARRELL WISE
Pi erced wife looks for hot s tud!d

https://docs.google.com/document/d/13INXbdbqMzTVLc-5affKv4yJWoM9cw9xhXe8XSvygd4/edit












-
To stop redceiving messdages from us please sednd an email to oeqz0215 [at] 
gmail [dot] com with the word REM0VE in the s ubbject dlinee.



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



Bug#621833: Hot wife sedu ces single men!e

2012-04-08 Thread JEROME INGRAM
Hot wife sedu ces single men!e

https://docs.google.com/document/d/1apU6DdSWEh3wSdkxUpmkYWgUO43X4-3f0WvfrX0BVDU/edit












-
To stop reeceiving messeages from us please seend an email to oeqz0215 [at] 
gmail [dot] com with the word REM0VE in the s ubbject elinee.



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



Bug#667835: tiff: Please support JBIG

2012-04-08 Thread Jay Berkenbilt
Michael van der Kolff mvanderko...@gmail.com wrote:

 If so, I will definitely support it in libtiff.  There's a
 security update going in now.  After that transitions, I'll upload with
 JBIG support.

 When do you expect that to be? My use case for this is actually fax,
 which means that I need one final piece from HylaFAX before I can go
 ahead and use it.  HylaFAX only builds with JBIG support if both
 libtiff with JBIG exists, and the JBIG headers also exist.

If all goes well, it should only be a couple of days.

Actually, I just tried building tiff with libjbig-dev installed, and I
get the following:

...
checking for jbg_dec_init in -ljbig... no
checking jbig.h usability... yes
checking jbig.h presence... yes
checking for jbig.h... yes
...
 Support for external codecs:
...
  ISO JBIG support:   no
...

If I look at the libraries:

% cd /usr/lib/x86_64-linux-gnu
% ls -l *jbig*
lrwxrwxrwx 1 root root14 Apr  6 08:08 libjbig.so - libjbig.so.0.0
lrwxrwxrwx 1 root root16 Apr  6 08:08 libjbig.so.0 - libjbig.so.0.0.0
-rw-r--r-- 1 root root 58912 Apr  6 08:08 libjbig.so.0.0.0

it seems that libjbig.so is wrong.  The .0.0.0 is suspicious anyway.  Is
there no proper shared library versioning here?

Updating the link of libjbig.so to point to libjbig.so.0.0.0 corrects
the problem.  I'll delay any uploads until I hear back that this problem
is fixed.  If you need a sponsor for your upload and your regular
sponsor is slow to respond or unavailable, let me know, and I can
sponsor.

-- 
Jay Berkenbilt q...@debian.org



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



Bug#654934: RFA: rlwrap -- readline feature command line wrapper

2012-04-08 Thread Mike Miller
retitle 654934 ITA: rlwrap -- readline feature command line wrapper
owner 654934 mtmil...@ieee.org
thanks

Hi Francois, I'll adopt rlwrap.  I find it useful and I have the one
outstanding bug report, so why not.  Thanks!
-- 
mike



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



Bug#668005: [PATCH] didiwiki: Helping to update to packaging format 3.0

2012-04-08 Thread jaalto
On 2012-04-08 09:35, Ignace Mouzannar wrote:
| On Sun, Apr 8, 2012 at 04:05, Jari Aalto jari.aa...@cante.net wrote:
|  This patch also enables hardening that is a release goal
|  http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
| 
| The is no need to add these flags when using dh 9 (debian/compat set to 9) 
[1].
| [1] http://wiki.debian.org/HardeningWalkthrough

Yes there is. The mkmf build system does not use debhelper passed flags by 
default.

Jari



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



Bug#668005: [PATCH] didiwiki: Helping to update to packaging format 3.0

2012-04-08 Thread jaalto
On 2012-04-08 16:58, jaalto wrote:
| On 2012-04-08 09:35, Ignace Mouzannar wrote:
| | On Sun, Apr 8, 2012 at 04:05, Jari Aalto jari.aa...@cante.net wrote:
| |  This patch also enables hardening that is a release goal
| |  http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
| | 
| | The is no need to add these flags when using dh 9 (debian/compat set to 9) 
[1].
| | [1] http://wiki.debian.org/HardeningWalkthrough
| 
| Yes there is. 

Clarification[*]: these extra build flags enable more hardening
features in addition to the default ones.

[*] I was thinking something else, please ignore previous post.



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



Bug#660394: Screen goes blank @30 seconds into boot

2012-04-08 Thread jheaton5
On Sun, 2012-04-08 at 02:43 +0100, Ben Hutchings wrote:
 On Sat, 2012-04-07 at 18:04 -0400, jheaton5 wrote:
  On Sat, 2012-04-07 at 21:15 +0100, Ben Hutchings wrote:
   On Sat, 2012-04-07 at 13:53 -0500, Jonathan Nieder wrote:
Ben Hutchings wrote:

 commit 7885d2052bd94395e337709cfba093a41f273ff1
 Author: Jesse Barnes jbar...@virtuousgeek.org
 Date:   Thu Jan 12 14:51:17 2012 -0800

 drm/i915: mask transcoder select bits before setting them on LVDS

 which was included in Linux 3.3.

 I'll apply it and submit it for inclusion in 3.2.y.

Thanks.  Note that Joel tested that patch and it did not fix his
problem (http://bugs.debian.org/660394#36).
   
   Oops, OK.
   
   Both Joel and Wearenotalone have Sandybridge integrated graphics
   processors, though they are D (desktop) and M (mobile) variants
   respectively and there may well be significant differences in the
   display connections as well.
   
   There seems to have been some refactoring of i915 display output setup
   in Linux 3.2 and subsequent fixes in 3.3.  Joel, can you test the
   package of Linux 3.3 from experimental?
   
   Ben.
   
  I installed Linux 3.3 and xserver-xorg-video-intel 2.18.0-2 yesterday.
  The issue is not fixed.  However, I can see the video flashing on and
  off with a bright light aimed at the screen. Eventually, usually after a
  few hours, the screen turns on and stays on.  This condition is not
  stable because running xrandr or ctrlalt F1 turn the video off.
 
 As Jonathan said before:
 
  Please report this on http://bugs.freedesktop.org/ product DRI,
  component DRM/Intel following instructions from
  
   http://intellinuxgraphics.org/how_to_report_bug.html
  
  and let us know the bug number so we can track it.
 
 Ben.
 

See Bug No. 48435

Joel




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



Bug#668040: jwhois complains with [Unable to connect to remote host]

2012-04-08 Thread Matthias Güntert
Package: jwhois
Version: 4.0-1
Severity: grave

In contrast to 'whois' it's not possible to query for IPs using jwhois.

# jwhois 199.71.0.49
[Querying whois.arin.net]
[Unable to connect to remote host]

This is what tcpdump thinks about the conversation:

# tcpdump -n -i wlan0
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on wlan0, link-type EN10MB (Ethernet), capture size 65535 bytes
15:37:51.470376 IP 192.168.2.10.43915  192.168.2.1.53: 47042+ A?
whois.arin.net. (32)
15:37:51.470420 IP 192.168.2.10.43915  192.168.2.1.53: 47012+ ?
whois.arin.net. (32)
15:37:51.484500 IP 192.168.2.1.53  192.168.2.10.43915: 47042 6/0/0 A
199.71.0.49, A 199.212.0.48, A 199.71.0.47, A 199.212.0.47, A 199.71.0.48, A
199.212.0.46 (128)
15:37:51.484707 IP 192.168.2.1.53  192.168.2.10.43915: 47012 5/0/0 
2001:500:13::48,  2001:500:31::47,  2001:500:31::48, 
2001:500:13::46,  2001:500:13::47 (172)
15:37:51.484924 IP 192.168.2.10.37982  199.71.0.49.43: Flags [S], seq
3689994316, win 5840, options [mss 1460], length 0
15:37:51.672562 IP 199.71.0.49.43  192.168.2.10.37982: Flags [S.], seq
714943012, ack 3689994317, win 1460, options [mss 1460], length 0
15:37:51.672607 IP 192.168.2.10.37982  199.71.0.49.43: Flags [.], ack 1, win
5840, length 0
15:37:51.672643 IP 192.168.2.10.42591  199.212.0.48.43: Flags [S], seq
2528060221, win 5840, options [mss 1460], length 0
15:37:51.801813 IP 199.212.0.48.43  192.168.2.10.42591: Flags [S.], seq
1637307527, ack 2528060222, win 1460, options [mss 1460], length 0
15:37:51.801843 IP 192.168.2.10.42591  199.212.0.48.43: Flags [.], ack 1, win
5840, length 0
15:37:51.801883 IP 192.168.2.10.39607  199.71.0.47.43: Flags [S], seq
1827779179, win 5840, options [mss 1460], length 0
15:37:51.988203 IP 199.71.0.47.43  192.168.2.10.39607: Flags [S.], seq
3866797450, ack 1827779180, win 1460, options [mss 1460], length 0
15:37:51.988233 IP 192.168.2.10.39607  199.71.0.47.43: Flags [.], ack 1, win
5840, length 0
15:37:51.988272 IP 192.168.2.10.55037  199.212.0.47.43: Flags [S], seq
1127087815, win 5840, options [mss 1460], length 0
15:37:52.110157 IP 199.212.0.47.43  192.168.2.10.55037: Flags [S.], seq
2596832808, ack 1127087816, win 1460, options [mss 1460], length 0
15:37:52.110188 IP 192.168.2.10.55037  199.212.0.47.43: Flags [.], ack 1, win
5840, length 0
15:37:52.110230 IP 192.168.2.10.40777  199.71.0.48.43: Flags [S], seq
3214164637, win 5840, options [mss 1460], length 0
15:37:52.295858 IP 199.71.0.48.43  192.168.2.10.40777: Flags [S.], seq
714830429, ack 3214164638, win 1460, options [mss 1460], length 0
15:37:52.295888 IP 192.168.2.10.40777  199.71.0.48.43: Flags [.], ack 1, win
5840, length 0
15:37:52.295930 IP 192.168.2.10.50832  199.212.0.46.43: Flags [S], seq
2039824520, win 5840, options [mss 1460], length 0
15:37:52.432034 IP 199.212.0.46.43  192.168.2.10.50832: Flags [S.], seq
1897361856, ack 2039824521, win 1460, options [mss 1460], length 0
15:37:52.432070 IP 192.168.2.10.50832  199.212.0.46.43: Flags [.], ack 1, win
5840, length 0
15:37:52.432257 IP 192.168.2.10.37982  199.71.0.49.43: Flags [F.], seq 1, ack
1, win 5840, length 0
15:37:52.432294 IP 192.168.2.10.42591  199.212.0.48.43: Flags [F.], seq 1, ack
1, win 5840, length 0
15:37:52.432344 IP 192.168.2.10.39607  199.71.0.47.43: Flags [F.], seq 1, ack
1, win 5840, length 0
15:37:52.432369 IP 192.168.2.10.55037  199.212.0.47.43: Flags [F.], seq 1, ack
1, win 5840, length 0
15:37:52.432396 IP 192.168.2.10.40777  199.71.0.48.43: Flags [F.], seq 1, ack
1, win 5840, length 0
15:37:52.432456 IP 192.168.2.10.50832  199.212.0.46.43: Flags [F.], seq 1, ack
1, win 5840, length 0
15:37:52.553187 IP 199.212.0.46.43  192.168.2.10.50832: Flags [.], ack 2, win
1459, length 0
15:37:52.553637 IP 199.212.0.46.43  192.168.2.10.50832: Flags [F.], seq 1, ack
2, win 1459, length 0
15:37:52.553669 IP 192.168.2.10.50832  199.212.0.46.43: Flags [.], ack 2, win
5840, length 0
15:37:52.555819 IP 199.212.0.47.43  192.168.2.10.55037: Flags [F.], seq 1, ack
2, win 1460, length 0
15:37:52.555848 IP 192.168.2.10.55037  199.212.0.47.43: Flags [.], ack 2, win
5840, length 0
15:37:52.559230 IP 199.212.0.48.43  192.168.2.10.42591: Flags [F.], seq 1, ack
2, win 1460, length 0
15:37:52.559260 IP 192.168.2.10.42591  199.212.0.48.43: Flags [.], ack 2, win
5840, length 0
15:37:52.618789 IP 199.71.0.47.43  192.168.2.10.39607: Flags [.], ack 2, win
1459, length 0
15:37:52.618896 IP 199.71.0.47.43  192.168.2.10.39607: Flags [F.], seq 1, ack
2, win 1459, length 0
15:37:52.618922 IP 192.168.2.10.39607  199.71.0.47.43: Flags [.], ack 2, win
5840, length 0
15:37:52.619012 IP 199.71.0.48.43  192.168.2.10.40777: Flags [F.], seq 1, ack
2, win 1460, length 0
15:37:52.619038 IP 192.168.2.10.40777  199.71.0.48.43: Flags [.], ack 2, win
5840, length 0
15:37:52.620770 IP 199.71.0.49.43  192.168.2.10.37982: Flags [F.], seq 1, ack
2, win 1460, length 0
15:37:52.620795 IP 192.168.2.10.37982  199.71.0.49.43: Flags [.], ack 2, win

Bug#668041: stunnel4: Client side SNI doesn't work

2012-04-08 Thread Friedemann Stoyan
Package: stunnel4
Version: 3:4.52-1
Severity: wishlist

Dear Maintainer,

I have a issue with stunnel in client mode and a SNI enabled
TLS-Server. Some investigation shows, that stunnel doesn't send the
extension 'server_name' into the ClientHello-Packet. Due to this the
packet doesn't reach the virtuell server. It seems that this issue
is fixed in stunnel version 4.53:

http://www.mail-archive.com/openssl-users@openssl.org/msg66901.html

* New features
  - Added client-mode sni option to directly control the value of
TLS Server Name Indication (RFC 3546) extension.

It would be great, if we get this version into wheezy.

Regards
Friedemann

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

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

Versions of packages stunnel4 depends on:
ii  adduser   3.113+nmu1
ii  libc6 2.13-27
ii  libssl1.0.0   1.0.1-4
ii  libwrap0  7.6.q-23
ii  netbase   4.47
ii  openssl   1.0.1-4
ii  perl-modules  5.14.2-9
ii  zlib1g1:1.2.6.dfsg-2

stunnel4 recommends no packages.

Versions of packages stunnel4 suggests:
pn  logcheck-database  none

-- Configuration Files:
/etc/default/stunnel4 changed [not included]

-- 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#668042: nmu: empathy_3.3.90.2-1

2012-04-08 Thread Laurent Bigonville
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

Hi,

Could you please schedule a binNMU for the experimental version of empathy

nmu empathy_3.3.90.2-1 . ALL . -m Rebuild against cheese 3.4 -d experimental

Thanks

Laurent Bigonville

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

Kernel: Linux 3.2.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.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#436339: vlc: VLC doesn't stop screensaver

2012-04-08 Thread Ritesh Raj Sarraf
Package: vlc
Version: 2.0.0-6
Followup-For: Bug #436339

I have been suffering this very same problem. It does not happen on
smplayer.

I just ran cvlc and found the following messages on the console. Hope
it sheds some light.

rrs@champaran:~$ cvlc vid2.mp4 
VLC media player 2.0.0 Twoflower (revision 2.0.0-0-g421a4fc)
[0x7b8b88] dbus interface: listening on dbus as:
org.mpris.MediaPlayer2.vlc
[0x7243d8] dummy interface: using the dummy interface module...
[0x21be9b8] xcb_window window error: X server failure
xdg-screensaver: Window 0x0380 does not exist


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

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

Versions of packages vlc depends on:
ii  libaa11.4p5-39
ii  libavcodec-extra-53   4:0.8.1.1
ii  libavutil-extra-514:0.8.1.1
ii  libc6 2.13-27
ii  libfreetype6  2.4.9-1
ii  libfribidi0   0.19.2-2
ii  libgcc1   1:4.7.0-1
ii  libgl1-mesa-glx [libgl1]  7.11.2-1
ii  libice6   2:1.0.7-2
ii  libqtcore44:4.8.0-1
ii  libqtgui4 4:4.8.0-1
ii  libsdl-image1.2   1.2.12-1
ii  libsdl1.2debian   1.2.15-2
ii  libsm62:1.2.0-2
ii  libstdc++64.7.0-1
ii  libtar0   1.2.11-8
ii  libva-x11-1   1.0.15-4
ii  libva11.0.15-4
ii  libvlccore5   2.0.0-6
ii  libx11-6  2:1.4.99.1-1
ii  libxcb-composite0 1.8.1-1
ii  libxcb-keysyms1   0.3.8-1
ii  libxcb-randr0 1.8.1-1
ii  libxcb-render01.8.1-1
ii  libxcb-shape0 1.8.1-1
ii  libxcb-shm0   1.8.1-1
ii  libxcb-xfixes01.8.1-1
ii  libxcb-xv01.8.1-1
ii  libxcb1   1.8.1-1
ii  libxext6  2:1.3.0-3
ii  libxinerama1  2:1.1.1-3
ii  libxpm4   1:3.5.9-4
ii  ttf-freefont  20100919-1
ii  vlc-nox   2.0.0-6
ii  zlib1g1:1.2.6.dfsg-2

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

Versions of packages vlc suggests:
pn  videolan-doc  none

-- 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



  1   2   3   4   >