Bug#743402: capnproto: failed to run test on mips64el

2014-04-17 Thread Yunqiang Su
On Thu, Apr 17, 2014 at 1:19 PM, Tom Lee deb...@tomlee.co wrote:
 Thanks! Can you try the same thing, but instead of passing an empty string
 to the __builtin_nan* functions, can you pass 0? e.g.

 __builtin_nanf(0)

root@lm6100:/tmp/test# gcc -O0 xx.c;./a.out
7fa0 7ff4 7ff4
root@lm6100:/tmp/test# gcc -O1 xx.c;./a.out
7fa0 7ff4 7ff4
root@lm6100:/tmp/test# gcc -O2 xx.c;./a.out
7fa0 7ff4 7ff4
root@lm6100:/tmp/test# gcc -O3 xx.c;./a.out
7fa0 7ff4 7ff4




 On Wed, Apr 16, 2014 at 10:13 PM, Yunqiang Su wzss...@gmail.com wrote:

 root@lm6100:/tmp/test# gcc -O0 xx.c;./a.out
 7fbf 7ff7 7ff7e000
 root@lm6100:/tmp/test# gcc -O1 xx.c;./a.out
 7fbf 7ff7 7ff7
 root@lm6100:/tmp/test# gcc -O2 xx.c;./a.out
 7fbf 7ff7 7ff7
 root@lm6100:/tmp/test# gcc -O3 xx.c;./a.out
 7fbf 7ff7 7ff7


 On Thu, Apr 17, 2014 at 1:08 PM, Tom Lee deb...@tomlee.co wrote:
  Hey Yunqiang,
 
  I spoke to the upstream maintainer. He's asked if you can compile  run
  this
  small C program (with and without optimizations) and to send the output
  from
  both:
 
  // begin
 
  #include stdio.h
  #include inttypes.h
  #include string.h
 
  int main() {
float nanf = __builtin_nanf();
double nand = __builtin_nan();
double nancast = nanf;
 
uint32_t nanfi;
uint64_t nandi;
uint64_t nancasti;
 
memcpy(nanfi, nanf, 4);
memcpy(nandi, nand, 8);
memcpy(nancasti, nancast, 8);
 
printf(%x %llx %llx\n, nanfi, nandi, nancasti);
return 0;
  }
 
  // end
 
  Thanks!
  Tom
 
 
 
  On Sun, Apr 13, 2014 at 8:57 AM, Yunqiang Su wzss...@gmail.com wrote:
 
  make  check-TESTS
  make[4]: Entering directory `/tmp/capnproto/capnproto-debian'
  make[5]: Entering directory `/tmp/capnproto/capnproto-debian'
  PASS: capnp-test
  PASS: capnp-evolution-test
  FAIL: src/capnp/compiler/capnp-test.sh
  make[6]: Entering directory `/tmp/capnproto/capnproto-debian'
  make  all-recursive
  make[7]: Entering directory `/tmp/capnproto/capnproto-debian'
  make[8]: Entering directory `/tmp/capnproto/capnproto-debian'
  make[8]: Leaving directory `/tmp/capnproto/capnproto-debian'
  make[7]: Leaving directory `/tmp/capnproto/capnproto-debian'
  make[6]: Leaving directory `/tmp/capnproto/capnproto-debian'
 
 
  
  Testsuite summary for Capn Proto 0.4.1
 
 
  
  # TOTAL: 3
  # PASS:  2
  # SKIP:  0
  # XFAIL: 0
  # FAIL:  1
  # XPASS: 0
  # ERROR: 0
 
 
  
  See ./test-suite.log
  Please report to capnpr...@googlegroups.com
 
 
  
  make[5]: *** [test-suite.log] Error 1
  make[5]: Leaving directory `/tmp/capnproto/capnproto-debian'
  make[4]: *** [check-TESTS] Error 2
  make[4]: Leaving directory `/tmp/capnproto/capnproto-debian'
  make[3]: *** [check-am] Error 2
  make[3]: Leaving directory `/tmp/capnproto/capnproto-debian'
  make[2]: *** [check-recursive] Error 1
  make[2]: Leaving directory `/tmp/capnproto/capnproto-debian'
  make[1]: *** [check] Error 2
  make[1]: Leaving directory `/tmp/capnproto/capnproto-debian'
  dh_auto_test: make -j1 check returned exit code 2
  make: *** [build-arch] Error 2
 
 
  On Sun, Apr 13, 2014 at 11:02 AM, Tom Lee deb...@tomlee.co wrote:
   Thanks for the report -- I believe a downstream patch from the Ubuntu
   folks
   may fix this in the upcoming 0.4.1-1 release. Can you try the
   debian/0.4.1-1
   tag from git://github.com/thomaslee/capnproto-debian  let me know if
   it
   works any better?
  
  
   On Wed, Apr 2, 2014 at 4:54 AM, Yunqiang Su wzss...@gmail.com
   wrote:
  
   Package: capnproto
   Version: 0.4.0-1
  
   I try to build capnproto on mips64el while it failed due to failure
   on
   test.
  
   ./src/capnp/compiler/../testdata/binary - differ: byte 1989, line 4
   FAIL: src/capnp/compiler/capnp-test.sh
   ===
   1 of 3 tests failed
   Please report to capnpr...@googlegroups.com
  
  
   --
   Yunqiang Su
  
  
  
  
   --
   Tom Lee / http://tomlee.co / @tglee
  
 
 
 
  --
  Yunqiang Su
 
 
 
 
  --
  Tom Lee / http://tomlee.co / @tglee
 



 --
 Yunqiang Su




 --
 Tom Lee / http://tomlee.co / @tglee




-- 
Yunqiang Su


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



Bug#741644: RFS: keyringer/0.3.2-1 -- Distributed secret management using GnuPG and Git

2014-04-17 Thread Gaudenz Steinlin
intrigeri intrig...@debian.org writes:

 Hi,

 Silvio Rhatto wrote (22 Mar 2014 19:53:54 GMT) :
 I just released 0.3.3 with fixed suggested in this thread.

 Looks good to me, feel free to retitle and reuse this RFS.

 Note that your branches don't seem to have been pushed to Git yet,
 while the tags have been.

Any update on this? I'm currently evaluating keyringer for my use and
would like to test the latest release. If intrigeri is just busy I can
also help with sponsoring the package (only after easter though). 

Gaudenz

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


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



Bug#744398: [Pkg-sysvinit-devel] Bug#744398: startpar modifies /etc/init/startpar-bridge.conf

2014-04-17 Thread Petter Reinholdtsen
Control: retitle -1 debsums causes piuparts to claim all packages modified 
migrated conffile /etc/init/startpar-bridge.conf

Looking at the debsums bugs, I suspect this is the same problem
reported in URL: http://bugs.debian.org/689508  on 2012-10-03.

The problem at hand now is that sysvinit-utils owned the conffile
/etc/init/startpar-bridge.conf, which was migrated to the startpar
package and changed there.  This causes debsums to claim the file was
changed, because dpkg claim both packages own the file now,
sysvinit-utils with an obsolete ownership, and startpar with a current
ownership.  I believe it should ignore the obsolete file and only look
at the check sum of the current file.

-- 
Happy hacking
Petter Reinholdtsen


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



Bug#744921: spamassassin: Daily cron script wants to set a shared library world writable

2014-04-17 Thread filip
Confirmed. It's the chmod in Install.pm that does it.

I can reproduce it as follows:

- first run sa-compile as root. body_0.so is owned by root after that
- next run 'su debian-spamd -c sa-compile --quiet', the message about
chmod is generated, but the permissions end up correct.

After commenting out the chmod in Install.pm and repeating the
sa-compiles as above, the message is gone. Remove the comment and the
message is back.


sub _unlink_or_rename { #XXX OS-SPECIFIC
my ( $file, $tryhard, $installing )= @_;

# _chmod( 0666, $file );
my $unlink_count = 0;
while (unlink $file) { $unlink_count++; }
return $file if $unlink_count  0;
...

So it looks that they way it is used above is not so harmful afterall,
but it stll seems like a strange construct. I can't immediately see what
purpose it serves to change the permissions of a file before unlinking it.


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



Bug#744975: xul-ext-https-everywhere: all rules lost?

2014-04-17 Thread Jérémy Bobbio
Hi Christoph,

Christoph Anton Mitterer:
 It seems that apart form loosing some security due to the campaign of the
 anti-CAcert fraction (I wonder why it is better to have e.g. rules for
 cacert.org removed, I mean... if people go to that site they WILL have the
 certs installed manually and will want that security)...

The CACert rules are still there, just disabled by default.

 Anyway...as the screenshot shows basically all but a few other rules
 seem to be gone as well... o.O

The rules are there. If you visit http://www.debian.org/ you will
notice that HTTPS Everywhere will rewrite the URL… and the URL will be
shown in the rule list.

I agree this is a major inconvenience though, especially if you wish to
renable CACert-supported rules.

-- 
Jérémy Bobbio.''`.
jeremy.bob...@irq7.fr   : :   : lu...@debian.org
`. `'`  lu...@torproject.org
  `-


signature.asc
Description: Digital signature


Bug#744957: distributed-net [INTL:nl] Dutch translation of debconf templates

2014-04-17 Thread Christian PERRIER
Quoting Jeroen Schot (sc...@a-eskwadraat.nl):
 Package: distributed-net
 Severity: wishlist
 Tags: l10n patch
 
 Hello,
 
 Attached is the Dutch translation of the distributed-net debconf templates.
 Please include it in your next upload.

Given the recent needed change in original template, please use the
attached file in place of the one sent by Jeroen.




nl.po
Description: application/gettext


signature.asc
Description: Digital signature


Bug#743402: capnproto: failed to run test on mips64el

2014-04-17 Thread Tom Lee
Great, thanks again. Seems like this may have been an upstream bug. I've
pushed a patch -- can you try the latest code on master?

http://github.com/thomaslee/capnproto-debian

Cheers,
Tom


On Wed, Apr 16, 2014 at 11:18 PM, Yunqiang Su wzss...@gmail.com wrote:

 On Thu, Apr 17, 2014 at 1:19 PM, Tom Lee deb...@tomlee.co wrote:
  Thanks! Can you try the same thing, but instead of passing an empty
 string
  to the __builtin_nan* functions, can you pass 0? e.g.
 
  __builtin_nanf(0)

 root@lm6100:/tmp/test# gcc -O0 xx.c;./a.out
 7fa0 7ff4 7ff4
 root@lm6100:/tmp/test# gcc -O1 xx.c;./a.out
 7fa0 7ff4 7ff4
 root@lm6100:/tmp/test# gcc -O2 xx.c;./a.out
 7fa0 7ff4 7ff4
 root@lm6100:/tmp/test# gcc -O3 xx.c;./a.out
 7fa0 7ff4 7ff4


 
 
  On Wed, Apr 16, 2014 at 10:13 PM, Yunqiang Su wzss...@gmail.com wrote:
 
  root@lm6100:/tmp/test# gcc -O0 xx.c;./a.out
  7fbf 7ff7 7ff7e000
  root@lm6100:/tmp/test# gcc -O1 xx.c;./a.out
  7fbf 7ff7 7ff7
  root@lm6100:/tmp/test# gcc -O2 xx.c;./a.out
  7fbf 7ff7 7ff7
  root@lm6100:/tmp/test# gcc -O3 xx.c;./a.out
  7fbf 7ff7 7ff7
 
 
  On Thu, Apr 17, 2014 at 1:08 PM, Tom Lee deb...@tomlee.co wrote:
   Hey Yunqiang,
  
   I spoke to the upstream maintainer. He's asked if you can compile 
 run
   this
   small C program (with and without optimizations) and to send the
 output
   from
   both:
  
   // begin
  
   #include stdio.h
   #include inttypes.h
   #include string.h
  
   int main() {
 float nanf = __builtin_nanf();
 double nand = __builtin_nan();
 double nancast = nanf;
  
 uint32_t nanfi;
 uint64_t nandi;
 uint64_t nancasti;
  
 memcpy(nanfi, nanf, 4);
 memcpy(nandi, nand, 8);
 memcpy(nancasti, nancast, 8);
  
 printf(%x %llx %llx\n, nanfi, nandi, nancasti);
 return 0;
   }
  
   // end
  
   Thanks!
   Tom
  
  
  
   On Sun, Apr 13, 2014 at 8:57 AM, Yunqiang Su wzss...@gmail.com
 wrote:
  
   make  check-TESTS
   make[4]: Entering directory `/tmp/capnproto/capnproto-debian'
   make[5]: Entering directory `/tmp/capnproto/capnproto-debian'
   PASS: capnp-test
   PASS: capnp-evolution-test
   FAIL: src/capnp/compiler/capnp-test.sh
   make[6]: Entering directory `/tmp/capnproto/capnproto-debian'
   make  all-recursive
   make[7]: Entering directory `/tmp/capnproto/capnproto-debian'
   make[8]: Entering directory `/tmp/capnproto/capnproto-debian'
   make[8]: Leaving directory `/tmp/capnproto/capnproto-debian'
   make[7]: Leaving directory `/tmp/capnproto/capnproto-debian'
   make[6]: Leaving directory `/tmp/capnproto/capnproto-debian'
  
  
  
 
   Testsuite summary for Capn Proto 0.4.1
  
  
  
 
   # TOTAL: 3
   # PASS:  2
   # SKIP:  0
   # XFAIL: 0
   # FAIL:  1
   # XPASS: 0
   # ERROR: 0
  
  
  
 
   See ./test-suite.log
   Please report to capnpr...@googlegroups.com
  
  
  
 
   make[5]: *** [test-suite.log] Error 1
   make[5]: Leaving directory `/tmp/capnproto/capnproto-debian'
   make[4]: *** [check-TESTS] Error 2
   make[4]: Leaving directory `/tmp/capnproto/capnproto-debian'
   make[3]: *** [check-am] Error 2
   make[3]: Leaving directory `/tmp/capnproto/capnproto-debian'
   make[2]: *** [check-recursive] Error 1
   make[2]: Leaving directory `/tmp/capnproto/capnproto-debian'
   make[1]: *** [check] Error 2
   make[1]: Leaving directory `/tmp/capnproto/capnproto-debian'
   dh_auto_test: make -j1 check returned exit code 2
   make: *** [build-arch] Error 2
  
  
   On Sun, Apr 13, 2014 at 11:02 AM, Tom Lee deb...@tomlee.co wrote:
Thanks for the report -- I believe a downstream patch from the
 Ubuntu
folks
may fix this in the upcoming 0.4.1-1 release. Can you try the
debian/0.4.1-1
tag from git://github.com/thomaslee/capnproto-debian  let me
 know if
it
works any better?
   
   
On Wed, Apr 2, 2014 at 4:54 AM, Yunqiang Su wzss...@gmail.com
wrote:
   
Package: capnproto
Version: 0.4.0-1
   
I try to build capnproto on mips64el while it failed due to
 failure
on
test.
   
./src/capnp/compiler/../testdata/binary - differ: byte 1989, line
 4
FAIL: src/capnp/compiler/capnp-test.sh
===
1 of 3 tests failed
Please report to capnpr...@googlegroups.com
   
   
--
Yunqiang Su
   
   
   
   
--
Tom Lee / http://tomlee.co / @tglee
   
  
  
  
   --
   Yunqiang Su
  
  
  
  
   --
   Tom Lee / http://tomlee.co / @tglee
  
 
 
 
  --
  Yunqiang Su
 
 
 
 
  --
  Tom Lee / http://tomlee.co / 

Bug#744876: [pkg-php-pear] Bug#744876: Please update to last upstream version (currently 4.0.14)

2014-04-17 Thread Prach Pongpanich
Control: confirmed

Hi David,

On Wed, Apr 16, 2014 at 12:20 AM, David Prévot taf...@debian.org wrote:
 Hi,

 Please consider updating the package to the latest upstream version,
 that should fix some currently failing tests according to Evert Pot:
 https://github.com/fruux/sabre-dav/issues/425#issuecomment-40501450


The PHPUnit-4.0.x is not released via PEAR [0], that we need to
replace PEAR with the Composer (and dependencies), so this process
will start on an experimental.

[0] 
https://github.com/sebastianbergmann/phpunit/wiki/Release-Announcement-for-PHPUnit-4.0.0

Regards,
 Prach


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



Bug#744988: libmysqlclient18: Floating point exception

2014-04-17 Thread Evgeniy Gostkov
Package: libmysqlclient18
Version: 5.6.17-1~dotdeb.1
Severity: important

Dear Maintainer,
When executing isql -v connecter user pass and other programm which using 
odbc connection I get message Floating point exception
This trouble arose after updating libmysqlclient18.0.0 to libmysqlclient18.1.0
On openvz-container where installed libmysqlclient18.0.0 all work perfectly.

-- System Information:
Debian Release: 7.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages libmysqlclient18 depends on:
ii  libc62.13-38+deb7u1
ii  libgcc1  1:4.7.2-5
ii  libstdc++6   4.7.2-5
ii  multiarch-support2.13-38+deb7u1
ii  mysql-common [mysql-common]  5.6.17-1~dotdeb.1
ii  zlib1g   1:1.2.7.dfsg-13

libmysqlclient18 recommends no packages.

libmysqlclient18 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#744989: [libharfbuzz0b] Please provide debug symbols package

2014-04-17 Thread Riccardo Magliocchetti

Package: libharfbuzz0b
Version: 0.9.27-1
Severity: wishlist

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


--- System information. ---
Architecture: i386
Kernel:   Linux 3.12.12

Debian Release: jessie/sid
  500 unstableftp.de.debian.org
  500 testing ftp.de.debian.org
  500 stable  dl.google.com
1 experimentalftp.de.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-
libc6 (= 2.4) | 2.18-4
libfreetype6(= 2.3.9) | 2.5.2-1
libglib2.0-0   (= 2.30.0) | 2.40.0-2
libgraphite2-3  (= 1.2.2) | 1.2.4-2


Package's Recommends field is empty.

Package's Suggests field is empty.


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



Bug#744977: Acknowledgement (winbind4's ntlm_auth does not work (mismatch with samba3?))

2014-04-17 Thread Austin English
Upgrading to unstable fixed the issue (this was a vm, so it wasn't a
problem).

I haven't confirmed (but could, if needed) that it's the samba msmatch that
caused this.

winbind4 needs to depend on

samba-common = 4.0.0
samba-common-bin = 4.0.0
libwbclient0:i386 = 4.0.0

please let me know if more info (such as testing just those package
updates in stable) is needed.



On Wed, Apr 16, 2014 at 5:18 PM, Debian Bug Tracking System 
ow...@bugs.debian.org wrote:

 Thank you for filing a new Bug report with Debian.

 This is an automatically generated reply to let you know your message
 has been received.

 Your message is being forwarded to the package maintainers and other
 interested parties for their attention; they will reply in due course.

 Your message has been sent to the package maintainer(s):
  Samba Debian Maintainers pkg-samba-ma...@lists.alioth.debian.org

 If you wish to submit further information on this problem, please
 send it to 744...@bugs.debian.org.

 Please do not send mail to ow...@bugs.debian.org unless you wish
 to report a problem with the Bug-tracking system.

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




-- 
-Austin


Bug#744990: ubuntu-dev-tools: requestsync fails with GNOME_KEYRING_RESULT_IO_ERROR

2014-04-17 Thread Sylvestre Ledru
Package: ubuntu-dev-tools
Version: 0.153
Severity: normal


Hello,

Trying to sync a package, I get the following error:

$ requestsync foo
The authorization page:
 
(https://launchpad.net/+authorize-token?oauth_token=DjSlSRXS6TxpXjMZhgJdallow_permission=DESKTOP_INTEGRATION)
should be opening in your browser. Use your browser to authorize
this program to access Launchpad on your behalf.
Press any key to continue or wait (5) seconds...
Waiting to hear from Launchpad about your decision...

(process:24759): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
Gkr-Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
Traceback (most recent call last):
  File /usr/bin/requestsync, line 359, in module
main()
  File /usr/bin/requestsync, line 159, in main
Launchpad.login(service=options.lpinstance, api_version='devel')
  File /usr/lib/python2.7/dist-packages/ubuntutools/lp/lpapicache.py, line 
66, in login
version=api_version)
  File /usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py, line 539, 
in login_with
credential_save_failed, version)
  File /usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py, line 346, 
in _authorize_token_and_login
credentials = authorization_engine(credentials, credential_store)
  File /usr/lib/python2.7/dist-packages/launchpadlib/credentials.py, line 
520, in __call__
credential_store.save(credentials, self.unique_consumer_id)
  File /usr/lib/python2.7/dist-packages/launchpadlib/credentials.py, line 
276, in save
raise e
keyring.errors.PasswordSetError: GNOME_KEYRING_RESULT_IO_ERROR

Cheers,
Sylvestre


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(300, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages ubuntu-dev-tools depends on:
ii  binutils   2.24-4
ii  dctrl-tools2.23
ii  devscripts 2.14.1
ii  diffstat   1.58-1
ii  distro-info0.12
ii  dpkg-dev   1.17.6
ii  lsb-release4.1+Debian12
ii  perl   5.18.2-2+b1
ii  python 2.7.5-5
ii  python-apt 0.9.3.5
ii  python-debian  0.1.21+nmu2
ii  python-distro-info 0.12
ii  python-httplib20.8-2
ii  python-launchpadlib1.10.2+ds-2
ii  python-lazr.restfulclient  0.13.3-1
ii  sudo   1.8.9p5-1

Versions of packages ubuntu-dev-tools recommends:
ii  bzr 2.6.0+bzr6591-1
pn  bzr-builddebnone
ii  ca-certificates 20140325
ii  cowdancer   0.73
ii  debian-archive-keyring  2012.4
pn  debian-keyring  none
ii  debootstrap 1.0.59
ii  dput-ng [dput]  1.7
pn  genisoimage none
ii  libwww-perl 6.05-2
ii  lintian 2.5.22.1
ii  patch   2.7.1-4
ii  pbuilder0.215
ii  perl-modules5.18.2-2
ii  python-dns  2.3.6-3
ii  python-soappy   0.12.0-4
ii  quilt   0.61-1
ii  reportbug   6.5.0

Versions of packages ubuntu-dev-tools suggests:
pn  qemu-user-static  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#744724: closed by Ludovic Brenta lbre...@debian.org (Bug#744724: fixed in gnat-4.9 4.9-20140411-2)

2014-04-17 Thread Ivo De Decker
Control: reopen -1

Hi,

On Wed, Apr 16, 2014 at 07:51:05PM +, Debian Bug Tracking System wrote:
  gnat-4.9 (4.9-20140411-2) unstable; urgency=low
  .
[Nicolas Boulenguez]
* rules.conf (Build-Depends): mention gnat before gnat-x.y so that
  buildds can bootstrap 4.9 in unstable.  Closes: #744724.

Unfortunately, this doesn't work, as there are 2 separate build-dependencies
that have to be satisfied:

gnat (= 4.1) | gnat-4.9 | gnat-4.6 (= 4.6.4-2)
gnat ( 4.6.1) | gnat-4.9 | gnat-4.6 (= 4.6.4-2)

As the buildds only look at the first alternative build-dependency, the second
one cannot be satisfied:

https://buildd.debian.org/status/fetch.php?pkg=gnat-4.9arch=i386ver=4.9-20140411-2stamp=1397715086

Cheers,

Ivo


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



Bug#744991: sigscheme: diff for NMU version 0.8.5-4.1

2014-04-17 Thread dai
Package: sigscheme
Version: 0.8.5-4
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for sigscheme (versioned as 0.8.5-4.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.
-- 
Regards,
dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E
diff -Nru sigscheme-0.8.5/debian/changelog sigscheme-0.8.5/debian/changelog
--- sigscheme-0.8.5/debian/changelog	2013-07-19 08:15:25.0 +0900
+++ sigscheme-0.8.5/debian/changelog	2014-04-17 16:44:10.0 +0900
@@ -1,3 +1,16 @@
+sigscheme (0.8.5-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * fix package missing the sources for the autoconf macros (Closes: #736177).
+- debian/rules: use autoreconf instead of autotools-dev.
+- debian/control: add dh-autoreconf and pkg-config to B-D.
+- debian/patches/add-ac-config-macro-dir-m4-0.8.5: new file.
+- debian/patches/support-automake-test-log-driver-0.8.5: new file.
+  * debian/libgcroots0.symbols: fix FTBFS for mips64(el) (Closes:  #729670).
+thanks to YunQiang Su wzss...@gmail.com.
+
+ -- HIGUCHI Daisuke (VDR dai) d...@debian.org  Thu, 17 Apr 2014 16:44:03 +0900
+
 sigscheme (0.8.5-4) unstable; urgency=low
 
   * debian/rules: Add --with autotools-dev.  Remove --with quilt.
diff -Nru sigscheme-0.8.5/debian/control sigscheme-0.8.5/debian/control
--- sigscheme-0.8.5/debian/control	2013-07-19 08:10:32.0 +0900
+++ sigscheme-0.8.5/debian/control	2014-04-17 16:43:52.0 +0900
@@ -2,7 +2,7 @@
 Section: lisp
 Priority: optional
 Maintainer: NIIBE Yutaka gni...@fsij.org
-Build-Depends: debhelper (= 9), autotools-dev
+Build-Depends: debhelper (= 9), autotools-dev, dh-autoreconf, pkg-config
 Standards-Version: 3.9.4
 Homepage: http://code.google.com/p/sigscheme/
 
diff -Nru sigscheme-0.8.5/debian/libgcroots0.symbols sigscheme-0.8.5/debian/libgcroots0.symbols
--- sigscheme-0.8.5/debian/libgcroots0.symbols	2012-01-12 15:03:35.0 +0900
+++ sigscheme-0.8.5/debian/libgcroots0.symbols	2014-04-16 21:42:14.0 +0900
@@ -5,11 +5,11 @@
  GCROOTS_init@Base 0.8.5
  GCROOTS_is_protected@Base 0.8.5
  GCROOTS_is_protected_context@Base 0.8.5
- (arch=!mips !mipsel !s390 !s390x)GCROOTS_jmp_buf@Base 0.8.5
+ (arch=!mips !mipsel !mipsn32 !mipsn32el !mips64 !mips64el !s390 !s390x)GCROOTS_jmp_buf@Base 0.8.5
  GCROOTS_mark@Base 0.8.5
  GCROOTS_noop1@Base 0.8.5
  GCROOTS_push_current_stack@Base 0.8.5
- (arch=alpha mips mipsel powerpcspe)GCROOTS_push_one@Base 0.8.5
+ (arch=alpha mips mipsel mipsn32 mipsn32el mips64 mips64el powerpcspe)GCROOTS_push_one@Base 0.8.5
  GCROOTS_push_regs@Base 0.8.5
  GCROOTS_push_regs_and_stack@Base 0.8.5
  GCROOTS_with_callee_saves_pushed@Base 0.8.5
diff -Nru sigscheme-0.8.5/debian/patches/add-ac-config-macro-dir-m4-0.8.5 sigscheme-0.8.5/debian/patches/add-ac-config-macro-dir-m4-0.8.5
--- sigscheme-0.8.5/debian/patches/add-ac-config-macro-dir-m4-0.8.5	1970-01-01 09:00:00.0 +0900
+++ sigscheme-0.8.5/debian/patches/add-ac-config-macro-dir-m4-0.8.5	2014-04-16 21:47:50.0 +0900
@@ -0,0 +1,28 @@
+Description: add AC_CONFIG_MACRO_DIR([m4])
+Author: HIGUCHI Daisuke (VDR dai) d...@debian.org
+Last-Update: 2014-04-16
+
+Index: sigscheme-0.8.5/configure.in
+===
+--- sigscheme-0.8.5.orig/configure.in	2014-04-14 18:20:25.238601530 +0900
 sigscheme-0.8.5/configure.in	2014-04-14 18:22:16.594326860 +0900
+@@ -2,6 +2,7 @@
+ AC_INIT([SigScheme], [0.8.5], [sigscheme...@googlegroups.com], [sigscheme])
+ AC_CONFIG_SRCDIR([src/sigscheme.c])
+ AC_CONFIG_HEADERS([src/config.h])
++AC_CONFIG_MACRO_DIR([m4])
+ AM_INIT_AUTOMAKE([1.10 dist-bzip2])
+ 
+ # Enable this iff asprintf(3) or another GNU extension is needed. This macro
+Index: sigscheme-0.8.5/libgcroots/configure.ac
+===
+--- sigscheme-0.8.5.orig/libgcroots/configure.ac	2014-04-14 18:20:25.246601511 +0900
 sigscheme-0.8.5/libgcroots/configure.ac	2014-04-14 18:22:42.910261950 +0900
+@@ -23,6 +23,7 @@
+ dnl AC_CONFIG_SRCDIR(gcj_mlc.c)
+ AC_INIT([gcroots], [0.2.2], [sigscheme...@googlegroups.com], [libgcroots]) 
+ AC_CONFIG_SRCDIR(include/private/gcroots_priv.h)
++AC_CONFIG_MACRO_DIR([m4])
+ AC_CANONICAL_TARGET 
+ AC_PREREQ(2.60b)
+ dnl AC_REVISION($Revision: 1.25 $)
diff -Nru sigscheme-0.8.5/debian/patches/series sigscheme-0.8.5/debian/patches/series
--- sigscheme-0.8.5/debian/patches/series	2013-07-09 14:35:59.0 +0900
+++ sigscheme-0.8.5/debian/patches/series	2014-04-16 21:36:19.0 +0900
@@ -5,3 +5,5 @@
 test-storage-coll-0.8.3
 makefile-change-0.8.5
 test-gc-protect-0.8.5
+add-ac-config-macro-dir-m4-0.8.5
+support-automake-test-log-driver-0.8.5
diff -Nru sigscheme-0.8.5/debian/patches/support-automake-test-log-driver-0.8.5 sigscheme-0.8.5/debian/patches/support-automake-test-log-driver-0.8.5
--- sigscheme-0.8.5/debian/patches/support-automake-test-log-driver-0.8.5	

Bug#744990: gnome-keyring

2014-04-17 Thread Sylvestre Ledru
FYI, installing gnome-keyring fixed the issue for me.

Sylvestre


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



Bug#744992: python-falcon and python-libturpial: error when trying to install together

2014-04-17 Thread Jakub Wilk

Source: python-falcon,python-libturpial
Version: python-falcon/0.1.8-1
Version: python-libturpial/1.7.0-1
Severity: serious

python-falcon and python-libturpial cannot be co-installed:

Unpacking python-libturpial (1.7.0-1) ...
dpkg: error processing archive 
/var/cache/apt/archives/python-libturpial_1.7.0-1_all.deb (--unpack):
trying to overwrite '/usr/share/pyshared/tests/__init__.py', which is also in 
package python-falcon 0.1.8-1
Errors were encountered while processing:
/var/cache/apt/archives/python-libturpial_1.7.0-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

--
Jakub Wilk


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



Bug#744993: sm as notepad (option to autosave)

2014-04-17 Thread Holger Levsen
package: sm
severity: wishlist

Hi Joachim,

thanks for sm, I'm often use it for weeks - as notepad! And as such some 
option to save and autosave would be really great! Maybe it could autosave to 
~/.sm/autosave.1 for the first running process (yes, I run several 
sometimes...) and so on. And maybe only do this when started with --notepad or 
--autosave or such :)

What do you think about the general idea?


cheers,
Holger



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


Bug#744398: [Pkg-sysvinit-devel] Bug#744398: startpar modifies /etc/init/startpar-bridge.conf

2014-04-17 Thread Holger Levsen
Hi,

On Donnerstag, 17. April 2014, Petter Reinholdtsen wrote:
 Looking at the debsums bugs, I suspect this is the same problem
 reported in URL: http://bugs.debian.org/689508  on 2012-10-03.

yes, #744398 indeed seems to be caused by #689508. Thanks for digging that up!
 
 The problem at hand now is that sysvinit-utils owned the conffile
 /etc/init/startpar-bridge.conf, which was migrated to the startpar
 package and changed there.  This causes debsums to claim the file was
 changed, because dpkg claim both packages own the file now,
 sysvinit-utils with an obsolete ownership, and startpar with a current
 ownership.  I believe it should ignore the obsolete file and only look
 at the check sum of the current file.

Right. For the time being I'm considering ignoring changes in 
/etc/init/startpar-bridge.conf with piuparts


cheers,
Holger




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


Bug#700033: gedit-common: externaltools (open-terminal-here) Fails to open when the directory contains spaces

2014-04-17 Thread althaser
upstream already fixed
https://git.gnome.org/browse/gedit/commit/?id=6991c8ca36b33011131b0d6c8dfcf6759fba20a4

it will be available on the next release.

thanks mlouis.

althaser


Bug#744981: does not recognize https version of copyright format URL

2014-04-17 Thread Jakub Wilk

Thanks for the bug report.

* Hans-Christoph Steiner h...@eds.org, 2014-04-16, 23:23:

lintian does not recognize the https variant of this URL:

https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/


This is not the correct URL according to the copyright-format 
specification, so in a way Lintian is right. Still and all, Lintian 
should recognize it, just like it recognized many other outdated or 
slightly malformed URIs. We probably need a separate tag (or even tags) 
to complain about them.


--
Jakub Wilk


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



Bug#744995: pulseaudio: Content of /usr/share/pulseaudio.alsa-mixer/paths/* is outdated

2014-04-17 Thread Corcodel Marian
Package: pulseaudio
Version: 5.0-2
Severity: normal

Hi
From here: http://www.freedesktop.org/wiki/Software/PulseAudio/Notes/5.0/

Configuration syntax changes:

In path configuration files (/usr/share/pulseaudio/alsa-mixer/paths/*) the
name option in the General section is not supported any more. The path name
is now determined solely based on the file name. The name option was also
used as a key to a table containing path descriptions, and that functionality
is now provided by a new option called description-key.

A single path can't be used for both input and output any more.



-- System Information:
Debian Release: jessie/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages pulseaudio depends on:
ii  adduser   3.113+nmu3
ii  libasound21.0.27.2-3
ii  libasound2-plugins1.0.27-2+b1
ii  libc6 2.18-4
ii  libcap2   1:2.22-1.2
ii  libdbus-1-3   1.8.0-3
ii  libfftw3-single3  3.3.4-1
ii  libgcc1   1:4.8.2-16
ii  libice6   2:1.0.8-2
ii  libltdl7  2.4.2-1.7
ii  liborc-0.4-0  1:0.4.18-1
ii  libpulse0 5.0-2
ii  libsamplerate00.1.8-7
ii  libsm62:1.2.1-2
ii  libsndfile1   1.0.25-9
ii  libspeexdsp1  1.2~rc1.1-1
ii  libstdc++64.8.2-16
ii  libsystemd-login0 204-8
ii  libtdb1   1.2.13-1
ii  libudev1  204-8
ii  libwebrtc-audio-processing-0  0.1-2
ii  libx11-6  2:1.6.2-1
ii  libx11-xcb1   2:1.6.2-1
ii  libxcb1   1.10-2
ii  libxtst6  2:1.2.2-1
ii  lsb-base  4.1+Debian12
ii  udev  204-8

Versions of packages pulseaudio recommends:
ii  pulseaudio-module-x11  5.0-2
ii  rtkit  0.10-3

Versions of packages pulseaudio suggests:
pn  paman none
pn  paprefs   none
ii  pavucontrol   2.0-2
pn  pavumeter none
ii  pulseaudio-utils  5.0-2

-- Configuration Files:
/etc/pulse/default.pa changed:
.nofail
.fail
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore
load-module module-augment-properties
load-module module-switch-on-port-available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
load-module module-detect
.endif
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jackdbus-detect channels=2
.fail
.endif
.ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy
.endif
.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix
.ifexists module-gconf.so
.nofail
load-module module-gconf
.fail
.endif
load-module module-default-device-restore
load-module module-rescue-streams
load-module module-always-sink
load-module module-intended-roles
load-module module-suspend-on-idle
.ifexists module-console-kit.so
load-module module-console-kit
.endif
.ifexists module-systemd-login.so
load-module module-systemd-login
.endif
load-module module-position-event-sounds
load-module module-role-cork
load-module module-filter-heuristics
load-module module-filter-apply


-- 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#743766: konsole: Please mark konsole Multi-Arch foreign

2014-04-17 Thread Alexandre Detiste
Maybe spliting konsole in konsole+libkonsole is the way to go...
But that is maybe to much work to get rid of xterm.

By the way, I'm curious to see what will happen to x-terminal-emulator
during
wayland migration.

Alexandre Detiste


Bug#744996: ITP: varscan -- variant detection in next-generation sequencing data

2014-04-17 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille ti...@debian.org

* Package name: varscan
  Version : 2.3.6
  Upstream Author : Dan Koboldt
* URL : http://varscan.sourceforge.net/
* License : NPOSL-3.0
  Programming Lang: Java
  Description : variant detection in next-generation sequencing data
 Variant detection in massively parallel sequencing. For one sample,
 calls SNPs, indels, and consensus genotypes. For tumor-normal pairs,
 further classifies each variant as Germline, Somatic, or LOH, and also
 detects somatic copy number changes.


This package is maintained by the Debian Med team at
 git://anonscm.debian.org/debian-med/varscan.git


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



Bug#744998: O: firestring -- Runtime libraries for firestring, a string handling library

2014-04-17 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of firestring, Herve Rousseau he...@moulticast.net,
has orphaned this package.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: firestring
Binary: libfirestring0.9, libfirestring-dev
Version: 0.9.12-8
Maintainer: Herve Rousseau he...@moulticast.net
Build-Depends: debhelper (= 5), dpatch
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Files:
 d79588a0f2263244b9b96b5603992b92 608 firestring_0.9.12-8.dsc
 9c24183e02ec92ab3e0defb24762753e 35159 firestring_0.9.12.orig.tar.gz
 19b8529e8181fb345e91a34404869f59 3344 firestring_0.9.12-8.diff.gz
Checksums-Sha1:
 1da2bc6a41363968632d12e5df970148e457cf5b 608 firestring_0.9.12-8.dsc
 a04e0464cd1de46027624a05fee2fcb8740a883c 3344 firestring_0.9.12-8.diff.gz
 cc4029ec8cd18c72778915e5c64fe57930cd167f 35159 firestring_0.9.12.orig.tar.gz
Checksums-Sha256:
 53946ac9e9b0ae24b19b4395331e6af720e85df7bde510b3787395bc5335c0f5 608 
firestring_0.9.12-8.dsc
 9bbd2e426f0bcf73a5135ed20a84ce3a5b5c8f12f6e93175362f087d51f00caf 3344 
firestring_0.9.12-8.diff.gz
 e7da04c62dc1443decd02db71bbffeda351c80981e7c03af730bffa20ffe0779 35159 
firestring_0.9.12.orig.tar.gz
Directory: pool/main/f/firestring
Priority: source
Section: libs

Package: libfirestring0.9
Source: firestring
Version: 0.9.12-8
Installed-Size: 88
Maintainer: Herve Rousseau he...@moulticast.net
Architecture: armel
Depends: libc6 (= 2.5), libgcc1 (= 1:4.1.1-12)
Description-en: Runtime libraries for firestring, a string handling library
 FireString is a library designed to make string handling easier. It includes
 string functions that are included in most libc's, but not in ANSI C, so that
 programmers can write portable code while not having to reinvent the wheel.
 .
 FireString also includes code for configuration file handling.
Description-md5: 851c5f6fc1355af5ec2882eeb438b484
Tag: devel::lang:c, devel::library, implemented-in::c, role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/f/firestring/libfirestring0.9_0.9.12-8_armel.deb
Size: 19892
MD5sum: 63ab3440b531fc5710fa5baa976c40c3
SHA1: f8f17986f9d8ffa0635fc0a77a0ebd49cd2892b9
SHA256: f9df64c1e001d4572cb375bf31f7297cc408f33abea9e1f78e76030c40b3a678

Package: libfirestring-dev
Source: firestring
Version: 0.9.12-8
Installed-Size: 400
Maintainer: Herve Rousseau he...@moulticast.net
Architecture: armel
Depends: libfirestring0.9 (= 0.9.12-8)
Description-en: Development files for firestring, a string handling library
 FireString is a library designed to make string handling easier. It includes
 string functions that are included in most libc's, but not in ANSI C, so that
 programmers can write portable code while not having to reinvent the wheel.
 .
 FireString also includes code for configuration file handling.
Description-md5: 845bd596fd61f2985e32f5cdf3195c40
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/f/firestring/libfirestring-dev_0.9.12-8_armel.deb
Size: 54112
MD5sum: 594e85a754455436429deae28dd0afd9
SHA1: d8d91ed48c2d9a0b7650544d933af12f7e53958a
SHA256: d7171fa60cdc5f7854c80e450b9b12eb10a04094129e1e5ae4bf3473926865c6


-- 
 Ricardo Mones, on behalf of Debian QA/MIA team
 http://people.debian.org/~mones
 «Never send a human to do a machine's job.» ~ Agent Smith


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



Bug#744999: O: getstream -- DVB streaming application

2014-04-17 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of getstream, Herve Rousseau he...@moulticast.net,
has orphaned this package.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: getstream
Binary: getstream
Version: 20081204-1.2
Maintainer: Herve Rousseau he...@moulticast.net
Build-Depends: debhelper (= 5), libevent-dev, libglib2.0-dev, dpatch, 
pkg-config
Architecture: any
Standards-Version: 3.8.3
Format: 1.0
Files:
 ac266cb7960cd1776aefe5f17de3ee9b 1825 getstream_20081204-1.2.dsc
 763d981814c741b9361b10169ff75aa1 59811 getstream_20081204.orig.tar.gz
 6bd9c43ae337e934738c593fcf70d8ac 3779 getstream_20081204-1.2.diff.gz
Vcs-Git: git://hydra.gt.owl.de/getstream.git
Checksums-Sha1:
 63f794622f280523f56437658ee48078ae4d92b9 1825 getstream_20081204-1.2.dsc
 d2283445b6aa79950893bbbe5201975dfdaf4f88 59811 getstream_20081204.orig.tar.gz
 48e1a5e9beb64dcfdbc5d6dfb753b041c8f128ae 3779 getstream_20081204-1.2.diff.gz
Checksums-Sha256:
 3596a155504c0e610a989b3c1c3eae35e42bbcac9b66acd33315b99863e9cd68 1825 
getstream_20081204-1.2.dsc
 3761c34e89d535cdece73c999c36bdc5ac3e802434218d9397af437c9513647f 59811 
getstream_20081204.orig.tar.gz
 526e9dc3242499d94531cb576929cd5c61834e87ca3e6b66c826d76e9a0effca 3779 
getstream_20081204-1.2.diff.gz
Homepage: http://silicon-verl.de/home/flo/projects/streaming/
Package-List: 
 getstream deb net extra
Directory: pool/main/g/getstream
Priority: source
Section: net

Package: getstream
Version: 20081204-1.2
Installed-Size: 127
Maintainer: Herve Rousseau he...@moulticast.net
Architecture: armel
Depends: libc6 (= 2.4), libevent-2.0-5 (= 2.0.10-stable), libglib2.0-0 (= 
2.24.0)
Description-en: DVB streaming application
 getstream is a small utility which is able to pull a MPEG
 transport stream from a DVB card and stream it to the local
 area network. It is written to replace VLC, and uses much less
 CPU and memory than VLC.
Description-md5: 870f28d960d09c9377bec095b8a75b6f
Homepage: http://silicon-verl.de/home/flo/projects/streaming/
Tag: role::program
Section: net
Priority: extra
Filename: pool/main/g/getstream/getstream_20081204-1.2_armel.deb
Size: 39288
MD5sum: 8e5ba0dfe9c21d91af2312975cb7624c
SHA1: b43919786b18062e8acbd2a802c24aba9ef69965
SHA256: 42903746a046c917efbe128e49be87102145d772e261ad2cbb7c01504883573e


-- 
 Ricardo Mones, on behalf of Debian QA/MIA team
 http://people.debian.org/~mones
 «Never send a human to do a machine's job.» ~ Agent Smith


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



Bug#744997: O: firedns -- Runtime libraries for firedns, an asynch. dns resolver library

2014-04-17 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of firedns, Herve Rousseau he...@moulticast.net,
has orphaned this package.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: firedns
Binary: libfiredns0.9, libfiredns-dev, firedns
Version: 0.9.12+dfsg-3
Maintainer: Herve Rousseau he...@moulticast.net
Build-Depends: debhelper (= 5), dpatch, libfirestring-dev (= 0.9.12-4)
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Files:
 60d84b13ab0c1c1761b73065a22fc02b 650 firedns_0.9.12+dfsg-3.dsc
 5fa1dd0980a295ff323341518777d6af 69728 firedns_0.9.12+dfsg.orig.tar.gz
 10bd282db85748b7483e878457a8f248 3378 firedns_0.9.12+dfsg-3.diff.gz
Checksums-Sha1:
 9d8ce27b6623f2516cec96c5e188629faf2107b0 650 firedns_0.9.12+dfsg-3.dsc
 c61ff1ca53a28ab34aacb7098679f4f46e363ee1 3378 firedns_0.9.12+dfsg-3.diff.gz
 fe7f424fc00b6c9a77f5de5a16400a28b9226ee7 69728 firedns_0.9.12+dfsg.orig.tar.gz
Checksums-Sha256:
 712bbed890d1f74847d980c28b8eaddeb4ee34cd2131ea5ba2d3fb7df155092b 650 
firedns_0.9.12+dfsg-3.dsc
 65e6d71c993103576b3ceb508119ba85e251e00175b9f8fe1f82e37c05ea0943 3378 
firedns_0.9.12+dfsg-3.diff.gz
 e241c767c767a874e069da5a2ee91c33719623f46e59f4ee9ac71363008fca37 69728 
firedns_0.9.12+dfsg.orig.tar.gz
Directory: pool/main/f/firedns
Priority: source
Section: libs

Package: libfiredns0.9
Source: firedns
Version: 0.9.12+dfsg-3
Installed-Size: 80
Maintainer: Herve Rousseau he...@moulticast.net
Architecture: armel
Depends: libc6 (= 2.5), libfirestring0.9
Description-en: Runtime libraries for firedns, an asynch. dns resolver library
 FireDNS is a DNS resolver library.  Features include asynchronous resolution,
 and multi-server queries (making lookups much faster than with the stock
 libc/bind functions).
Description-md5: 9d6e01e0d690437cf3ebf12d0706963d
Tag: devel::library, protocol::dns, role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/f/firedns/libfiredns0.9_0.9.12+dfsg-3_armel.deb
Size: 13562
MD5sum: 0b4572d2c1ed22b881006bf92b119667
SHA1: d31f774f3944041d2cc99605cd2221dc2ab40396
SHA256: 29e4b7e6bccb481e69656a63058c7270f8c77e0ab1cd983e69df9a38b3d8c5b6

Package: libfiredns-dev
Source: firedns
Version: 0.9.12+dfsg-3
Installed-Size: 92
Maintainer: Herve Rousseau he...@moulticast.net
Architecture: armel
Depends: libfiredns0.9 (= 0.9.12+dfsg-3), libfirestring-dev
Description-en: Development files for firedns, an asynch. dns resolver library
 FireDNS is a DNS resolver library.  Features include asynchronous resolution,
 and multi-server queries (making lookups much faster than with the stock
 libc/bind functions).
Description-md5: 8995d2e684e0979cadc57b1b93bc85ca
Tag: devel::library, protocol::dns, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/f/firedns/libfiredns-dev_0.9.12+dfsg-3_armel.deb
Size: 15384
MD5sum: e7f10b0d9aea6ca123ed2f715a806ed2
SHA1: 8a23387247cb765140fa5025c5d55a865c265f56
SHA256: 5f03902c01ff244cdfc01ed77292fcb4c454fa223c880ea4d6b76c8334ac

Package: firedns
Version: 0.9.12+dfsg-3
Installed-Size: 416
Maintainer: Herve Rousseau he...@moulticast.net
Architecture: armel
Depends: libc6 (= 2.5), libfirestring0.9
Description-en: Runtime binaries for firedns, an asynch. dns resolver library
 FireDNS is a DNS resolver library.  Features include asynchronous resolution,
 and multi-server queries (making lookups much faster than with the stock
 libc/bind functions).
 .
 The binaries included in this package use FireDNS to do various DNS queries;
 these are good for programming examples, as well as simplistic queries.
Description-md5: 25b67093b7ff9988c3d18d11de4aeda6
Tag: interface::commandline, network::client, protocol::dns, protocol::ipv6,
 role::program, use::searching
Section: net
Priority: optional
Filename: pool/main/f/firedns/firedns_0.9.12+dfsg-3_armel.deb
Size: 35930
MD5sum: 0344284693c55c9d935d06d65a3e1324
SHA1: f39cda002523f51d38ab6c2e77463ebdab41f3ce
SHA256: c5e64d80878b57f593f5be4b9854e1de98d6cc302d051fd26f1b149062e03a50


-- 
 Ricardo Mones, on behalf of Debian QA/MIA team
 http://people.debian.org/~mones
 «Never send a human to do a machine's job.» ~ Agent Smith


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



Bug#745001: O: pxe -- free PXE daemon

2014-04-17 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of pxe, Herve Rousseau he...@moulticast.net,
has orphaned this package.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: pxe
Binary: pxe
Version: 1.4.2-7
Maintainer: Herve Rousseau he...@moulticast.net
Build-Depends: debhelper (= 5), dpatch
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Files:
 66f92aaff221c8ef167ad0a8528339bd 553 pxe_1.4.2-7.dsc
 89dcb359a4c4fce475633dd771e77aa7 56342 pxe_1.4.2.orig.tar.gz
 3fed272fdb6ffaec636ee7d050caf5b8 28150 pxe_1.4.2-7.diff.gz
Checksums-Sha1:
 583cb05a7d93332a121757442ac409b8967da339 553 pxe_1.4.2-7.dsc
 64350c38b05121c38671685ef2b3c47ad1c483b4 28150 pxe_1.4.2-7.diff.gz
 b2e53e97eeb01fe8d4e9978016f6a9d7872e869d 56342 pxe_1.4.2.orig.tar.gz
Checksums-Sha256:
 40faf13763055f17bb22ea0a8b83a3b438847315e6e6a60d71657e35e4936c79 553 
pxe_1.4.2-7.dsc
 a520fa30a618662e56db87fdc23ce0f3a850077badc0f73962e85cac906a02a8 28150 
pxe_1.4.2-7.diff.gz
 59c7143bbb2d7990b164abde219d3290ae1e8962bbd141ec19e105d18f48d19d 56342 
pxe_1.4.2.orig.tar.gz
Directory: pool/main/p/pxe
Priority: source
Section: net

Package: pxe
Version: 1.4.2-7
Installed-Size: 132
Maintainer: Herve Rousseau he...@moulticast.net
Architecture: armel
Depends: libc6 (= 2.5), libgcc1 (= 1:4.1.1-12), libstdc++6 (= 4.1.1-12), 
adduser
Recommends: dhcp3-server | dnsmasq, syslinux, tftpd-hpa | atftpd
Description-en: free PXE daemon
 PXE is a specification to boot PCs from the net. Apart from BOOTP or DHCP for
 acquiring an IP address and TFTP for transferring files, it requires a PXE
 daemon on the server. This package provides only this daemon. For the other
 protocols, it recommends alternatives that are known to work.
 .
  Homepage: http://www.kano.org.uk/projects/pxe/
Description-md5: f51891e1895082b27aa07eee273879a1
Tag: admin::boot, interface::daemon, network::server, role::program
Section: net
Priority: optional
Filename: pool/main/p/pxe/pxe_1.4.2-7_armel.deb
Size: 24808
MD5sum: 26da7a7060bdedd8a8e87de93d9ac945
SHA1: e9a8e9667a7f4ce25f16a78007105aa131bc489f
SHA256: be924e91180967f4282dda836ec4d062723c3a38394f3a8be681072fc7f5e1cc


-- 
 Ricardo Mones, on behalf of Debian QA/MIA team
 http://people.debian.org/~mones
 «Never send a human to do a machine's job.» ~ Agent Smith


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



Bug#745000: O: paris-traceroute -- New version of well known tool traceroute

2014-04-17 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of paris-traceroute, Herve Rousseau 
he...@moulticast.net,
has orphaned this package.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: paris-traceroute
Binary: paris-traceroute
Version: 0.92-dev-2
Maintainer: Herve Rousseau he...@moulticast.net
Build-Depends: debhelper (= 5), autotools-dev
Architecture: any
Standards-Version: 3.8.0
Format: 1.0
Files:
 b191510daf276ca9eccff5d1a0923096 1096 paris-traceroute_0.92-dev-2.dsc
 43a23e4a0d4a877e81b7c330091adc75 803059 paris-traceroute_0.92-dev.orig.tar.gz
 0389cd8a37e2237875bb20b25b3e7eb7 7241 paris-traceroute_0.92-dev-2.diff.gz
Checksums-Sha1:
 67a0cf21431a3509222b7861d943cf5c97cb8d5b 1096 paris-traceroute_0.92-dev-2.dsc
 c5125855561331126f5553ce814e9ca41c0fc8d7 803059 
paris-traceroute_0.92-dev.orig.tar.gz
 279b1d86bb39d2cbc557f38904b4a76cdd3179de 7241 
paris-traceroute_0.92-dev-2.diff.gz
Checksums-Sha256:
 0b009b563bd251120556d11cfded4486fca7c86f6189eee3f79838b4988c4454 1096 
paris-traceroute_0.92-dev-2.dsc
 c7733c9c9263b559f4dce59b53ff4439b6726ca11bd5a080ef3c29e80e2246f6 803059 
paris-traceroute_0.92-dev.orig.tar.gz
 9f5e984c03cfd0375e7641e8dab1a110df43451fb66827e8af6f218264524ef1 7241 
paris-traceroute_0.92-dev-2.diff.gz
Homepage: http://www.paris-traceroute.net/
Directory: pool/main/p/paris-traceroute
Priority: source
Section: net

Package: paris-traceroute
Version: 0.92-dev-2
Installed-Size: 156
Maintainer: Herve Rousseau he...@moulticast.net
Architecture: armel
Depends: libc6 (= 2.7-1), libgcc1 (= 1:4.3), libstdc++6 (= 4.3)
Description-en: New version of well known tool traceroute
 Paris-traceroute is a new version of the well known traceroute.
 It addresses problems caused by load balancers with the initial
 implementation of traceroute. By controling packet, header
 contents, it obtains a more precise picture of the actual route
 that packets follow.
 .
Description-md5: e05619357e5ae027e538174d9566aaf0
Homepage: http://www.paris-traceroute.net/
Tag: implemented-in::c++, role::program, use::analysing,
 works-with::network-traffic
Section: net
Priority: extra
Filename: pool/main/p/paris-traceroute/paris-traceroute_0.92-dev-2_armel.deb
Size: 46900
MD5sum: 83a119f3edd96ec2bfe26fb025d6c16d
SHA1: e24946f35ab0ad1c70d530129fc4f215eb934d79
SHA256: 1a4a8fefaf130c381f221257d818b543f3df14eeb2cf6b0daf4be71467b1960d


-- 
 Ricardo Mones, on behalf of Debian QA/MIA team
 http://people.debian.org/~mones
 «Never send a human to do a machine's job.» ~ Agent Smith


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



Bug#488274: [4a9fbcb] Fix for Bug#488274 committed to git

2014-04-17 Thread Manoj Srivastava

tags 488274 +pending
thanks
Hi,

 The following change has been committed for this bug by
 Manoj Srivastava sriva...@golden-gryphon.com on Thu, 17 Apr 2014 02:18:11 
-0700.
 The fix will be in the next upload. 
=
New bug fixing release

 Bug fix: typo in README.Debian: libfla_pic.a -gt; libfl_pic.a,
 thanks to Jakub Wilk (Closes: #744853).

 Bug fix: libfl-dev and flex-old: error when trying to install
 together, thanks to Ralf Treinen. The package libfl-dev needs to
 replace and Break the flex-old package too,  (Closes: #744833).

 Bug fix: redundant redeclaration of ‘isatty’, thanks to Ludovic
 Rousseau. This duplication was removed in the last upstream release.
 (Closes: #488274).

 Bug fix: flex-2.5.35 bug, thanks to Yuriy Z. scan.c now declares n
 as size_t, in the new upstream version.  (Closes: #633008).

 Bug fix: make check failure, thanks to Sayre, Alan N. The new
 version of flex does succeed in running make check (it would not build
 otherwise) (Closes: #632095).
=


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



Bug#488274: [ec3acd8] Fix for Bug#488274 committed to git

2014-04-17 Thread Manoj Srivastava

tags 488274 +pending
thanks
Hi,

 The following change has been committed for this bug by
 Manoj Srivastava sriva...@golden-gryphon.com on Thu, 17 Apr 2014 02:32:31 
-0700.
 The fix will be in the next upload. 
=
New bug fixing release

 Bug fix: typo in README.Debian: libfla_pic.a -gt; libfl_pic.a,
 thanks to Jakub Wilk (Closes: #744853).

 Bug fix: libfl-dev and flex-old: error when trying to install
 together, thanks to Ralf Treinen. The package libfl-dev needs to
 replace and Break the flex-old package too,  (Closes: #744833).

 Bug fix: redundant redeclaration of ‘isatty’, thanks to Ludovic
 Rousseau. This duplication was removed in the last upstream release.
 (Closes: #488274).

 Bug fix: flex-2.5.35 bug, thanks to Yuriy Z. scan.c now declares n
 as size_t, in the new upstream version.  (Closes: #633008).

 Bug fix: make check failure, thanks to Sayre, Alan N. The new
 version of flex does succeed in running make check (it would not build
 otherwise) (Closes: #632095).
=


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



Bug#745002: dwb: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Package: dwb
Version: 20140307hg-2
Severity: important

Hi,

the json-c upstream has dropped an compatibility layer from libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.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#745003: grive: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Package: grive
Version: 0.2.0-1.1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

bugreport

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTT5/hAAoJEAyZtw70/LsHuVIP/RCrRgVX63Q0A1m3q27kQ6yS
6wF0yfQVSwxatZYQvb6ul95com06Kb3ZoIsesG2vvUqqdjULtFximHQ9cBJJLrbx
mQ6HOqygzIp7Wag/DBP6qfKQoLqckShTWztEVEKd/ioVS4Ci2+3iNO3kIRO1fKlC
67tLNoF0is9A2tVp8ZZBpfCS3y39wAQD7QmKNFqgnTd7+vo4FEEDs87x/pbRDsc8
Qc4FofCeLXLDFkBoRm6DgdrccLjajM1elFd7dYca5o30WtYTEgxn6vZ8VauQM3NP
A9OvjBimnqAZm4wv/nBq1zcKjbo0eBVJjrDpdZ6IwBH7I8t+JP2ieF1qhNYeHlH8
R6pbnK+NF5L7TDlI4UyoyxieT1h54mrgxZi57tcXET6Y+rwEDK2sIHrlU+YmFw6h
1pSxGXdrjWdlPSogD4kkjkBDIdsObz3isYqvHXAM0UaHalwdi1GCeA1oXljSkHD8
pXoJFsXulfBiSphQbGi6q/jvlL21jnTFbR1Y7Fd/SxkA7JATOAPDXefFXrkGzntu
QUc8Z4EVfwaBtrv6+ljKb/eF9PYOrWcAkvP9GS975RFbhJ3Bwr2UbImKhgZTaskL
jRBLpWI58gP/IWYrtPPmJb8JeRctzIv1Fo/BnIAIIJKNxnngusQF8jCxQPdzit+K
R1a3z1OW5OtZ+i9Ew//w
=yhcv
-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#488274: [86d91ee] Fix for Bug#488274 committed to git

2014-04-17 Thread Manoj Srivastava

tags 488274 +pending
thanks
Hi,

 The following change has been committed for this bug by
 Manoj Srivastava sriva...@golden-gryphon.com on Thu, 17 Apr 2014 02:39:54 
-0700.
 The fix will be in the next upload. 
=
New bug fixing release

 Bug fix: typo in README.Debian: libfla_pic.a -gt; libfl_pic.a,
 thanks to Jakub Wilk (Closes: #744853).

 Bug fix: libfl-dev and flex-old: error when trying to install
 together, thanks to Ralf Treinen. The package libfl-dev needs to
 replace and Break the flex-old package too,  (Closes: #744833).

 Bug fix: redundant redeclaration of ‘isatty’, thanks to Ludovic
 Rousseau. This duplication was removed in the last upstream release.
 (Closes: #488274).

 Bug fix: flex-2.5.35 bug, thanks to Yuriy Z. scan.c now declares n
 as size_t, in the new upstream version.  (Closes: #633008).

 Bug fix: make check failure, thanks to Sayre, Alan N. The new
 version of flex does succeed in running make check (it would not build
 otherwise) (Closes: #632095).
=


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



Bug#745004: health-check: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Source: health-check
Version: 0.01.58-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the json-c upstream has dropped an compatibility layer from libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTT6DhAAoJEAyZtw70/LsHiJYP/2yKbanbV8CYZyF/uTULF0zB
zm7oZTNvJmMEM0AvN2bQtbhvZRsv9Lb2YCqWKQQE3yooGQOPKySWvwGuDWAT0vU1
MEOPm+WLPke6k9N2bKtE4PBotWuxRclxYcky1nELA51Dge1eF1SydDqnBdi0w3Fl
AObBtRHHH6VuACrj9aRcvbBntSKb/L3pH09MaPI/NMuGKgXoLSxtdcbdn5DjAk44
gLnbEVwPgOsIgICp4N74DMSmmNnogabnOiXi7cCFMXQOWLDZTtJSn039C+8tLJuc
gX7+5IAe4o6BtJ54r8y/NIcibst1NLoQhzYGsLT2Y7aG/t1gyDBa+VbyoX8M/v55
hXc2vXPk0eMh92U4tqjRSUYl92TQdas+v/lbccYYJ/5eeGMhJiR7C+7f3fasokmW
4WN+IAevndMd4CBWDkqinAcTn7Uyr1x6HzqY0On63Ywx6ePSd9xZ3weL/6IqWleM
4HHAsEtT9KKmLsOJovdnY9JKaP8LcdRUHijrl5oLbebc6o1qMhUEiEqAzfPwctTO
kqY4IQndogUZFfeWoC63C1YpEtWMVB5unATO47OVlFjBQ1pUYsIX5uQA1O7MAwsZ
fmSu2Zrff0RZD0Qm8oSjJFKcbFbjUzQ40aoaQz81xRmD6k3SM//A+UxJCceCDM2K
JdYNIgvkfq8hh3jYxzuJ
=Fs74
-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#745003: grive: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
The body should have been:

Hi,

the json-c upstream has dropped an compatibility layer from
libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

-- 
Ondřej Surý ond...@sury.org
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server


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



Bug#745012: src:python-shogun: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Package: src:python-shogun
Version: 3.2.0-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the json-c upstream has dropped an compatibility layer from libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTT6KvAAoJEAyZtw70/LsHkmsP/jFKbFGl46ytIm5fPMG4ItA5
obb7/CzqvgxFhgiogOKKmv2Acc4xwmWaGhpWCEkXvbQd+zA+C2UWEnI8P49T4UXc
tgYbqNP52Z/yo7AxlgSuWU86Urntr5AeCk3Mo2n7Yr4G00z9U97Wyv9TVgTqURBD
wns3X7gdwhs8C5WR1dQiavU/a9BuLKPYuo170Fo3qUMWvZ/VUqaKALQpIh1KgIyV
RdQoTDNogX2nQr8Q+FET/1KpxhYCPNhoKMisf+XRbFvnfyhppDGEEsm571/uzL5T
GmmWeqfVmOBHDFZF9xG7nUL4jyBrKjwAnjgIDvn6TvXs/rT4x7+hV7smL/DJRl+P
JftEELn3G4nUO2mB1l1oRebwltXUXrpgsbq2pqRm5slKW1fPzk53nhyPq39eBqeE
H+Z5CeDMELMhOtQfb0Cbp6MksLi+XLl+Cfo+aEALQC4eCoYFWmDTPy/D4Iar0fr/
jGF8hFPCzanq4t+s/AdXE0Sd8D0ENv8E6cVtd+TplrHinykKne3I03NkfKtDnaV3
R+JhSVsVm6EbmQJV/sku/VfwaPpl2vDNQYnZIYWhqyihOZEMM+TQtqLpSGbDITFa
Me3zzOyry2dYPMngDBHCM9OzkWaOhyYSHPv2OfiwgAh/ZZtjFrfPWLZN7AKnaZ8b
40TtqUVKMTF7C9xyU1oh
=tFQl
-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#745010: src:postgis: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Package: src:postgis
Version: 2.1.2+dfsg-2
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the json-c upstream has dropped an compatibility layer from libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTT6KSAAoJEAyZtw70/LsHxUMQAK1kwY7J5Q0ZGwSbjIW3iMCA
HcBOJd0GeU4XuKG+pBjYV4M+g5vzClNj3tTfBYnpmDKjuRldBwr4oRGATuvzdLvO
vHCEhmXQptEuua76wcn/jFpF3EVj4VxXpoGJz1yZgtHwFSDnOdO55/wHrXzd6mFJ
80mShuc9GhtDFkJUgTKuGgQoOg/qmMVIFBa8eZ6bbyBi1xej7i2mGkgDaq08x14K
D6aj1JCM8O6ixFFA/Njdkcbq5Y77gU//DrawqpdwU91q6WZT8Ur9Etx6rPbHMPvl
6MfN1r2F54cqp/PWkH6EFAZCTwzQu+GNs1jymVyNjIb5GcsfD7CGuVqqo3WdGaep
H+1KL5H89hyOEptYgdveMwkH7GA6t3A8KC+VFSmbxcn5ncx2I5tv/OABmihdL4Yp
bv9zGdFC+eyRZqOriVhcT7wJcK9ZjUqIeT2hliYLRaOg9jC1bmeG1LT/bh/OBAuP
W2ooQWLJsIP2D+rjO4eg/ckp6PKBtzexAkEZ7pjuZO4w21ChAnZ2Yl3XTNgO5Hol
82DO9uVqsenl0Vu+Vt2hDvAEQXXnz57mXpuERrMk+QFsFSKER3DOxdpRCmYgZijA
qQnM10rIYD8oDIVghukTKZDkFJW0sN8nazbIxy2ueuION45lIg8kSLz0D5VDhTKc
HSCbRjGM/rObIWhpwxo0
=q3pX
-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#745013: src:shogun: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Package: src:shogun
Version: 3.2.0-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the json-c upstream has dropped an compatibility layer from libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTT6LDAAoJEAyZtw70/LsH0ZwP/38cjDpNcsRhxHMf62Vlvzk9
vgq5keqtOKgsVEomWBpb35PqTPKL2undRA5lP+Mq2ZN7MS5uyWhwJOHBB/weWtVE
y04wkOXh0x0mKYtZn8XTk+hpFqTcqYOmV6FGbRRnRVgCh0IUexisSLFuSQmFLcup
vjUim68moh7jBfhC0O43tG0KE5hYst/o3bA18bAKgakV5SNBba53EyB5rofqqg1g
fyufVnrAraBQ0PcjpDVtLBR8SA+wXMC/6wt8lN9emSqY9/dVwuo485LcoSzfrfhB
Do4/ardPLzJi+NP/tE9xSMy1jgTLEHA9DbQ9WA9S+kOpoRRnbrp5uLXQMwBwSANk
BRKbPIUxYi0AZ3h7VjgUao+JEN/GsDJ8JSy8sILXLe6Lznu2gA9cIEqfGL65WQVx
+sE8ahmf0JrApdQ0itMZQ9KEkn7Eft3sb46YmkRVQx3ExR/+8fYRrOslVYMZsHWa
sKMz1T/4A7nO2b/7TetbshYQvxMzZ/RjQ282S2xbTXXW58XDsXjSBgBmfd7+S9jf
L84BKbqGpRNu2RAKKJ8XxF5BByqgwohP5eeHOouPDw9wlHo08dpOy0yO/g6Qqc4Y
JwjQrvmKQZftWBojlRmcnI02KgGMj/Boeym7iaZml7thTz4MHEVhZza6PWE/WCu8
3cepto5qyYLkeGmolOWZ
=9fx7
-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#745005: src:kamailio: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Package: src:kamailio
Version: 4.1.2-2
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the json-c upstream has dropped an compatibility layer from libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTT6H+AAoJEAyZtw70/LsHrjsQAL6+BQeaFSnpJkuIUG4LULxB
Jvpu/8H2LOOybryTu9Pjx27Jm49osx5ZfU7QFO9f5vIt1XsrnDvbBWYiYBKQA1ir
9Wfw75IicyrsnmEMCl5v04xo1FawLi/VZQZF8qh0cTSwmbKS09wACvm/DxfXWAsp
RtcKxr5KH5Xk9qFKh8ptMGyMFasXx/l2r4QwHpMW2DuoPQLARqLgfAY3tOKeMeop
hAVRPndG2bVTXIlp5addyhEBE4bvX8PMjoIGhhYfXJxDSCaD0k20TsNa/pXEtM/S
yTxBbAiAhPRsk/4SOr9wEEndaHWlrfgl5htX+Kkqs86fAh8Wju/49E81KlhdmIZJ
uo/6sPfgdeBM0ia6B6dqKG8npSsxhyz6nEVO6dgLb2J8HVsHbUqRqWngac+w5FPK
QBe0uEdefJQdk+Gl99yOWJVyvmNWWg/5vJqGhHxbmwn3xJ/K2wieWMAqD74+6ebr
+SKuqA9FjwGRwJvtqFAWIeHElPBYYAKpFiDUQCI2wkn4dPx0G5l0WEQQVThX0WoQ
fPC8eBx4dfuy6/8yJx0FeWeBSnkZbUh+OjevR1wBDhmNZ9/VZcjEwjL/zw9L+XPM
NAdw2k149YpHm/AZZtqqDZcFqidBLCj+nrwyMI7plKkgjilM2oS4beNUlnoyqV7M
RuvMOjfVeoQCZITDAth4
=3+g/
-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#745016: src:upstart: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Package: src:upstart
Version: 1.11-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the json-c upstream has dropped an compatibility layer from libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTT6MHAAoJEAyZtw70/LsHmHoQALLTD9ckpEUgxfIFWNMVfVqm
1gkpZ3IlhWEXIUMV1MvxMmIuOWkcsEYiP0yMxOvY+z+SYj6CO03kuvy53+xOCfVF
yORu5LSkAmCfWfn3V+cMOFWlRKo+4x49pZJMrnwvPKLs8Yq3ER4UMh+eEy36SqVT
YCQHhIb0YpyAT1yueVtedPzUdxlqOdTh4V7oNW61t5g/fHiJpw7Nrr6cWb7WaPLf
iMSeWYfYbsuwgIL00bi2nMJ1Zmx1SFBFkpoG32JkzMEWdQBTQM4ZksFwHTQj/FBk
FzXr4V6YMBvJsa6VNOJFt8t0qDcaKoySIA9RkXFxA3PYSvPSoXb2qP4gE6iANQ2U
rxL8mZgXtNzY1ug6/w4Eszs3IUIMGIYPCF/OPZl1g1BgxKKsLQso/LE+6QGvHija
Dop9tzY+aMSWJCW8pC74wUkWQE/bTRYg4fD/LnLQWrS1QGfX2YXI2gZlEADMH1b/
Jo+SCxV2ostKPsAJ00+1QQadGs3dwozsG+IhAzTfNl24/1RtEA9BbcomT+BLRhcU
dRQsejbd1MEmQ3OTmJjq3SHRCH1TTFRC7/t6vmYCLPCJdfp991tzlyZjQ5eSTzoS
QcLj28VDbrKIo8X2LnRY1Z9uVz38w+ZqLH0CjVKckGbxjZqurMnHfxkYYu0K12XO
h+H6l4J5NzOtKCDBPdib
=RIfj
-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#745006: src:libxr: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Package: src:libxr
Version: 1.0-2.1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the json-c upstream has dropped an compatibility layer from libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTT6IXAAoJEAyZtw70/LsHQYMQANPBn8BKBkorq7XlHRhpiMhR
TMoGoFneOnMI/ZFmOdZpwdiW9nCgnDZaG4OzAwvP0wl9DFBDT5vrZfZuPbJ8QBNx
dFoK2Ukt8Q3VX0NmBIISqd7JpF5i5x9zQiAXSpPHCPGnBCeIVai/bPyvt3MUZjjf
qZ3OGRVJtAjObN3ziiehn8BTqScz/1H5K+oE22HUtp6/pZSbjMvRQN9Lqn226V3W
SQo7LrBpHW0yXc91ZIKebKHryKVfmVv6+lw7IXD+NU89N+sSIaCHU3OnR6pTmRec
6YL4aOZ/IL6csLWZhsL8wlxSTGdvZZsLTC7+opvmBPx4dVsWUf2GEbSHivfWKFSQ
su+BIjaWM8la/kf93UyF5dhxg0fvWoCLpMXvhjamidc76RlmHV654Nat6aXLbQc0
RzZyhzDha6/e4f3kVxg/77f9M8VHraiS5TPLVBeqaJXnwe/7lNgoKtcUy0HsDvy3
M0nUt3wCNDhvIh4gzy1hLY3DmLFyK0uYjIKTz7jOvofZMcV+MpTYycRuysM4kkJM
KOGhAA+6+pJRgeowDchu4rwhAtmvw5U53iSuW+jM4AbdbBf70GzL9e/QHr/toLz3
WmJXMqT8vSHDBTzeswUQ92eS9cLsUle7NzKz4pTYoYZKH347bTPfR8mgtKiJEXyM
RDiv4SFTWW4Bu+b9zsGu
=JMxo
-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#745008: src:newsbeuter: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Package: src:newsbeuter
Version: 2.7-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the json-c upstream has dropped an compatibility layer from libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTT6JSAAoJEAyZtw70/LsHgYkQANOh+0B0M5pZbng//JqPRoxa
UASNbBA48s0KKZusMq5Py48z/pRfzGhehGiUSQVe77pKywpVAqk76rNgR/LwkhYh
rl59BaJvvY0tEjwY7Npp9Hiui1LIs6hhFZGylXNfzYB8jO3FcQ2Hx8kaoCRWtCtP
vkEHGZhKaAubqfOE/K3RkvO2elYDzq3mOJEs/ZPONRIU9V/hB/bZWQpl+FkPzccu
jbepvP7Nz2iAvUxy/piq8r4c38LRYoIUuHmVnbLecBBHQDnaKXrszl5asqr73a/+
E58Hi1KyvufGJKRpfZFbmweZzzNPMpCpzMnrCtSz9HNK0lLdjHjMFuwvCNIO2cgC
B4TFXMGZR2w7bq4MQtH/P9UqN81Cj/MZuLZUyLfVbHYPRhQpbPqdhD9IDFzc1YxM
RwDV2+mo0OvaLlx9hoF4jZueOQmAo6ZmysmTTGYFqQDhdIQXJQVFutaCvCUbl2hW
/kQRIK8RtdoRyX4CQ+DFQs4xCjbepXIHrp++Cr1zlzamJ1WJGLo22nyUMZwDe3JZ
nealrtcrU03cFewcA8uy1woQCth54n/0I9kc8uE+39iA28NH/zjIVyqmdRy4+dNE
JgRVN2P4KEwWAHqmAuBGcfQCeDjxFk1bV6XyXY0WknzGpwiTw/srdRO1Ma1VpcTb
yYvOKNUuOUkE/duFIgaS
=ZI9S
-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#745011: O: minit -- Small but powerful init system

2014-04-17 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of minit, Herve Rousseau he...@moulticast.net,
has orphaned this package.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: minit
Binary: minit
Version: 0.10-5
Maintainer: Herve Rousseau he...@moulticast.net
Build-Depends: debhelper ( 4.0.0), sharutils, dietlibc-dev, libowfat-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Files:
 8035e6992eaa234787fa6a734c617f29 592 minit_0.10-5.dsc
 3c80697fd761120d50c147cd4b00d190 28803 minit_0.10.orig.tar.gz
 d2a7dad0d68a05d0ed28d632f6fd78ed 9677 minit_0.10-5.diff.gz
Checksums-Sha1:
 2c92dca39f36a2361bcf0e0fae4bf58474cf6aca 592 minit_0.10-5.dsc
 87c1d3291bd1663cbedb3a8037069250d5c24951 9677 minit_0.10-5.diff.gz
 48f6edac15b7a3e1fce3f1a2a8842b01439483fb 28803 minit_0.10.orig.tar.gz
Checksums-Sha256:
 a7f81de7ce4353d7122e39e9dc7eb8e06812d4f9acad3c221398dfd8f335f577 592 
minit_0.10-5.dsc
 eec9de63441820636aa71a9af82894a88fce36583c443cd4169ee420681e8768 9677 
minit_0.10-5.diff.gz
 dfdbeef273ef391162bbae3254b3a3e4bef4def5e35e7e470b1a3bab564bc292 28803 
minit_0.10.orig.tar.gz
Directory: pool/main/m/minit
Priority: source
Section: admin

Package: minit
Version: 0.10-5
Installed-Size: 348
Maintainer: Herve Rousseau he...@moulticast.net
Architecture: amd64
Description-en: Small but powerful init system
 minit is a replacement for init (but can also be used in parallel)
 that has process monitoring capabilities and is somewhat similar to
 daemontools from D. J. Bernstein.
 .
 This package is experimental and not easy to install and use.
 .
 Homepage: http://www.fefe.de/minit/
Description-md5: 0415294c87245125ea8e826893fac2a6
Tag: admin::boot, implemented-in::c, interface::commandline,
 interface::daemon, use::monitor
Section: admin
Priority: optional
Filename: pool/main/m/minit/minit_0.10-5_amd64.deb
Size: 37548
MD5sum: 210cb9eec74e77e5524f31c81edd8361
SHA1: e593def03144c238231630cf7e940eacfbdb5123
SHA256: f16c40d2ab7fb83d025b33b81189ffa2a5a1ca336f2aee44e4c17d0f2c59556c


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



Bug#745009: src:pianobar: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Package: src:pianobar
Version: 2013.09.15-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the json-c upstream has dropped an compatibility layer from libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTT6J4AAoJEAyZtw70/LsHBzsQAIBxjk6wGwQR64IhyB34xLj3
1rSppT8MkdS1Id+W7MVOGiuJgX3wlYpg1EtfrQ8mhWfPGc25zI669SOmS/ncSnXR
2Vja9WEVLqJSxVKNv2h6pvu42bdp6XfxG3xKChhJC5XfjReLEGnLYXje1cFuiSeS
NSAKxSH7WI+YYgUG/dLnjqeoJ61kgYBKpnxSgR2LenFTxdaFSLAW2PlccuHnEt/X
I20/7FEP0nVNW7zN7/n5qE0flfL+XlfeQ6jtewhA2pkdnH8DPbTqikXdI/coREOf
/6Pa/sTmo++zheaK6nYYNrQMLplVtpo6K910JU588O3mSdDHkqAOxFVAKycu/mcE
iXvwII3ro3uYc+QnFw9vVzex0v9nUijEJ+C5bDNgJZ/Pmk8qCUMPiP4oxHxGQiLl
6tBe4Jq9iLsAF+WtBRFUNNGMZQh+DJRUHbxSHDyWLjSL6tpGn84Tu1DemiGhHoNK
gbM0sT5kqCZJ+BlEIfB/Szf3m9QPdCSTKZlc1Q/irNr6ZHzY+lR8nw02szGSiQHM
/pxdMOA/xKf3+aHze9kr0eTEs6r0ymleieGDb+1U6kkrj6+mhvTfQIWyXA+Sk25x
Y/js+kvWXsUpcCiOsqjjWMOPUYpPURTLJ9ZDYIFsawgJWG9pmiPb1stY7XdoLXy4
TI7mV0TdEpDXYXOvc1Uy
=o9b4
-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#745015: src:u1db: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Package: src:u1db
Version: 0.1.4-2
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the json-c upstream has dropped an compatibility layer from libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTT6L3AAoJEAyZtw70/LsHI6YP/Ax08FhcPnqb8i5ugEX/ebK3
KOMT74xi/TMzU9IJ1qsr1Cek6OF/69xSJAdtl+qItFjZcsiSrAOp/nucNryT3NaB
mmBbnGyCZ8HCcvRSp8OWlW5xAVhraWN8s2lR5glLbPGklc0Ba5TaQkeZPFwew+3U
fTk9Csdw+Q6uVIQ/KPlrsczxyb0bWwomXRy6X+9n4jvve9qTLfqs7rpl3qzUZ31a
PlhHhBmQd6aoeSG3ICcyF5lSJZpRIhzYXGgk6tAFbcSzVKvoMR9fQeXvJ716TwEf
CGfOkA1m7eWRF9M+/Sw3v+92zHTBOJW3AkWOf/1Mf2AuGtZEE7FdFW/KVlcUbnIQ
+w4gIY7/B6sFjZdAawGMMW0TTV0fNBmi7Eqcbsnh9j7nMNt9DHCp1x3wVjAVhAC9
5sZpj5VPVMl1aA8w9QhgxW8XfS48Zc6LslqtJGRsw4LGrhRdPEkQaVPJdO+267pq
bVMSZJXMkyxk4OPMkxPFii6OluM06uKz3hK1s355wnGl2aWBs+UKuhMTPGI7uNLN
7sjh4RnOwttVVAENliEzerBSe20rj8OKpdgskKH5TV8xx7ul0pZTKZZ7s14gxqX2
sJaQNj7hAYE2jWp+3XgBBqxFvG1Xa32rWQ8YCG3lcWfFNVHnWv9Pngfg773A+O9c
OP7eCvYcDtase3rl7AIu
=v59o
-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#745014: src:syslog-ng: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Package: src:syslog-ng
Version: 3.5.4.1-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the json-c upstream has dropped an compatibility layer from libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTT6LbAAoJEAyZtw70/LsHEt0P/RX+FeNPGw3QsypzLlPwojqO
+eWAS4+4y+nl7ecjEiv1uFSuoULOgp2zlI/MWWqtJyNDnALFoSyzPdrnPB794yru
TwBbA5+50Wc3rMLUwK0nq7OWj8EbqQVRFfhkpXxftj/Owd8v1jyed8iSfIcFHvh8
14Hd1Ugwr2q2w7VKVOLxr73fw1Xu2lSBWoi5+KPZO/tZcQKCVCeELlCLwIa3/In/
1FGXkWNSkLOt5mjZyDkqGPf4ZtmQ+FZhy5/fiikEzX5jzQT0uO//MfMAobwMn9Jo
vAmYT1P0y6CpTCUsbRcPGoDsG2JqmjS5LaJ3LQZ1LnXhykQdFnfhRY7+XJTjGaen
Y4ajJ4pKQsjL3TAiHDfmXZYVSXriiEir0hNDETkPBFc/Pw9AFVpUK4gwmB1ICpBW
IxY8frJpcH4IuJ3Fi5u3iJ8GAqpMYD/iNH2m2gXpmeUK58W0mhYxpxLoEyfOHKCJ
kyETWe9+hcjU1GO4ez+9NpKbNMtoEaSSqR0vCJXIHLPU3oSPgi1QGyJSvARndjx8
OijJa2yuVirWXBJyUjVmn1qZoFD4FW2ZsUTRBzi4hEAfs5wGcNLrVpajQuxlbRd6
n/Xgo/25hhj4EuzMmeF5vfNkVsmTqven5GSC83BzYXe1ja2uukXDVlbGA4Kcgi1Q
xhuyI0M+SokL+/DDkRVR
=JmRZ
-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#745007: src:mypaint: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Package: src:mypaint
Version: 1.1.0-3
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the json-c upstream has dropped an compatibility layer from libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTT6IxAAoJEAyZtw70/LsHaOQQALEQKkdW3wYisuv/Im4mh2uz
Uxjn9XSqHpCMyf0ZpOODXFCzTm7W1axfndQkghmJ5K2chZNc64szgU5S9BsGblu1
7llpZx49Z4VUQ9wZKHUIPle6bk4EF2Aa3jW1cfr8g4pd+Y9Ro9Zz3kD7FBpyA85k
9i91Gfj71M4RYX1vXyAFXPFAx9Q8Z25xSm/AT19WKRi4OxGwcdqTRSAQHPL3/G1w
lWsaHQhHbmo1Od+p5AIFGdK5nHtgyUDcYVdcGw3UmB/U7p926JoHj/zm/rBQb64J
ocutedP6I8Vv3C+3DsiGb4b1oA+nGgaAG9Ew6gNfN61wq0RGU+YKqHE9CUpN6t3p
mJE3i5TyEVJl/kANhMqqVmUlty49fwbTeAiDy1cviw2o6GzZ9hDB2hqBgWCDnJQ7
HnUb+qrDLWFgsThRu0TGje+GGAAiGo59cTrI6jm0gw6vCAa94YVBN7iW8zNQy+gH
5yOzRSoi2twjRzqXPIQvK+Iofs//Ybnzn4FG1XLJGrjqGdYkASm4uUiIiQVM/s6c
JTi2GIrrK+574v44uTJ8FKUaw1J/tGRrEaoVcA+lgBURWtoQXD5vlYtxYC1lgvjo
+jzEVDqzSqiXvdTGb9DN4FvS0poxXxBi+QWuF8nxDuLbckBdxZ0Vd7qzN6PstHdD
MIgpjcqaO0+JoUYDKJD2
=y5QJ
-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#745017: src:yubikey-personalization: please update build-depends from libjson0-dev to libjson-c-dev

2014-04-17 Thread Ondřej Surý
Package: src:yubikey-personalization
Version: 1.15.1-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the json-c upstream has dropped an compatibility layer from libjson0(-dev)
to libjson-c2(-dev) in current upstream release.

Please update your build-depends from libjson0-dev to libjson-c-dev.

This bug severity will be bumped to serious when 0.12 is uploaded to
unstable.

Thank you,
Ondrej

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTT6McAAoJEAyZtw70/LsHD64P/3XNuQi0Kt7JKM+9JKXTCbDR
5yNzbwmcRBPXZ+w4GfS/3oOjneg6UaGez2Va6tsyCzPZZNnunIMe35DNRm+wp93U
7W3PP766uJqgM16PY2XqfPb77Yo7KF3duBA8JxR1ZD0qrpPWz01HBGKksHvbNKBr
ud5YfFoiCbFrb5yXWWXf5Dhe371D2GxUGQw5INOxP7iL9JBdNBmA+OhPQryX3HCH
PXs5y+TD4UoIL65T4Ncyza8Yj7bRg/lgidSqnNbiwAGo07Na5qItLYrGOnqoBzUh
z1piT9Zg2Y3N5//vZWiGXed0ip0xn7TUNnmo+GJuJRAFLgRotCLUbD5HRhoMB0EP
BuinRM+ZH+AfyY4g5OzaQ4eJc8pchQnu56BJRyRQnrULsxFbY/lFlj5s3UI61tNo
bwTLaoeOIKu8Km8+gTpH9MVsataK+jAW/tO97IKndYa1M7pC+l6ldXWyR8HRKgl7
G6NdWo93AIyDVAJ20xcm49NVc/l+arcHe3m+SRq8lyTF4pQpyFjN9KL9elZpRlp0
p83kgjdQIbZEtOv2/sv08QRH+bZH85tZj9wt0vfcg8r0NLTjb0lI0wgEjvPwlz/B
S0OzPFZeu4WB0dJ08t/uDzAgRCNR0s+PPVLtWWSob87D9korkhqki/mAO5x+zO0g
NU68WOwQfH5t/xOIPQAg
=2lpB
-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#587954: initscripts: checkfs/checkroot: print kernel commandline if forcefsck is set

2014-04-17 Thread Ondrej Zary
Package: initscripts
Version: 2.88dsf-41+deb7u1
Followup-For: Bug #587954

This bug is still present in Wheezy. The problem is a missing -q parameter in
/etc/init.d/checkfs.sh and /etc/init.d/checkroot.sh files:
if [ -f /forcefsck ] || grep -s -w -i forcefsck /proc/cmdline
Should be:
if [ -f /forcefsck ] || grep -q -s -w -i forcefsck /proc/cmdline

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

Kernel: Linux 3.12-0.bpo.1-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 initscripts depends on:
ii  coreutils   8.13-3.5
ii  debianutils 4.3.2
ii  libc6   2.13-38+deb7u1
ii  lsb-base4.1+Debian8+deb7u1
ii  mount   2.20.1-5.3
ii  sysv-rc 2.88dsf-41+deb7u1
ii  sysvinit-utils  2.88dsf-41+deb7u1

Versions of packages initscripts recommends:
ii  e2fsprogs  1.42.5-1.1
ii  psmisc 22.19-1+deb7u1

initscripts 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#745018: network-manager: NM restarts itself and breaks existing networking then

2014-04-17 Thread Christoph Anton Mitterer
Package: network-manager
Version: 0.9.8.8-6
Severity: critical
Justification: breaks unrelated software


Hi.

Any once again one of the many annoyances due to NM :-(

Apparently NM doesn't really integrate with ifupdown (which is the canonical
and native place of network configuration in Debian) nicely.
I.e. EAP connections don't work, which I've reported bugs before upstream
(which is unwilling to fix this though) and I think even here in the DebBTS.

So I have to deactivate NM whenever I want to use a non PSK connection o.O

But since some recent upgrade now, some component (god knows which) restarts
NM then by itself. o.O


Apr 17 11:59:36 heisenberg NetworkManager[27771]: info (wlan0): cleaning 
up... 
Apr 17 11:59:36 heisenberg NetworkManager[27771]: info exiting (success)
Apr 17 11:59:36 heisenberg dbus[2663]: [system] Activating via systemd: service 
name='org.freedesktop.NetworkManager' 
unit='dbus-org.freedesktop.NetworkManager.service'
Apr 17 11:59:36 heisenberg systemd[1]: Starting Network Manager...
Apr 17 11:59:36 heisenberg systemd[1]: Starting Network Manager...
Apr 17 11:59:36 heisenberg NetworkManager[27993]: info NetworkManager 
(version 0.9.8.8) is starting...
Apr 17 11:59:36 heisenberg NetworkManager[27993]: info Read config file 
/etc/NetworkManager/NetworkManager.conf
Apr 17 11:59:36 heisenberg NetworkManager[27993]: info WEXT support is 
enabled 
Apr 17 11:59:37 heisenberg NetworkManager[27993]: info VPN: loaded 
org.freedesktop.NetworkManager.vpnc
Apr 17 11:59:37 heisenberg NetworkManager[27993]: info VPN: loaded 
org.freedesktop.NetworkManager.strongswan
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: init!
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: 
update_system_hostname
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPluginIfupdown: guessed 
connection type (eth0) = 802-3-ethernet
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: 
update_connection_setting_from_if_block: name:eth0, type:802-3-ethernet, 
id:Ifupdown (eth0), uuid: 681b428f-beaf-8932-dce4-687ed5bae28e
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: adding 
eth0 to connections
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: adding 
iface eth0 to eni_ifaces
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPluginIfupdown: guessed 
connection type (eth1) = 802-3-ethernet
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: 
update_connection_setting_from_if_block: name:eth1, type:802-3-ethernet, 
id:Ifupdown (eth1), uuid: 7b635ed6-2640-7ad8-675d-744db12dd9fa
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: adding 
eth1 to connections
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: adding 
iface eth1 to eni_ifaces
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: adding 
mapping wlan0 to eni_ifaces
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPluginIfupdown: guessed 
connection type (wlan0-scientia.net) = 802-11-wireless
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: 
update_connection_setting_from_if_block: name:wlan0-scientia.net, 
type:802-11-wireless, id:Ifupdown (wlan0-scientia.net), uuid: 
9375b2e6-428a-71f6-32f7-4e37e36f0bdd
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: update 
wireless settings (wlan0-scientia.net).
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: setting 
wpa ssid = 12
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: update 
wireless security settings (wlan0-scientia.net).
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: setting 
wpa security key: key-mgmt=wpa-psk
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: setting 
wpa security key: psk=omitted
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: adding 
wlan0-scientia.net to connections
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: adding 
iface wlan0-scientia.net to eni_ifaces
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPluginIfupdown: guessed 
connection type (wlan0-eduroam) = 802-11-wireless
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: 
update_connection_setting_from_if_block: name:wlan0-eduroam, 
type:802-11-wireless, id:Ifupdown (wlan0-eduroam), uuid: 
f624dc9f-5572-0f7a-a751-e34905e074a0
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: update 
wireless settings (wlan0-eduroam).
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: setting 
wpa ssid = 7
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: update 
wireless security settings (wlan0-eduroam).
Apr 17 11:59:37 heisenberg NetworkManager[27993]:SCPlugin-Ifupdown: setting 
wpa security key: key-mgmt=wpa-eap
Apr 17 11:59:37 heisenberg 

Bug#744849: espeakup: usb speakers inaccessible on use and during installation

2014-04-17 Thread Jude DaShiell
I will check arch and be back with information later today or tomorrow.  
One thing I forgot to mention is that when this system boots up, the 
first speakers to click on are the large usb speakers and this is no 
different in talkingarch either April 2014 version.  This may turn out 
to be a udev problem in that incorrect rules are being written in those 
files automatically by udev.  I haven't yet mastered udev rules writing 
yet so don't yet do anything to those files until I understand that 
process.

On Thu, 17 Apr 2014, Samuel Thibault wrote:

 Hello,
 
 Jude DaShiell, le Tue 15 Apr 2014 07:31:06 -0400, a ?crit :
  The fact that the debian installer also fails to find and use my usb 
  speakers points at a larger problem though.
 
 Well, not really: the debian installer is a special case of a Debian
 system, things may not work there at all while they would on an
 installed system.
 
  archlinux has no trouble with this at all  for whatever reason.
 
 Perhaps archlinux outputs to all cards at the same time?  Or perhaps by
 luck archlinux gets the USB soundcard as first one?  How does aplay -L
 show up there?
 
 * I expected to be able to switch from conventional stereo speakers
  by modifying configuration file and expected espeakup would find
  those usb speakers when I tried an install, Also documentation in
  /etc/default/espeakup for this case was missing.
 
 I have completed the paragraph:
 
  # To choose audio output on another sound card, uncomment this and set as
 +# appropriate (either a card number or a card name as seen in CARD= alsa
 +# output).
  #
  # export ALSA_CARD=0
 
 Now, that will only be feasible for an installed system.  About
 debian-installer time, I guess we would ideally want to emit the synth
 to all sound cards?  I'm afraid espeakup might just not support this,
 and we'd have to chose a card.  I'm wondering whether we really want to
 provide the user with a way to select it at debian-installer time, just
 like we don't make him select which graphic card should be used.
 
 Samuel
 
 

jude jdash...@shellworld.net


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



Bug#705959: closed by Ben Hutchings b...@decadent.org.uk (Bug#705959: fixed in linux 3.2.57-2)

2014-04-17 Thread Markus Schade
Hi Ben,

On 04/17/2014 11:21 AM, Debian Bug Tracking System wrote:
 #705959: backport e1000e/igb driver for i354, i210, i217 and i218
 
 It has been closed by Ben Hutchings b...@decadent.org.uk.

Wow, thanks so much. I am looking forward to testing it once the build
bots are done.

Best regards,
Markus


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



Bug#723168: libmount1-udeb: uninstallable, depends on libselinux1

2014-04-17 Thread Laurent Bigonville
Package: libmount1-udeb
Followup-For: Bug #723168

Hi,

I could start building a libselinux1-udeb package if you want.

I think that all the dependencies should be already present for
libselinux:

 Depends: libc6 (= 2.14), libpcre3 (= 8.10)

But this doesn't mean that we'll be able to do anything related to
selinux in the installer, there are other packages that would be needed
to do anything useful, but this would be a first step to have SELinux
related functions in d-i

Cheers,

Laurent Bigonville

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

Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.utf8 (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#744733: mumble: client crashes opening settings with push-to-talk enabled

2014-04-17 Thread RedOmen

On 04/14/2014 02:52 PM, Chris Knadle wrote:

On Monday, April 14, 2014 12:30:40 RedOmen wrote:

On 04/14/2014 10:30 AM, Chris Knadle wrote:

On Sunday, April 13, 2014 20:58:35 redomen wrote:

Package: mumble
Version: 1.2.5-245-g221a5d7-1
Severity: normal

Dear Maintainer,

Everything was fine until a recent system update and now when running the
mumble client and selecting settings from the dropdown menu it always
crashes. If I delete my user config files and start clean I am able to
access settings but if I attempt to assign my push-to-talk key (my super
key) it crashes in the same place again.

I'm able to set a push-to-talk key, so I'm not able to reproduce this bug.
Sorry to hear that you're having trouble -- I'd like to try to narrow down
what's causing it.

What window manager / desktop environment are you using?

-- Chris

--
Chris Knadle
chris.kna...@coredump.us

I'm using XFCE4.  I have no problems binding the super key in the window
manager settings although currently nothing is assigned to it.

Just a reminder: remember to CC 744...@bugs.debian.org concerning this bug.

Okay.  It looks like you're using Testing but have not included the Wheezy
(i.e. stable) repo; I've heard that that can cause some unusual bugs since
there are a few packages that only exist in Stable.  Also since you've got a
foreign architecture available (i386), double-check that you've got the amd64
mumble package loaded, not the i386 package.

I have an amd64 Debian Testing VM loaded, and just tested mumble
1.2.5-245-g221a5d7-1 in XFCE and was able to change the push-to-talk key.
I'm not able to make anything of the gdb output you included either, sorry to
say.

So the best suggestion I've got for starters is to add the Debian wheezy repo
and apt-get update + upgrade to see if that pulls in any missing packages.

   -- Chris

--
Chris Knadle
chris.kna...@coredump.us



I poked around in the mumble source and disabled the file system watcher 
in './src/mumble/GlobalShortcut_unix.cpp', rebuilt the client and now 
everything works normally for me again.  I guess if my devices change 
while mumble is running I'll just have to restart it.


--- GlobalShortcut_unix.old 2014-04-17 03:13:06.673746435 -0700
+++ GlobalShortcut_unix.cpp 2014-04-17 03:08:57.696720278 -0700
@@ -51,16 +51,16 @@

 #ifdef Q_OS_LINUX
QString dir = QLatin1String(/dev/input);
-   QFileSystemWatcher *fsw = new 
QFileSystemWatcher(QStringList(dir), this);
-   connect(fsw, SIGNAL(directoryChanged(const QString )), this, 
SLOT(directoryChanged(const QString )));

-   directoryChanged(dir);
+// QFileSystemWatcher *fsw = new 
QFileSystemWatcher(QStringList(dir), this);
+// connect(fsw, SIGNAL(directoryChanged(const QString )), this, 
SLOT(directoryChanged(const QString )));

+// directoryChanged(dir);

if (qsKeyboards.isEmpty()) {
foreach(QFile *f, qmInputDevices)
delete f;
qmInputDevices.clear();

-   delete fsw;
+// delete fsw;
qWarning(GlobalShortcutX: Unable to open any keyboard 
input devices under /dev/input, falling back to XInput);

} else {
return;


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



Bug#744648:

2014-04-17 Thread Markus Wanner
Matthias,

thanks for your review. I committed a corrected patch; the next upload
of postgis should therefore fix this issue.

On 04/16/2014 11:30 PM, Matthias Klose wrote:
  - please check if dh-autoreconf updates the config.* files.
The dh_autotools-dev calls are only necessary when dh_autoreconf
can't find all config.* files.

Yes, autoreconf doesn't update config.{sub,guess} (certainly not in this
case, with autoconf2.13 -f, automake not in use).

  - if you need to keep it, then revert the order of the
calls in the clean target.

Good catch, thanks. Corrected.

  - Build dependencies are missing, dh-autoreconf, and I assume
autoconf2.13.

No, the patch included these additions already.

Regards

Markus Wanner




signature.asc
Description: OpenPGP digital signature


Bug#745019: problems with 2.6.32 kernel

2014-04-17 Thread Dietmar Maurer
Package: libnl3 
Version:  3.2.7

The library does not work when running newer versions of the 2.6.32 kernel:

# nl-qdisc-list 
Error: Unable to allocate link cache: Input data out of range

(same bug with 3.2.24-1)

This is already fixed upstream:

http://git.infradead.org/users/tgr/libnl.git/commit/dfd0a80ec845a800504fecb936c2b33d6918fc9c

Also see: https://bugzilla.openvz.org/show_bug.cgi?id=2939

Would be great to have a fix for wheezy.


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



Bug#745020: live-build doesn't generate splash for syslinux

2014-04-17 Thread Denys Gavrysh
Package: live-build
Version: 4.0~alpha33-1
Severity: minor
Tags: upstream

Dear Maintainer,

The image created with latest live-build doesn't show that fancy syslinux
splash screen with some useful information.

In the binary/isolinux directory I found only the raw splash.svg.in template.

There is the faulty line in the /usr/lib/live/build/binary_syslinux script:

254 for _FILE in ${_TARGET}/*.cfg ${_TARGET}/*.svg

We have no *.svg files in the syslinux configuration directories, but only this:

$ ls -1 /usr/share/live/build/bootloaders/*linux/*.svg*
/usr/share/live/build/bootloaders/extlinux/splash.svg.in
/usr/share/live/build/bootloaders/isolinux/splash.svg.in
/usr/share/live/build/bootloaders/pxelinux/splash.svg.in
/usr/share/live/build/bootloaders/syslinux/splash.svg.in

So, we need to rename all the files to *.svg or fix the line.
Thanks.


-- Package-specific info:

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

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

Versions of packages live-build depends on:
ii  debootstrap  1.0.59
ii  python3  3.3.4-1

Versions of packages live-build recommends:
ii  cpio   2.11+dfsg-2
pn  live-boot-doc  none
pn  live-config-docnone
ii  live-manual-txt [live-manual]  1:4.0~alpha11-1

live-build 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#745021: python3-pydot: Can't read dot string

2014-04-17 Thread Jan Hudec
Package: python3-pydot
Version: 1.0.28-1
Severity: important

When I call `pydot.graph_from_dot_data()` with `str` argument, I get:

Traceback (most recent call last):
  File routing/graph-reach-simple-add-state.py, line 19, in module
graph = pydot.graph_from_dot_data(args.dot.read())
  File /usr/lib/python3/dist-packages/pydot.py, line 220, in 
graph_from_dot_data
return dot_parser.parse_dot_data(data)
  File /usr/lib/python3/dist-packages/dot_parser.py, line 510, in 
parse_dot_data
if data.startswith(codecs.BOM_UTF8):
TypeError: startswith first arg must be str or a tuple of str, not bytes

and when I call it with `bytes` argument, I get:

Traceback (most recent call last):
  File routing/graph-reach-simple-add-state.py, line 19, in module
graph = pydot.graph_from_dot_data(args.dot.read())
  File /usr/lib/python3/dist-packages/pydot.py, line 220, in 
graph_from_dot_data
return dot_parser.parse_dot_data(data)
  File /usr/lib/python3/dist-packages/dot_parser.py, line 520, in 
parse_dot_data
tokens = graphparser.parseString(data)
  File /usr/lib/python3/dist-packages/pyparsing.py, line 1031, in 
parseString
loc, tokens = self._parse( instring, 0 )
  File /usr/lib/python3/dist-packages/pyparsing.py, line 899, in 
_parseNoCache
preloc = self.preParse( instring, loc )
  File /usr/lib/python3/dist-packages/pyparsing.py, line 856, in preParse
loc = self._skipIgnorables( instring, loc )
  File /usr/lib/python3/dist-packages/pyparsing.py, line 848, in 
_skipIgnorables
loc,dummy = e._parse( instring, loc )
  File /usr/lib/python3/dist-packages/pyparsing.py, line 905, in 
_parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
  File /usr/lib/python3/dist-packages/pyparsing.py, line 2543, in 
parseImpl
return self.expr._parse( instring, loc, doActions, callPreParse=False )
  File /usr/lib/python3/dist-packages/pyparsing.py, line 905, in 
_parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
  File /usr/lib/python3/dist-packages/pyparsing.py, line 1758, in 
parseImpl
result = self.re.match(instring,loc)
TypeError: can't use a string pattern on a bytes-like object

This worked in python2, because it auto-converted between str and unicode,
but python3 does not.

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

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

Versions of packages python3-pydot depends on:
ii  graphviz   2.26.3-16.2
ii  python3-pkg-resources  3.3-1
ii  python3-pyparsing  2.0.1+dfsg1-1
pn  python3:anynone

python3-pydot recommends no packages.

python3-pydot suggests no packages.

-- no debconf information
-- 
 Jan 'Bulb' Hudec b...@ucw.cz


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



Bug#744849: espeakup: usb speakers inaccessible on use and during installation

2014-04-17 Thread Geoff Shang

On Thu, 17 Apr 2014, Samuel Thibault wrote:


Perhaps archlinux outputs to all cards at the same time?  Or perhaps by
luck archlinux gets the USB soundcard as first one?


I'm pretty sure Debian prevents this as standard.


From /etc/modprobe.d/alsa-base.conf:


# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2


# To choose audio output on another sound card, uncomment this and set as
+# appropriate (either a card number or a card name as seen in CARD= alsa
+# output).


IMHO, 'cat /proc/asound/cards' is the simplest way to get this info.  It 
simply lists the cards without other noise.


Now if you need to specify a specific device on a card, that's a different 
story, and I don't know if this even can be done like this.



Now, that will only be feasible for an installed system.  About
debian-installer time, I guess we would ideally want to emit the synth
to all sound cards?  I'm afraid espeakup might just not support this,
and we'd have to chose a card.


Having speech come from all cards could be confusing as they probably will 
not be exactly in sync.



I'm wondering whether we really want to
provide the user with a way to select it at debian-installer time, just
like we don't make him select which graphic card should be used.


On one hand, it could be argued that any card during installation is 
sufficient, the user can sort it out on the installed system.


On the other hand, some sound chips only support 48kHz 16-bit stereo (for 
example), and I don't know if eSpeakup is intelligent enough to try 
another card under such circumstances.


Maybe a soundcard selection could be added as a command parameter for the 
cases when it's needed?


Geoff.


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



Bug#744398: [Pkg-sysvinit-devel] Bug#744398: startpar modifies /etc/init/startpar-bridge.conf

2014-04-17 Thread Holger Levsen
Control: retitle -1 debsums claim  migrated conffile 
/etc/init/startpar-bridge.conf was modified


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


Bug#745022: python3-pydot: Can't parse dot data

2014-04-17 Thread Jan Hudec
Package: python3-pydot
Version: 1.0.28-1
Severity: important

When I call `pydot.graph_from_dot_data()` with `str`, it fails with:

Traceback (most recent call last):
  File routing/graph-reach-simple-add-state.py, line 19, in module
graph = pydot.graph_from_dot_data(args.dot.read())
  File /usr/lib/python3/dist-packages/pydot.py, line 220, in 
graph_from_dot_data
return dot_parser.parse_dot_data(data)
  File /usr/lib/python3/dist-packages/dot_parser.py, line 510, in 
parse_dot_data
if data.startswith(codecs.BOM_UTF8):
TypeError: startswith first arg must be str or a tuple of str, not bytes

and when I call it with `bytes`, it fails with:

Traceback (most recent call last):
  File routing/graph-reach-simple-add-state.py, line 19, in module
graph = pydot.graph_from_dot_data(args.dot.read())
  File /usr/lib/python3/dist-packages/pydot.py, line 220, in 
graph_from_dot_data
return dot_parser.parse_dot_data(data)
  File /usr/lib/python3/dist-packages/dot_parser.py, line 520, in 
parse_dot_data
tokens = graphparser.parseString(data)
  File /usr/lib/python3/dist-packages/pyparsing.py, line 1031, in 
parseString
loc, tokens = self._parse( instring, 0 )
  File /usr/lib/python3/dist-packages/pyparsing.py, line 899, in 
_parseNoCache
preloc = self.preParse( instring, loc )
  File /usr/lib/python3/dist-packages/pyparsing.py, line 856, in preParse
loc = self._skipIgnorables( instring, loc )
  File /usr/lib/python3/dist-packages/pyparsing.py, line 848, in 
_skipIgnorables
loc,dummy = e._parse( instring, loc )
  File /usr/lib/python3/dist-packages/pyparsing.py, line 905, in 
_parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
  File /usr/lib/python3/dist-packages/pyparsing.py, line 2543, in 
parseImpl
return self.expr._parse( instring, loc, doActions, callPreParse=False )
  File /usr/lib/python3/dist-packages/pyparsing.py, line 905, in 
_parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
  File /usr/lib/python3/dist-packages/pyparsing.py, line 1758, in 
parseImpl
result = self.re.match(instring,loc)
TypeError: can't use a string pattern on a bytes-like object

This worked in python2, because it autoconverted between `str` and `unicode`,
but python3 does not. The test in the first failure is inappropriate if the
passed object is of type `str`.

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

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

Versions of packages python3-pydot depends on:
ii  graphviz   2.26.3-16.2
ii  python3-pkg-resources  3.3-1
ii  python3-pyparsing  2.0.1+dfsg1-1
pn  python3:anynone

python3-pydot recommends no packages.

python3-pydot suggests no packages.

-- no debconf information
-- 
 Jan 'Bulb' Hudec b...@ucw.cz


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



Bug#741417: wheezy-pu: package freerdp 1.0.1-2+deb7u1

2014-04-17 Thread Mike Gabriel

Hi Adam,

On  Di 15 Apr 2014 14:38:00 CEST, Adam D. Barratt wrote:


Control: severity -1 normal
Control: tags -1 + moreinfo

On 2014-03-12 11:03, Mike Gabriel wrote:
please accept an upload of freerdp 1.0.1-2+deb7u1 to  
wheezy-proposed updates.


The upload fixes a header issue in the libfreerdp-dev package (#729044).


The patch looks okay, however stable currently has freerdp  
1.0.1-1.1+deb7u2, not -2; please could you prepare an update based  
on that version.


Ahhh... right... The debian-wheezy branch on freerdp.git differed from  
the actual uploads to Debian. That is fixed now.


Attached is the new debdiff.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

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

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
diff -Nru freerdp-1.0.1/debian/changelog freerdp-1.0.1/debian/changelog
--- freerdp-1.0.1/debian/changelog	2013-01-28 12:08:20.0 +0100
+++ freerdp-1.0.1/debian/changelog	2014-04-17 12:24:34.0 +0200
@@ -1,3 +1,16 @@
+freerdp (1.0.1-1.1+deb7u3) stable-proposed-updates; urgency=low
+
+  * debian/patches:
++ Add patch: 1001_fix-compliling.patch. Fix compilation errors
+  against libfreerdp-dev. Thanks to Jean-Baptiste Rouault for
+  reporting this. (Closes: #729044).
+  * debian/control:
++ Update Maintainer: and Uploaders: fields to current
+  status in latest package version in Debian unstable
+  (1.0.2-2).
+
+ -- Mike Gabriel sunwea...@debian.org  Thu, 17 Apr 2014 12:20:28 +0200
+
 freerdp (1.0.1-1.1+deb7u2) testing-proposed-updates; urgency=medium
 
   * debian/patches/PatBlt_DPa.patch:
diff -Nru freerdp-1.0.1/debian/control freerdp-1.0.1/debian/control
--- freerdp-1.0.1/debian/control	2012-07-13 19:13:33.0 +0200
+++ freerdp-1.0.1/debian/control	2014-04-17 12:24:12.0 +0200
@@ -1,7 +1,10 @@
 Source: freerdp
 Section: x11
 Priority: optional
-Maintainer: Otavio Salvador ota...@debian.org
+Maintainer: Mike Gabriel sunwea...@debian.org
+Uploaders:
+ Otavio Salvador ota...@debian.org,
+ Laszlo Boszormenyi (GCS) g...@debian.hu,
 Build-Depends:
  debhelper (= 9), autotools-dev, cmake, libasound2-dev, libcups2-dev,
  libpcsclite-dev, libpulse-dev, libssl-dev, libx11-dev, libxcursor-dev,
diff -Nru freerdp-1.0.1/debian/patches/1001_fix-compiling.patch freerdp-1.0.1/debian/patches/1001_fix-compiling.patch
--- freerdp-1.0.1/debian/patches/1001_fix-compiling.patch	1970-01-01 01:00:00.0 +0100
+++ freerdp-1.0.1/debian/patches/1001_fix-compiling.patch	2014-04-17 12:19:00.0 +0200
@@ -0,0 +1,36 @@
+Description: Trying to build something against libfreerdp-dev leads to compilation errors.
+Author: Jean-Baptiste Rouault jean-baptiste.roua...@diateam.net
+Abstract:
+ Trying to build against libfreerdp-dev leads to compilation errors similar to the
+ following one:
+ .
+ quote
+ In file included from /usr/include/freerdp/gdi/gdi.h:26:0,
+ [...]
+ /usr/include/freerdp/utils/debug.h:23:20: fatal error: config.h: No such file or directory
+ /quote
+Index: include/freerdp/utils/debug.h
+===
+--- a/include/freerdp/utils/debug.h	2013-02-19 09:35:03.0 +0100
 b/include/freerdp/utils/debug.h	2013-02-19 09:35:25.0 +0100
+@@ -20,8 +20,6 @@
+ #ifndef __UTILS_DEBUG_H
+ #define __UTILS_DEBUG_H
+ 
+-#include config.h
+-
+ #include stdio.h
+ 
+ #define DEBUG_NULL(fmt, ...) do { } while (0)
+Index: libfreerdp-core/freerdp.c
+===
+--- a/libfreerdp-core/freerdp.c	2013-02-19 09:34:31.0 +0100
 b/libfreerdp-core/freerdp.c	2013-02-19 09:34:51.0 +0100
+@@ -17,6 +17,7 @@
+  * limitations under the License.
+  */
+ 
++#include config.h
+ #include rdp.h
+ #include input.h
+ #include update.h
diff -Nru freerdp-1.0.1/debian/patches/series freerdp-1.0.1/debian/patches/series
--- freerdp-1.0.1/debian/patches/series	2013-01-01 17:35:28.0 +0100
+++ freerdp-1.0.1/debian/patches/series	2014-04-17 12:19:00.0 +0200
@@ -1 +1,2 @@
 PatBlt_DPa.patch
+1001_fix-compiling.patch


pgpJeHVipXZOZ.pgp
Description: Digitale PGP-Signatur


Bug#745023: ROM: volview -- orphaned; RC-buggy; abandoned upstream

2014-04-17 Thread Mathieu Malaterre
Package: ftp.debian.org

VolView is a legacy software that is currently abandoned upstream.
Apparently VolViewNinja would be the successor.

So please remove VolView from all debian archives.

Once volview is remove, we will be able to remove kwwidgets and
vtkedge which are also abandonned upstream.

Thanks.


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



Bug#745025: RFP: khal -- a CLI (console) calendar build around CalDAV

2014-04-17 Thread François Cerbelle

Package: wnpp
Severity: wishlist

* Package name: khal
  Version : 0.1
  Upstream Author : Christian Geier k...@lostpackets.de
* URL : http://lostpackets.de/khal/
* License : Expat/MIT
  Programming Lang: Python
  Description : a CLI (console) calendar build around CalDAV

Khal is a CLI (console), CalDAV based calendar program, allowing syncing
of calendars with a variety of other programs on a host of different
platforms.

- khal can sync events from CalDAV calendar collections (and load plain
  icalendar files over http(s))
- add simple new events to a calendar and upload them
- ikhal (interactive khal) can show and edit events in the current and
  next two months
- simple recurring events support (no exceptions just yet)
- you cannot edit the timezones of events
- khal should run on all major operating systems [1]_ (has been tested
  on FreeBSD and Debian GNU/Linux)

Up to know, I was unable to find a console based calendar solution
similar to imapfilter+offlineimap+mutt. I currently use remind,
calendar, wyrd, and a lot of scripts to glue theses together and with
orage. I need to download full ics files when syncing, whereas khal
could help to only sync with dav !

Why not creating the package myself, maintaining. I am a Linux addict
since 1994, a full time debian user since 1999, I install Debian
everywhere (pro and pers laptops, home and datacenter servers, Raspberry
Pi cluster, ...), already made a lot of debian packages before, had my
personal and professional repositories (with dput and mini-dinstall), I
don't have any sponsor yet, but would be interested to have one and to
become a Debian maintainer. So, why not.

Regards
François


signature.asc
Description: Digital signature


Bug#745024: O: VolView -- Advanced volume visualization tool

2014-04-17 Thread Mathieu Malaterre
Package: wnpp

I intend to orphan VolView since it is dead upstream, see my recent RoM request.

Description:

 VolView is an intuitive, interactive system for volume visualization that
 allows researchers to quickly explore and analyze complex 3D medical or
 scientific data on Windows, Mac and Linux computers. Users can easily load and
 interactively explore datasets using 2D and 3D display methods and tools. 3D
 tools include volume rendering, maximum intensity projections, and oblique
 reformatting. The ability to save an entire visualization session allows users
 to easily stop and start sessions. Advanced users can perform custom data
 processing using a simple plug-in API.


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



Bug#745027: RFP: vdirsyncer -- Contacts and Agenda (CardDAV/CalDAV) synchronization between two storages

2014-04-17 Thread François Cerbelle
Package: wnpp
Severity: wishlist

* Package name: vdirsyncer
  Version : 0.1.3
  Upstream Author : Markus Unterwaditzer mar...@unterwaditzer.net
* URL : https://github.com/untitaker/vdirsyncer
* License : MIT
  Programming Lang: Python
  Description : Contacts and Agenda (CardDAV/CalDAV) synchronization 
between two storages

It aims to be for CalDAV and CardDAV what OfflineIMAP is for IMAP.

I created a RFP for khal
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745025), which will
soon depends on vdirsyncer. I heavily use OfflineIMAP, imapfilter, ...
and there is a need for such tools calendar oriented.

As I said with a lot of details in khal RFP, I am interested in becoming
an official debian maintainer.

Regards
François


signature.asc
Description: Digital signature


Bug#745026: mixes up clients, causing spurious ping replies

2014-04-17 Thread Steinar H. Gunderson
Package: liboping0
Version: 1.6.2-1
Severity: important

Hi,

I'm using liboping (through the Perl module) to ping ~250 devices
and put the results on a map. However, frequently, clients that cannot
possibly be up (they haven't been deployed yet) blip up for one ping
as if they were up, with a completely reasonable latency value.

Some code reading uncovered why: liboping uses random ICMP ident values
(which are 16 bit) for each ping, and when the ping reply comes back,
it uses _only_ this ident value to correlate it back to the machine.
Due to the birthday problem, 250 devices mean that there's ~50%
probability of two devices getting the same ident value, and so the
ping reply from one of the hosts actually being up gets misattributed
to one of the hosts that are down. This affects both IPv4 and IPv6.

I've hacked around it by dropping the randomization (just counting
ident sequentially up), but a better fix would probably be simply
checking the source address of the reply packet (in addition to the
ident); by definition, it should be the same as the one we sent to.

-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (750, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.3 (SMP w/16 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages liboping0 depends on:
ii  libc6  2.13-38+deb7u1

liboping0 recommends no packages.

liboping0 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#742979: [lttng-dev] Bug#742979: liburcu FTBFS on hppa architecture - patches attached

2014-04-17 Thread Mathieu Desnoyers
Hi,

Yes, with a few edits, I've been able to merge your patch into master.

Thanks!

Mathieu

- Original Message -
 From: Helge Deller del...@gmx.de
 To: Mathieu Desnoyers mathieu.desnoy...@efficios.com
 Cc: 742...@bugs.debian.org
 Sent: Wednesday, April 2, 2014 5:02:33 PM
 Subject: Re: [lttng-dev] Bug#742979: liburcu FTBFS on hppa architecture - 
 patches attached
 
 * Mathieu Desnoyers mathieu.desnoy...@efficios.com:
  Could you add a changelog (with title and patch
  description) ending with a
  Signed-off-by: Name Lastname email
  
  at the top of each patch to follow our certificate of
  origin tracking ? See
  http://elinux.org/Developer_Certificate_Of_Origin
  
  Also, there is an extra space here:
  
asm volatile( mfctl 16, %0 : =r (cycles));
  
  should be changed to:
  
asm volatile(mfctl 16, %0 : =r (cycles));
  
  Thanks,
  
  Mathieu
 
 Thanks Mathieu!
 
 Here it is. I hope it's OK ?
 
 Helge
 
 [PATCH] Add support for hppa/PA-RISC architecture
 
 Add the missing architecture specific functions to provide support for the
 hppa/PA-RISC architecture:
 - the processor internal time stamp counter (Control Register CR16) is used
 to
   get high-performance/low-latency cycle counts
 - gcc provides the necessary built-in atomic functions on hppa (which in turn
   uses the light-weigth atomic locking syscall-interface of the Linux kernel)
 
 Signed-off-by: Helge Deller del...@gmx.de
 
 diff -up ./configure.ac.org ./configure.ac
 --- ./configure.ac.org2014-03-29 11:02:36.928098000 -0600
 +++ ./configure.ac2014-03-28 08:46:38.0 -0600
 @@ -78,6 +78,7 @@ AS_CASE([$host_cpu],
   [ia64], [ARCHTYPE=gcc],
   [arm*], [ARCHTYPE=arm],
   [mips*], [ARCHTYPE=mips],
 + [hppa*], [ARCHTYPE=hppa],
   [ARCHTYPE=unknown]
  )
  
 diff -up ./urcu/arch/hppa.h.org ./urcu/arch/hppa.h
 --- ./urcu/arch/hppa.h.org2014-04-02 14:37:23.592098000 -0600
 +++ ./urcu/arch/hppa.h2014-04-02 14:38:25.200098000 -0600
 @@ -0,0 +1,31 @@
 +#ifndef _URCU_ARCH_HPPA_H
 +#define _URCU_ARCH_HPPA_H
 +
 +#include urcu/compiler.h
 +#include urcu/config.h
 +
 +#ifdef __cplusplus
 +extern C {
 +#endif
 +
 +#include stdlib.h
 +#include sys/time.h
 +
 +typedef unsigned long cycles_t;
 +
 +static inline cycles_t caa_get_cycles(void)
 +{
 + cycles_t cycles;
 +
 + asm volatile(mfctl 16, %0 : =r (cycles));
 +
 + return cycles;
 +}
 +
 +#ifdef __cplusplus
 +}
 +#endif
 +
 +#include urcu/arch/generic.h
 +
 +#endif /* _URCU_ARCH_HPPA_H */
 diff -up ./urcu/uatomic/hppa.h.org ./urcu/uatomic/hppa.h
 --- ./urcu/uatomic/hppa.h.org 2014-04-02 14:37:36.160098000 -0600
 +++ ./urcu/uatomic/hppa.h 2014-03-28 15:02:14.0 -0600
 @@ -0,0 +1,10 @@
 +#ifndef _URCU_ARCH_UATOMIC_HPPA_H
 +#define _URCU_ARCH_UATOMIC_HPPA_H
 +
 +#include urcu/compiler.h
 +#include urcu/system.h
 +
 +#define UATOMIC_HAS_ATOMIC_SHORT
 +#include urcu/uatomic/generic.h
 +
 +#endif /* _URCU_ARCH_UATOMIC_HPPA_H */
 
 
 
 === END of patch...
 
  
  - Original Message -
   From: Helge Deller del...@gmx.de
   To: Debian Bug Tracking System sub...@bugs.debian.org
   Sent: Saturday, March 29, 2014 1:27:33 PM
   Subject: [lttng-dev] Bug#742979: liburcu FTBFS on hppa architecture -
 patches attached
   
   package: liburcu
   version: 0.7.7-1
   tags: patch
   
   liburcu doesn't build yet on the hppa architecture, because the support
   for
   this architecture hasn't been developed yet.
   
   Attached patches adds this support now.
   It would be nice if you could apply it to the next version of liburcu.
   
   In the attached TGZ file you will find:
   - configure.ac_hppa.patch - patch to apply to existing ./configure.ac
   file
   (adds just hppa arch detection)
   - urcu/arch/hppa.h  - new file, adds clock functions for hppa
   - urcu/uatomic/hppa.h - new file, adds atomic functions for hppa arch via
   gcc's built-in atomic ops.
   
   I did tested the build with those patches on the hppa arch and ran the
   testsuite successfully.
   
   Thanks!
   Helge
 

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com


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



Bug#745028: udisks.umount times out without real error

2014-04-17 Thread Yuri D'Elia
Package: udisks
Version: 1.0.5-1
Severity: important

udisks.umount has some sort of built-in timeout (maybe default dbus call
timeout?)

If you are unmounting a slow device with a large dirty cache, this is
what you usually get:

$ umount /media/usb_shtick 
Unmount failed: Did not receive a reply. Possible causes include: the remote
application did not send a reply, the message bus security policy blocked the
reply, the reply timeout expired, or the network connection was broken.

This is, of course, not a real error.
unmount should *must* not fail here.


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



Bug#744987: cups: French manual page translation

2014-04-17 Thread Didier 'OdyX' Raboud
Le jeudi, 17 avril 2014, 08.27:48 Jean-Paul Guillonneau a écrit :
 Package: cups
 Version: 1.7.2-1
 Severity: wishlist
 Tags: l10n
 
 
 Hi,
 
 Please find attached the french manual page translation, proofread by
 the debian-l10n-french mailing list contributors.
 
 Best regards,
 
 Jean-Paul

Hi Jean-Paul, hi debian-l10n-french,

Thanks for this translation. Unfortunately, this work was based on the 
1.7.1-13 version and 1.7.2 has been released in the mean-time.

There were other problems with this translation file, namely that po4a 
was reporting many (I think 5-10) typesetting errors like substituting  
with » at the end of a font modifier and missing B or I in front of 
font modifiers.

To check that this translation is applicable, please follow the 
following steps:

1) clone the CUPS git packaging repository:

  $ git clone https://alioth.debian.org/anonscm/git/printing/cups.git
  $ cd cups

2) read and follow debian/manpage-po4a/README, aka:

2.1) Apply the patches upto manpage-translations.patch:

  $ quilt push manpage-translations.patch

2.2) Launch po4a from the correct directory:

  $ cd man
  $ po4a ../debian/manpage-po4a/cups.cfg

3) The current translation file is in debian/manpage-po4a/po/fr.po; the 
po4a command above should succeed without issues.

I'm attaching a fixed fr.po but it has some fuzzy strings; could you fix 
those?

Thanks in advance, cheers,

OdyX

P.S.1. If any french translator would like to get commit access to the
   cups packaging repository, I'm happy to ease the commitment!
P.S.2. Je peux répéter tout ça en français si jamais, mais vu que c'est 
   un bug public…


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


Bug#745029: network-manager: automatically kills scripts that take longer than 3 seconds

2014-04-17 Thread MAG4 Piemonte
Package: network-manager
Version: 0.9.8.8-5
Severity: normal

Dear Maintainer,
after upgrading in a Testing machine with systemd to 0.9.8.8-5 version we get
nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/01ifupdown' took
too long; killing it.
with no mount of nfs partitions.
Investigating we found
https://wiki.archlinux.org/index.php/NetworkManager#Avoiding_the_three_seconds_timeout
so we replace the symlink /etc/systemd/system/dbus-org.freedesktop.nm-
dispatcher.service creating the script file /etc/systemd/system/dbus-
org.freedesktop.nm-dispatcher.service with the following content:
  .include /lib/systemd/system/NetworkManager-dispatcher.service
  [Service]
  RemainAfterExit=yes
and enable the script file with permissions rwxr-xr-x.
Doing so we workaroud the problem ...
Regards!

Guido



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

Kernel: Linux 3.13-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages network-manager depends on:
ii  adduser3.113+nmu3
ii  dbus   1.8.0-3
ii  init-system-helpers1.18
ii  isc-dhcp-client4.2.4-7
ii  libc6  2.18-4
ii  libdbus-1-31.8.0-3
ii  libdbus-glib-1-2   0.102-1
ii  libgcrypt111.5.3-4
ii  libglib2.0-0   2.40.0-2
ii  libgnutls262.12.23-13
ii  libgudev-1.0-0 204-8
ii  libmm-glib01.0.0-4
ii  libnl-3-2003.2.24-1
ii  libnl-genl-3-200   3.2.24-1
ii  libnl-route-3-200  3.2.24-1
ii  libnm-glib40.9.8.8-5
ii  libnm-util20.9.8.8-5
ii  libpam-systemd 204-8
ii  libpolkit-gobject-1-0  0.105-4
ii  libsoup2.4-1   2.46.0-2
ii  libsystemd-login0  204-8
ii  libuuid1   2.20.1-5.7
ii  lsb-base   4.1+Debian12
ii  policykit-10.105-4
ii  udev   204-8
ii  wpasupplicant  1.1-1

Versions of packages network-manager recommends:
ii  crda  1.1.2-1
ii  dnsmasq-base  2.68-1
ii  iptables  1.4.21-1
ii  modemmanager  1.0.0-4
ii  ppp   2.4.5+git20130610-4

Versions of packages network-manager suggests:
ii  avahi-autoipd  0.6.31-4

-- 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#744311: qtscript-opensource-src: FTBFS on hppa: cast increases required alignment

2014-04-17 Thread Lisandro Damián Nicanor Pérez Meyer
On Tuesday 15 April 2014 22:22:53 John David Anglin wrote:
 On 13-Apr-14, at 11:41 AM, Lisandro Damián Nicanor Pérez Meyer wrote:
  [-Werror=cast-align] should not be there. I currently lack the time
  to look at
  it, but will happily accept patches :)
 
 [-Werror=cast-align] comes from /usr/lib/hppa-linux-gnu/qt5/mkspecs/
 features/qt_headersclean.prf
 (i.e., from the qt5-qmake package).  It would appear
 contains(QT_ARCH,parisc) or something like it needs to
 be added similar to that for arm, mips and sparc.  Since this doesn't
 work for hppa or parisc, I assume
 that either -= doesn't work or QT_ARCH isn't set correctly (probably
 latter).

Excellent! I'll take a look into that as soon as possible (which will be in at 
least four or five days).

Kinds regards, Lisandro.


-- 
Ud. está viendo a la persona que ven nuestros clientes.
 Leyenda pegada en el espejo de una empresa.

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#742614: force bowtie2 transition to testing

2014-04-17 Thread Alex Mestiashvili

Hi Steffen,

Thank you, I've actually started from this page, also bowtie2 is listed 
on this page:


https://ftp-master.debian.org/removals.html

So, I assume that it will be processed at some point.

Best,
Alex


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



Bug#663101: review of the upstream foreman debian package

2014-04-17 Thread Greg Sutcliffe
Hi Antoine,

I'm on vacation at the moment - I'll go through your email next week. Would
you mind if I cc'ed our dev mailing list? I see no reason not to...

Thanks
Greg


Bug#744866: allow system-wide configuration file

2014-04-17 Thread Jonathan McCrohan
Package: redshift
Version: 1.7-2
Followup-For: Bug #744866

For info, this has been fixed upstream in redshift 1.9 [1]

Jon

[1] 
https://github.com/jonls/redshift/commit/68deadbda4a9ddc508d421591ddb902d22c85f97

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (450, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages redshift depends on:
ii  gconf-service  3.2.6-2
ii  libc6  2.18-4
ii  libgconf-2-4   3.2.6-2
ii  libglib2.0-0   2.40.0-2
ii  libx11-6   2:1.6.2-1
ii  libxcb-randr0  1.10-2
ii  libxcb11.10-2
ii  libxxf86vm11:1.1.3-1

redshift recommends no packages.

redshift 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#743570: pflogsumm ignores reject-milter: in postfix logs

2014-04-17 Thread Sven Hoexter
tags 743570 upstream, patch
thanks

On Thu, Apr 03, 2014 at 09:16:35PM +0100, dili...@lineone.net wrote:

Hi,

 pflogsumm ignores emails rejected 
 by postfix and spamass-milter, because it does not recognize the 
 milter-reject token output by postfix for such emails:

I've forwarded the patch to Jim, the upstream author of pflogsumm, and
will consider it myself for the next upload.

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#741221: Licensing clarification

2014-04-17 Thread Thibaut Varène
So it turns out pbuilder is broken and nobody cares:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709053

That’s why I couldn’t upload the new version yet…

Cheers

Le 14 avr. 2014 à 05:31, Alexandre Courbot gnu...@gmail.com a écrit :

 Hi everyone,
 
 Version 1.0.2 of Tagaini Jisho has been released. This version removes
 SKIP codes from the kanjidic as well as their support in the software.
 Hopefully this should solve all concerns.
 
 https://github.com/Gnurou/tagainijisho/archive/1.0.2.tar.gz
 
 I will check with the SKIP code copyright holder whether he could
 relax his license to avoid this issue. In any case, I will ensure that
 Tagaini remains distributable by Debian from now on.
 
 Cheers and thanks for spotting this issue,
 Alex.
 
 
 On Thu, Apr 10, 2014 at 6:28 PM, Thibaut Varène vare...@debian.org wrote:
 tags 741221 confirmed upstream pending
 thanks
 
 Hi,
 
 Due to lack of response from kanjidic’s upstream, and after careful 
 reviewing of its documentation (which further restricts the licensing 
 terms), tagainijisho’s upstream author has decided to remove support for 
 SKIP codes from his software and remove SKIP codes from the embedded 
 kanjidic file.
 
 A new version of tagainijisho will be prepared in the coming days and 
 uploaded as soon as possible.
 
 T-Bone


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



Bug#741417: wheezy-pu: package freerdp 1.0.1-2+deb7u1

2014-04-17 Thread Adam D. Barratt

Control: tags -1 -moreinfo +confirmed

On 2014-04-17 11:46, Mike Gabriel wrote:

On  Di 15 Apr 2014 14:38:00 CEST, Adam D. Barratt wrote:

On 2014-03-12 11:03, Mike Gabriel wrote:
please accept an upload of freerdp 1.0.1-2+deb7u1 to  wheezy-proposed 
updates.


The upload fixes a header issue in the libfreerdp-dev package 
(#729044).


The patch looks okay, however stable currently has freerdp  
1.0.1-1.1+deb7u2, not -2; please could

you prepare an update based  on that version.


Ahhh... right... The debian-wheezy branch on freerdp.git differed from
 the actual uploads to Debian. That is fixed now.


Ah. Oops.


Attached is the new debdiff.


Please go ahead; thanks (bearing in mind that the window for 7.5 closes 
over the weekend).


Regards,

Adam


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



Bug#745030: Quick Draft regression in Wordpress 3.8.2

2014-04-17 Thread Steven Chamberlain
Package: wordpress
Version: 3.6.1+dfsg-1~deb7u2
Severity: normal
Tags: security upstream patch
Control: found -1 wordpress/3.6.1+dfsg-1~deb6u2

Hi,

Upstream Wordpress 3.8.2 fix broke the Quick Draft feature, and
this affects the Debian backport to 3.6 as well:
http://wordpress.org/news/2014/04/wordpress-3-8-3/

After logging into the Dashboard, the upper-right QuickPress pane
allows to draft or publish a post.  With cs27976_priv_esc applied
to Wordpress 3.8 or 3.6, the Save Draft button reports success
but the draft remains hidden from view, and is garbage-collected
after seven days.

Upstream commit 27904 fixed this and I've tested in 3.6.  I
can't currently see it in their Trac but you can fetch it with:
$ svn diff -r 27889:27904 http://core.svn.wordpress.org/branches/3.8/

Wordpress 3.8.3 also added a mechanism to restore drafts that may
have been lost in the past 7 days due to this bug.  That may be
excessive though.

Thanks.

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

Kernel: kFreeBSD 9.0-2-amd64-xenhvm
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.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#745031: nautilus: Please apply interactive_search.patch

2014-04-17 Thread Hannes Diethelm
Package: nautilus
Version: 3.8.2-2
Severity: wishlist
Tags: patch

Dear Maintainer,

Please apply the patch mentioned in 
https://launchpad.net/ubuntu/trusty/+source/nautilus/1:3.8.2-0ubuntu11

It makes the slow and counterproductive automatic search function configurable.

Best regards,
Hannes Diethelm

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

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

Versions of packages nautilus depends on:
ii  desktop-file-utils 0.22-1
ii  gsettings-desktop-schemas  3.8.2-2
ii  gvfs   1.20.0-1+b1
ii  libatk1.0-02.12.0-1
ii  libc6  2.18-4
ii  libcairo-gobject2  1.12.16-2
ii  libcairo2  1.12.16-2
ii  libexempi3 2.2.1-1
ii  libexif12  0.6.21-1
ii  libgail-3-03.12.0-4
ii  libgdk-pixbuf2.0-0 2.30.6-1
ii  libglib2.0-0   2.40.0-2
ii  libglib2.0-data2.40.0-2
ii  libgnome-desktop-3-7   3.8.4-2
ii  libgtk-3-0 3.12.0-4
ii  libnautilus-extension1a3.8.2-2
ii  libnotify4 0.7.6-2
ii  libpango-1.0-0 1.36.3-1
ii  libpangocairo-1.0-01.36.3-1
ii  libselinux12.2.2-1
ii  libtracker-sparql-0.16-0   0.16.2-1+b2
ii  libx11-6   2:1.6.2-1
ii  libxml22.9.1+dfsg1-3
ii  nautilus-data  3.8.2-2
ii  shared-mime-info   1.2-1

Versions of packages nautilus recommends:
ii  eject  2.1.5+deb1+cvs20081104-13.1
ii  gnome-icon-theme-symbolic  3.12.0-1
ii  gnome-sushi3.10.0-1+b1
ii  gvfs-backends  1.20.0-1+b1
ii  librsvg2-common2.40.2-1

Versions of packages nautilus suggests:
ii  brasero3.8.0-2+b1
ii  eog3.12.0-1
ii  evince [pdf-viewer]3.12.0-1
ii  totem  3.8.2-4+b1
ii  tracker0.16.2-1+b2
ii  vlc [mp3-decoder]  1:2.1.4-dmo1
ii  vlc-nox [mp3-decoder]  1:2.1.4-dmo1
ii  xdg-user-dirs  0.15-1

-- no debconf information
Description: Restore interactive search as an option
Author: Daniel Wyatt daniel.wy...@gmail.com
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=681871
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1164016

=== modified file 'libnautilus-private/nautilus-global-preferences.h'
Index: nautilus-3.8.2/libnautilus-private/nautilus-global-preferences.h
===
--- nautilus-3.8.2.orig/libnautilus-private/nautilus-global-preferences.h	2014-01-22 14:04:32.788056549 +1300
+++ nautilus-3.8.2/libnautilus-private/nautilus-global-preferences.h	2014-01-22 14:04:32.780056550 +1300
@@ -160,6 +160,7 @@
 /* Recent files */
 #define NAUTILUS_PREFERENCES_RECENT_FILES_ENABLED  remember-recent-files
 
+#define NAUTILUS_PREFERENCES_ENABLE_INTERACTIVE_SEARCH		enable-interactive-search
 
 void nautilus_global_preferences_init  (void);
 char *nautilus_global_preferences_get_default_folder_viewer_preference_as_iid (void);
Index: nautilus-3.8.2/libnautilus-private/org.gnome.nautilus.gschema.xml.in
===
--- nautilus-3.8.2.orig/libnautilus-private/org.gnome.nautilus.gschema.xml.in	2014-01-22 14:04:32.788056549 +1300
+++ nautilus-3.8.2/libnautilus-private/org.gnome.nautilus.gschema.xml.in	2014-01-22 14:04:32.780056550 +1300
@@ -164,6 +164,11 @@
   _summaryBulk rename utility/_summary
   _descriptionIf set, Nautilus will append URIs of selected files and treat the result as a command line for bulk renaming. Bulk rename applications can register themselves in this key by setting the key to a space-separated string of their executable name and any command line options. If the executable name is not set to a full path, it will be searched for in the search path./_description
 /key
+key name=enable-interactive-search type=b
+  defaultfalse/default
+  _summaryEnable interactive (type-ahead) search/_summary
+  _descriptionIf set to true, enables interactive search, similar to Nautilus 3.4./_description
+/key
   /schema
 
   schema id=org.gnome.nautilus.icon-view path=/org/gnome/nautilus/icon-view/ gettext-domain=nautilus
Index: nautilus-3.8.2/src/nautilus-list-view.c
===
--- nautilus-3.8.2.orig/src/nautilus-list-view.c	2014-01-22 14:04:32.788056549 +1300
+++ nautilus-3.8.2/src/nautilus-list-view.c	2014-01-22 14:04:32.780056550 +1300
@@ -2364,6 +2364,7 @@
 	GList *node;
 	GList *iters, *l;
 	NautilusFile *file;
+	GtkTreePath *path = NULL;
 	
 	list_view = NAUTILUS_LIST_VIEW (view);
 	tree_selection = gtk_tree_view_get_selection 

Bug#741470: Fix for wireshark available

2014-04-17 Thread Philipp Marek
Please rebuild wireshark with the fix available as

  
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d35a4e82849354ec61dc0600938bb560fd57bfa3

(referenced by the above-mentioned wireshark bug
  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9179)



Getting a stable version of libcairo doesn't work - testing and unstable 
both have 1.12.16-2, and downgrading to 1.12.2-3 tries to remove half of 
my system.


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



Bug#744994: linux-image-3.13-1-amd64: segfault on use of external (usb) dvdrw

2014-04-17 Thread Ben Hutchings
Control: tag -1 moreinfo

On Thu, 2014-04-17 at 09:46 +0100, root wrote:
 Package: src:linux
 Version: 3.13.7-1
 Severity: important
 
 
 
 -- Package-specific info:
 ** Version:
 Linux version 3.13-1-amd64 (debian-ker...@lists.debian.org) (gcc version 
 4.8.2 (Debian 4.8.2-16) ) #1 SMP Debian 3.13.7-1 (2014-03-25)
 
 ** Command line:
 BOOT_IMAGE=/vmlinuz-3.13-1-amd64 root=/dev/mapper/pc-root ro
 
 ** Tainted: PWO (4609)
  * Proprietary module has been loaded.
  * Taint on warning.
  * Out-of-tree module has been loaded.
 
 ** Kernel log:
 Apr 17 09:42:12 teenymac kernel: [1202533.365163] sr0: scsi3-mmc drive: 
 24x/24x writer cd/rw xa/form2 cdda tray
 Apr 17 09:42:12 teenymac kernel: [1202533.365187] cdrom: Uniform CD-ROM 
 driver Revision: 3.20
 Apr 17 09:42:12 teenymac kernel: [1202533.365355] [ cut here 
 ]
 Apr 17 09:42:12 teenymac kernel: [1202533.365363] WARNING: CPU: 0 PID: 14387 
 at /build/linux-oxWk_8/linux-3.13.7/block/blk-core.c:457 
 blk_queue_bypass_end+0x54/0x60()

I see a WARNING here but not the segfault.  Was there actually a
segfault in addition to this?

 Apr 17 09:42:12 teenymac kernel: [1202533.365364] Modules linked in: 
 sr_mod(+) cdrom nls_cp437 vfat fat nls_utf8 isofs usb_storage b43 ctr ccm 
 snd_seq_dummy adm1021 nouveau mxm_wmi wmi ttm drm_kms_helper drm i2c_algo_bit 
 snd_hrtimer ip6table_filter ip6_tables iptable_filter ip_tables ebtable_nat 
 ebtables x_tables parport_pc ppdev lp parport 8021q garp stp mrp 
 cpufreq_stats speedstep_lib binfmt_misc cpufreq_userspace cpufreq_powersave 
 cpufreq_conservative uinput nfsd auth_rpcgss oid_registry nfs_acl nfs lockd 
 fscache sunrpc appletalk ipx p8023 p8022 psnap llc rose netrom ax25 tun 
 firewire_sbp2 loop fuse arc4 snd_usb_audio bcma mac80211 snd_usbmidi_lib 
 snd_hda_codec_realtek snd_seq_midi cfg80211 uvcvideo snd_seq_midi_event 
 videobuf2_vmalloc videobuf2_memops ftdi_sio iTCO_wdt iTCO_vendor_support 
 snd_hda_intel rfkill snd_hda_codec joydev videobuf2_core snd_rawmidi 
 snd_hwdep applesmc usbserial snd_pcm hid_appleir hid_generic evdev 
 input_polldev lpc_ich mfd_core i2c_i801 videodev media snd_page_alloc 
 i2c_core usbhid hid
 Apr 17 09:42:12 teenymac kernel: coretemp acpi_cpufreq rng_core processor 
 snd_seq snd_seq_device snd_timer apple_bl snd kvm_intel kvm video thermal_sys 
 soundcore button ext4 crc16 mbcache jbd2 dm_mod sd_mod crc_t10dif 
 crct10dif_common ata_generic firewire_ohci ata_piix firewire_core crc_itu_t 
 ehci_pci uhci_hcd ehci_hcd ssb mmc_core pcmcia pcmcia_core libata scsi_mod 
 usbcore usb_common [last unloaded: cdrom]
[...]

I notice you unloaded the cdrom module previously.  Did you remove and
reinsert any other modules?  Did you remove and reattach the drive?

Ben.

-- 
Ben Hutchings
If God had intended Man to program,
we'd have been born with serial I/O ports.


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


Bug#741189: Please Close as Fixed

2014-04-17 Thread Daniel Letzeisen

libimobiledevice (1.1.6+dfsg-1) unstable; urgency=medium

  * Team upload
  * [51f7f7a] Imported Upstream version 1.1.6
  * [ed48bf8] Update build-dependencies
  * [052c1b3] Bump Standards-Version to 3.9.5 (no changes required)
  * [b89ebca] Refresh patches
  * [dbe83f7] Build-dep on libtasn-1-6-dev instead of libtasn-1-3-dev
(Closes: #731707)
  * [09293bb] Downgrade usbmuxd dependency to recommends and suggest
libusbmuxd-tools
(Closes: #658541)
  * [0a602f1] Use symbol script to hide private symbols
  * [f85dcf3] Update symbols file.
Drop private symbols, and add new symbols
  * [7338f73] Drop unused patches
  * [99e4676] Exclude jquery.js
  * [64e7829] Update copyright file

 -- Chow Loong Jin hyper...@debian.org  Mon, 14 Apr 2014 02:22:41 +0800


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



Bug#726562: Patch from Ubuntu source package

2014-04-17 Thread Hannes Diethelm

Hello,

There is a patch in this package which works great:

https://launchpad.net/ubuntu/trusty/+source/nautilus/1:3.8.2-0ubuntu11

I had to modify the patch slightly to avoid a compile problem:

diff debian_3.8.2/patches/ubuntu_revert_no_wallpaper.patch 
patches/ubuntu_revert_no_wallpaper.patch

604c604
 +gnome_bg_set_draw_background (self-details-bg, TRUE);
---
 +//gnome_bg_set_draw_background (self-details-bg, TRUE);

Regards,
Hannes Diethelm
Index: nautilus-3.8.2/libnautilus-private/Makefile.am
===
--- nautilus-3.8.2.orig/libnautilus-private/Makefile.am	2014-01-15 14:32:04.681605034 +1300
+++ nautilus-3.8.2/libnautilus-private/Makefile.am	2014-01-15 14:32:04.677605034 +1300
@@ -78,6 +78,8 @@
 	nautilus-debug.h \
 	nautilus-default-file-icon.c \
 	nautilus-default-file-icon.h \
+	nautilus-desktop-background.c \
+	nautilus-desktop-background.h \
 	nautilus-desktop-directory-file.c \
 	nautilus-desktop-directory-file.h \
 	nautilus-desktop-directory.c \
Index: nautilus-3.8.2/libnautilus-private/nautilus-desktop-background.c
===
--- /dev/null	1970-01-01 00:00:00.0 +
+++ nautilus-3.8.2/libnautilus-private/nautilus-desktop-background.c	2014-01-15 14:32:04.677605034 +1300
@@ -0,0 +1,599 @@
+/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
+
+/*
+ * nautilus-desktop-background.c: Helper object to handle desktop background
+ *changes.
+ *
+ * Copyright (C) 2000 Eazel, Inc.
+ * Copyright (C) 2010 Cosimo Cecchi cosi...@gnome.org
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Authors: Darin Adler da...@bentspoon.com
+ *  Cosimo Cecchi cosi...@gnome.org
+ */
+
+#include config.h
+
+#include nautilus-desktop-background.h
+
+#include eel/eel-gdk-extensions.h
+#include eel/eel-gtk-extensions.h
+
+#include nautilus-global-preferences.h
+
+#define GNOME_DESKTOP_USE_UNSTABLE_API
+#include libgnome-desktop/gnome-bg.h
+#include gdesktop-enums.h
+
+#include gtk/gtk.h
+#include string.h
+
+static void init_fade (NautilusDesktopBackground *self);
+static void free_fade (NautilusDesktopBackground *self);
+static void queue_background_change (NautilusDesktopBackground *self);
+
+static NautilusDesktopBackground *singleton = NULL;
+
+G_DEFINE_TYPE (NautilusDesktopBackground, nautilus_desktop_background, G_TYPE_OBJECT);
+
+enum {
+PROP_WIDGET = 1,
+NUM_PROPERTIES,
+};
+
+struct NautilusDesktopBackgroundDetails {
+
+	GtkWidget *widget;
+GnomeBG *bg;
+
+	/* Realized data: */
+	cairo_surface_t *background_surface;
+	GnomeBGCrossfade *fade;
+	int background_entire_width;
+	int background_entire_height;
+	GdkColor default_color;
+
+	/* Desktop screen size watcher */
+	gulong screen_size_handler;
+	/* Desktop monitors configuration watcher */
+	gulong screen_monitors_handler;
+	guint change_idle_id;
+};
+
+
+static gboolean
+background_settings_change_event_cb (GSettings *settings,
+ gpointer   keys,
+ gint   n_keys,
+ gpointer   user_data);
+
+
+static void
+free_fade (NautilusDesktopBackground *self)
+{
+	if (self-details-fade != NULL) {
+		g_object_unref (self-details-fade);
+		self-details-fade = NULL;
+	}
+}
+
+static void
+free_background_surface (NautilusDesktopBackground *self)
+{
+	cairo_surface_t *surface;
+
+	surface = self-details-background_surface;
+	if (surface != NULL) {
+		cairo_surface_destroy (surface);
+		self-details-background_surface = NULL;
+	}
+}
+
+static void
+nautilus_desktop_background_finalize (GObject *object)
+{
+	NautilusDesktopBackground *self;
+
+	self = NAUTILUS_DESKTOP_BACKGROUND (object);
+
+	g_signal_handlers_disconnect_by_func (gnome_background_preferences,
+	  background_settings_change_event_cb,
+	  self);
+
+	free_background_surface (self);
+	free_fade (self);
+
+	g_clear_object (self-details-bg);
+
+	G_OBJECT_CLASS (nautilus_desktop_background_parent_class)-finalize (object);
+}
+
+static void
+nautilus_desktop_background_unrealize (NautilusDesktopBackground *self)
+{
+	free_background_surface (self);
+
+	self-details-background_entire_width = 0;

Bug#744757: [PKG-Openstack-devel] Bug#744757: wrong license in debian/copyright

2014-04-17 Thread Thorsten Alteholz

Hi Thomas,

as long as you upload before the release of v4, I will restrict my 
ping-pong skills to the ping-pong table  :-).


  Thorsten


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



Bug#745033: Bulk edit regression in Wordpress 3.8.2

2014-04-17 Thread Steven Chamberlain
Package: wordpress
Version: 3.6.1+dfsg-1~deb7u2
Severity: normal
Tags: security upstream patch

Hi,

Upstream Wordpress 3.8.2 introduced a bug in bulk_edit_posts:
https://core.trac.wordpress.org/ticket/27792

It seems to me that cs27976_priv_esc backported the bug into
Wordpress 3.6, though I haven't tested in a running WP instance.

There was an incomplete fix committed as cs27991, that was reverted
and improved by cs28114.  Combining these, I ended up with the attached
cs28114_bulk_edit_posts

Thanks.

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

Kernel: kFreeBSD 9.0-2-amd64-xenhvm
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: wordpress-3.6.1+dfsg/wp-admin/includes/post.php
===
--- wordpress-3.6.1+dfsg.orig/wp-admin/includes/post.php	2014-04-17 11:54:34.0 +0100
+++ wordpress-3.6.1+dfsg/wp-admin/includes/post.php	2014-04-17 13:36:59.0 +0100
@@ -395,7 +395,12 @@
 	}
 
 	$updated = $skipped = $locked = array();
+	$shared_post_data = $post_data;
+
 	foreach ( $post_IDs as $post_ID ) {
+		// Start with fresh post data with each iteration.
+		$post_data = $shared_post_data;
+
 		$post_type_object = get_post_type_object( get_post_type( $post_ID ) );
 
 		if ( !isset( $post_type_object ) || ( isset($children)  in_array($post_ID, $children) ) || !current_user_can( 'edit_post', $post_ID ) ) {


Bug#745030: Quick Draft regression in Wordpress 3.8.2

2014-04-17 Thread Craig Small
On Thu, Apr 17, 2014 at 01:19:02PM +0100, Steven Chamberlain wrote:
 Upstream Wordpress 3.8.2 fix broke the Quick Draft feature, and
 this affects the Debian backport to 3.6 as well:
 http://wordpress.org/news/2014/04/wordpress-3-8-3/
Great, isn't it?
I got a fix for that upload pending, 3.9 is oozing its way to the
ftp-master at the moment. Once that is done, I can get stable up there
too.

 Upstream commit 27904 fixed this and I've tested in 3.6.  I
 can't currently see it in their Trac but you can fetch it with:
 $ svn diff -r 27889:27904 http://core.svn.wordpress.org/branches/3.8/
I used 28114 and 28073. 27904 is too early as that was 2 weeks ago.
https://core.trac.wordpress.org/changeset/28114
https://core.trac.wordpress.org/changeset/28073

 - Craig
-- 
Craig Small (@smallsees)   http://enc.com.au/   csmall at : enc.com.au
Debian GNU/Linux   http://www.debian.org/   csmall at : debian.org
GPG fingerprint:5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5


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



Bug#745034: GPIO is limited to just 32 pins

2014-04-17 Thread Andy Simpkins
Package: avrdude
Version: 6.1-1
Severity: important
tags: upstream, jessie, sid


Hi there,

This is an upstream bug that is causing me problems with implementing bit
bashed sysfs gpio on armhf (in this case a beagle bone black and
derivative) i.e. type = linuxgpio
attempting to configure GPIO line 45 failed with the error message:
pin must be in the range 0-31

As is convention I am reporting this bug to the Debian BTS and not to the
upstream maintainer :-)

Many thanks for all your hard work.

/Andy


THE FIX:
The definition HAVE_LINUX_GPIO is used to set PIN_MAX between either 31
(default) or 255, however it is called HAVE_LINUXGPIO in the rest of the
codebase.

pindefs.h:62
  #ifdef HAVE_LINUX_GPIO
becomes
  #ifdef HAVE_LINUXGPIO



TO REPRODUCE:
I use a custom config file: lwb-avrdude.conf
  programmer
id= keyboard;
desc  = Toby Churchill Ltd.  LWB platform, keyboard;
type  = linuxgpio;
reset = ~45;
sck   = 2;
mosi  = 3;
miso  = 5;
;


call avrdude thus:
  avrdude -v -p m32 -C ./lwb-avrdude.conf -c keyboard -e

returns:
 avrdude: Version 6.1, compiled on Apr 16 2014 at 17:41:25
  Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  Copyright (c) 2007-2014 Joerg Wunsch
  System wide configuration file is ./lwb-avrdude.conf
 avrdude: error at line 5 of ./lwb-avrdude.conf: pin must be in the range
0-31


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



Bug#745030: Quick Draft regression in Wordpress 3.8.2

2014-04-17 Thread Steven Chamberlain
On 17/04/14 13:38, Craig Small wrote:
 On Thu, Apr 17, 2014 at 01:19:02PM +0100, Steven Chamberlain wrote:
 Upstream Wordpress 3.8.2 fix broke the Quick Draft feature, and
 this affects the Debian backport to 3.6 as well:
 http://wordpress.org/news/2014/04/wordpress-3-8-3/
 Great, isn't it?

Yeah :/

 I got a fix for that upload pending,

Thanks!

 Upstream commit 27904 fixed this and I've tested in 3.6.  I
 can't currently see it in their Trac but you can fetch it with:
 $ svn diff -r 27889:27904 http://core.svn.wordpress.org/branches/3.8/
 I used 28114 and 28073. 27904 is too early as that was 2 weeks ago.
 https://core.trac.wordpress.org/changeset/28114
 https://core.trac.wordpress.org/changeset/28073

I expect you'll only apply the first hunk of cs28114;  the second hunk
reverts something from 3.8.3RC1 that you didn't backport to 3.6.

I had some major confusion here though:

The changesets numbered [28xxx] don't match up with the SVN revision
numbers which are currently r27xxx.  And issues from the bug tracker are
currently numbered #27xxx

It gets even more fun when things are merged from trunk to branch and
get another [28xxx] changeset and r27xxx number.

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#745035: ITP: ruby-faraday-middleware-multi-json -- Response JSON parser using MultiJson and FaradayMiddleware

2014-04-17 Thread Sebastien Badia
Package: wnpp
Severity: wishlist
Owner: Sebastien Badia s...@sebian.fr

* Package name: ruby-faraday-middleware-multi-json
  Version : 0.0.5
  Upstream Author : Dennis Rogenius denr...@gmail.com
* URL : https://github.com/denro/faraday_middleware-multi_json
* License : MIT
  Programming Lang: Ruby
  Description : Response JSON parser using MultiJson and FaradayMiddleware

ruby-faraday-middleware-multi-json is a simple Faraday middleware that uses
MultiJson to unobtrusively encode JSON requests and parse JSON responses.

This package will be maintained by the Ruby team.


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



Bug#745036: apt: supposedly broken Pre-Depends on multiarch-support from foreign arch

2014-04-17 Thread Helmut Grohne
Package: apt
Version: 1.0.1
Severity: normal
Tags: moreinfo
User: helm...@debian.org
Usertags: rebootstrap

Dear apt maintainers,

In a particular circumstance I arrive at a situation where apt's cache
appears to be subtly wrong. The immediate observation is:

# apt-get check
Reading package lists...
Building dependency tree...
Reading state information...
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 libatomic1:m68k : PreDepends: multiarch-support:m68k but it is not installable
 libgcc2:m68k : PreDepends: multiarch-support:m68k but it is not installable
 libgomp1:m68k : PreDepends: multiarch-support:m68k but it is not installable
 libstdc++6:m68k : PreDepends: multiarch-support:m68k but it is not installable
E: Unmet dependencies. Try using -f.
#

If I then issue apt-get --no-download update and run apt-get check
again, no error is reported. I would not have expected a run of apt-get
update to be able to correct a dependency problem and therefore conclude
a bug in apt.

Now describing the circumstances in which this happens has proven to be
hard. It is reproducible very reliably: Jenkins runs into it in every
rebootstrap build.
https://jenkins.debian.net/job/rebootstrap_arm64_gcc49/9/console
Having to wait 5 hours for a reproducer is a bad thing though, which is
why I tag this bug as moreinfo. The basic sequence of the rebootstrap
job (from the point of view of apt) is:

 * debootstrap a sid chroot and run everything in there.
 * Run apt-get update once and never again (without --no-download).
 * dpkg --add-architecture $some_arch
 * Iteratively change packages using operations:
   * apt-get install -y ... # build-depends
   * apt-get remove -y ... # build-conflicts
   * dpkg -i *.deb # results from some dpkg-buildpackage

Among other things this causes the foreign libc and foreign gcc
libraries to replaced with differently staged packages of the same
version. After installing gcc stage2 and eglibc stage2, apt-get check
thinks that everything is fine. Once installing the gcc stage3, the
above errors show up (and are healed by apt-get --no-download update).

This is a summary of the current diagnosis of this issue and its main
goal is to obtain a bug number to reference the issue from elsewhere.

Helmut


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



Bug#663101: review of the upstream foreman debian package

2014-04-17 Thread Antoine Beaupré
On 2014-04-17 07:52:05, Greg Sutcliffe wrote:
 Hi Antoine,

 I'm on vacation at the moment - I'll go through your email next week. Would
 you mind if I cc'ed our dev mailing list? I see no reason not to...

I don't see why not.

A.

-- 
Marijuana grows naturally on the planet.
Mushrooms grows naturally on the planet.
Don't you think making nature against the law is a bit... unnatural?
- Bill Hicks


pgpwfe8sB0WwX.pgp
Description: PGP signature


Bug#745037: chromium: recent chromium versions incorrectly prefer fixed fonts if available

2014-04-17 Thread Chris Bainbridge
Package: chromium
Version: 34.0.1847.116-1~deb7u1
Severity: important

Dear Maintainer,

A recent update of Chromium (versions 33 and 34 ?) makes the fonts look ugly.
It appears that, if a fixed font is available on the system, Chromium now uses
it to render some text instead of the nice variable size fonts.

To reproduce just install fixedsc font from
http://ptspts.blogspot.co.uk/2010/06/how-to-enable-bitmap-fonts-on-ubuntu.html
, use fc-list|grep fix to verify the font is installed, and then start
chromium

This issue also appears to affect Gentoo, so it may be an upstream issue.

Forum reports of this bug (all recent 2014):

http://forums.debian.net/viewtopic.php?f=10t=113182
http://forums.gentoo.org/viewtopic-p-7527078.html
http://forums.gentoo.org/viewtopic-t-984870-postdays-0-postorder-asc-
start-0.html

The screenshot on the Debian forum shows this bug: http://imgur.com/GsbYDIU





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

Kernel: Linux 3.2.0-4-686-pae (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 chromium depends on:
ii  chromium-inspector  34.0.1847.116-1~deb7u1
ii  gconf-service   3.2.5-1+build1
ii  libasound2  1.0.25-4
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-38+deb7u1
ii  libcairo2   1.12.2-3
ii  libcap2 1:2.22-1.2
ii  libcups21.5.3-5+deb7u1
ii  libdbus-1-3 1.6.8-1+deb7u1
ii  libexpat1   2.1.0-1+deb7u1
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgcc1 1:4.7.2-5
ii  libgconf-2-43.2.5-1+build1
ii  libgcrypt11 1.5.0-5+deb7u1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgnome-keyring0   3.4.1-1
ii  libgtk2.0-0 2.24.10-2
ii  libjpeg88d-1
ii  libnspr42:4.9.2-1+deb7u1
ii  libnss3 2:3.14.5-1
ii  libpango1.0-0   1.30.0-1
ii  libspeechd2 0.7.1-6.2
ii  libspeex1   1.2~rc1-7
ii  libstdc++6  4.7.2-5
ii  libudev0175-7.2
ii  libx11-62:1.5.0-1+deb7u1
ii  libxcomposite1  1:0.4.3-2
ii  libxdamage1 1:1.1.3-2
ii  libxext62:1.3.1-2+deb7u1
ii  libxfixes3  1:5.0-4+deb7u1
ii  libxi6  2:1.6.1-1+deb7u1
ii  libxml2 2.8.0+dfsg1-7+nmu2
ii  libxrender1 1:0.9.7-1+deb7u1
ii  libxslt1.1  1.1.26-14.1
ii  libxss1 1:1.2.2-1
ii  libxtst62:1.2.1-1+deb7u1
ii  xdg-utils   1.1.0~rc1+git20111210-6

chromium recommends no packages.

Versions of packages chromium suggests:
pn  chromium-l10n  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#551303: padsp: libpulsedsp.so cannot be loaded by ld.so

2014-04-17 Thread Dick Thomas
Hello,


I think this problem is fixed.

so can be closed

thank you for getting back to me

Dick Thomas

On 14 Apr 2014 02:08, Felipe Sateler fsate...@debian.org wrote:

 Hi all,

 On Fri, Oct 16, 2009 at 07:05:07PM -0700, Markus Bawidamann wrote:
  Package: pulseaudio-utils
  Version: 0.9.10-3+lenny1
  Severity: important
 
 
  Hi
 
  when using padsp to route OSS sound to pulseaudio, it fails with the
 message:
 
  ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be
 preloaded: ignored.
 
 

 You reported this problem a long time ago and it might have been fixed
 since then.

 Can you still reproduce this issue? If so, please reply so that we may
 debug the problem, otherwise I'd like to close this bug

 Thanks

 --
 Saludos,
 Felipe Sateler



Bug#726490: sponsorship-requests: ethstatus/0.4.4 [ITA]

2014-04-17 Thread Arturo Borrero Gonzalez
On 12 April 2014 09:46, Vincent Cheng vch...@debian.org wrote:
 Control: tag -1 + moreinfo

 On Sun, Mar 2, 2014 at 4:55 AM, Thomas Goirand z...@debian.org wrote:
 You wrote:

   * Upstream is the same as Debian maintainer.
 Therefore, build a native Debian package

 IMO, that's a very bad idea. this is a pain for downstream Debian
 derivative who may want to add specific patches. With a native package,
 it becomes less convenient to add distro-specific patches. Please don't
 do this and re-upload a version of your package as non-native.

 Generally, native packages are very Debian specific, like for example
 apt, dpkg, etc. Unless you develop this kind of tool, IMO, don't use a
 native package.

 Thomas Goirand (zigo)

 P.S: Some other DD may have a different opinion, like for example I know
 Joey Hess finds it ok and even wrote about it, but I believe a majority
 of DD will agree with me.

 +1 to what Thomas said above.

 Here's a very quick review of your packaging in
 https://github.com/aborrero/pkg-ethstatus (since I can't find an
 ethstatus package on mentors.d.n):


Thanks you for the review and time, Vincent.

Well, I talked with Christoph Haas about ethstatus.
He think that this old piece of software is, in fact, so old. Some
other [newer] tools have superseded ethstatus.

So, despite the initial effort I did to adopt ethstatus, I think I
will be dropping this ITA soon :-(

thanks, regards.

-- 
Arturo Borrero González


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



Bug#744733: mumble: client crashes opening settings with push-to-talk enabled

2014-04-17 Thread Chris Knadle
On Thursday, April 17, 2014 03:18:11 RedOmen wrote:
 I poked around in the mumble source and disabled the file system watcher
 in './src/mumble/GlobalShortcut_unix.cpp', rebuilt the client and now
 everything works normally for me again.  I guess if my devices change
 while mumble is running I'll just have to restart it.

Okay, please describe this problem a bit more; if I understand you correctly, 
while the Mumble client is open you connect something (like a USB keyboard), 
and then the Mumble client crashes when you try to open the settings from that 
point on?

Thanks very much for the patch -- this will be useful to send to Mumble 
upstream if I can understand what the circumstances where it's needed are.

  -- Chris

--
Chris Knadle
chris.kna...@coredump.us


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



Bug#717493: pu: package sympa/6.1.11~dfsg-5.1~deb7u1

2014-04-17 Thread Adam D. Barratt

On 2014-04-16 23:10, Emmanuel Bouthenot wrote:

On Tue, Apr 15, 2014 at 09:25:11PM +0100, Adam D. Barratt wrote:

Please go ahead with the upload; thanks.


If you agree I'd like to fix 2 other bugs: #709240 and #714388

#709240 is fixed by a 2 lines patch (syntax error with Perl 5.14
present in Squeeze)


I'm slightly torn on this one. Whilst the patch seems obviously 
correct, it's not applied to the package in unstable, which is usually 
a requirement for accepting a patch for stable. There's an argument that 
it's unlikely that anyone will try to update from squeeze's sympa to 
jessie's without having upgraded perl in between, but conversely the 
patch should work fine with the package in unstable.


Are there any plans to apply the patch, or otherwise update the package, 
in unstable?



#714388 is fixed by adding a missing file


That looks fine.

Regards,

Adam


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



Bug#745038: sgml-base: dependency xml-core missing (missing update-xmlcatalog)

2014-04-17 Thread lkcl
Package: sgml-base
Version: 1.26+nmu3
Severity: serious
Justification: 2

the command update-xmlcatalog is used by sgml-base however the
dependency xml-core is missing.  this is from an upgrade of
a debian/wheezy system to debian-testing (sgml-data-2.0.9-1)
which is now in an unusable state and requires manual intervention
to recover, manually installing via dpkg the correct xml-core
package.

please ignore the majority of system information below because
i have been forced to use an alternative system to report this
bug.

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

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

Versions of packages sgml-base depends on:
ii  dpkg  1.17.6
ii  perl  5.18.1-3

sgml-base recommends no packages.

Versions of packages sgml-base suggests:
pn  sgml-base-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



Bug#745030: Quick Draft regression in Wordpress 3.8.2

2014-04-17 Thread Craig Small
On Thu, Apr 17, 2014 at 01:49:25PM +0100, Steven Chamberlain wrote:
 I expect you'll only apply the first hunk of cs28114;  the second hunk
 reverts something from 3.8.3RC1 that you didn't backport to 3.6.
Ah, I had a reject, looked into it and realised what was there was
already there, so ignored the reject. Wasn't sure why but figured it
was something like that.

 The changesets numbered [28xxx] don't match up with the SVN revision
 numbers which are currently r27xxx.  And issues from the bug tracker are
 currently numbered #27xxx
Right, that's why my numbers and your numbers are different, but are
almost the same thing.

 - Craig

-- 
Craig Small (@smallsees)   http://enc.com.au/   csmall at : enc.com.au
Debian GNU/Linux   http://www.debian.org/   csmall at : debian.org
GPG fingerprint:5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5


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



Bug#745039: tuxtype: translation for zh_N

2014-04-17 Thread Jakub Wilk

Package: tuxtype-data
Version: 1.8.1-6
Severity: minor
Tags: l10n

tuxtype-data ships translation file for a zh_N language:

$ dpkg -L tuxtype-data | grep zh_N
/usr/share/locale/zh_N
/usr/share/locale/zh_N/LC_MESSAGES
/usr/share/locale/zh_N/LC_MESSAGES/tuxtype.mo

N is not a valid country code. I guess it's a typo for CN.

--
Jakub Wilk


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