Bug#782817: pyfits-utils: Please consider removing pyfits-utils

2015-04-18 Thread Ole Streicher
Package: pyfits-utils
Version: 1:3.3-2
Severity: wishlist

Dear Aurelien,

the package pyfits-utils contains the binaries fitscheck and fitsdiff.

I am just preparing a new package astropy-utils [1], which will contain
the same binaries, but based on the astropy package. Since pyfits is going
to be deprecated, it would be useful to remove the pyfits-utils (since the
new ones are almost identical), or to lower the package priority to extra.

Usually, Debian handles conflicts on a first-comes base; however since
astropy is the successor of pyfits, I would ask that I can take priority in
this case.

I am not sure how to make a smooth transition here. Since you have more
experience: could you please give me an advise?

Best regards

Ole

[1] http://anonscm.debian.org/cgit/debian-astro/packages/python-astropy.git


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



Bug#782820: libiksemel: FTBFS against gnutls 3.4.0

2015-04-18 Thread Andreas Metzler
Package: libiksemel
Version: 1.4-2
Severity: normal
User: ametz...@debian.org
Usertags: gnutls34

Hello,

the package FTBFS against the recently released GnuTLS 3.4.0:
--
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -Wall  -fPIE -pie 
-Wl,-z,relro -Wl,-z,now -o ikslint ikslint.o hash.o ../src/libiksemel.la
libtool: link: gcc -g -O2 -fPIE -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -fPIE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o 
.libs/ikslint ikslint.o hash.o  ../src/.libs/libiksemel.so
../src/.libs/libiksemel.so: undefined reference to `gnutls_mac_set_priority'
../src/.libs/libiksemel.so: undefined reference to 
`gnutls_protocol_set_priority'
../src/.libs/libiksemel.so: undefined reference to `gnutls_kx_set_priority'
../src/.libs/libiksemel.so: undefined reference to `gnutls_cipher_set_priority'
../src/.libs/libiksemel.so: undefined reference to 
`gnutls_compression_set_priority'
collect2: error: ld returned 1 exit status
Makefile:386: recipe for target 'ikslint' failed
make[2]: *** [ikslint] Error 1
make[2]: Leaving directory '/tmp/buildd/libiksemel-1.4/tools'
--
These functions were dropped in 3.4.0, see
http://www.gnutls.org/manual/html_node/Upgrading-from-previous-versions.html#Upgrading-from-previous-versions
for information on upgrading.

cu Andreas


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



Bug#782822: Please include msgid-URL in message headers

2015-04-18 Thread martin f krafft
Package: lists.debian.org
Severity: wishlist

It would facilitate parsing and probably have other good uses if
list messages could get an additional header like
X-Debian-Archive-URL or RFC 5064 (Archived-At header) with the msgid
URL to the list archives?

Thanks,
-m

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

Kernel: Linux 3.19.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- 
 .''`.   martin f. krafft madduck@d.o @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems


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


Bug#782821: ITP: puzzl a jigsaw puzzle game from Gnome 3.

2015-04-18 Thread ITP ITP
Package: puzzl
Severity: wishlist
Owner: itprojects  

* Package name


 : puzzl

 Version







 : 1.0

 Upstream Author :
 itprojects  
* URL











 : https://launchpad.net/puzzl
* License







 : GPL-3

 Programming Lang: Vala

 Description



 : A jigsaw puzzle game for Gnome 3.

A Gnome puzzle game. Supports (local and web) JPG and PNG images as jigsaw 
puzzles.


Bug#782824: g++-5: Compilation of application using wxWidgest produces a lot of warnings

2015-04-18 Thread TonyMi
Package: g++-5
Version: 5.1~rc1-1
Severity: normal

Dear Maintainer,
I tried to compile my application using wxWidgets with g++-5 but I got a lot of
warnings. I reported the problem on wxWidgets forum, but the developers think
that bug is in the gcc.

You can reproduce it by using wxWidget sample named minimal, please use
makefile.unx, modify the line with compiler specification to:
CXX = g++-5

TonyMi

make -f makefile.unx
g++-5 -c -o minimal_minimal.o -I. `wx-config --cxxflags --unicode=yes
--static=no --toolkit=gtk2 --version=3.0`   -MTminimal_minimal.o -MF`echo
minimal_minimal.o | sed -e 's,\.o$,.d,'` -MD -MP minimal.cpp
minimal.cpp:200:1: warning: ‘virtual bool
wxEvtHandler::TryValidator(wxEvent)’ is deprecated [-Wdeprecated-
declarations]
 }
 ^
In file included from /usr/include/wx-3.0/wx/wxprec.h:12:0,
 from minimal.cpp:21:
/usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
 virtual bool TryValidator(wxEvent WXUNUSED(event)), return false; )
  ^
/usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro
‘wxDEPRECATE’
 #define wxDEPRECATED(x) wxDEPRECATED_DECL x
   ^
/usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro
‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
 wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
 ^
minimal.cpp:200:1: warning: ‘virtual bool
wxEvtHandler::TryParent(wxEvent)’ is deprecated [-Wdeprecated-declarations]
 }
 ^
In file included from /usr/include/wx-3.0/wx/wxprec.h:12:0,
 from minimal.cpp:21:
/usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
 virtual bool TryParent(wxEvent event), return DoTryApp(event); )
  ^
/usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro
‘wxDEPRECATE’
 #define wxDEPRECATED(x) wxDEPRECATED_DECL x
   ^
/usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro
‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
 wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
 ^
minimal.cpp:200:1: warning: ‘virtual bool
wxEvtHandler::TryValidator(wxEvent)’ is deprecated [-Wdeprecated-
declarations]
 }
 ^
In file included from /usr/include/wx-3.0/wx/wxprec.h:12:0,
 from minimal.cpp:21:
/usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
 virtual bool TryValidator(wxEvent WXUNUSED(event)), return false; )
  ^
/usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro
‘wxDEPRECATE’
 #define wxDEPRECATED(x) wxDEPRECATED_DECL x
   ^
/usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro
‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
 wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
 ^
minimal.cpp:200:1: warning: ‘virtual bool
wxEvtHandler::TryParent(wxEvent)’ is deprecated [-Wdeprecated-declarations]
 }
 ^
In file included from /usr/include/wx-3.0/wx/wxprec.h:12:0,
 from minimal.cpp:21:
/usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
 virtual bool TryParent(wxEvent event), return DoTryApp(event); )
  ^
/usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro
‘wxDEPRECATE’
 #define wxDEPRECATED(x) wxDEPRECATED_DECL x
   ^
/usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro
‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
 wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
 ^
minimal.cpp:200:1: warning: ‘virtual void
wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated
[-Wdeprecated-declarations]
 }
 ^
In file included from /usr/include/wx-3.0/wx/wxprec.h:12:0,
 from minimal.cpp:21:
/usr/include/wx-3.0/wx/window.h:459:32: note: declared here
 wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
^
/usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro
‘wxDEPRECATE’
 #define wxDEPRECATED(x) wxDEPRECATED_DECL x
   ^
minimal.cpp:200:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is
deprecated [-Wdeprecated-declarations]
 }
 ^
In file included from /usr/include/wx-3.0/wx/wxprec.h:12:0,
 from minimal.cpp:21:
/usr/include/wx-3.0/wx/window.h:688:32: note: declared here
 wxDEPRECATED( virtual void MakeModal(bool modal = true) );
^
/usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro
‘wxDEPRECATE’
 #define wxDEPRECATED(x) wxDEPRECATED_DECL x
   ^
minimal.cpp:200:1: warning: ‘virtual void
wxWindowBase::SetInitialBestSize(const wxSize)’ is deprecated: use
SetInitialSize() instead. [-Wdeprecated-declarations]
 }
 ^
In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
 from minimal.cpp:30:
/usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
 inline void 

Bug#782826: smcroute: startup.sh is installed to wrong place

2015-04-18 Thread Alexander Inyukhin
Package: smcroute
Version: 2.0.0-4
Severity: normal

startup.sh script is installed to /etc but expected to exist
as /etc/smcroute/startup.sh by /etc/init.d/smcroute script.

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (192, 'unstable'), (190, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ru_RU.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages smcroute depends on:
ii  libc6  2.19-18

smcroute recommends no packages.

smcroute suggests no packages.


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



Bug#776596: RFS: bamf/0.2.118-1.1 [NMU]

2015-04-18 Thread Mike Gabriel

HI Jörg,

On  Sa 18 Apr 2015 13:32:36 CEST, Jörg Frings-Fürst wrote:


Hi,

bamf isn't orphaned[1] now. So I close this bug.

For some times my changes are available at[2].

CU
Jörg


[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779565
[2] http://mentors.debian.net/debian/pool/main/b/bamf/bamf_0.2.118-1.1.dsc


0.2.118 is quite an ancient version. I had contacted bamf upstream and  
they just released 0.5.1.


I would like to upload this 0.5.1(-1) version to experimental soon and  
will take a look at the debdiff between


  0.2.118-1 and 0.2.118-1.1

as well.

Would you like to become the maintainer of bamf in Debian? Do I get  
this right? Would it be ok for you to maintain bamf in the context of  
the MATE packaging team (or at least of the MATE team in the  
Uploaders: field)?


As bamf is a hard-dependency of plank (and has no other heavy  
dependency interactions, yet, in Debian), I would love to see a  
similar workflow for both packages. Also I would like to be involved,  
as it needs a DD or DM to upload to the Debian archive. As I haven't  
found your mail address in neither of the keyrings (DD keyring / DM  
keyring), I presume you require a sponsor for your uploads to Debian  
(which have been many, as I see on your DDPO page [1]).


Please get back to me before the coming week, so we can deal out how  
to continue with bamf maintenance in Debian. Don't close this bug  
until we have come to a good conclusion on this. Thanks.


Mike

[1] https://qa.debian.org/developer.php?login=deb...@jff-webhosting.net
--

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


pgpsjf5yBH8rp.pgp
Description: Digitale PGP-Signatur


Bug#782653: openmpi: (non-)reproducibility of build failure

2015-04-18 Thread Willi Mann
Hi,

was anybody of you able to reproduce this build failure in a clear
chroot environment? I failed to reproduce it in a jessie pbuilder
environment, and also on an another machine (mixed jessie/wheezy).

WM



signature.asc
Description: OpenPGP digital signature


Bug#781927: RFS: qemuctl - control gui for qemu / 0.3.1-4 [ITA]

2015-04-18 Thread Tobias Frost
Am Freitag, den 10.04.2015, 23:55 +0300 schrieb Antti Järvinen:
 Tobias Frost writes:
   how's about getting you a collab-maint account (as described in some
   classified-ad related mail)?
 
 I understood I need to get myself identified with PGP-key-signature
 first? Or is just e-mail to n...@debian.org with subject 
 collab-maint request as described in 
 https://lists.debian.org/debian-devel-announce/2015/02/msg1.html
 enough? 
 
   (Usually we avoid uploading without having other changes too)
 
 No prob but I tried searching for bugs to fix for the package and
 found none - this is really the case? Previous maintainer has taken
 care of all the bugs?

seems so :) 
lets wait for the Jessie release and then do an upload of the
experimental version to unstable.

-- 
tobi


 --
 Antti




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


Bug#722503: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722503

2015-04-18 Thread Jörg Frings-Fürst
tags 722503 + patch
thanks


Hi,

I have attach a patch to change the port.

CU
Jörg

-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54526 Niederkail

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net

My wish list: 
 - Please send me a picture from the nature at your home.


Description: Change port for build testing to 7890
Author: Jörg Frings-Fürst deb...@jff-webhosting.net
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722503
Forwarded: not-needed
Last-Update: 2014-12-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/test/abyss.c
===
--- trunk.orig/test/abyss.c
+++ trunk/test/abyss.c
@@ -150,7 +150,7 @@ testChanSwitchOsSocket(void) {
 TServer server;
 const char * error;
 
-bindSocketToPort(fd, 8080);
+bindSocketToPort(fd, 7890);
 
 chanSwitchCreateFd(fd, chanSwitchP, error);
 
@@ -180,7 +180,7 @@ testChanSwitchSockAddr(void) {
 struct sockaddr_in sockAddr;
 
 sockAddr.sin_family = AF_INET;
-sockAddr.sin_port   = htons(8080);
+sockAddr.sin_port   = htons(7890);
 sockAddr.sin_addr   = test_ipAddrFromDecimal(127, 0, 0, 1);
 
 chanSwitchCreate2(PF_INET,
@@ -207,7 +207,7 @@ testChanSwitch(void) {
 TChanSwitch * chanSwitchP;
 const char * error;
 
-chanSwitchCreate(8080, chanSwitchP, error);
+chanSwitchCreate(7890, chanSwitchP, error);
 
 TEST_NULL_STRING(error);
 
@@ -220,7 +220,7 @@ testChanSwitch(void) {
 ChanSwitchDestroy(chanSwitchP);
 
 #ifndef _WIN32
-chanSwitchCreateIpV6(8080, chanSwitchP, error);
+chanSwitchCreateIpV6(7890, chanSwitchP, error);
 
 TEST_NULL_STRING(error);
 
@@ -278,7 +278,7 @@ testOsSocket(void) {
 TServer server;
 abyss_bool success;
 
-bindSocketToPort(fd, 8080);
+bindSocketToPort(fd, 7890);
 
 success = ServerCreateSocket(server, NULL, fd, NULL, NULL);
 
@@ -335,12 +335,12 @@ testServerCreate(void) {
 TServer server;
 abyss_bool success;
 
-success = ServerCreate(server, NULL, 8080, NULL, NULL);
+success = ServerCreate(server, NULL, 7890, NULL, NULL);
 TEST(success);
 ServerInit(server);
 ServerFree(server);
 
-success = ServerCreate(server, myserver, 8080,
+success = ServerCreate(server, myserver, 7890,
/tmp/docroot, /tmp/logfile);
 TEST(success);
 ServerInit(server);
@@ -354,7 +354,7 @@ testServerCreate(void) {
 TChanSwitch * chanSwitchP;
 const char * error;
 
-chanSwitchCreate(8080, chanSwitchP, error);
+chanSwitchCreate(7890, chanSwitchP, error);
 
 TEST_NULL_STRING(error);
 
Index: trunk/test/server_abyss.c
===
--- trunk.orig/test/server_abyss.c
+++ trunk/test/server_abyss.c
@@ -159,7 +159,7 @@ testObjectParm(void) {
 {
 struct sockaddr_in localhost;
 localhost.sin_family = AF_INET;
-localhost.sin_port = htons(8080);
+localhost.sin_port = htons(7890);
 localhost.sin_addr = test_ipAddrFromDecimal(127, 0, 0, 1);
 
 parms.sockaddr_p = (const struct sockaddr *)localhost;
@@ -252,7 +252,7 @@ test_server_abyss(void) {
 
 printf(Running Abyss XML-RPC server tests...\n);
 
-ServerCreate(abyssServer, testserver, 8080, NULL, NULL);
+ServerCreate(abyssServer, testserver, 7890, NULL, NULL);
 
 testSetHandlers(abyssServer);
 


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


Bug#773435: O: xmlrpc-c -- lightweight RPC library based on XML and HTTP [C++ development libraries]

2015-04-18 Thread Jörg Frings-Fürst
Hello,

since 2014-12-19 I working at the package xmlrpc-c to adopt them.

By my work I found a lot of thinks at the buildsystem. After enable
hardening some flags are not set.

My first attempt to contact the upstream author was on 2014-12-20.

Until now I don't get any answer. So I'm waiting 4 month for any
reaction from upstream.

However, profound changes I don't want to make without arrangement.
And without the changes it does not comply my standards of quality.

I set the bug back to Orphaned.


Thanks to all for your work.

CU
Jörg
-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54526 Niederkail

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net

My wish list: 
 - Please send me a picture from the nature at your home.




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


Bug#624058: fixed in mutt 1.5.21-5

2015-04-18 Thread Andreas Metzler
unarchive 624058
reopen 624058
found 624058 1.5.23-3
retitle 624058 Uses deprecated _set_priority GnuTLS functions, FTBFS against 
gnutls 3.4.0
user ametz...@debian.org
usertags 624068 gnutls34
thanks

On 2011-05-08 Antonio Radici anto...@dyne.org wrote:
[...]
 Source: mutt
 Version: 1.5.21-5
[...]
  + 624058-gnutls-deprecated.patch: deprecate 
 gnutls_protocol_set_priority()
(Closes: 624058)
[...]

Hello,

I have just tried building mutt against gnutls 3.4.0 and got this
build-error:

gcc -DPKGDATADIR=\/usr/share/mutt\ -DSYSCONFDIR=\/etc\ 
-DBINDIR=\/usr/bin\ -DMUTTLOCALEDIR=\/usr/share/locale\ -DHAVE_CONFIG_H=1 
-I. -I..  -I. -I.. -I../imap  -Iintl -D_FORTIFY_SOURCE=2 -I/usr/include/qdbm  
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o 
mutt_ssl_gnutls.o ../mutt_ssl_gnutls.c
../mutt_ssl_gnutls.c:48:3: warning: 'gnutls_session' is deprecated 
[-Wdeprecated-declarations]
   gnutls_session state;
   ^
../mutt_ssl_gnutls.c:49:3: warning: 'gnutls_certificate_credentials' is 
deprecated [-Wdeprecated-declarations]
   gnutls_certificate_credentials xcred;
   ^
../mutt_ssl_gnutls.c: In function 'tls_negotiate':
../mutt_ssl_gnutls.c:297:3: warning: 'gnutls_transport_ptr' is deprecated 
[-Wdeprecated-declarations]
   gnutls_transport_set_ptr (data-state, (gnutls_transport_ptr)conn-fd);
   ^
../mutt_ssl_gnutls.c:323:3: warning: implicit declaration of function 
'gnutls_protocol_set_priority' [-Wimplicit-function-declaration]
   gnutls_protocol_set_priority (data-state, protocol_priority);
   ^
../mutt_ssl_gnutls.c: At top level:
../mutt_ssl_gnutls.c:421:1: warning: 'gnutls_datum' is deprecated (declared at 
/usr/include/gnutls/gnutls.h:784) [-Wdeprecated-declarations]
 static int tls_compare_certificates (const gnutls_datum *peercert)
 ^
../mutt_ssl_gnutls.c: In function 'tls_compare_certificates':
../mutt_ssl_gnutls.c:423:3: warning: 'gnutls_datum' is deprecated (declared at 
/usr/include/gnutls/gnutls.h:784) [-Wdeprecated-declarations]
   gnutls_datum cert;
   ^
../mutt_ssl_gnutls.c:427:3: warning: 'gnutls_datum' is deprecated (declared at 
/usr/include/gnutls/gnutls.h:784) [-Wdeprecated-declarations]
   gnutls_datum b64_data;
   ^
../mutt_ssl_gnutls.c: At top level:
../mutt_ssl_gnutls.c:488:1: warning: 'gnutls_digest_algorithm' is deprecated 
(declared at /usr/include/gnutls/gnutls.h:280) [-Wdeprecated-declarations]
 static void tls_fingerprint (gnutls_digest_algorithm algo,
 ^
../mutt_ssl_gnutls.c:489:30: warning: 'gnutls_datum' is deprecated (declared at 
/usr/include/gnutls/gnutls.h:784) [-Wdeprecated-declarations]
  char* s, int l, const gnutls_datum* data)
  ^
../mutt_ssl_gnutls.c:527:1: warning: 'gnutls_datum' is deprecated (declared at 
/usr/include/gnutls/gnutls.h:784) [-Wdeprecated-declarations]
 static int tls_check_stored_hostname (const gnutls_datum *cert,
 ^
../mutt_ssl_gnutls.c:578:31: warning: 'gnutls_certificate_status' is deprecated 
(declared at /usr/include/gnutls/gnutls.h:495) [-Wdeprecated-declarations]
   gnutls_certificate_status certstat,
   ^
../mutt_ssl_gnutls.c: In function 'tls_check_preauth':
../mutt_ssl_gnutls.c:582:3: warning: 'gnutls_x509_crt' is deprecated 
[-Wdeprecated-declarations]
   gnutls_x509_crt cert;
   ^
../mutt_ssl_gnutls.c: At top level:
../mutt_ssl_gnutls.c:699:39: warning: 'gnutls_certificate_status' is deprecated 
(declared at /usr/include/gnutls/gnutls.h:495) [-Wdeprecated-declarations]
   gnutls_certificate_status certstat,
   ^
../mutt_ssl_gnutls.c: In function 'tls_check_one_certificate':
../mutt_ssl_gnutls.c:703:3: warning: 'gnutls_x509_crt' is deprecated 
[-Wdeprecated-declarations]
   gnutls_x509_crt cert;
   ^
../mutt_ssl_gnutls.c:720:3: warning: 'gnutls_datum' is deprecated (declared at 
/usr/include/gnutls/gnutls.h:784) [-Wdeprecated-declarations]
   gnutls_datum pemdata;
   ^
../mutt_ssl_gnutls.c: At top level:
../mutt_ssl_gnutls.c:969:1: warning: 'gnutls_session' is deprecated 
[-Wdeprecated-declarations]
 static gnutls_certificate_status tls_verify_peers (gnutls_session tlsstate)
 ^
../mutt_ssl_gnutls.c:970:1: warning: 'gnutls_certificate_status' is deprecated 
(declared at /usr/include/gnutls/gnutls.h:495) [-Wdeprecated-declarations]
 {
 ^
../mutt_ssl_gnutls.c: In function 'tls_check_certificate':
../mutt_ssl_gnutls.c:1006:3: warning: 'gnutls_session' is deprecated 
[-Wdeprecated-declarations]
   gnutls_session state = data-state;
   ^
../mutt_ssl_gnutls.c:1007:3: warning: 'gnutls_datum' is deprecated (declared at 
/usr/include/gnutls/gnutls.h:784) [-Wdeprecated-declarations]
   const gnutls_datum *cert_list;
   ^
../mutt_ssl_gnutls.c:1009:3: warning: 'gnutls_certificate_status' is deprecated 
(declared at /usr/include/gnutls/gnutls.h:495) [-Wdeprecated-declarations]
   gnutls_certificate_status certstat;

Bug#782828: libimobiledevice: FTBFS against gnutls 3.4.0

2015-04-18 Thread Andreas Metzler
Package: libimobiledevice
Version: 1.1.6+dfsg-3.1
Severity: normal
User: ametz...@debian.org
Usertags: gnutls34

Hello,

the package FTBFS against the recently released GnuTLS 3.4.0:
--
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wall -Wextra 
-Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith 
-Wwrite-strings -Wswitch-default -Wno-unused-parameter -fsigned-char 
-I/usr/include/p11-kit-1 -I/usr/include/libxml2 -D_FILE_OFFSET_BITS=64 
-D_LARGE_FILES=1 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -c idevice.c  -fPIC -DPIC -o .libs/idevice.o
idevice.c:719:172: error: unknown type name 'gnutls_retr_st'
 static int internal_cert_callback(gnutls_session_t session, const 
gnutls_datum_t * req_ca_rdn, int nreqs, const gnutls_pk_algorithm_t * 
sign_algos, int sign_algos_length, gnutls_retr_st * st)


^
idevice.c: In function 'idevice_connection_enable_ssl':
idevice.c:839:2: warning: implicit declaration of function 
'gnutls_certificate_client_set_retrieve_function' 
[-Wimplicit-function-declaration]
  gnutls_certificate_client_set_retrieve_function(ssl_data_loc-certificate, 
internal_cert_callback);
  ^
idevice.c:839:77: error: 'internal_cert_callback' undeclared (first use in this 
function)
  gnutls_certificate_client_set_retrieve_function(ssl_data_loc-certificate, 
internal_cert_callback);
 ^
idevice.c:839:77: note: each undeclared identifier is reported only once for 
each function it appears in
Makefile:528: recipe for target 'idevice.lo' failed
make[3]: *** [idevice.lo] Error 1
make[3]: Leaving directory '/tmp/buildd/libimobiledevice-1.1.6+dfsg/src'

--
These functions were dropped in 3.4.0, see
http://www.gnutls.org/manual/html_node/Upgrading-from-previous-versions.html#Upgrading-from-previous-versions
for information on upgrading.

cu Andreas


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



Bug#782831: libvorbis: use of non-initialized variable leads to SIGSEV in dhewm3

2015-04-18 Thread Tobias Frost
Package: libvorbis-dev
Version: 1.3.4-2
Severity: normal

Dear Maintainer,

Please read for a background:  https://github.com/dhewm/dhewm3/issues/104

Short: dhewm3 calls ov_pcm_seek_page(), where an object of ogg_page (og) is 
created
on the heap, which seems should be initialized by the call to _get_next_page().
However the call to this function is not successful, returnin OV_EOF (-2) and
the result is that ogg_page is not initialized but still later used, even if 
the code
recognized that bisection fails (bisec==-1). However, it still accesses it in
the call to  ogg_page_serialno(og) leading to a SEGV.

A special guard for this, first initializing og.header with NULL and checking 
for it later
makes the SIGSE'm unsure if this fix is sane. With that disclaimer, here's 
the patch I used:

diff -Naur libvorbis-1.3.4/lib/vorbisfile.c libvorbis-1.3.4_/lib/vorbisfile.c  
--- libvorbis-1.3.4/lib/vorbisfile.c2015-04-18 14:28:43.0 +0200
+++ libvorbis-1.3.4_/lib/vorbisfile.c   2015-04-18 14:04:34.262733024 +0200
@@ -1442,6 +1442,7 @@
 ogg_int64_t best=-1;
 
 ogg_page og;
+og.header = 0;
 /* bisection loop */
 while(beginend){
   ogg_int64_t bisect;
@@ -1550,6 +1551,11 @@
  bisection would 'fail' because our search target was before the
  first PCM granule position fencepost. */
 
+  if (!og.header) {
+ result = -1;
+ goto seek_error;
+  }
+
   if(begin == vf-dataoffsets[link] 
  ogg_page_serialno(og)==vf-serialnos[link]){
 


Please let me know how I can help...

--
tobi


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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libvorbis-dev depends on:
ii  libogg-dev  1.3.2-1
ii  libvorbis0a 1.3.4-2
ii  libvorbisenc2   1.3.4-2
ii  libvorbisfile3  1.3.4-2

libvorbis-dev recommends no packages.

libvorbis-dev 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#782830: attr patch for musl support

2015-04-18 Thread Szabolcs Nagy
Source: attr
Version: 1:2.4.47-2
Tags: patch
diff -Nru attr-2.4.47/debian/changelog attr-2.4.47/debian/changelog
--- attr-2.4.47/debian/changelog	2014-09-08 07:27:25.0 +
+++ attr-2.4.47/debian/changelog	2015-04-18 11:28:32.0 +
@@ -1,3 +1,11 @@
+attr (1:2.4.47-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Backport upstream patch to support musl libc
+http://git.savannah.gnu.org/cgit/attr.git/commit/?id=7921157890d07858d092f4003ca4c6bae9fd2c38
+
+ --  Szabolcs Nagy n...@port70.net  Sat, 18 Apr 2015 10:36:23 +
+
 attr (1:2.4.47-2) unstable; urgency=medium
 
   * Standards-Version: 3.9.5.
diff -Nru attr-2.4.47/debian/patches/20-remove-attr-xattr.patch attr-2.4.47/debian/patches/20-remove-attr-xattr.patch
--- attr-2.4.47/debian/patches/20-remove-attr-xattr.patch	1970-01-01 00:00:00.0 +
+++ attr-2.4.47/debian/patches/20-remove-attr-xattr.patch	2015-04-18 11:26:36.0 +
@@ -0,0 +1,306 @@
+Description: Backport upstream patch for musl support
+ Drop attr/xattr.h and use sys/xattr.h from libc instead.
+Author: Szabolcs Nagy n...@port70.net
+Origin: upstream, http://git.savannah.gnu.org/cgit/attr.git/commit/?id=7921157890d07858d092f4003ca4c6bae9fd2c38
+Last-Update: 2015-04-18
+
+--- attr-2.4.47.orig/getfattr/getfattr.c
 attr-2.4.47/getfattr/getfattr.c
+@@ -29,7 +29,7 @@
+ #include locale.h
+ #include libgen.h
+ 
+-#include attr/xattr.h
++#include sys/xattr.h
+ #include config.h
+ #include walk_tree.h
+ #include misc.h
+--- attr-2.4.47.orig/include/Makefile
 attr-2.4.47/include/Makefile
+@@ -20,7 +20,7 @@ TOPDIR = ..
+ include $(TOPDIR)/include/builddefs
+ 
+ INCDIR = attr
+-INST_HFILES = attributes.h xattr.h error_context.h libattr.h
++INST_HFILES = attributes.h error_context.h libattr.h
+ HFILES = $(INST_HFILES) misc.h walk_tree.h
+ LSRCFILES = builddefs.in buildmacros buildrules config.h.in install-sh
+ LDIRT = $(INCDIR)
+--- attr-2.4.47.orig/include/attributes.h
 attr-2.4.47/include/attributes.h
+@@ -21,6 +21,9 @@
+ #ifdef __cplusplus
+ extern C {
+ #endif
++#ifndef ENOATTR
++# define ENOATTR ENODATA
++#endif
+ 
+ /*
+  *	An almost-IRIX-compatible extended attributes API
+--- attr-2.4.47.orig/include/xattr.h
 /dev/null
+@@ -1,63 +0,0 @@
+-/*
+- * Copyright (c) 2001-2002 Silicon Graphics, Inc.
+- * All Rights Reserved.
+- *
+- * This program is free software; you can redistribute it and/or modify it
+- * under the terms of the GNU Lesser General Public License as published by
+- * the Free Software Foundation; either version 2.1 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 Lesser General Public
+- * License for more details.
+- *
+- * You should have received a copy of the GNU Lesser General Public
+- * License along with this program.  If not, see
+- * http://www.gnu.org/licenses/.
+- *
+- */
+-#ifndef __XATTR_H__
+-#define __XATTR_H__
+-
+-#include features.h
+-
+-#include errno.h
+-#ifndef ENOATTR
+-# define ENOATTR ENODATA/* No such attribute */
+-#endif
+-
+-#define XATTR_CREATE  0x1   /* set value, fail if attr already exists */
+-#define XATTR_REPLACE 0x2   /* set value, fail if attr does not exist */
+-
+-
+-__BEGIN_DECLS
+-
+-extern int setxattr (const char *__path, const char *__name,
+-		  const void *__value, size_t __size, int __flags) __THROW;
+-extern int lsetxattr (const char *__path, const char *__name,
+-		  const void *__value, size_t __size, int __flags) __THROW;
+-extern int fsetxattr (int __filedes, const char *__name,
+-		  const void *__value, size_t __size, int __flags) __THROW;
+-
+-extern ssize_t getxattr (const char *__path, const char *__name,
+-void *__value, size_t __size) __THROW;
+-extern ssize_t lgetxattr (const char *__path, const char *__name,
+-void *__value, size_t __size) __THROW;
+-extern ssize_t fgetxattr (int __filedes, const char *__name,
+-void *__value, size_t __size) __THROW;
+-
+-extern ssize_t listxattr (const char *__path, char *__list,
+-size_t __size) __THROW;
+-extern ssize_t llistxattr (const char *__path, char *__list,
+-size_t __size) __THROW;
+-extern ssize_t flistxattr (int __filedes, char *__list,
+-size_t __size) __THROW;
+-
+-extern int removexattr (const char *__path, const char *__name) __THROW;
+-extern int lremovexattr (const char *__path, const char *__name) __THROW;
+-extern int fremovexattr (int __filedes,   const char *__name) __THROW;
+-
+-__END_DECLS
+-
+-#endif	/* __XATTR_H__ */
+--- attr-2.4.47.orig/libattr/Makefile
 attr-2.4.47/libattr/Makefile
+@@ -29,12 +29,6 @@ LT_AGE = 1
+ CFILES = libattr.c attr_copy_fd.c attr_copy_file.c attr_copy_check.c attr_copy_action.c
+ HFILES = libattr.h
+ 
+-ifeq ($(PKG_PLATFORM),linux)
+-CFILES += syscalls.c
+-else
+-LSRCFILES = syscalls.c

Bug#782777: [Aptitude-devel] Bug#782777: no more reproducible? (aptitude: marks certain packages as new and not auto-installed on every start of aptitude)

2015-04-18 Thread Axel Beckert
Hi,

Christoph Anton Mitterer wrote:
 On Sat, 2015-04-18 at 01:05 +0200, Axel Beckert wrote:
  Christoph: Can you check if you can still reproduce the issue?

 I made an update, and checked again,... but the files still reappear as
 new and non-auto.

Thanks for checking.

I was about to tag that bug confirmed and unpreproducible at the
same time. But it's back again since today on the machine I yesterday
investigated the effect of downgrading apt to 1.0.9.7.

I currently assume that downgrading/upgrading to apt 1.0.9.7/1.0.9.8
doesn't immediately trigger it, but calling some commands (maybe
apt-get update via cron or playing around with apt-mark) is also
needed to change the state files accordingly which then trigger it.

A very strange (and surely annoying) issue. Will try to further
encircle it.

If someone else is reading this: I'd like to here if other people are
affected to see how widespread the issue is. I assume that only
systems where also experimental is present in the sources.list can be
affected, i.e. that this will not affect Jessie when released as
Stable (unless backports trigger it, too).

Regarding my own systems:

From those three who are currently online and also have experimental,
only two show that symptom, interestingly with different packages.

My Sid-Thinkpad has the issue with the same packages as Chris.

My Testing-Server-VM (with experimental and sid in the sources.list,
too, but prefering testing) shows the issue with exactly one package
which is not mentioned so far:

--\ New Packages (1)
  --\ libs - Collections of software routines (1)
--\ Debian (1)
  --\ experimental (1)
--\ main - The main Debian archive (1)
  --\ Priority standard (1)
p   libgnutls26   0   1.418 kB none   2.12.23-18

But neither my Sid-VM for development nor my Sid-EeePC show that
symptom, even not after apt-get update. Nor do two pure Jessie
systems I've checked. So apt 1.0.9.8 plus running apt-get update is
not a sufficient condition for this issue

I.e. I've not yet found out, which conditions all must be met to
trigger the issue, but I suspect that the following conditions are at
least necessary:

* experimental in sources.list
* apt 1.0.9.8 installed and at least once used

Will continue to have an eye on that issue. Any further observations
which may lead to a further encircling of that issue are very welcome.

Regards, Axel
--
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE


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



Bug#782096: QRQ: FTBFS on hurd-i386: PATH_MAX

2015-04-18 Thread mtang

Hello All,
  i did some modifications on the bug,
see attached, but when i try to run the program
i get the following error:

Failed to write cookie file: Unknown error .. 
when trying to run the program, happens at line 381
i = readline(bot_w, 1, 30, mycall, 1);

Any ideas?


--- qrq.c_original	2015-04-18 07:53:42.0 -0400
+++ qrq.c	2015-04-18 08:25:34.0 -0400
@@ -86,10 +86,10 @@
 
 /* List of available callbase files. Probably no need to do dynamic memory allocation for that list */
 
-static char cblist[100][PATH_MAX];
+static char cblist[100][4096];  // need editing original cblist[100][PATH_MAX]
 
 static char mycall[15]=DJ1YFK;		/* mycall. will be read from qrqrc */
-static char dspdevice[PATH_MAX]=/dev/dsp;	/* will also be read from qrqrc */
+static char *dspdevice;	 /* will also be read from qrqrc */
 static int score = 0;	/* qrq score */
 static int sending_complete;			/* global lock for enter while sending */
 static int callnr = 0;	/* nr of actual call in attempt */
@@ -157,11 +157,11 @@
 pthread_attr_t cwattr;
 #endif
 
-char rcfilename[PATH_MAX]=;			/* filename and path to qrqrc */
-char tlfilename[PATH_MAX]=;			/* filename and path to toplist */
-char cbfilename[PATH_MAX]=;			/* filename and path to callbase */
+char *rcfilename;			/* filename and path to qrqrc */
+char *tlfilename;			/* filename and path to toplist */
+char *cbfilename;			/* filename and path to callbase */
 
-char destdir[PATH_MAX]=;
+char *destdir;
 
 
 /* create windows */
@@ -172,18 +172,49 @@
 WINDOW *inf_w;	/* info window for param displ	*/
 WINDOW *right_w;/* highscore list/settings		*/
 
-
+/*
+   PATH_MAX
+   1. tempdir
+   2. dspdevice
+   3. tmp
+   4. cbfilename
+   5. tlfilename
+*/
 int main (int argc, char *argv[]) {
 
   /* if built as osx bundle set DESTDIR to Resources dir of bundle */
 #ifdef OSX_BUNDLE
-  char tempdir[PATH_MAX]=;
+  char *tempdir;
   char* p_slash = strrchr(argv[0], '/');
+  
+  tempdir = malloc( strlen(argv[0]));
+  if(tempdir==NULL){
+printf(Error! memory not allocated.);
+exit(0);
+   }
   strncpy(tempdir, argv[0], p_slash - argv[0]);
+  
   p_slash = strrchr(tempdir, '/');
+  
+  
+  destdir =  malloc( strlen(tempdir));
+  if(destdir==NULL){
+printf(Error! memory not allocated.);
+exit(0);
+  }  
   strncpy(destdir, tempdir, p_slash - tempdir);
+  
+  //realloc(destdir, (strlen(destdir) + strlen(/Resources)) * sizeof(char));
   strcat(destdir, /Resources);
+  free(tempdir)
+  
 #else
+  destdir = malloc( strlen(DESTDIR));
+  if(destdir==NULL){
+printf(Error! memory not allocated.);
+exit(0);
+  }  
+  
   strcpy(destdir, DESTDIR);
 #endif
 
@@ -209,13 +240,16 @@
 	printw(qrq v%s - Copyright (C) 2006-2013 Fabian Kurz, DJ1YFK\n, VERSION);
 	printw(This is free software, and you are welcome to redistribute it\n);
 	printw(under certain conditions (see COPYING).\n);
-
-	refresh();
-
+
+	refresh();
+	
 	/* search for 'toplist', 'qrqrc' and callbase.qcb and put their locations
 	 * into tlfilename, rcfilename, cbfilename */
+	 
+	 
 	find_files();
-
+
+	
 	/* check if the toplist is in the suitable format. as of 0.0.7, each line
 	 * is 31 characters long, with the added time stamp */
 	check_toplist();
@@ -237,6 +271,7 @@
 	
 	/** Reading configuration file **/
 	printw(\nReading configuration file qrqrc \n);
+	
 	read_config();
 
 	attemptvalid = 1;
@@ -245,6 +280,8 @@
 	}
 
 	/** Reading callsign database **/
+	
+	
 	printw(\nReading callsign database... );
 	nrofcalls = read_callbase();
 
@@ -339,8 +376,10 @@
 	maxspeed = errornr = score = 0;
 	speed = initialspeed;
 	
-	/* prompt for own callsign */
+	/* prompt for own callsign */	
+	
 	i = readline(bot_w, 1, 30, mycall, 1);
+	
 
 	/* F5 - Configure sound */
 	if (i == 5) {
@@ -544,6 +583,13 @@
 	delwin(mid_w);
 	delwin(right_w);
 	getch();
+	
+	
+	free(cbfilename);	
+free(dspdevice);
+free(tlfilename);
+	free(rcfilename);
+	
 	return 0;
 }
 
@@ -635,6 +681,12 @@
 			break;
 #ifdef OSS
 		case 'e':
+		dspdevice = malloc( 15 * sizeof(char)); // max used in config file
+			if(dspdevice==NULL){
+printf(Error! memory not allocated.);
+exit(0);
+			}  
+  
 			readline(conf_w, 12, 25, dspdevice, 0);
 			if (strlen(dspdevice) == 0) {
 strcpy(dspdevice, /dev/dsp);
@@ -1158,7 +1210,7 @@
 	int i=0;
 	int k=0;
 	int line=0;
-
+
 	if ((fh = fopen(rcfilename, r)) == NULL) {
 		endwin();
 		fprintf(stderr, Unable to open config file %s!\n, rcfilename);
@@ -1218,6 +1270,12 @@
 			}
 			tmp[i]='\0';
 			if (strlen(tmp)  1) {
+dspdevice = malloc( 15 * sizeof(char)); // max used in config file 
+if(dspdevice == NULL){
+	printf(Error! memory not allocated.);
+	exit(0);
+}  
+  
 strcpy(dspdevice,tmp);
 printw(  line  %2d: dspdevice: %s\n, line, dspdevice);
 			}
@@ -1306,9 +1364,17 @@
 i++;
 			}
 			tmp[i]='\0';
+			
 			if (strlen(tmp)  1) {
+

Bug#624036: ekg2: Uses deprecated _set_priority GnuTLS functions

2015-04-18 Thread Andreas Metzler
Control: retitle -1 ekg2: Uses deprecated _set_priority GnuTLS functions / 
broken with GnuTLS 3.4.0

Hello,
With GnuTLS 3.4.0, the build does not abort, but is probably broken
(note the implicit declaration warning).
---
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H   
-I./plugins -I. -I. -DSYSCONFDIR=\/etc\ -DDATADIR=\/usr/share/ekg2\ 
-DPLUGINDIR=\/usr/lib/ekg2/plugins\ -DLOCALEDIR=\/usr/share/locale\  
-I/usr/include/p11-kit-1  -pthread -I/usr/include/glib-2.0 
-I/usr/lib/i386-linux-gnu/glib-2.0/include  -D_FORTIFY_SOURCE=2  -Wall 
-fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -c -o plugins_jabber_jabber_la-jabber.lo `test -f 
'plugins/jabber/jabber.c' || echo './'`plugins/jabber/jabber.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I./plugins -I. -I. 
-DSYSCONFDIR=\/etc\ -DDATADIR=\/usr/share/ekg2\ 
-DPLUGINDIR=\/usr/lib/ekg2/plugins\ -DLOCALEDIR=\/usr/share/locale\ 
-I/usr/include/p11-kit-1 -pthread -I/usr/include/glib-2.0 
-I/usr/lib/i386-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -Wall 
-fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -c plugins/jabber/jabber.c  -fPIC -DPIC -o 
.libs/plugins_jabber_jabber_la-jabber.o
In file included from plugins/jabber/jabber.h:10:0,
 from plugins/jabber/jabber.c:55:
plugins/jabber/jabber-ssl.h:22:1: warning: 'gnutls_session' is deprecated 
[-Wdeprecated-declarations]
 static int __attribute__((unused)) SSL_SET_FD(SSL_SESSION session, long int 
fd) {
 ^
plugins/jabber/jabber-ssl.h: In function 'SSL_SET_FD':
plugins/jabber/jabber-ssl.h:23:2: warning: 'gnutls_transport_ptr' is deprecated 
[-Wdeprecated-declarations]
  gnutls_transport_set_ptr(session, (gnutls_transport_ptr)(fd));
  ^
In file included from plugins/jabber/jabber.c:55:0:
plugins/jabber/jabber.h: At top level:
plugins/jabber/jabber.h:137:2: warning: 'gnutls_session' is deprecated 
[-Wdeprecated-declarations]
  SSL_SESSION ssl_session; /** SSL session */
  ^
plugins/jabber/jabber.h:139:2: warning: 'gnutls_certificate_credentials' is 
deprecated [-Wdeprecated-declarations]
  gnutls_certificate_credentials xcred; /** gnutls credentials (?) */
  ^
plugins/jabber/jabber.c:896:1: warning: 'gnutls_session' is deprecated 
[-Wdeprecated-declarations]
 static const char *jabber_ssl_cert_verify(const SSL_SESSION ssl) {
 ^
plugins/jabber/jabber.c: In function 'jabber_handle_connect_ssl':
plugins/jabber/jabber.c:999:3: warning: implicit declaration of function 
'gnutls_certificate_type_set_priority' [-Wimplicit-function-declaration]
   gnutls_certificate_type_set_priority(j-ssl_session, cert_type_priority);
   ^
plugins/jabber/jabber.c:1001:3: warning: implicit declaration of function 
'gnutls_compression_set_priority' [-Wimplicit-function-declaration]
   gnutls_compression_set_priority(j-ssl_session, comp_type_priority);
   ^
plugins/jabber/jabber.c: In function 'jabber_handle_connect':
plugins/jabber/jabber.c:733:3: warning: ignoring return value of 'write', 
declared with attribute warn_unused_result [-Wunused-result]
   write(fd, req, xstrlen(req));
   ^
---
These functions were dropped in 3.4.0, see
http://www.gnutls.org/manual/html_node/Upgrading-from-previous-versions.html#Upgrading-from-previous-versions
for information on upgrading.

cu Andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


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



Bug#782764: r-base-dev: Make it possible for maintainers to set builttimeStamp in d/rules

2015-04-18 Thread Johannes Ranke
Am Samstag, 18. April 2015, 06:27:03 schrieb Dirk Eddelbuettel:
 On 18 April 2015 at 11:15, Philip Rinn wrote:
 | Hi,
 | 
 | I think this patch is more what I wanted.
 | It now sets the build-timestamp to the time of the last changelog entry if
 | the maintainer does not set builttimeStamp explicitly.
 | With this change almost all GNU R packages in Debian would automatically
 | build reproducible.
 
 And I presume that is what we want?  I never heard from the reproducibility
 group after I made the two patches (cf old bug report) to R itself and
 r-cran.mk.

Without having further background information I would say that the build-
timestamp should be either set to the build time (to carry correct 
information) or not at all (to have reproducible builds).

Johannes

 Too bad you sent me this today. I just made four uploads of R in the last
 few days leading up to R 3.2.0.
 
 Dirk
 
 | Best,
 | Philip
 | 
 | x[DELETED ATTACHMENT usable_builttimeStamp2.patch, text/x-patch]
 | x[DELETED ATTACHMENT signature.asc, application/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#24950: Die Arbeitsvermittlung bietet neue Stellen

2015-04-18 Thread Fischer SC

Herzlichen Gruß,

die Arbeitsvermittlung stellt Ihnen folgende interessante Tätigkeit in einem 
internationalen Team im Home-office Bereich vor, ohne Fahrtkosten, ohne 
Anfahrtswege, ohne Verkehrsstress:

Wir schaffen qualifizierte und moderne Arbeitsplätze auch in ländlichen Regionen europaweit und bieten gleichzeitig hochwertige Qualität für unsere Kunden. 


Ab sofort suchen wir:
Mitarbeiter (m/w) für Home-office Tätigkeit in der Abteilung Office und Kommunikation 


Ihre Tätigkeitsschwerpunkte wären:

- Dokumente empfangen, bearbeiten und weiterleiten
- Unterlagen kopieren/einscannen
- Emails bearbeiten
- Arbeit im Home-office in freien Zeiteinteilung
- Arbeit mit zur Verfügung gestellten Systemen

Anforderungen an Sie:

- Problemloser Umgang mit E-mail, PC und Internet
- Deutsch fließend, Fremdsprachen sind vorteilhaft
- zuverlässiges Teamwork
- Zielstrebigkeit und Pünktlichkeit

Wir bieten Ihnen eine Stelle als Festangestellter oder als Selbständige mit einem Stundenlohn von 20 Euro Brutto die Stunde in eigenverantwortlichen Arbeitsweise und einer modernen Beschäftigungsform, sowie eine abwechslungsreiche Tätigkeit ohne Fahrzeit mit flexiblen Arbeitszeiten. 

Es werden keine Fachkenntnisse vorausgesetzt. Die Einarbeitung findet detailliert durch professionelle Mitarbeiten statt. Die benötigte technische Ausrüstung stellen wir Ihnen ohne weitere Kosten zur Verfügung. Die Arbeit kann gerne nebenberuflich besetzt werden sowie von Rentnern und Hausfrauen. 

Sie sind bereit für flexible Arbeitszeitmodelle und die Arbeit im Home-office? Möchten Sie sich dieser interessanten und herausfordernden neuen Aufgabe stellen? Dann senden Sie uns Ihre Bewerbung mit Lichtbild an: collinsduiss...@reincarnate.com 



Wir freuen uns auf Ihre Antwort.

Hochachtungsvoll

Fischer SC


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



Bug#782835: gparted: maintainer address bounces

2015-04-18 Thread Ansgar Burchardt
Source: gparted
Severity: serious
Tags: sid

The maintainer address for gparted bounces, see below.

Ansgar

mailer-dae...@fiordland.canonical.com (Mail Delivery System) writes:
 This is the mail system at host fiordland.canonical.com.

 I'm sorry to have to inform you that your message could not
 be delivered to one or more recipients. It's attached below.

 For further assistance, please send mail to postmaster.

 If you do so, please include this problem report. You can
 delete your own text from the attached returned message.

The mail system

 ps...@cfl.rr.com (expanded from ps...@ubuntu.com): host
 cdptpa-pub-iedge-vip.email.rr.com[107.14.166.70] said: 554 Invalid
 recipient (in reply to RCPT TO command)

 Reporting-MTA: dns; fiordland.canonical.com
 X-Postfix-Queue-ID: 3101998
 X-Postfix-Sender: rfc822; envel...@ftp-master.debian.org
 Arrival-Date: Wed, 15 Apr 2015 22:34:02 + (UTC)

 Final-Recipient: rfc822; ps...@cfl.rr.com
 Original-Recipient: rfc822;ps...@ubuntu.com
 Action: failed
 Status: 5.0.0
 Remote-MTA: dns; cdptpa-pub-iedge-vip.email.rr.com
 Diagnostic-Code: smtp; 554 Invalid recipient

 From: Debian FTP Masters ftpmas...@ftp-master.debian.org
 Subject: gparted_0.19.0-2.1_source.changes ACCEPTED into unstable
 To: Phillip Susi ps...@ubuntu.com, Michael Gilbert mgilb...@debian.org,  
 michael.s.gilb...@gmail.com
 Date: Wed, 15 Apr 2015 22:33:59 + (2 days, 15 hours, 41 minutes ago)



 Accepted:

 Format: 1.8
 Date: Sun, 12 Apr 2015 18:31:55 +
 Source: gparted
 Binary: gparted
 Architecture: source
 Version: 0.19.0-2.1
 Distribution: unstable
 Urgency: medium
 Maintainer: Phillip Susi ps...@ubuntu.com
 Changed-By: Michael Gilbert mgilb...@debian.org
 Description:
  gparted- GNOME partition editor
 Closes: 781716
 Changes:
  gparted (0.19.0-2.1) unstable; urgency=medium
  .
* Non-maintainer upload.
* Apply upstream fix to prevent automounting during partitioning on systems
  using udisks2 (closes: #781716).
 Checksums-Sha1:
  2f4cc1d1f81a865f584819d681ffcbe72afb2fc1 2629 gparted_0.19.0-2.1.dsc
  e56087d236730f0a26affd455b9997f5cc3b9e29 20643 
 gparted_0.19.0-2.1.debian.tar.bz2
 Checksums-Sha256:
  0922f647d72a4cbc7d78744fda57054836086f5b117ff3eccadf6b30a59d7ed0 2629 
 gparted_0.19.0-2.1.dsc
  c34d7df3d083d7a3f223ea5c1b0e08bfa219f8765d9360e4d17710d9ac27042a 20643 
 gparted_0.19.0-2.1.debian.tar.bz2
 Files:
  41d014bed830d546f20262652c3bb8ae 2629 gnome optional gparted_0.19.0-2.1.dsc
  a0e6a0a498932c6c74ada923cb444832 20643 gnome optional 
 gparted_0.19.0-2.1.debian.tar.bz2



 Thank you for your contribution to Debian.
 --


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



Bug#682918: sshuttle: New upstream fork

2015-04-18 Thread Axel Beckert
Hi,

Ondrej Grover wrote:
 Hi, I would like to point out that there appears to be a new semi-official
 upstream fork
 https://github.com/sshuttle/sshuttle
 It is actively developed and maintained by a community of users whereas the
 original upstream hasn't received an update since 2012.
 See this thread for details
 https://groups.google.com/forum/#!topic/sshuttle/pipk8HV7rw4

Interesting read. So this is a quite recent fork. So it would be nice
to see sshuttle to change the upstream sources and homepage header for
the Stretch release.

On https://github.com/sshuttle/sshuttle/releases there's a new
upstream release 0.71 from just a week ago.

 If you decide to package this version, please note that the README.md is
 cluttered in the new upstream repo and does not reflect the dependencies very
 well. Specifically, PyXAPI is optional and used only with --method=tproxy.
 Autossh also isn't required at all, only the README.md and some ugly debian
 build script mentions it and it is not used anywhere in the actual code.

Very ugly, indeed. It hardcodes an ancient version (0.2) and i386 as
architecture even though sshuttle doesn't seem to have any C code in
there. (The one in Debian clearly doesn't.)

Stumbled upon this bug report because someone on the sshuttle mailing
list used a package built from that horrible script and wrecked his
desktop because installing it on amd64 removed python (and installed
python:i386 via multiarch).

Why can't people learn that .deb packages must be built with the
proper tools and not some hacked shell script using cp and friends?
*sigh*

Thanks for maintaining sshuttle in Debian! (And hence for having an
excuse to not use such scripts! ;-)

P.S.: Was there a reason to not package the last release from the
original author, 0.61? It seemed to be released just a few weeks after
0.54 which Debian currently has.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE


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



Bug#717481: android-tools-adb: adb consumes too much power

2015-04-18 Thread Ritesh Raj Sarraf
On Saturday 18 April 2015 05:15 PM, Ritesh Raj Sarraf wrote:
 That is good to know. I haven't checked in recent times, but if you are
 confident that newer versions don't have the same problem, feel free to
 close it.


 But looking at the bug report, I see the version that I filed against is
 4.2.2+git20130529-2, where as the version you have followed-up with
 being 1.0.31. Can you please re-confirm the correct version ?

I looked back again at the initial bug report. There, it mentioned the
following USB device.

  3.34 W100.0%  Device USB device:
Integrated Camera (Chicony Electronics Co., Ltd.)


That USB device is an integrated webcam. Now its power consumption rose
high when using adb. I think *that* was the bug report.

The machine where you verified this bug, did it have a similar USB device ?

-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.




signature.asc
Description: OpenPGP digital signature


Bug#782829: apport-retrace: reuse debs from cachedir

2015-04-18 Thread Ritesh Raj Sarraf
Package: apport-retrace
Version: 2.16.2-2
Severity: normal

When calling retrace, it seems to be setting up a sandbox and
downloading the entire packages from the net, even if many of the debs
are avialable in the local cachedir.

Find ways to instruct apport-retrace to leverage debs from local
cachedir, where possible.

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

Kernel: Linux 3.19.4 (SMP w/4 CPU cores)
Locale: LANG=en_IN.utf8, LC_CTYPE=en_IN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages apport-retrace depends on:
ii  apt1.0.9.8
ii  binutils   2.25-5
ii  dpkg-dev   1.17.25
ii  gdb-minimal [gdb]  7.7.1+dfsg-5
ii  libc6-dbg  2.19-18
ii  python 2.7.9-1
ii  python-apport  2.16.2-2
ii  python33.4.2-2

apport-retrace recommends no packages.

Versions of packages apport-retrace suggests:
pn  gdb-multiarch  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#782832: neon27: FTBFS against gnutls 3.4.0

2015-04-18 Thread Andreas Metzler
Package: neon27
Version: 0.30.1-1
Severity: normal
User: ametz...@debian.org
Usertags: gnutls34

Hello,

the package FTBFS against the recently released GnuTLS 3.4.0:
--
/bin/bash ../libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H  
-D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/p11-kit-1  -isystem 
/usr/include/mit-krb5 -I/usr/include/libxml2 -I.. -O2 -g -c 
/tmp/buildd/neon27-0.30.1/src/ne_gnutls.c -o ne_gnutls.lo
/tmp/buildd/neon27-0.30.1/src/ne_gnutls.c:556:55: error: unknown type name 
'gnutls_retr_st'
int sign_algos_length, gnutls_retr_st *st)
   ^
/tmp/buildd/neon27-0.30.1/src/ne_gnutls.c: In function 'ne_ssl_context_create':
/tmp/buildd/neon27-0.30.1/src/ne_gnutls.c:653:57: error: 'provide_client_cert' 
undeclared (first use in this function)
 provide_client_cert);
 ^
/tmp/buildd/neon27-0.30.1/src/ne_gnutls.c:653:57: note: each undeclared 
identifier is reported only once for each function it appears in
Makefile:69: recipe for target 'ne_gnutls.lo' failed
make[2]: *** [ne_gnutls.lo] Error 1

--

The gnutls_retr_st was deprecated by gnutls_certificate_retrieve_function()
and gnutls_retr2_st.

See 
http://www.gnutls.org/manual/html_node/Upgrading-from-previous-versions.html#Upgrading-from-previous-versions
for information on upgrading.

cu Andreas


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



Bug#782825: FTBFS: error: 'ImlibLoadError' was not declared in this scope

2015-04-18 Thread James Cowgill
Control: tags -1 sid stretch

On Sat, 18 Apr 2015 13:45:02 +0200 Andreas Metzler ametz...@bebt.de wrote:
 Source: minbif
 Version: 1:1.0.5+git20120508-4
 Severity: serious
 Justification: fails to build from source (but built successfully in the past)
 
 Hello,
 
 minbif FTBFS on current sid/i386:

But not jessie (after a brief test).

James


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


Bug#782669: enigmail: Can't decrypt messages vom OpenPGP für Windows Phone

2015-04-18 Thread Willi Mann
Hi,

Am 2015-04-15 um 23:46 schrieb derMaria:
 whenever I get a mail from someone who encrypted the Message with OpenPGP für
 Windows Phone from Christoph Müller http://www.windowsphone.com/de-
 de/store/app/openpgp-f%C3%BCr-windows-phone/0a1906e2-eb48-4cdb-bbab-
 30ea308b9065 I cannot decrypt the message. That program seems to encrypt only
 attached files, not the mail body. When I click decrypt and open file in
 Icedove 31.6.0 it creates a 0 Byte textfile and opens it in my texteditor.

Hmm, is there any change you could get someone with this App to send me
an encrypted test message? I don't have any access to a Windows-based
smartphone.

You could also try the enigmail version from experimental (1.8.2-1),
maybe it fixes the problem.

thanks
Willi




signature.asc
Description: OpenPGP digital signature


Bug#737226: (pas de sujet)

2015-04-18 Thread emmanuel

It looks like the issue has been handled by upstream in this commit:

http://lists.gnu.org/archive/html/bug-tar/2013-10/msg00031.html

which was then included in tar release 1.27.1, available in 
wheezy-backports and jessie


I tried to reproduce the problem using the test case from the Redhat bug 
report, but could not reproduce the bug.

Does the 1.27.1 package fix the problem on your side ?


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



Bug#782834: dpkg/apt doesn't know lxde packages are installed

2015-04-18 Thread ROGER
Package: lxde-metapackages 
Version: 4+nmu1 

- Original Message -


The package listed on the subject line is my best guess. I cannot develop 
useful information for the reasons set forth in my forum post linked to below, 
that is, dpkg/apt won't answer inquiries about a package which dpkg doesn't 
recognize as installed. I've attached a screen shot to show I really am using 
lxde. 

- Original Message -


This report may be generated more by virtue of my curiosity than by virtue of 
the existence of a bug. I have only the LXDE desktop on my computer (installed 
June 2014) and over the past ten months have encountered no problems. 

I should add to the OP on the LXDE forum, linked above, that running apt-cache 
policy I have checked a number of packages installed on my computer (selected 
randomly) which are not associated with LXDE and all of them report 
Installed. 
TIA 
Ellen 





Bug#132530: Auflistung neuester Jobs zur Durchsicht für Sie

2015-04-18 Thread Krause SA

Sehr geehrter Bewerber,

die Arbeitsagentur stellt Ihnen folgende interessante Tätigkeit in einem 
internationalen Team von zu Hause aus vor, ohne Fahrtkosten, ohne Anfahrtswege, 
ohne Verkehrsstress:

Wir bieten qualifizierte und attraktive Stellen auch in ländlichen Regionen im ganzen europäischen Raum und bieten gleichzeitig hervorragende Qualität für unsere Kunden. 


Ab sofort sind nachfolgende Stellen frei:
Mitarbeiter (m/w) für den Support im Home-office im Bereich Office und Kommunikation 


Ihre Aufgaben wären:

- Dokumente empfangen, bearbeiten und weiterleiten
- Unterlagen kopieren/einscannen
- Emails beantworten
- Aufgabe im Home-office in freien Zeiteinteilung
- Arbeit mit zur Verfügung gestellten Büroausstattungen

Wir erwarten:

- Unproblematischer Umgang mit E-mail, PC und Internet
- Deutsch fließend, Fremdsprachen sind vorteilhaft
- kundenorientiertes Arbeiten im Team
- Genauigkeit und Zielstrebigkeit

Wir bieten Ihnen einen Arbeitsplatz in Festanstellung oder als Freiberufler mit einem Stundenlohn von 20 Euro Brutto in der Stunde in eigenverantwortlichen Arbeitsweise und einer modernen Beschäftigungsform, sowie eine abwechslungsreiche Tätigkeit ohne Arbeitsweg mit flexiblen Arbeitszeiten. 

Es werden keine Fachkenntnisse vorausgesetzt. Die Einarbeitung findet schrittweise durch professionelle Mitarbeiten statt. Die benötigte technische Ausrüstung stellen wir Ihnen ohne zusätzlichen Kosten zur Verfügung. Die Position kann gerne nebenberuflich aufgenommen werden sowie von Rentnern und Hausfrauen. 

Sie sind offen für flexible Arbeitszeitmodelle und die Arbeit im Home Office? Möchten Sie sich dieser interessanten und herausfordernden neuen Aufgabe stellen? Dann senden Sie uns Ihre Bewerbung mit Lichtbild an: coryrisez...@kissfans.com 



Ihre persönlichen Unterlagen behandeln wir vertraulich.

Mit freundlichen Grüßen

Krause SA


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



Bug#759085: perl: installman should die on pod errors like pod2man does

2015-04-18 Thread Niko Tyni
Control: forwarded -1 https://rt.perl.org/Public/Bug/Display.html?id=124332

On Sat, Aug 23, 2014 at 09:19:52PM -0700, Niko Tyni wrote:
 Package: perl
 Version: 5.20.0-4
 Tags: upstream
 
 As discussed in #724498, the 'installman' script that handles POD files
 in the Perl build should probably pass errors = 'die' to Pod::Man so
 that the build would fail if it encounters any POD errors. This would
 match what pod2man enforces on other packages.
 
 This needs to be discussed and fixed upstream.

Now filed upstream as [perl #124332].

Russ cc'd again just FYI; I promise I'll stop now :)
-- 
Niko Tyni   nt...@debian.org


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



Bug#574947: GLOBAL 6.4 release

2015-04-18 Thread Volker Mische

Hi Ron,

I've read this bug report several times and it took my a while to 
understand what the actual problem is. Do I summarize correctly that the 
problem is a system wide installed CGI script that can serve up the 
gtags information for several independent source code basis and that 
this script needs privileges a normal user shouldn't have?


Given that with the GLOBAL 6.4 release the `--system-cgi` option is 
gone, it's not longer possible to run it system wide. Does it mean that 
the original issue isn't one anymore?


Cheers,
  Volker


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



Bug#782418: cwm: FTBFS on kfreebsd: kbfunc.c:327:18: error: 'HOST_NAME_MAX' undeclared

2015-04-18 Thread James McDonald

On Thu, Apr 16, 2015 at 10:42:37PM +0200, Jakub Wilk wrote:
I don't think this is correct. At least on FreeBSD 9.0, 
sysconf(_SC_HOST_NAME_MAX) returns always -1 (which means that there 
is no limit), so the size of hostbuf is 0.


Ahh, that's unfortunate. I tested on FreeBSD 10.0 which was a poor 
choice. The comments in the FreeBSD syslimits.h implied that sysconf() 
was the way to go. Portability is complicated!


How about falling back to _POSIX_HOST_NAME_MAX (which is 255, which 
should hopefully be enough for everybody) if HOST_NAME_MAX is not 
defined?


That's a sensible alternative. In fact, I discovered upstream have 
applied that exact solution for the upcoming version to allow building 
on MacOS X which is BSDish. I have modified the patch and tested 
building and using the related SSH functionality on Debian GNU/kFreeBSD 
stable, where it now works fine.


Thanks for the sanity checking. The updated package is on mentors.

--
James McDonald


signature.asc
Description: Digital signature


Bug#752528: parentheses bug affects Jessie and SID (ver 13) but not Wheezy (ver 12)

2015-04-18 Thread 黃晉生
I am using Jessie and I can confirm the problem occur on version 13.
But it seems the package of version 12 for Wheezy does work fine.
Maybe be SID should fall back using the old version 12 for now?


Bug#782823: Evince always crashes when called without arguments, error rangecheck -15 \n Segmentation fault

2015-04-18 Thread George Bateman
Package: evince
Version: 3.14.1-2


When I click on an Evince launcher from the Cinnamon menu, it causes
Evince to appear briefly, then close. When I type evince in a
terminal, the same thing happens, but I see the error text

rangecheck -15
Segmentation fault

If I call evince /tmp/test.pdf, it opens successfully, although I do
see the error (evince:1219): Gtk-WARNING **:
gtk_widget_size_allocate(): attempt to allocate widget with width -76
and height 17. Similarly, opening downloaded PDFs from Firefox works
OK.

This bug behaves similarly to
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762719, but doesn't
appear to be the same one; I can reproduce that bug, but it gives
different error messages etc. Also, this bug is not dependant on the
previous file opened.

$ uname -a
Linux Bateman-Ubuntu 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-2
(2015-04-13) x86_64 GNU/Linux
$ dpkg -s libc6 | grep ^Version
Version: 2.19-17
I've set apt-get to Debian Jessie.

$ reportbug -q --template -T none -s none -S normal -b --list-cc none -q evince

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,

(reportbug:1370): Gtk-WARNING **: Unable to locate theme engine in
module_path: pixmap,
Warning: no reportbug configuration found.  Proceeding in novice mode.
Detected character set: UTF-8
Please change your locale if this is incorrect.

Using 'bateman bate...@bateman-ubuntu.home' as your from address.
Getting status for evince...
Will send report to Debian (per lsb_release).
Maintainer for evince is 'Debian GNOME Maintainers
pkg-gnome-maintain...@lists.alioth.debian.org'.
Looking up dependencies of evince...

Rewriting subject to 'evince: none'
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: bateman bate...@bateman-ubuntu.home
To: Debian Bug Tracking System sub...@bugs.debian.org
Subject: evince: none
X-Debbugs-Cc: none

Package: evince
Version: 3.14.1-2
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


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

Kernel: Linux 3.16.0-4-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
Init: systemd (via 

Bug#782825: FTBFS: error: 'ImlibLoadError' was not declared in this scope

2015-04-18 Thread Andreas Metzler
Source: minbif
Version: 1:1.0.5+git20120508-4
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hello,

minbif FTBFS on current sid/i386:

-
[ 39%] Building CXX object src/CMakeFiles/minbif.dir/im/account.cpp.o
cd /tmp//minbif-1.0.5+git20120508/builddir/src  /usr/lib/ccache/c++-g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security 
-D_FORTIFY_SOURCE=2 -DHAVE_IMLIB -DHAVE_CACA -DHAVE_PAM -DHAVE_TLS -D_REENTRANT 
-D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -O3 -DNDEBUG 
-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include 
-I/usr/include/libpurple -I/usr/include/libxml2 -I/usr/include/p11-kit-1 
-I/tmp//minbif-1.0.5+git20120508/src-o 
CMakeFiles/minbif.dir/im/account.cpp.o -c 
/tmp//minbif-1.0.5+git20120508/src/im/account.cpp
/tmp//minbif-1.0.5+git20120508/src/im/account.cpp: In member function 'void 
im::Account::setBuddyIcon(std::string)':
/tmp//minbif-1.0.5+git20120508/src/im/account.cpp:276:6: error: 
'ImlibLoadError' was not declared in this scope
  ImlibLoadError err = IMLIB_LOAD_ERROR_UNKNOWN;
  ^
/tmp//minbif-1.0.5+git20120508/src/im/account.cpp:281:44: error: 'err' was 
not declared in this scope
  for (size_t i = 0; prpl_formats[i]  err != IMLIB_LOAD_ERROR_NONE; ++i)
^
/tmp//minbif-1.0.5+git20120508/src/im/account.cpp:287:10: error: 'err' was 
not declared in this scope
  if (err != IMLIB_LOAD_ERROR_NONE)
  ^
src/CMakeFiles/minbif.dir/build.make:540: recipe for target 
'src/CMakeFiles/minbif.dir/im/account.cpp.o' failed
make[3]: *** [src/CMakeFiles/minbif.dir/im/account.cpp.o] Error 1
make[3]: Leaving directory '/tmp//minbif-1.0.5+git20120508/builddir'
CMakeFiles/Makefile2:78: recipe for target 'src/CMakeFiles/minbif.dir/all' 
failed
make[2]: *** [src/CMakeFiles/minbif.dir/all] Error 2
-

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


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



Bug#717481: android-tools-adb: adb consumes too much power

2015-04-18 Thread Ritesh Raj Sarraf
On Saturday 18 April 2015 03:23 PM, Komal Sukhani wrote:
 package: android-tools-adb
 adb verstion: Android Debug Bridge version 1.0.31
 
 When my device is connected, powertop shows '1.81 W' Power estimate for
 'USB device: Nexus 5 (LGE)' Description.
 But when I don't connect device, I don't see any entry of 'USB device'
 in powertop.

That is good to know. I haven't checked in recent times, but if you are
confident that newer versions don't have the same problem, feel free to
close it.


But looking at the bug report, I see the version that I filed against is
4.2.2+git20130529-2, where as the version you have followed-up with
being 1.0.31. Can you please re-confirm the correct version ?



-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System



signature.asc
Description: OpenPGP digital signature


Bug#782827: tcpdump: incorrect NTP decoding

2015-04-18 Thread Gabor Kiss
Package: tcpdump
Version: 4.3.0-1+deb7u2
Severity: minor

Dear Maintainer,

When ispecting NTP packets with -v option tcpdump interprets
the content as:

Server, Leap indicator:  (0), Stratum 2 (secondary reference), poll 
10s, precision -20

Actually the poll interval is not 10 sec but 2^10 seconds.

Cheers

Gabor

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

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

Versions of packages tcpdump depends on:
ii  libc62.13-38+deb7u8
ii  libpcap0.8   1.3.0-1
ii  libssl1.0.0  1.0.1e-2+deb7u16

tcpdump recommends no packages.

tcpdump 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#779180: [buildd-tools-devel] Bug#779180: Bug#779180: Honor chroot personality in setup (service) scripts

2015-04-18 Thread Roger Leigh
On Thu, Apr 16, 2015 at 01:15:06AM +0200, Jan-Marek Glogowski wrote:
 Hi Roger,
 
 Am 15.04.2015 um 00:25 schrieb Roger Leigh:
  On Wed, Feb 25, 2015 at 09:42:59AM +0100, Jan-Marek Glogowski wrote:
  schroot allows to set a Linux personality for chroots, e.g. to run a
  32bit chroot on a 64bit system. And there is a schroot setup script to
  start services when entering the schroot. But these service setup script
  ignores the personality; that's my problem.
  
  Sorry for the delay, I just wanted to let you know that I do appreciate
  you doing this work and that I have looked over your patches.  I've
  unfortunately not had time to test it and commit it, due to a
  combination of work deadlines and RSI still preventing me doing as
  much typing as I would like.  I hope that the work side of things will
  improve towards the end of the month.
 
 Have you thought about the more general approach to include the chroot
 call in the helper?
 
 The patch currently does:
 
 -  chroot $CHROOT_PATH /usr/sbin/invoke-rc.d ...
 +  $LIBEXEC_DIR/schroot-impersonate -- $(which chroot) $CHROOT_PATH
 /usr/sbin/invoke-rc.d ...
 
 Would be nice to get this down to something like:
 
   $LIBEXEC_DIR/schroot-run /usr/sbin/invoke-rc.d ...

Definitely makes sense.

I was thinking about the possibility of moving the logic from
schroot's session exec function here and then execing this
helper from schroot as well.  The main concern would be passing
the session details in the environment or with appropriate
command-line options before running the command.  It would
probably make sense to call it schroot-exec in that case!

That level of support doesn't need to be done now though; it
could be updated/renamed later.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linuxhttp://people.debian.org/~rleigh/
 `. `'   schroot and sbuild  http://alioth.debian.org/projects/buildd-tools
   `-GPG Public Key  F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800


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



Bug#624025: dsyslog: Uses deprecated _set_priority GnuTLS functions

2015-04-18 Thread Andreas Metzler
Control: retitle -1 dsyslog: Uses deprecated _set_priority GnuTLS functions / 
broken with GnuTLS 3.4.0

On 2011-04-25 Andreas Metzler ametz...@downhill.at.eu.org wrote:
 Package: dsyslog
[...]
 Excerpt from buildlog:
 
 output_tls.c:125:4: warning: 'gnutls_certificate_type_set_priority' is 
 deprecated (declared at /usr/include/gnutls/compat.h:347)
 output_tls.c:222:3: warning: 'gnutls_certificate_type_set_priority' is 
 deprecated (declared at /usr/include/gnutls/compat.h:347)
 

With GnuTLS 3.4.0, the build does not abort, but is probably still
broken:
---
i586-linux-gnu-gcc -fPIC -DPIC -shared  -Wall -g -O2  -std=gnu99 -Wall  
-DPREFIX=\/\ -DLOCALEDIR=\\ -DMODDIR=\//usr/lib/dsyslog\ 
-DSHAREDIR=\//usr/share/dsyslog\ -DSYSCONFDIR=\//etc\ 
-DLOGDIR=\//var/log/dsyslog\ -DRUNDIR=\//var/run/dsyslog\ 
-DDATADIR=\//var/lib/dsyslog\ -DNDEBUG -pthread -I/usr/include/glib-2.0 
-I/usr/lib/i386-linux-gnu/glib-2.0/include  -I/usr/include/p11-kit-1  
-I../include output_tls.c -o output_tls.so
output_tls.c: In function 'dsyslog_tls_io_cb':
output_tls.c:125:4: warning: implicit declaration of function 
'gnutls_certificate_type_set_priority' [-Wimplicit-function-declaration]
gnutls_certificate_type_set_priority(us-gnutls_session, 
cert_type_priority);
^
---

These functions were dropped in 3.4.0, see
http://www.gnutls.org/manual/html_node/Upgrading-from-previous-versions.html#Upgrading-from-previous-versions
for information on upgrading.

cu Andreas
 

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


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



Bug#782777: [Aptitude-devel] Bug#782777: Bug#782777: no more reproducible? (aptitude: marks certain packages as new and not auto-installed on every start of aptitude)

2015-04-18 Thread Axel Beckert
Me and this issue again.

Axel Beckert wrote:
 My Testing-Server-VM (with experimental and sid in the sources.list,
 too, but prefering testing) shows the issue with exactly one package
 which is not mentioned so far:

 --\ New Packages (1)
   --\ libs - Collections of software routines (1)
 --\ Debian (1)
   --\ experimental (1)
   --\ main - The main Debian archive (1)
 --\ Priority standard (1)
 p   libgnutls26   0   1.418 kB none   2.12.23-18

 But neither my Sid-VM for development nor my Sid-EeePC show that
 symptom, even not after apt-get update.

Another case found on my Sid-EeePC which didn't show any symptoms
directly after upgrading apt to 1.0.9.8 (via aptitude), running
apt-get update and starting aptitude again, but shortly afterwards.

This time it's a package from stable and not from experimental:

--\ New Packages (1)
  --\ admin - Administrative utilities (install software, manage users, etc) (1)
--\ Debian (1)
  --\ stable (1)
--\ main - The main Debian archive (1)
  --\ Priority optional (1)
p   u-boot  0  502 kB   none  2012.04.01-2

.oO( WTF? )

Regards, Axel
--
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE


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



Bug#739507: UnicodeEncodeError: 'ascii' codec can't encode character

2015-04-18 Thread Bernhard Übelacker
Package: reportbug
Version: 6.6.3
Followup-For: Bug #739507

Dear Maintainer,
this issue manifested on a fresh Jessie installation and
therefore I tried to find out something about it.

To me it looks like on affected systems no one sets the
default encoding in this python process.
At least my system where it does not appear it is set.

Therefore I collected now 2 workarounds:
- install package python-gtk2 (which sets default encoding on initialization,
initpango () from /usr/lib/python2.7/dist-packages/gtk-2.0/pango.so)
- add to /usr/bin/reportbug after the import sys these 2 lines:
reload(sys)
sys.setdefaultencoding(utf-8)

Kind regards,
Bernhard

(Attached some lines about the debugging.)



-- Package-specific info:
** Environment settings:
INTERFACE=text

** /home/benutzer/.reportbugrc:
reportbug_version 6.6.3
mode standard
ui text
realname Bernhard Übelacker
email bernha...@vr-web.de
no-cc
header X-Debbugs-CC: bernha...@vr-web.de
smtphost reportbug.debian.org

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages reportbug depends on:
ii  apt   1.0.9.7
ii  python2.7.9-1
ii  python-reportbug  6.6.3
pn  python:anynone

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail none
pn  debconf-utils  none
pn  debsumsnone
pn  dlocatenone
pn  emacs23-bin-common | emacs24-bin-commonnone
ii  exim4  4.84-8
ii  exim4-daemon-light [mail-transport-agent]  4.84-8
ii  file   1:5.22+15-2
ii  gnupg  1.4.18-7
pn  python-gtk2none
pn  python-gtkspellnone
pn  python-urwid   none
pn  python-vte none
pn  xdg-utils  none

Versions of packages python-reportbug depends on:
ii  apt   1.0.9.7
ii  python-debian 0.1.25
ii  python-debianbts  1.12
pn  python:anynone

python-reportbug suggests no packages.

-- no debconf information

apt-get source python2.7
cd python2.7-2.7.9/Objects

gdb --args /usr/bin/python pdb /usr/bin/reportbug
(gdb) run
(Pdb) b /usr/bin/reportbug:578
(Pdb) cont
# answer the questions, enter a realname with non-ascii character
 /usr/bin/reportbug(578)offer_configuration()
- realname = realname.decode(charset, 'replace')
(Pdb) 
# CTRL+c
(gdb) b PyUnicodeEncodeError_Create
(gdb) cont
cont
Breakpoint 1, PyUnicodeEncodeError_Create (encoding=0x60a268 ascii, 
object=0x73e5bad0, length=18, start=9, end=10, reason=0x625c9c ordinal not 
in range(128)) at ../Objects/exceptions.c:1713
1713{
(gdb) bt
#0  PyUnicodeEncodeError_Create (encoding=0x60a268 ascii, 
object=0x73e5bad0, length=18, start=9, end=10, reason=0x625c9c ordinal not 
in range(128)) at ../Objects/exceptions.c:1713
#1  0x00554709 in make_encode_exception () at 
../Objects/unicodeobject.c:3522
#2  0x005554fe in raise_encode_exception.lto_priv () at 
../Objects/unicodeobject.c:3545
#3  0x005523cc in unicode_encode_ucs1.lto_priv () at 
../Objects/unicodeobject.c:3677
#4  0x0058da8d in _PyUnicodeUCS4_AsDefaultEncodedString 
(unicode=unicode@entry=u'Bernhard \xdcbelacker', errors=errors@entry=0x0) at 
../Objects/unicodeobject.c:1391
#5  0x004b5fd0 in convertsimple.lto_priv () at ../Python/getargs.c:843
#6  0x004c03de in convertitem (freelist=optimized out, 
bufsize=optimized out, msgbuf=optimized out, levels=optimized out, 
flags=optimized out, p_va=optimized out, p_format=optimized out, 
arg=optimized out) at ../Python/getargs.c:514
#7  vgetargs1.lto_priv () at ../Python/getargs.c:345
#8  0x004e31e9 in _PyArg_ParseTuple_SizeT (args=optimized out, 
format=format@entry=0x62c91b s*|zi:utf_8_decode) at ../Python/getargs.c:97
#9  0x00589f29 in utf_8_decode.lto_priv () at 
../Modules/_codecsmodule.c:265
#10 0x004cd9ca in call_function (oparg=optimized out, 
pp_stack=optimized out) at ../Python/ceval.c:4033
#11 PyEval_EvalFrameEx () at ../Python/ceval.c:2679
#12 0x004e5fe8 in PyEval_EvalCodeEx (closure=optimized out, 
defcount=optimized out, defs=optimized out, kwcount=optimized out, 
kws=optimized out, argcount=optimized out, args=optimized out, 
locals=optimized out, g

#59 0x00497ca0 in _start ()



The first difference between working and not working was in 
../Objects/unicodeobject.c:1355
1355if (strcmp(encoding, utf-8) == 0)

After looking where default 

Bug#782830: attr patch for musl support

2015-04-18 Thread Szabolcs Nagy
Source: attr
Version: 1:2.4.47-2
Tags: patch
diff -Nru attr-2.4.47/debian/changelog attr-2.4.47/debian/changelog
--- attr-2.4.47/debian/changelog	2014-09-08 07:27:25.0 +
+++ attr-2.4.47/debian/changelog	2015-04-18 15:15:41.0 +
@@ -1,3 +1,11 @@
+attr (1:2.4.47-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Backport upstream patch to support musl libc
+http://git.savannah.gnu.org/cgit/attr.git/commit/?id=7921157890d07858d092f4003ca4c6bae9fd2c38
+
+ --  Szabolcs Nagy n...@port70.net  Sat, 18 Apr 2015 10:36:23 +
+
 attr (1:2.4.47-2) unstable; urgency=medium
 
   * Standards-Version: 3.9.5.
diff -Nru attr-2.4.47/debian/patches/20-remove-attr-xattr.patch attr-2.4.47/debian/patches/20-remove-attr-xattr.patch
--- attr-2.4.47/debian/patches/20-remove-attr-xattr.patch	1970-01-01 00:00:00.0 +
+++ attr-2.4.47/debian/patches/20-remove-attr-xattr.patch	2015-04-18 15:21:35.0 +
@@ -0,0 +1,331 @@
+Description: Backport upstream patch for musl support
+ Drop attr/xattr.h and use sys/xattr.h from libc instead.
+Author: Szabolcs Nagy n...@port70.net
+Origin: upstream, http://git.savannah.gnu.org/cgit/attr.git/commit/?id=7921157890d07858d092f4003ca4c6bae9fd2c38
+Last-Update: 2015-04-18
+
+Index: attr-2.4.47/getfattr/getfattr.c
+===
+--- attr-2.4.47.orig/getfattr/getfattr.c
 attr-2.4.47/getfattr/getfattr.c
+@@ -29,7 +29,7 @@
+ #include locale.h
+ #include libgen.h
+ 
+-#include attr/xattr.h
++#include sys/xattr.h
+ #include config.h
+ #include walk_tree.h
+ #include misc.h
+Index: attr-2.4.47/include/Makefile
+===
+--- attr-2.4.47.orig/include/Makefile
 attr-2.4.47/include/Makefile
+@@ -20,7 +20,7 @@ TOPDIR = ..
+ include $(TOPDIR)/include/builddefs
+ 
+ INCDIR = attr
+-INST_HFILES = attributes.h xattr.h error_context.h libattr.h
++INST_HFILES = attributes.h error_context.h libattr.h
+ HFILES = $(INST_HFILES) misc.h walk_tree.h
+ LSRCFILES = builddefs.in buildmacros buildrules config.h.in install-sh
+ LDIRT = $(INCDIR)
+Index: attr-2.4.47/include/attributes.h
+===
+--- attr-2.4.47.orig/include/attributes.h
 attr-2.4.47/include/attributes.h
+@@ -21,6 +21,10 @@
+ #ifdef __cplusplus
+ extern C {
+ #endif
++#include errno.h
++#ifndef ENOATTR
++# define ENOATTR ENODATA
++#endif
+ 
+ /*
+  *	An almost-IRIX-compatible extended attributes API
+Index: attr-2.4.47/include/xattr.h
+===
+--- attr-2.4.47.orig/include/xattr.h
 /dev/null
+@@ -1,63 +0,0 @@
+-/*
+- * Copyright (c) 2001-2002 Silicon Graphics, Inc.
+- * All Rights Reserved.
+- *
+- * This program is free software; you can redistribute it and/or modify it
+- * under the terms of the GNU Lesser General Public License as published by
+- * the Free Software Foundation; either version 2.1 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 Lesser General Public
+- * License for more details.
+- *
+- * You should have received a copy of the GNU Lesser General Public
+- * License along with this program.  If not, see
+- * http://www.gnu.org/licenses/.
+- *
+- */
+-#ifndef __XATTR_H__
+-#define __XATTR_H__
+-
+-#include features.h
+-
+-#include errno.h
+-#ifndef ENOATTR
+-# define ENOATTR ENODATA/* No such attribute */
+-#endif
+-
+-#define XATTR_CREATE  0x1   /* set value, fail if attr already exists */
+-#define XATTR_REPLACE 0x2   /* set value, fail if attr does not exist */
+-
+-
+-__BEGIN_DECLS
+-
+-extern int setxattr (const char *__path, const char *__name,
+-		  const void *__value, size_t __size, int __flags) __THROW;
+-extern int lsetxattr (const char *__path, const char *__name,
+-		  const void *__value, size_t __size, int __flags) __THROW;
+-extern int fsetxattr (int __filedes, const char *__name,
+-		  const void *__value, size_t __size, int __flags) __THROW;
+-
+-extern ssize_t getxattr (const char *__path, const char *__name,
+-void *__value, size_t __size) __THROW;
+-extern ssize_t lgetxattr (const char *__path, const char *__name,
+-void *__value, size_t __size) __THROW;
+-extern ssize_t fgetxattr (int __filedes, const char *__name,
+-void *__value, size_t __size) __THROW;
+-
+-extern ssize_t listxattr (const char *__path, char *__list,
+-size_t __size) __THROW;
+-extern ssize_t llistxattr (const char *__path, char *__list,
+-size_t __size) __THROW;
+-extern ssize_t flistxattr (int __filedes, char *__list,
+-size_t __size) __THROW;
+-
+-extern int removexattr (const char *__path, const char *__name) __THROW;
+-extern int lremovexattr (const char *__path, const 

Bug#782777: [Aptitude-devel] Bug#782777: no more reproducible? (aptitude: marks certain packages as new and not auto-installed on every start of aptitude)

2015-04-18 Thread Christoph Anton Mitterer
On Sat, 2015-04-18 at 15:08 +0200, Axel Beckert wrote: 
 A very strange (and surely annoying) issue. Will try to further
 encircle it.
Thanks a lot for this, I'd have done much more testing myself... if I
wasn't kept busy with some btrfs issues right now :-/


 If someone else is reading this: I'd like to here if other people are
 affected to see how widespread the issue is. I assume that only
 systems where also experimental is present in the sources.list can be
 affected, i.e. that this will not affect Jessie when released as
 Stable (unless backports trigger it, too).
It should be noted, that, while I have experimental packages installed
(kernel + iceweasel) I do not have experimental enabled right now in my
sources.list.

Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Bug#782818: freetds: FTBFS against gnutls 3.4.0

2015-04-18 Thread Andreas Metzler
Package: freetds
Version: 0.91-6
Severity: normal
User: ametz...@debian.org
Usertags: gnutls34

Hello,

the package FTBFS against the recently released GnuTLS 3.4.0:
--
libtool: link: gcc -pthread -g -O2 -fstack-protector-strong -Wformat -Werror=for
mat-security -Wall -DDBLIB_UNIMPLEMENTED=1 -Wdeclaration-after-statement -Wl,-z
-Wl,relro -o .libs/fisql fisql.o terminal.o edit.o handlers.o interrupt.o  -L/us
r/lib ../../dblib/.libs/libsybdb.so ../../replacements/.libs/libreplacements.a -
lgssapi_krb5 -lgnutls -ltermcap -lreadline -ldl -pthread
../../dblib/.libs/libsybdb.so: undefined reference to `gnutls_mac_set_priority'
../../dblib/.libs/libsybdb.so: undefined reference to `gnutls_kx_set_priority'
../../dblib/.libs/libsybdb.so: undefined reference to `gnutls_cipher_set_priorit
y'
../../dblib/.libs/libsybdb.so: undefined reference to `gnutls_compression_set_pr
iority'
collect2: error: ld returned 1 exit status
Makefile:443: recipe for target 'fisql' failed
make[4]: *** [fisql] Error 1
--
These functions were dropped in 3.4.0, see
http://www.gnutls.org/manual/html_node/Upgrading-from-previous-versions.html#Upgrading-from-previous-versions
for information on upgrading.

cu Andreas


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



Bug#118122: Neue Stellen ab sofort für Sie vom April

2015-04-18 Thread Kruger SA

Lieber Bewerber,

die Arbeitsvermittlung stellt Ihnen folgende interessante Stelle in einem 
internationalen Team von zu Hause aus vor, ohne Fahrtkosten, ohne Anfahrt, ohne 
Stau:

Wir schaffen qualifizierte und moderne Arbeitsplätze auch in ländlichen Regionen in ganz EU und bieten gleichzeitig hochwertige Qualität für unsere Auftraggeber. 


Ab sofort sind nachfolgende Stellen frei:
Kollegen (m/w) für den Support im Home-office in der Abteilung Office und Kommunikation 


Ihre Aufgaben wären:

- Dokumente empfangen, bearbeiten und weiterleiten
- Unterlagen einscannen/kopieren
- E-Mails beantworten
- Tätigkeit im Home Office in freien Zeiteinteilung
- Arbeit mit zur Verfügung gestellten Systemen

Anforderungen an Sie:

- Problemloser Umgang mit E-mail, PC und Internet
- Deutsch fließend, Fremdsprachen sind von Vorteil
- erfolgsorientiertes Arbeiten im Team
- Zielstrebigkeit und Pünktlichkeit

Wir bieten Ihnen einen Arbeitsplatz in Festanstellung oder als Selbständige mit einem Stundenlohn von 20 € Brutto pro Stunde in selbständigen Arbeitsweise und einer modernen Beschäftigungsform, sowie eine abwechslungsreiche Tätigkeit ohne Fahrzeit mit flexiblen Arbeitszeiten. 

Es werden keine Fachkenntnisse vorausgesetzt. Die Einarbeitung findet schrittweise durch professionelle Mitarbeiten statt. Die nötige technische Ausstattung stellen wir Ihnen ohne weitere Kosten zur Verfügung. Die Position kann gerne nebenberuflich besetzt werden sowie von Rentnern und Hausfrauen. 

Sie sind bereit für flexible Arbeitszeitmodelle und die Arbeit im Home Office? Wenn wir Ihr Interesse geweckt haben, senden Sie uns Ihre Bewerbung per E-Mail an: aretpo...@brazilmail.com 



Ihre persönlichen Unterlagen behandeln wir vertraulich.

Es grüßt Sie Ihre

Kruger SA


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



Bug#782819: kaya: FTBFS against gnutls 3.4.0

2015-04-18 Thread Andreas Metzler
Package: kaya
Version: 0.4.4-6.2
Severity: normal
User: ametz...@debian.org
Usertags: gnutls34

Hello,

the package FTBFS against the recently released GnuTLS 3.4.0:
--
../compiler/kayac Testing.k -noprelude -nochase -noenvlibs -I../rts -I./../rts 
-nortchecks -L ../rts_opt -L ../rts -xmldocs -L . -L ./../rts -deprfail
g++ -fPIC -D_FORTIFY_SOURCE=2  -I../rts -O2  -I./../rts   -c -o tls_glue.o 
tls_glue.cc
tls_glue.cc: In function 'void* do_gnutls_init(void*)':
tls_glue.cc:83:66: error: 'gnutls_certificate_type_set_priority' was not 
declared in this scope
   gnutls_certificate_type_set_priority(session,cert_type_priority);
  ^
builtin: recipe for target 'tls_glue.o' failed
make[2]: *** [tls_glue.o] Error 1
make[2]: Leaving directory '/tmp/buildd/kaya-0.4.4/stdlib'
--
These functions were dropped in 3.4.0, see
http://www.gnutls.org/manual/html_node/Upgrading-from-previous-versions.html#Upgrading-from-previous-versions
for information on upgrading.

cu Andreas


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



Bug#782764: r-base-dev: Make it possible for maintainers to set builttimeStamp in d/rules

2015-04-18 Thread Dirk Eddelbuettel

On 18 April 2015 at 11:15, Philip Rinn wrote:
| Hi,
| 
| I think this patch is more what I wanted.
| It now sets the build-timestamp to the time of the last changelog entry if the
| maintainer does not set builttimeStamp explicitly.
| With this change almost all GNU R packages in Debian would automatically build
| reproducible.

And I presume that is what we want?  I never heard from the reproducibility
group after I made the two patches (cf old bug report) to R itself and 
r-cran.mk.

Too bad you sent me this today. I just made four uploads of R in the last few
days leading up to R 3.2.0.

Dirk
 
| Best,
| Philip
| 
| x[DELETED ATTACHMENT usable_builttimeStamp2.patch, text/x-patch]
| x[DELETED ATTACHMENT signature.asc, application/pgp-signature]

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org


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



Bug#776596: RFS: bamf/0.2.118-1.1 [NMU]

2015-04-18 Thread Jörg Frings-Fürst
Hi,

bamf isn't orphaned[1] now. So I close this bug. 

For some times my changes are available at[2].

CU
Jörg


[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779565
[2] http://mentors.debian.net/debian/pool/main/b/bamf/bamf_0.2.118-1.1.dsc

-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54526 Niederkail

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net

My wish list: 
 - Please send me a picture from the nature at your home.




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


Bug#782653: openmpi: (non-)reproducibility of build failure

2015-04-18 Thread Sylvestre Ledru
Le 18/04/2015 14:32, Willi Mann a écrit :
 Hi,

 was anybody of you able to reproduce this build failure in a clear
 chroot environment? I failed to reproduce it in a jessie pbuilder
 environment, and also on an another machine (mixed jessie/wheezy).

 WM

FYI, I am no longer actively maintaining openmpi, so, don't hesitate to
NMU it once
you have a fix!
(I don't expect too much from the maintainers)

Cheers,
Sylvestre




signature.asc
Description: OpenPGP digital signature


Bug#782788: perl: ExtUtils::Command::MM::pod2man should die on pod errors like the real pod2man does

2015-04-18 Thread Niko Tyni
Control: forwarded -1 
https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/216

 I now see that ExtUtils::MakeMaker has its own pod2man implementation
 (ExtUtils::Command::MM::pod2man) which doesn't set 'errors = die' or
 'errors = stderr' either. I wonder if that's a blocker for the core
 change.

I've brought this up at
 https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/216

(Russ: explicitly cc'ing you as you're probably interested.)
-- 
Niko Tyni   nt...@debian.org


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



Bug#782764: r-base-dev: Make it possible for maintainers to set builttimeStamp in d/rules

2015-04-18 Thread Dirk Eddelbuettel

On 18 April 2015 at 15:22, Johannes Ranke wrote:
| Am Samstag, 18. April 2015, 06:27:03 schrieb Dirk Eddelbuettel:
|  On 18 April 2015 at 11:15, Philip Rinn wrote:
|  | Hi,
|  | 
|  | I think this patch is more what I wanted.
|  | It now sets the build-timestamp to the time of the last changelog entry if
|  | the maintainer does not set builttimeStamp explicitly.
|  | With this change almost all GNU R packages in Debian would automatically
|  | build reproducible.
|  
|  And I presume that is what we want?  I never heard from the reproducibility
|  group after I made the two patches (cf old bug report) to R itself and
|  r-cran.mk.
| 
| Without having further background information I would say that the build-
| timestamp should be either set to the build time (to carry correct 
| information) or not at all (to have reproducible builds).

Context: R _always_ puts one hin, hence the discussion in the earlier bug
report and my (long-accepted) upstream ptahc to be able to override.

What Philip is suggesting here is to use the hook I provided with a suitable
value -- the timestamp from debian/changelog.  I think I'll do that.

Dirk, at a workshop
 
| Johannes
| 
|  Too bad you sent me this today. I just made four uploads of R in the last
|  few days leading up to R 3.2.0.
|  
|  Dirk
|  
|  | Best,
|  | Philip
|  | 
|  | x[DELETED ATTACHMENT usable_builttimeStamp2.patch, text/x-patch]
|  | x[DELETED ATTACHMENT signature.asc, application/pgp-signature]

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org


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



Bug#769818: Bug#766118: lintian: False positive for “missing-license-paragraph-in-dep5-copyright”

2015-04-18 Thread David Prévot
Hi,

[ Charles, please keep some relevant context when replying to a bug
  report, “bts -m show ##” can help. ]

Le 18/04/2015 02:25, Charles Plessy a écrit :

 regarding the tag missing-license-paragraph-in-dep5-copyright, I think, like
 Martin, that it should not be triggered by multi-line License fields in the
 header paragraph.

Let’s try again: I assumed the error pointed by Lintian in Martin
example has nothing to do with multi-line License fields (it even points
at line 7, i.e, the beginning of the only paragraph different than the
header), but to the fact that no files (besides those inside the
debian/* directory) have their license and copyright documented.

 The fact that License fields in header paragraphs are used
 for a different purpose than License fields in Files paragraphs does not 
 change
 that point.

I assumed what lintian is actually pointing is the missing “Files: *”
paragraph (instead of inaccurately using the header paragraph to
document the main license), or any variant of it (e.g., documenting
every files or directories in their own “Files” paragraph, as debian/*
already is).

Regards

David



signature.asc
Description: OpenPGP digital signature


Bug#782836: Debian Edu Jessie Beta 1 should be mentioned

2015-04-18 Thread Holger Levsen
package: release-notes
tags: + patch
x-debbugs-cc: debian-...@lists.debian.org, debian-public...@lists.debian.org

Hi,

please include the following patch to the release-notes. I also assume this is 
a nice information for the planned live-denting...

section id=debian-edu
titleNews from Debian Edu Blend/title
para
The Debian Edu / Skolelinux project is proud to announce the first Beta 
release of Debian Edu based on Debian Jessie. For the first time Debian Edu is 
only made up out of packages from the main Debian archive, thus the Debian Edu 
team was able to drop their own package repository.

Debian Edu provides an out-of-the box environment for a completely configured 
school network. To ease installation and maintainance the comprehensive
ulink url=https://wiki.debian.org/DebianEdu/Documentation/Jessie; Debian 
Edu Jessie manual/ulink has been translated into in seven languages.

An overview of educational software packages included in Debian Edu is 
provided by the ulink url=http://blends.debian.org/edu/tasks;Debian Edu 
task pages/ulink - though any Debian package is just an apt-get install 
away!

Our current plan is to release Debian Edu Jessie with the first Debian Jessie 
pointrelease. Please consider reporting feedback to make this happen!
 /para
 /section


Thanks for maintaining the release-notes!

cheers,
Holger


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


Bug#782837: xfce4-session: Fails to shutdown/reboot or logout.

2015-04-18 Thread Kron
Package: xfce4-session
Version: 4.10.1-10
Severity: important

Dear Maintainer,

When I try to reboot / shutdown or log off using xfce4-session-logout, nothing 
happens and xfce4-session-logout just closes. When I try to start it again, 
displayed a message Session manager must be in idle state when requesting a 
shutdown.


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

Kernel: Linux 3.16.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xfce4-session depends on:
ii  libatk1.0-02.14.0-1
ii  libc6  2.19-18
ii  libcairo2  1.14.0-2.1
ii  libdbus-1-31.8.16-1
ii  libdbus-glib-1-2   0.102-1
ii  libfontconfig1 2.11.0-6.3
ii  libfreetype6   2.5.2-3
ii  libgdk-pixbuf2.0-0 2.31.1-2+b1
ii  libglib2.0-0   2.42.1-1
ii  libgtk2.0-02.24.25-3
ii  libice62:1.0.9-1+b1
ii  libpango-1.0-0 1.36.8-3
ii  libpangocairo-1.0-01.36.8-3
ii  libpangoft2-1.0-0  1.36.8-3
ii  libpolkit-gobject-1-0  0.105-8
ii  libsm6 2:1.2.2-1+b1
ii  libwnck22  2.30.7-2
ii  libx11-6   2:1.6.2-3
ii  libxfce4ui-1-0 4.10.0-6
ii  libxfce4util6  4.10.1-2
ii  libxfconf-0-2  4.10.0-3
ii  multiarch-support  2.19-18
ii  xfce4-settings 4.10.1-2
ii  xfconf 4.10.0-3

Versions of packages xfce4-session recommends:
ii  dbus-x11   1.8.16-1
ii  libpam-systemd 215-16
ii  systemd-sysv   215-16
pn  upower none
pn  x11-xserver-utils  none
ii  xfdesktop4 4.10.2-3
ii  xfwm4  4.10.1-3
pn  xscreensaver   none

Versions of packages xfce4-session suggests:
pn  fortunes-mod  none
ii  sudo  1.8.10p3-1+deb8u2

-- 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#782838: [gparted] Gparted fails to start

2015-04-18 Thread Søren Holm
Package: gparted
Version: 0.19.0-2.1
Severity: critical

When starting gparted the startup is cancelled and fila with this error.

mount: bad option. Note that moving a mount residing under a shared
   mount is unsupported.

   In some cases useful info is found in syslog - try
   dmesg | tail or so.

I have no workaround.



--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16.0-4-amd64

Debian Release: 8.0
  500 utopic  ppa.launchpad.net 
  500 unstablerepos.fds-team.de 
  500 unstableftp.se.debian.org 
  500 testing security.debian.org 
  500 testing ftp.se.debian.org 
  500 stable  repository.spotify.com 
  500 stable  dl.google.com 
  500 jessie  linux.dropbox.com 
  500 experimentalmozilla.debian.net 
1 experimentalftp.debian.org 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.



-- 
Søren Holm

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


Bug#782822: Please include msgid-URL in message headers

2015-04-18 Thread martin f krafft
also sprach Alexander Wirt formo...@debian.org [2015-04-18 17:50 +0200]:
  It would facilitate parsing and probably have other good uses if
  list messages could get an additional header like
  X-Debian-Archive-URL or RFC 5064 (Archived-At header) with the msgid
  URL to the list archives?
 I can do that (like I do in the footer), but as said, it is not as useful as
 people think. A message-id link as good chances to hit a different list.

Ok, but then shouldn't the msgid-search rather return options if
the final URL isn't unique, or each message link to cross-posted
archive links?

I won't even say that a message should only ever be stored once and
list archives should just be pointers. That would just make people
tell me to take it on with the mhonarc author(s) ;)

-- 
 .''`.   martin f. krafft madduck@d.o @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
the unix philosophy basically involves
giving you enough rope to hang yourself.
and then some more, just to be sure.


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


Bug#782845: debian-installer-netboot-images: FTBFS with a checksum mismatch

2015-04-18 Thread Cyril Brulebois
Source: debian-installer-netboot-images
Severity: important

Not sure what's happening but I can't seem able to build d-i-n-i,
with either httpredir.debian.org, localhost (a local mirror which is
uptodate), ftp.fr.debian.org (its upstream) or ftp.debian.org; I'm
attaching a build log for reference.

Mraw,
KiBi.
 dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: source package debian-installer-netboot-images
dpkg-buildpackage: source version 20150418
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Cyril Brulebois k...@debian.org
 dpkg-source --before-build debian-installer-netboot-images
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_testdir
   dh_auto_clean
   debian/rules override_dh_clean
make[1]: Entering directory 
'/home/kibi/debian-installer/packages/debian-installer-netboot-images'
dh_clean
rm -f debian/debian-installer-*.lintian-overrides
make[1]: Leaving directory 
'/home/kibi/debian-installer/packages/debian-installer-netboot-images'
 debian/rules build
dh build
   dh_testdir
   dh_auto_configure
   dh_auto_build
   dh_auto_test
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory 
'/home/kibi/debian-installer/packages/debian-installer-netboot-images'
../get-images.sh amd64
--2015-04-18 19:44:13--  
http://ftp.fr.debian.org/debian/dists/jessie/Release.gpg
Resolving ftp.fr.debian.org (ftp.fr.debian.org)... 2a01:e0c:1:1598::2, 
212.27.32.66
Connecting to ftp.fr.debian.org (ftp.fr.debian.org)|2a01:e0c:1:1598::2|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 836 [text/plain]
Saving to: 
‘/home/kibi/debian-installer/packages/debian-installer-netboot-images/Release.gpg’

 0K   100%  219M=0s

2015-04-18 19:44:13 (219 MB/s) - 
‘/home/kibi/debian-installer/packages/debian-installer-netboot-images/Release.gpg’
 saved [836/836]

--2015-04-18 19:44:13--  http://ftp.fr.debian.org/debian/dists/jessie/Release
Resolving ftp.fr.debian.org (ftp.fr.debian.org)... 2a01:e0c:1:1598::2, 
212.27.32.66
Connecting to ftp.fr.debian.org (ftp.fr.debian.org)|2a01:e0c:1:1598::2|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 212837 (208K) [text/plain]
Saving to: 
‘/home/kibi/debian-installer/packages/debian-installer-netboot-images/Release’

 0K .. .. .. .. .. 24%  702K 0s
50K .. .. .. .. .. 48%  729K 0s
   100K .. .. .. .. .. 72%  984K 0s
   150K .. .. .. .. .. 96%  882K 0s
   200K ...   100% 1.54M=0.3s

2015-04-18 19:44:13 (824 KB/s) - 
‘/home/kibi/debian-installer/packages/debian-installer-netboot-images/Release’ 
saved [212837/212837]

gpgv: Signature made Sat 18 Apr 2015 16:59:29 CEST using RSA key ID 46925553
gpgv: Good signature from Debian Archive Automatic Signing Key (7.0/wheezy) 
ftpmas...@debian.org
--2015-04-18 19:44:13--  
http://ftp.fr.debian.org/debian/dists/jessie/main/installer-amd64/20150418/images/SHA256SUMS
Resolving ftp.fr.debian.org (ftp.fr.debian.org)... 2a01:e0c:1:1598::2, 
212.27.32.66
Connecting to ftp.fr.debian.org (ftp.fr.debian.org)|2a01:e0c:1:1598::2|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 72131 (70K) [text/plain]
Saving to: 
‘/home/kibi/debian-installer/packages/debian-installer-netboot-images/SHA256SUMS’

 0K .. .. .. .. .. 70% 1.05M 0s
50K .. .. 100% 1.30M=0.06s

2015-04-18 19:44:13 (1.12 MB/s) - 
‘/home/kibi/debian-installer/packages/debian-installer-netboot-images/SHA256SUMS’
 saved [72131/72131]

SHA256SUMS: OK
--2015-04-18 19:44:13--  
http://ftp.fr.debian.org/debian/dists/jessie/main/installer-amd64/20150418/images/MD5SUMS
Resolving ftp.fr.debian.org (ftp.fr.debian.org)... 2a01:e0c:1:1598::2, 
212.27.32.66
Connecting to ftp.fr.debian.org (ftp.fr.debian.org)|2a01:e0c:1:1598::2|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 53815 (53K) [text/plain]
Saving to: 
‘/home/kibi/debian-installer/packages/debian-installer-netboot-images/MD5SUMS’

 0K .. .. .. .. .. 95% 1.09M 0s
50K ..100% 1.90M=0.05s

2015-04-18 19:44:13 (1.11 MB/s) - 
‘/home/kibi/debian-installer/packages/debian-installer-netboot-images/MD5SUMS’ 
saved [53815/53815]

MD5SUMS: OK
--2015-04-18 19:44:13--  
http://ftp.fr.debian.org/debian/dists/jessie/main/installer-amd64/20150418/images/netboot/netboot.tar.gz
Resolving ftp.fr.debian.org (ftp.fr.debian.org)... 2a01:e0c:1:1598::2, 
212.27.32.66
Connecting to ftp.fr.debian.org (ftp.fr.debian.org)|2a01:e0c:1:1598::2|:80... 
connected.
HTTP request

Bug#782844: lightdm leaks file descriptors when using light-locker

2015-04-18 Thread Philipp Edelmann
Package: lightdm
Version: 1.10.3-3
Severity: normal
Tags: patch

Dear Maintainer,

upstream bug #1190344 affects this version of lightdm. It was fixed in
upstream version 1.10.5.

It can be easily checked by the following steps:
- log in with lightdm
- check number of FIFO fds of lightdm
  sudo lsof -p pid of lighdm process |grep FIFO | wc -l
- light-locker-command -l
- unlock session
- check number of FIFO fds of lightdm again
- number has increased by 8 in my case

This is problematic as lightdm reaches the maximum number of open file
descriptors at some point, which makes it impossible to unlock the
screen.

I have adapted the upstream patch to version 1.10.3-3 which is in unstable and
testing. It fixes the problem for me.

Cheers,
Philipp


[1] https://bugs.launchpad.net/lightdm/+bug/1190344


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

Kernel: Linux 3.19.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lightdm depends on:
ii  adduser3.113+nmu3
ii  consolekit 0.4.6-5
ii  dbus   1.8.16-1
ii  debconf [debconf-2.0]  1.5.56
ii  libc6  2.19-18
ii  libgcrypt201.6.3-2
ii  libglib2.0-0   2.42.1-1
ii  libpam-systemd 219-6
ii  libpam0g   1.1.8-3.1
ii  libxcb11.10-3+b1
ii  libxdmcp6  1:1.1.1-1+b1
ii  lightdm-gtk-greeter [lightdm-greeter]  1.8.5-2

Versions of packages lightdm recommends:
ii  xserver-xorg  1:7.7+7

Versions of packages lightdm suggests:
ii  accountsservice  0.6.37-3+b1
ii  upower   0.99.1-3.2

-- Configuration Files:
/etc/apparmor.d/lightdm-guest-session b51cea1a1248cf9bf45f2e9024c7734f [Errno 
2] No such file or directory: u'/etc/apparmor.d/lightdm-guest-session 
b51cea1a1248cf9bf45f2e9024c7734f'
/etc/init/lightdm.conf 956d74eee3562dd53e1c33d2025968d8 [Errno 2] No such file 
or directory: u'/etc/init/lightdm.conf 956d74eee3562dd53e1c33d2025968d8'

-- debconf information:
  lightdm/daemon_name: /usr/sbin/lightdm
* shared/default-x-display-manager: lightdm
diff -Nru lightdm-1.10.3/debian/changelog lightdm-1.10.3/debian/changelog
--- lightdm-1.10.3/debian/changelog	2014-11-04 21:58:17.0 +0100
+++ lightdm-1.10.3/debian/changelog	2015-04-18 18:45:52.0 +0200
@@ -1,3 +1,10 @@
+lightdm (1.10.3-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * adapt patch from LP #1190344
+
+ -- Philipp Edelmann edelm...@fs.tum.de  Sat, 18 Apr 2015 18:45:10 +0200
+
 lightdm (1.10.3-3) unstable; urgency=medium
 
   * debian/patches:
diff -Nru lightdm-1.10.3/debian/patches/07_fd-leak.patch lightdm-1.10.3/debian/patches/07_fd-leak.patch
--- lightdm-1.10.3/debian/patches/07_fd-leak.patch	1970-01-01 01:00:00.0 +0100
+++ lightdm-1.10.3/debian/patches/07_fd-leak.patch	2015-04-18 18:44:49.0 +0200
@@ -0,0 +1,32 @@
+--- a/src/greeter.c
 b/src/greeter.c
+@@ -987,12 +987,17 @@
+ g_object_unref (self-priv-authentication_session);
+ }
+ if (self-priv-to_greeter_channel)
++{
++close(g_io_channel_unix_get_fd(self-priv-to_greeter_channel));
+ g_io_channel_unref (self-priv-to_greeter_channel);
++}
+ if (self-priv-from_greeter_channel)
++{
++close(g_io_channel_unix_get_fd(self-priv-from_greeter_channel));
+ g_io_channel_unref (self-priv-from_greeter_channel);
++}
+ if (self-priv-from_greeter_watch)
+ g_source_remove (self-priv-from_greeter_watch);
+-
+ G_OBJECT_CLASS (greeter_parent_class)-finalize (object);
+ }
+ 
+--- a/src/session.c
 b/src/session.c
+@@ -459,6 +459,8 @@
+ if (session-priv-is_guest)
+ guest_account_cleanup (session-priv-username);
+ 
++close(session-priv-to_child_input);
++close(session-priv-from_child_output);
+ /* Drop our reference on the child process, it has terminated */
+ g_object_unref (session);
+ }
diff -Nru lightdm-1.10.3/debian/patches/series lightdm-1.10.3/debian/patches/series
--- lightdm-1.10.3/debian/patches/series	2014-10-24 14:25:50.0 +0200
+++ lightdm-1.10.3/debian/patches/series	2015-04-18 19:24:19.0 +0200
@@ -3,3 +3,4 @@
 03_use-desktopnames-properties.patch
 05_debianize-pam-files.patch
 06_change-user-dirs.patch
+07_fd-leak.patch


Bug#754057: perl: erroneous quoting in Makefile.SH

2015-04-18 Thread Niko Tyni
Control: forwarded -1 https://rt.perl.org/Ticket/Display.html?id=124343

On Wed, Apr 15, 2015 at 10:49:31PM +0300, Niko Tyni wrote:
 On Mon, Jul 07, 2014 at 09:30:20AM +0300, Niko Tyni wrote:
 
   echo $1 | sed 's/\([^a-zA-Z0-9.:_\-\/]\)/\\\1/g' ;;

 (My, what a mess.)

 while the suggested 's/\([^a-zA-Z0-9.:_\/-]\)/\\\1/g'
 would quote characters that are
 
  - not alphanumeric
  - not one of '.', ':', '_', '\', '/', or '-'
 
 which is probably what was intended here.

Heh, the backslash probably *should* be quoted.
So my suggestion is

 echo $1 | sed 's/\([^a-zA-Z0-9.:_/-]\)/\\\1/g'

which I've just forwarded upstream as [perl #124343]
-- 
Niko


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



Bug#782848: wheezy-pu: package httpcomponents-client/4.1.1-2

2015-04-18 Thread Markus Koschany
Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian@packages.debian.org
Usertags: pu

Hello,

similar to commons-httpclient [1] the Java team would like to fix
CVE-2014-3577 for httpcomponents-client in wheezy. This package is
the successor of commons-httpclient and currently also affected by
this exploitable MITM vulnerability. [2] Please find attached the
proposed debdiff against the version of httpcomponents-client 4.1.1-2
in wheezy.

Regards,

Markus

[1] https://bugs.debian.org/782663
[2] https://security-tracker.debian.org/tracker/CVE-2014-3577
diff -Nru httpcomponents-client-4.1.1/debian/changelog httpcomponents-client-4.1.1/debian/changelog
--- httpcomponents-client-4.1.1/debian/changelog	2012-04-02 01:31:57.0 +0200
+++ httpcomponents-client-4.1.1/debian/changelog	2015-04-18 14:46:12.0 +0200
@@ -1,3 +1,14 @@
+httpcomponents-client (4.1.1-2+deb7u1) wheezy; urgency=high
+
+  * Add CVE-2012-6153.patch and CVE-2014-3577.patch.
+It was found that the fix for CVE-2012-5783 and CVE-2012-6153 was
+incomplete. The code added to check that the server hostname matches the
+domain name in the subject's CN field was flawed. This can be exploited by
+a Man-in-the-middle (MITM) attack where the attacker can spoof a valid
+certificate using a specially crafted subject.
+
+ -- Markus Koschany a...@gambaru.de  Sat, 18 Apr 2015 14:15:11 +0200
+
 httpcomponents-client (4.1.1-2) unstable; urgency=low
 
   * Add OSGi metadata to JAR manifest.
diff -Nru httpcomponents-client-4.1.1/debian/patches/CVE-2012-6153.patch httpcomponents-client-4.1.1/debian/patches/CVE-2012-6153.patch
--- httpcomponents-client-4.1.1/debian/patches/CVE-2012-6153.patch	1970-01-01 01:00:00.0 +0100
+++ httpcomponents-client-4.1.1/debian/patches/CVE-2012-6153.patch	2015-04-18 14:46:12.0 +0200
@@ -0,0 +1,57 @@
+From: Markus Koschany a...@gambaru.de
+Date: Sat, 18 Apr 2015 00:39:57 +0200
+Subject: CVE-2012-6153
+
+It was found that the fix for CVE-2012-5783 was incomplete.
+The code added to check that the server hostname matches the domain name in the
+subject's CN field was flawed. This can be exploited by a Man-in-the-middle
+(MITM) attack, where the attacker can spoof a valid certificate using a
+specially crafted subject.
+
+Fix for 4.2.x branch, upstream revision 1411705
+https://svn.apache.org/viewvc?view=revisionrevision=1411705
+More information:
+https://bugzilla.redhat.com/show_bug.cgi?id=1129916
+---
+ .../java/org/apache/http/conn/ssl/AbstractVerifier.java| 14 --
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+diff --git a/httpclient/src/main/java/org/apache/http/conn/ssl/AbstractVerifier.java b/httpclient/src/main/java/org/apache/http/conn/ssl/AbstractVerifier.java
+index 547204a..d31d8c0 100644
+--- a/httpclient/src/main/java/org/apache/http/conn/ssl/AbstractVerifier.java
 b/httpclient/src/main/java/org/apache/http/conn/ssl/AbstractVerifier.java
+@@ -180,12 +180,12 @@ public abstract class AbstractVerifier implements X509HostnameVerifier {
+ 
+ // We're can be case-insensitive when comparing the host we used to
+ // establish the socket to the hostname in the certificate.
+-String hostName = host.trim().toLowerCase(Locale.ENGLISH);
++String hostName = host.trim().toLowerCase(Locale.US);
+ boolean match = false;
+ for(IteratorString it = names.iterator(); it.hasNext();) {
+ // Don't trim the CN, though!
+ String cn = it.next();
+-cn = cn.toLowerCase(Locale.ENGLISH);
++cn = cn.toLowerCase(Locale.US);
+ // Store CN in StringBuilder in case we need to report an error.
+ buf.append( );
+ buf.append(cn);
+@@ -260,13 +260,15 @@ public abstract class AbstractVerifier implements X509HostnameVerifier {
+Looks like toString() even works with non-ascii domain names!
+I tested it with #x82b1;#x5b50;.co.jp and it worked fine.
+ */
++
+ String subjectPrincipal = cert.getSubjectX500Principal().toString();
+ StringTokenizer st = new StringTokenizer(subjectPrincipal, ,);
+ while(st.hasMoreTokens()) {
+-String tok = st.nextToken();
+-int x = tok.indexOf(CN=);
+-if(x = 0) {
+-cnList.add(tok.substring(x + 3));
++String tok = st.nextToken().trim();
++if (tok.length()  3) {
++if (tok.substring(0, 3).equalsIgnoreCase(CN=)) {
++cnList.add(tok.substring(3));
++}
+ }
+ }
+ if(!cnList.isEmpty()) {
diff -Nru httpcomponents-client-4.1.1/debian/patches/CVE-2014-3577.patch httpcomponents-client-4.1.1/debian/patches/CVE-2014-3577.patch
--- httpcomponents-client-4.1.1/debian/patches/CVE-2014-3577.patch	1970-01-01 01:00:00.0 +0100
+++ httpcomponents-client-4.1.1/debian/patches/CVE-2014-3577.patch	2015-04-18 

Bug#782705: release-notes: Interaction between logind and acpid

2015-04-18 Thread Justin B Rye
Package: release-notes
Followup-For: Bug #782705

Proofreading the patch:

   para
 We recommend to migrate any non-default settings to logind and
-uninstall acpid.  Alternativly it is also possible to configure
+uninstall acpid.  Alternatively it is also possible to configure

(Typo.)

 logind to ignore ACPI events by adding:
   /para
[...]
   para
 to filename/etc/systemd/logind.conf/filename. Note that this
-might change behaviour of desktop environments relying on
+might change the behavior of desktop environments relying on
 logind.
   /para

(Standardizing on Americanizing.)
-- 
JBR with qualifications in linguistics, experience as a Debian
sysadmin, and probably no clue about this particular package
Index: en/issues.dbk
===
--- en/issues.dbk	(revision 10776)
+++ en/issues.dbk	(working copy)
@@ -482,7 +482,7 @@
   /para
   para
 We recommend to migrate any non-default settings to logind and
-uninstall acpid.  Alternativly it is also possible to configure
+uninstall acpid.  Alternatively it is also possible to configure
 logind to ignore ACPI events by adding:
   /para
   screen
@@ -493,7 +493,7 @@
 /screen
   para
 to filename/etc/systemd/logind.conf/filename. Note that this
-might change behaviour of desktop environments relying on
+might change the behavior of desktop environments relying on
 logind.
   /para
 /section


Bug#782695: Bug#782404: release-notes: re-proofreading

2015-04-18 Thread Justin B Rye
Niels Thykier wrote in #782404:
 I just applied the patch in #782695 and I hope I can convince you to
 review it as well. :)

At a first glance I thought that patch only needed a couple of trivial
fixes - the spelling of fulfil, some phrasing tweaks - but once I'd
taken it apart I couldn't get it to fit back together nicely.  I think
what I've ended up with is saying the same thing more clearly, but I
may be overdoing it, so I'd better CC Andreas.

Commentary:

 section id=debian-med
 titleNews from Debian Med Blend/title
-paraThe Debian Med team has increased the number of packages in the
-field of biology and medicine again by a large amount.  However, not only

This isn't so much a however as a moreover.

-the number of packages was increased but also the quality of packages in

Not only the FOO was BARred but also the BAZ would be relatively
idiomatic; appending was QUUXed makes it hard to parse.

-terms of testing (at package build time as well as autopkgtest) was
-enhanced and supports the demand of Debian Med in a scientific

It's not clear if this is a demand by, for, or on Debian Med.  I think
it's saying that scientists are requesting results, and Debian Med is
supporting their demands - but that makes it sound like a petition.

-environment to fullfill the request of scientists for reproducible
   x   x
-results.  These enhancements are reflected by version 2.0 of the Debian

The enhancements in the Blend are reflected by the Blend?

-Med metapackages.  Feel free to visit the

I'm fairly sure I already was free to visit your web page!

-ulink url=http://blends.debian.org/med/tasks;Debian Med tasks 
pages/ulink
-to see the full range of biological and medical software inside Debian.

s/inside/in/

My attempt:

+paraThe Debian Med team has again considerably increased not only the 
number
+of packages in the fields of biology and medicine but also their quality in
+terms of testing (at package build time as well as autopkgtest). These
+enhancements in version 2.0 of the Debian Med Blend metapackages reflect 
the
+demand from scientists for reliable software to provide reproducible 
results.
+Visit the ulink url=http://blends.debian.org/med/tasks;Debian Med tasks
+pages/ulink to see the full range of biological and medical software in
+Debian.
 /para
 /section

-- 
JBR with qualifications in linguistics, experience as a Debian
sysadmin, and probably no clue about this particular package
Index: en/whats-new.dbk
===
--- en/whats-new.dbk	(revision 10775)
+++ en/whats-new.dbk	(working copy)
@@ -531,16 +531,14 @@
 /section
 section id=debian-med
 titleNews from Debian Med Blend/title
-paraThe Debian Med team has increased the number of packages in the
-field of biology and medicine again by a large amount.  However, not only
-the number of packages was increased but also the quality of packages in
-terms of testing (at package build time as well as autopkgtest) was
-enhanced and supports the demand of Debian Med in a scientific
-environment to fullfill the request of scientists for reproducible
-results.  These enhancements are reflected by version 2.0 of the Debian
-Med metapackages.  Feel free to visit the
-ulink url=http://blends.debian.org/med/tasks;Debian Med tasks pages/ulink
-to see the full range of biological and medical software inside Debian.
+paraThe Debian Med team has again considerably increased not only the number
+of packages in the fields of biology and medicine but also their quality in
+terms of testing (at package build time as well as autopkgtest). These
+enhancements in version 2.0 of the Debian Med Blend metapackages reflect the
+demand from scientists for reliable software to provide reproducible results.
+Visit the ulink url=http://blends.debian.org/med/tasks;Debian Med tasks
+pages/ulink to see the full range of biological and medical software in
+Debian.
 /para
 /section
 /section


Bug#782836: Debian Edu Jessie Beta 1 should be mentioned

2015-04-18 Thread Justin B Rye
Package: release-notes
Followup-For: Bug #782836

Here's a version with a couple of changes:

Index: en/whats-new.dbk
===
--- en/whats-new.dbk(revision 10776)
+++ en/whats-new.dbk(working copy)
@@ -513,6 +513,23 @@
   the systemitem role=packagephp-horde/systemitem package.
   /para
 /section
+section id=debian-edu

(I'm arranging the blends alphabetically!)

+titleNews from Debian Edu Blend/title
+paraThe Debian Edu / Skolelinux project is proud to announce the first 
Beta
+release of Debian Edu based on Debian Jessie. For the first time, Debian 
Edu is

Extra comma.

+only made up out of packages from the main Debian archive; thus the Debian 
Edu

Comma promoted to semicolon.

+team was able to drop their own package repository./para

Extra paras.

+paraDebian Edu provides an out-of-the box environment for a completely 
configured
+school network. To ease installation and maintenance the comprehensive

Spelling (maintAIning but maintEnance).

+ulink url=https://wiki.debian.org/DebianEdu/Documentation/Jessie;
+Debian Edu Jessie manual/ulink has been translated into seven 
languages./para
+paraAn overview of educational software packages included in Debian Edu 
is
+provided by the ulink url=http://blends.debian.org/edu/tasks;Debian Edu
+task pages/ulink - though any Debian package is just an apt-get
+install away!/para
+paraThe current plan is to release Debian Edu Jessie with the first 
Debian Jessie

s/Our/The/ - since we here isn't all the authors of these release
notes.

+point release. Please consider reporting feedback to make this 
happen!/para

Point release, two words (though my dictionary thinks it's a kind of
avalanche.)

+/section

-- 
JBR with qualifications in linguistics, experience as a Debian
sysadmin, and probably no clue about this particular package
Index: en/whats-new.dbk
===
--- en/whats-new.dbk	(revision 10776)
+++ en/whats-new.dbk	(working copy)
@@ -513,6 +513,23 @@
   the systemitem role=packagephp-horde/systemitem package.
   /para
 /section
+section id=debian-edu
+titleNews from Debian Edu Blend/title
+paraThe Debian Edu / Skolelinux project is proud to announce the first Beta
+release of Debian Edu based on Debian Jessie. For the first time, Debian Edu is
+only made up out of packages from the main Debian archive; thus the Debian Edu
+team was able to drop their own package repository./para
+paraDebian Edu provides an out-of-the box environment for a completely configured
+school network. To ease installation and maintenance the comprehensive
+ulink url=https://wiki.debian.org/DebianEdu/Documentation/Jessie;
+Debian Edu Jessie manual/ulink has been translated into seven languages./para
+paraAn overview of educational software packages included in Debian Edu is
+provided by the ulink url=http://blends.debian.org/edu/tasks;Debian Edu
+task pages/ulink - though any Debian package is just an apt-get
+install away!/para
+paraThe current plan is to release Debian Edu Jessie with the first Debian Jessie
+point release. Please consider reporting feedback to make this happen!/para
+/section
 section id=debian-games
 titleDebian Games Blend/title
 paraThe Debian Games Team proudly presents the Debian Games ulink


Bug#782850: sloppy copyright name bunching

2015-04-18 Thread Osamu Aoki
Package: debmake
Version: 4.1.7-2
Severity: serious

Since I found error in copyright holder list generation, this is best
not to release for Jessie.

It is a bit too rough to stay in stable.

Osamu

PS: It is still useful in most cases.  Anyway, I am uploading fiixed one
soon for post-jessie.

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages debmake depends on:
ii  devscripts   2.15.3
ii  dpkg-dev 1.17.25
ii  python3  3.4.2-2
pn  python3:any  none
ii  rsync3.1.1-3

Versions of packages debmake recommends:
ii  build-essential  11.7
ii  curl 7.38.0-4
ii  strace   4.9-2
ii  wget 1.16-1

Versions of packages debmake suggests:
ii  autotools-dev 20140911.1
ii  ccache3.1.10-1
ii  cmake 3.0.2-1
ii  cowbuilder0.73
ii  dh-autoreconf 10
ii  dh-python 1.2014-2
ii  eatmydata 82-6
pn  gem2deb   none
ii  git   1:2.1.4-2.1
ii  git-buildpackage  0.6.22
ii  gitk  1:2.1.4-2.1
ii  javahelper0.48
ii  lintian   2.5.30+deb8u4
ii  mc3:4.8.13-3
ii  pbuilder  0.215+nmu3
ii  quilt 0.63-3
ii  rpm2cpio  4.11.3-1.1

-- 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#782033: kexec-tools: bug only when sysvinit is used

2015-04-18 Thread Willi Mann
Hi,

I could only reproduce this bug with sysvinit as init system. I think
one could use runlevel (if it exists) to detect whether a real shutdown
is running. Maybe something like the attached patch could fix the
problem (not yet tested).

WM
diff --git a/debian/kexec-load.init.d b/debian/kexec-load.init.d
index 28306a7..f4de112 100644
--- a/debian/kexec-load.init.d
+++ b/debian/kexec-load.init.d
@@ -109,6 +109,9 @@ case $1 in
 			exit 0
 		fi
 	fi
+	if [ -x /sbin/runlevel -a $(runlevel | awk '{ print $2 }') != 6 ]; then 
+		exit 0
+	fi
 	do_stop
 	;;
   *)


signature.asc
Description: OpenPGP digital signature


Bug#741464: (pas de sujet)

2015-04-18 Thread emmanuel
After reproducing this bug using a a grubrescue iso image as propsed by 
Marco, I could reproduce the same problem he described, this time with a 
german keyboard layout.


With the help of cinemast, I tried the upstream patch mentionned by 
Collin 
(http://git.savannah.gnu.org/gitweb/?p=grub.git;a=commitdiff;h=3c058332499f6c0185c167a7faf37afa808136b7#patch2) 
but it did not change anything:

keyboards produces garbage on input, and same error message.
term/at_keyboard.c:461: Unknown key 0xf0 from set 1

Using the commands outb 0x64 0x60 ; outb 0x60 0x64 did not improve the 
problem ( but note I put them directly in grub.cfg and did not enter 
them on the grub prompt, it might  make a difference)



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



Bug#782822: Please include msgid-URL in message headers

2015-04-18 Thread Alexander Wirt
On Sat, 18 Apr 2015, martin f krafft wrote:

 Package: lists.debian.org
 Severity: wishlist
 
 It would facilitate parsing and probably have other good uses if
 list messages could get an additional header like
 X-Debian-Archive-URL or RFC 5064 (Archived-At header) with the msgid
 URL to the list archives?
I can do that (like I do in the footer), but as said, it is not as useful as
people think. A message-id link as good chances to hit a different list.

Alex


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



Bug#782776: CVE-2015-3308

2015-04-18 Thread Andreas Metzler
On 2015-04-17 Moritz Muehlenhoff j...@debian.org wrote:
 Hi Andreas,
 this was assigned CVE-2015-3308:
 http://www.openwall.com/lists/oss-security/2015/04/15/6  

 gnutls in wheezy or squeeze should not be affected, the
 code was introduced in 3.3 (please double-check).

 This doesn't seem severe, could you fix this in the first
 jessie point release?

Hello,

I will push an upload to unstable to get some free testing and will try
to get this fixed in jessie, either with a separate upload or (if jessie
is delayed) an unblock.

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


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



Bug#782842: firebird2.5-common: firebird.msg is architecture-specific

2015-04-18 Thread Damyan Ivanov
Package: firebird2.5-common
Version: 2.5.3.26778.ds4-5
Severity: important

Control: affects -1 libdbd-firebird-perl

firebird.msg contains B-trees and such, which include native (long and 
short) integers, written without any mangling to the file. The problem 
is that firebird2.5-common is Architecture:all. It is built on some 
amd64/i386 developer machine or build daemon and used everywhere, 
resulting in a broken file on big-endian architectures.

This is easily demonstrated:
(wheezy or sid on mips)
 (wheezy_mips-dchroot)dmn@gabrielli:~$ isql-fb -z
 can't format message 17:10 -- message text not found
 can't format message 17:3 -- message text not found
 SQL 

Compare the same on amd64:

 $ isql-fb -z
 ISQL Version: LI-V2.5.3.26778 Firebird 2.5
 Use CONNECT or CREATE DATABASE to specify a database

This has an ill side effect when building the wheezy version of 
libdbd-firebird-perl (e.g. for the security update fixing CVE-2015-2788) 
on big-endian architectures, since it uses the output of 'isqk-fb -z' to 
determine if the proper firebird installation root.

The fix seems to be to move firebird.msg (and its translated variants) 
in the libfbclient2 package, since it seems to be used directly only by 
the client library. libfbclient2.5 may also be used as a client library, 
so a dependency of libfbembed2.5 on libfbclient2 should be added too 
(which is already transitively provided via firebird2.5-server-common).

That would need adding an --with-fbmsg switch to configure invocation 
and hopefuly no patching.

I intent to try to push this to stable too.


-- dam

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages firebird2.5-common depends on:
ii  firebird2.5-common-doc  2.5.3.26778.ds4-5

firebird2.5-common recommends no packages.

firebird2.5-common 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#782777: aptitude: marks certain packages as new and not auto-installed on every start of aptitude

2015-04-18 Thread Matijs van Zuijlen
Package: aptitude
Version: 0.6.11-1+b1
Followup-For: Bug #782777

Hi,

 If someone else is reading this: I'd like to here if other people are
 affected to see how widespread the issue is. I assume that only
 systems where also experimental is present in the sources.list can be
 affected, i.e. that this will not affect Jessie when released as
 Stable (unless backports trigger it, too).

I'm affected by this issue. I also have experimental present in
sources.list.

Regards,
Matijs

-- Package-specific info:
Terminal: xterm-256color
$DISPLAY is set.
which aptitude: /usr/bin/aptitude

aptitude version information:
aptitude 0.6.11 compiled at Nov  8 2014 13:34:39
Compiler: g++ 4.9.1
Compiled against:
  apt version 4.12.0
  NCurses version 5.9
  libsigc++ version: 2.4.0
  Gtk+ support disabled.
  Qt support disabled.

Current library versions:
  NCurses version: ncurses 5.9.20140913
  cwidget version: 0.5.17
  Apt version: 4.12.0

aptitude linkage:
linux-vdso.so.1 (0x7ffcbdf34000)
libapt-pkg.so.4.12 = /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12 
(0x7f780339c000)
libncursesw.so.5 = /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7f7803166000)
libtinfo.so.5 = /lib/x86_64-linux-gnu/libtinfo.so.5 
(0x7f7802f3b000)
libsigc-2.0.so.0 = /usr/lib/x86_64-linux-gnu/libsigc-2.0.so.0 
(0x7f7802d35000)
libcwidget.so.3 = /usr/lib/x86_64-linux-gnu/libcwidget.so.3 
(0x7f7802a1f000)
libsqlite3.so.0 = /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 
(0x7f7802756000)
libboost_iostreams.so.1.55.0 = 
/usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.55.0 (0x7f780253e000)
libxapian.so.22 = /usr/lib/libxapian.so.22 (0x7f780212d000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7f7801f0f000)
libstdc++.so.6 = /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7f7801c04000)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7f7801903000)
libgcc_s.so.1 = /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7f78016ec000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7f7801343000)
libutil.so.1 = /lib/x86_64-linux-gnu/libutil.so.1 (0x7f780114)
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7f7800f3b000)
libz.so.1 = /lib/x86_64-linux-gnu/libz.so.1 (0x7f7800d2)
libbz2.so.1.0 = /lib/x86_64-linux-gnu/libbz2.so.1.0 
(0x7f7800b1)
liblzma.so.5 = /lib/x86_64-linux-gnu/liblzma.so.5 (0x7f78008ec000)
librt.so.1 = /lib/x86_64-linux-gnu/librt.so.1 (0x7f78006e4000)
libuuid.so.1 = /lib/x86_64-linux-gnu/libuuid.so.1 (0x7f78004de000)
/lib64/ld-linux-x86-64.so.2 (0x7f7803d85000)

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IE.utf8, LC_CTYPE=en_IE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages aptitude depends on:
ii  aptitude-common   0.6.11-1
ii  libapt-pkg4.121.0.9.8
ii  libboost-iostreams1.55.0  1.55.0+dfsg-3
ii  libc6 2.19-18
ii  libcwidget3   0.5.17-2
ii  libgcc1   1:4.9.2-10
ii  libncursesw5  5.9+20140913-1+b1
ii  libsigc++-2.0-0c2a2.4.0-1
ii  libsqlite3-0  3.8.7.4-1
ii  libstdc++64.9.2-10
ii  libtinfo5 5.9+20140913-1+b1
ii  libxapian22   1.2.19-1

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc]  0.6.11-1
ii  libparse-debianchangelog-perl   1.2.0-1.1
ii  sensible-utils  0.0.9

Versions of packages aptitude suggests:
ii  apt-xapian-index  0.47
ii  debtags   1.12.3
pn  tasksel   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#782846: ITP: endless-sky - space trading and combat game

2015-04-18 Thread Michael Zahniser

Package: wnpp
Severity: wishlist
Owner: Michael Zahniser mzahni...@gmail.com

* Package name: endless-sky
  Version : 0.7.9
  Upstream Author : Michael Zahniser mzahni...@gmail.com
* URL : http://endless-sky.github.io
* License : GPL-3+
  Programming Lang: C++
  Description : A 2D space trading and combat game.

Explore other star systems. Earn money by trading, carrying passengers, or
completing missions. Use your earnings to buy a better ship or to upgrade
the weapons and engines on your current one. Blow up pirates. Take sides in
a civil war. Or leave human space behind and hope to find some friendly
aliens whose culture is more civilized than your own...


* Package name: endless-sky-data
  Version : 0.7.9
  Upstream Author : Michael Zahniser mzahni...@gmail.com
* URL : http://endless-sky.github.io
* License : GPL-3+, CC-BY-SA-3.0, CC-BY-SA-4.0
  Description : Data files for endless-sky.


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



Bug#782839: flashplugin-nonfree: update-flashplugin-nonfree -- install fails to upgrade to version 11.2.202.457

2015-04-18 Thread Josef
Package: flashplugin-nonfree
Version: 1:3.6.1
Severity: normal

Dear Maintainer,

update-flashplugin-nonfree -- install does not upgrade from version 11.2.202.451
to 11.2.202.457. update-flashplugin-nonfree --status does report the new
upstream version. 
https://people.debian.org/~bartm/flashplugin-nonfree/D5C0FC14/ does contain 
fp.11.2.202.451.sha512.i386.pgp.asc but no fp.11.2.202.457.sha512.i386.pgp.asc
Adobe gives this update only lowest priority (3) but the definition is a little
bit awkward:
This update resolves vulnerabilities in a product that has historically not
been a target for attackers. Adobe recommends administrators install the
update at their discretion.

kind regards
Josef

-- Package-specific info:
Debian version: 8.0
Architecture: amd64
Package version: 1:3.6.1
Adobe Flash Player version: LNX 11,2,202,457
MD5 checksums:
160a01dd00527304e5291e65eb0c65e2  
/var/cache/flashplugin-nonfree/get-upstream-version.pl
c0150d886b3482f27023f97868b8b6a6  
/var/cache/flashplugin-nonfree/install_flash_player_11_linux.x86_64.tar.gz
fe9322f457b49a49a099b8a8b43e1f15  
/usr/lib/flashplugin-nonfree/libflashplayer.so
Alternatives:
flash-mozilla.so - auto mode
  link currently points to 
/usr/lib/flashplugin-nonfree/libflashplayer.so
/usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50
/usr/lib/gnash/libgnashplugin.so - priority 10
Current 'best' version is 
'/usr/lib/flashplugin-nonfree/libflashplayer.so'.
lrwxrwxrwx 1 root root 34 May 23  2014 
/usr/lib/mozilla/plugins/flash-mozilla.so - /etc/alternatives/flash-mozilla.so
/usr/lib/mozilla/plugins/flash-mozilla.so: symbolic link to 
/etc/alternatives/flash-mozilla.so

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

Kernel: Linux 4.0.0-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages flashplugin-nonfree depends on:
ii  binutils   2.25-5
ii  ca-certificates20141019
ii  debconf [debconf-2.0]  1.5.56
ii  gnupg  1.4.18-7
ii  libatk1.0-02.14.0-1
ii  libcairo2  1.14.0-2.1
ii  libcurl3-gnutls7.38.0-4
ii  libfontconfig1 2.11.0-6.3
ii  libfreetype6   2.5.2-3
ii  libgcc11:4.9.2-10
ii  libglib2.0-0   2.42.1-1
ii  libgtk2.0-02.24.25-3
ii  libnspr4   2:4.10.7-1
ii  libnss32:3.17.2-1.1
ii  libpango1.0-0  1.36.8-3
ii  libstdc++6 4.9.2-10
ii  libx11-6   2:1.6.2-3
ii  libxext6   2:1.3.3-1
ii  libxt6 1:1.1.4-1+b1
ii  wget   1.16-1

flashplugin-nonfree recommends no packages.

Versions of packages flashplugin-nonfree suggests:
ii  firefox [iceweasel]20.0~b7+build1-0ubuntu0.10.04.1~mfn1
ii  fonts-dejavu   2.34-1
pn  halnone
ii  iceweasel  31.6.0esr-1
pn  konqueror-nspluginsnone
ii  ttf-mscorefonts-installer  3.6
pn  ttf-xfree86-nonfreenone

-- 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#782838: [gparted] Gparted fails to start

2015-04-18 Thread Michael Gilbert
control: tag -1 confirmed
control: retitle -1 gparted: fails to start with gvfs installed

I missed this during testing since I don't use gvfs. gparted can be
made to work again if the gvfs package is removed, but that of course
is not a real solution.

Best wishes,
Mike


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



Bug#782840: ams fails to read sequencer patch files

2015-04-18 Thread Guido Scholz
Package: ams
Version: 2.1.1-0trusty3
Severity: normal

Dear Maintainer,

ams version 2.1.1 fails to open the sequencer demo files sequence01.ams to
sequence03.ams. They are available at system directory
  /usr/share/ams/demos/

When I open one of these example files the sequencer module is not recognized
and so not linked within the loaded patch.

This bug is meanwhile fixed upstream (I am an upstream developer). An a patch
to fix this bug is attached.



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

Kernel: Linux 3.16.0-34-lowlatency (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ams depends on:
ii  cmt   1.16-1
ii  libasound21.0.27.2-3ubuntu7
ii  libc6 2.19-0ubuntu6.6
ii  libfftw3-double3  3.3.3-7ubuntu3
ii  libgcc1   1:4.9.1-0ubuntu1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.9.5+20130622git7de15e7a-1ubuntu1
ii  liblo70.28-3
ii  libqt4-opengl 4:4.8.5+git192-g085f851+dfsg-2ubuntu4
ii  libqtcore44:4.8.5+git192-g085f851+dfsg-2ubuntu4
ii  libqtgui4 4:4.8.5+git192-g085f851+dfsg-2ubuntu4
ii  libstdc++64.8.2-19ubuntu1
ii  libzita-alsa-pcmi00.2.0-2
ii  mcp-plugins   0.4.0-2
ii  swh-plugins   0.4.15+1-7

Versions of packages ams recommends:
pn  amb-plugins  none
ii  rev-plugins  0.6.1-1
ii  vco-plugins  0.3.0-2

ams suggests no packages.

-- no debconf information
diff -u -r1.55 modularsynth.cpp
--- ams-2.1.1.orig/src/modularsynth.cpp	13 Apr 2014 09:38:29 -	1.55
+++ ams-2.1.1.orig/src/modularsynth.cpp	18 Apr 2015 15:30:04 -
@@ -1720,7 +1720,7 @@
   add_delay(moduleID);
   break;
   case M_type_seq:
-  add_seq(moduleID, subID1);
+  add_seq(subID1, moduleID);
   break;
   case M_type_env:
   add_env(moduleID);


Bug#782838: [gparted] Gparted fails to start

2015-04-18 Thread Thibaut Renaux
Package: gparted
Version: 0.19.0-2.1
Followup-For: Bug #782838

Getting this as well. dmesg|tail doesn't have anything useful.

This is the output from mount in case that's useful:

sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=1008984,mode=755)
devpts on /dev/pts type devpts
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,relatime,size=1617764k,mode=755)
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,commit=60,data=ordered)
securityfs on /sys/kernel/security type securityfs
(rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup
(rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-
cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpuset type cgroup
(rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup
(rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/devices type cgroup
(rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup
(rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup
(rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/blkio type cgroup
(rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup
(rw,nosuid,nodev,noexec,relatime,perf_event)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs
(rw,relatime,fd=22,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sdb1 on /media/olddd type ext4 (rw,relatime,errors=remount-
ro,data=ordered)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
tmpfs on /run/user/1000 type tmpfs
(rw,nosuid,nodev,relatime,size=808884k,mode=700,uid=1000,gid=1000)
tmpfs on /run/udisks2/inhibit-polkit type tmpfs (rw,relatime)
tmpfs on /run/udisks2/inhibit-polkit type tmpfs (rw,relatime)
tmpfs on /run/udisks2/inhibit-polkit type tmpfs (rw,relatime)
tmpfs on /run/udisks2/inhibit-polkit type tmpfs (rw,relatime)
tmpfs on /run/udisks2/inhibit-polkit type tmpfs (rw,relatime)



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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gparted depends on:
ii  libatkmm-1.6-12.22.7-2.1
ii  libc6 2.19-18
ii  libgcc1   1:4.9.2-10
ii  libglib2.0-0  2.42.1-1
ii  libglibmm-2.4-1c2a2.42.0-1
ii  libgtk2.0-0   2.24.25-3
ii  libgtkmm-2.4-1c2a 1:2.24.4-1.1
ii  libpangomm-1.4-1  2.34.0-1.1
ii  libparted-fs-resize0  3.2-7
ii  libparted23.2-7
ii  libsigc++-2.0-0c2a2.4.0-1
ii  libstdc++64.9.2-10
ii  libuuid1  2.25.2-6

gparted recommends no packages.

Versions of packages gparted suggests:
pn  dmraid none
ii  dmsetup2:1.02.90-2.2
ii  dosfstools 3.0.27-1
pn  gpart  none
pn  jfsutils   none
pn  kpartx none
ii  mtools 4.0.18-2
ii  ntfs-3g1:2014.2.15AR.3-1
pn  reiser4progs   none
pn  reiserfsprogs  none
pn  xfsprogs   none
pn  yelp   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#757410: Bug seems to be resolved

2015-04-18 Thread Andrey Gursky
Dear Breno and Troy,

I believe this bug can be closed as the former one [1] is resolved.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732824

Regards,
Andrey


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



Bug#782841: Fix for broken judy arrays with -O2

2015-04-18 Thread Andrey Gursky
Source: judy
Version: 1.0.5-4
Tags: patch

Dear Troy,

please remove -fno-aggressive-loop-optimizations from debian/rules.

I've attached a patch, originating from one written by Doug [1], that fixes:
- undefined behavior due to aggressive loop optimization
- multiple warnings: array subscript is above array bounds [-Warray-bounds]

Additionally I removed trailing whitespaces and the doubled code line:
#define jp_Addr1   j_po.jpo_u.j_po_Addr1

[1] http://sourceforge.net/p/judy/patches/5/#ba53

Regards,
Andrey
Original author Doug Baskins: http://sourceforge.net/p/judy/patches/5/#ba53

Andrey Gursky: removed trailing whitespaces and the doubled code line

---
 src/JudyCommon/JudyPrivateBranch.h |   33 +
 1 file changed, 21 insertions(+), 12 deletions(-)

Index: b/src/JudyCommon/JudyPrivateBranch.h
===
--- a/src/JudyCommon/JudyPrivateBranch.h
+++ b/src/JudyCommon/JudyPrivateBranch.h
@@ -19,7 +19,7 @@
 // Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 // _
 
-// @(#) $Revision: 4.57 $ $Source: /judy/src/JudyCommon/JudyPrivateBranch.h $
+// @(#) $Revision: 1.2 $ $Source: /home/doug/judy-1.0.5_min/test/../src/JudyCommon/RCS/JudyPrivateBranch.h,v $
 //
 // Header file for all Judy sources, for global but private (non-exported)
 // declarations specific to branch support.
@@ -55,7 +55,7 @@ typedef struct J_UDY_POINTER_OTHERS
 {
 Word_t  j_po_Addr;   // first word:  Pjp_t, Word_t, etc.
 union {
-//  Word_t  j_po_DcdPop0:cJU_BITSPERWORD-cJU_BITSPERBYTE;
+Word_t  j_po_Addr1;
 uint8_t j_po_DcdP0[sizeof(Word_t) - 1];
 uint8_t j_po_Bytes[sizeof(Word_t)]; // last byte = jp_Type.
 } jpo_u;
@@ -78,13 +78,18 @@ typedef struct J_UDY_POINTER_OTHERS
 // TBD:  Revise this structure to not overload j_po_DcdPopO this way?  The
 // current arrangement works, its just confusing.
 
-typedef struct _JUDY_POINTER_IMMED  // JPI.
+typedef struct _JUDY_POINTER_IMMEDL  
 {
-uint8_t j_pi_1Index[sizeof(Word_t)];// see above.
-uint8_t j_pi_LIndex[sizeof(Word_t) - 1];// see above.
-uint8_t j_pi_Type;  // JP type, 1 of cJ*_JPIMMED*.
-} jpi_t;
+Word_t  j_pL_Addr;
+uint8_t j_pL_LIndex[sizeof(Word_t) - 1];// see above.
+uint8_t j_pL_Type;
+} jpL_t;
 
+typedef struct _JUDY_POINTER_IMMED1   
+{
+uint8_t j_p1_1Index[(2 * sizeof(Word_t)) - 1];
+uint8_t j_p1_Type;
+} jp1_t;
 
 // UNION OF JP TYPES:
 //
@@ -96,18 +101,22 @@ typedef struct _JUDY_POINTER_IMMED
 typedef union J_UDY_POINTER // JP.
 {
 jpo_t j_po; // other than immediate indexes.
-jpi_t j_pi; // immediate indexes.
+jpL_t j_pL; // immediate indexes.
+jp1_t j_p1; // immediate indexes.
 } jp_t, *Pjp_t;
 
 // For coding convenience:
 //
-// Note, jp_Type has the same bits in jpo_t and jpi_t.
+// Note, jp_Type has the same bits in jpo_t jpL_t and jp1_t.
 
-#define jp_1Index  j_pi.j_pi_1Index // for storing Indexes in first  word.
-#define jp_LIndex  j_pi.j_pi_LIndex // for storing Indexes in second word.
+#define jp_1Index  j_p1.j_p1_1Index // for storing Indexes in first  word.
+#define jp_LIndex  j_pL.j_pL_LIndex // for storing Indexes in second word.
 #define jp_Addrj_po.j_po_Addr
+#define jp_Addr1   j_po.jpo_u.j_po_Addr1
 //#define   jp_DcdPop0 j_po.jpo_u.j_po_DcdPop0
-#define jp_Typej_po.jpo_u.j_po_Bytes[sizeof(Word_t) - 1]
+#define jp_Addr1   j_po.jpo_u.j_po_Addr1
+//#define jp_Typej_po.jpo_u.j_po_Bytes[sizeof(Word_t) - 1]
+#define jp_Typej_p1.j_p1_Type
 #define jp_DcdP0   j_po.jpo_u.j_po_DcdP0
 
 


Bug#782837: [Pkg-xfce-devel] Bug#782837: xfce4-session: Fails to shutdown/reboot or logout.

2015-04-18 Thread Yves-Alexis Perez
control: tag -1 unreproducible moreinfo

On sam., 2015-04-18 at 19:49 +0500, Kron wrote:
 When I try to reboot / shutdown or log off using xfce4-session-logout,
 nothing happens and xfce4-session-logout just closes. When I try to
 start it again, displayed a message Session manager must be in idle
 state when requesting a shutdown.

Can you tell when that started to happen? Did you change something? Was
it after an upgrade? Which packages?

Regards,
-- 
Yves-Alexis


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


Bug#782843: cryptsetup: please add read-only switches to cryptdisks_start

2015-04-18 Thread Christoph Anton Mitterer
Package: cryptsetup
Version: 2:1.6.6-5
Severity: wishlist


Hi.

Please allow the usage of cryptsetup's --readonly and -r
switches on cryptdisks_start.

Cheers,
Chris.


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



Bug#337340: Agentur bietet Stellen zum Jahresanfang

2015-04-18 Thread Meyer LTD

Lieber Bewerber,

die Arbeitsagentur stellt Ihnen nachfolgend eine interessante Tätigkeit in 
einem internationalen Team im Home-office Bereich vor, ohne Fahrtkosten, ohne 
Anfahrt, ohne Stau:

Wir schaffen qualitative und attraktive Stellen auch auf dem Land europaweit und bieten gleichzeitig hochwertige Qualität für unsere Kunden. 


Ab sofort suchen wir:
Kollegen (m/w) für den Support im Home-office in der Abteilung Telekommunikation und Büroarbeit 


Ihre Aufgaben wären:

- Unterlagen empfangen, bearbeiten und weiterleiten
- Dokumente kopieren/einscannen
- Mails beantworten
- Arbeit im Home Office in freien Zeiteinteilung
- Umgang mit zur Verfügung gestellten Büroausstattungen

Anforderungen an Sie:

- Unproblematischer Umgang mit E-mail, PC und Internet
- Deutsch fließend, Fremdsprachen sind vorteilhaft
- erfolgsorientiertes Arbeiten im Team
- Genauigkeit und Zielstrebigkeit

Wir bieten Ihnen eine Stelle in Festanstellung oder als Freiberufler mit einem Stundenlohn von 20 € Brutto in der Stunde in selbständigen Arbeitsweise und einer modernen Beschäftigungsform, sowie eine abwechslungsreiche Tätigkeit ohne Arbeitsweg mit flexiblen Arbeitszeiten. 

Es werden keine Fachkenntnisse vorausgesetzt. Die Einarbeitung findet schrittweise durch professionelle Mitarbeiten statt. Die benötigte technische Ausstattung stellen wir Ihnen kostenlos zur Verfügung. Die Arbeitsstelle kann gerne nebenberuflich ausgeführt werden sowie von Rentnern und Hausfrauen. 

Sie sind offen für flexible Arbeitszeitmodelle und die Arbeit im Home Office? Wenn wir Ihr Interesse geweckt haben, senden Sie uns Ihre Bewerbung per E-Mail an: frodoque...@post.com 



Ihre persönlichen Daten behandeln wir vertraulich.

Mit freundlichen Grüßen

Meyer LTD


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



Bug#683666: I Will Help Update Gradle to the Latest Version

2015-04-18 Thread 殷啟聰
I am a would-be GSoC student this year currently working on the
integration of Android SDK into Debian and updating Gradle and Groovy
is within our to-do list. Hence I will help update Gradle to the
latest version during this summer.

-- 
/*
* 殷啟聰 | Kai-Chung Yan
* Full-time student of Providence University of Taiwan
* LinkedIn:  https://linkedin.com/in/seamlik/
*/


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



Bug#627689: qt-gstreamer: Please enable unit tests

2015-04-18 Thread Diane Trout
Hello,

I was going through old bugs and realized I really should try to enable 
building unit 
tests for qt-gstreamer.

I tried with the new qt-gstreamer 1.2 version (in git/experimental) building 
using 
gstreamer 1.4, but unfortunately several test cases fail.

I fixed the test case failures and posted them temporarily at [1]. I contacted 
upstream to review and include in upstream but I haven't heard back from them 
about my second attempt.

Diane

[1] currently at https://github.com/detrout/qt-gstreamer/tree/unit-test-fixes2


Bug#782847: RFS: endless-sky/0.7.9-1 [ITP]

2015-04-18 Thread Michael Zahniser

Package: sponsorship-requests
Severity: wishlist

  Dear mentors,

  I am looking for a sponsor for my package endless-sky.

 * Package name: endless-sky
   Version : 0.7.9-1
   Upstream Author : Michael Zahniser mzahni...@gmail.com
 * URL : http://endless-sky.github.io
 * License : GPL-3+, CC-BY-SA-3.0, CC-BY-SA-4.0
   Section : games

  It builds these binary packages:

endless-sky - Space exploration and combat game.
endless-sky-data - Data files for Endless Sky.

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


  http://mentors.debian.net/package/endless-sky


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

dget -x 
http://mentors.debian.net/debian/pool/main/e/endless-sky/endless-sky_0.7.9-1.dsc


  More information about endless-sky can be obtained from 
http://endless-sky.github.io .


  Changes since the last upload:

  * Initial release. (Closes: #782846)


  Regards,
   Michael Zahniser


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



Bug#782418: cwm: FTBFS on kfreebsd: kbfunc.c:327:18: error: 'HOST_NAME_MAX' undeclared

2015-04-18 Thread Jakub Wilk

[Please CC me, I'm not subscribed to this bug.]

* James McDonald ja...@jamesmcdonald.com, 2015-04-18, 12:47:
How about falling back to _POSIX_HOST_NAME_MAX (which is 255, which 
should hopefully be enough for everybody) if HOST_NAME_MAX is not 
defined?


That's a sensible alternative. In fact, I discovered upstream have 
applied that exact solution for the upcoming version to allow building 
on MacOS X which is BSDish. I have modified the patch and tested 
building and using the related SSH functionality on Debian 
GNU/kFreeBSD stable, where it now works fine.


The patch itself looks good to me, but the patch header is no longer 
accurate.


--
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#782837: [Pkg-xfce-devel] Bug#782837: xfce4-session: Fails to shutdown/reboot or logout.

2015-04-18 Thread Yves-Alexis Perez
Please keep the bug on CC:, this is not a support channel.

On sam., 2015-04-18 at 23:30 +0500, Филипп Васькин wrote:
 Freshly installed OS. Today I installed Debian Jessie RC2 (base
 system), updated
 the system, installed the packages xserver-xorg, xfce4, xfce4-terminal,
 xfce4-notifyd, xfce4-xkb-plugin, gvfs, gvfs-backends, policykit-1-gnome and
 slim. This problem I was also able to reproduce on VirtualBox. Maybe I was
 missing some packages?

My guess would be that slim doesn't correctly setup the session for
you. It might be worth trying with lightdm and report back.

Also, what loginctl gives you when logged in?

Regards,
-- 
Yves-Alexis


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


Bug#782849: debsources: latest openldap sources reported as woody

2015-04-18 Thread Helmut Grohne
Package: qa.debian.org
Severity: wishlist
User: qa.debian@packages.debian.org
Usertags: debsources

http://sources.debian.net/src/openldap/latest/ gives you woody sources,
not sid sources. The reason is that the openldap version history is
non-monotonic (even considering epochs). There was a time when openldap
was maintained in openldap-X.Y and thus for a few releases there was no
src:openldap. When reintroducing src:openldap a lower version was
picked.

This certainly is a corner case, but it would be nice if the latest
would work nonetheless.

Helmut


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



Bug#781274: unblock: owncloud/7.0.4+dfsg-4

2015-04-18 Thread David Prévot
Tags -1 - moreinfo

[ Jonathan Wiltshire tagged this issue as moreinfo after Julien’s
  question. I hope it’s OK to untag it since there has been a reply
  immediately after that, followed by another upload (five days ago). ]

On Mon, Apr 13, 2015 at 12:53:19AM -0400, David Prévot wrote:
 On Sun, Apr 12, 2015 at 12:15:28PM -0400, David Prévot wrote:

  Please let me know if that addresses your concerns, and I’ll follow up
  with an upload.
 
 In the hope that it will, I just uploaded owncloud/7.0.4+dfsg-4 to
 unstable (so it should make it before the “quiet period”).

The said period now started (yet I can’t find any definition of what
that means exactly), and the three security issues affecting owncloud,
having their targeted fixes available in Sid, still affect the version
in Jessie.

Adding the security team in the loop for advice: what is the way to move
forward now? (Will the pending unblock requests be processed and I
shouldn’t worry, will the issues warrant a DSA and should I prepare it,
should we rather make a pu request, something else?)

Regards

David


signature.asc
Description: Digital signature


Bug#782847: RFS: endless-sky/0.7.9-1 [ITP]

2015-04-18 Thread James Cowgill
On Sat, 2015-04-18 at 14:31 -0400, Michael Zahniser wrote:
Dear mentors,
 
I am looking for a sponsor for my package endless-sky.

Here are some comments:

build:
The build passes -msse4.1 to g++. This will fail on non-x86 arches and
produce binaries which don't work without sse 4.1 processors on x86
arches.

debian/control:
libjpeg-turbo8-dev does not exist in debian, try libjpeg-dev
Latest standards version is 3.9.6

debian/copyright:
You need copies of CC-BY-SA-3.0 and CC-BY-3.0

debian/rules:
You should not hardcode -j4 in the rules file. Use the value given in
DEB_BUILD_OPTIONS 'parallel' instead (see policy 4.9.1).

Lintian output:
W: endless-sky: hardening-no-relro usr/games/endless-sky
I: endless-sky: hardening-no-fortify-functions usr/games/endless-sky
I: endless-sky: description-synopsis-might-not-be-phrased-properly
I: endless-sky: hyphen-used-as-minus-sign usr/share/man/man6/endless-sky.6.gz:7
I: endless-sky: desktop-entry-lacks-keywords-entry 
usr/share/applications/endless-sky.desktop
I: endless-sky-data: description-synopsis-might-not-be-phrased-properly
P: endless-sky: no-upstream-changelog
P: endless-sky-data: no-upstream-changelog

The warning should be fixed. That one is usually caused by the build
system ignoring custom CFLAGS/CXXFLAGS/etc. The others would be nice to
fix as well but are not essential.

Otherwise, the package looks good - I'm not a DD though so I can't
upload the package for you when it's done.

Thanks,
James


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


Bug#782852: lxc-ubuntu-cloud template hardcodes 'precise' tarball

2015-04-18 Thread Artom Lifshitz
Package: lxc
Version: 0.8.0~rc1-8+deb7u2
Severity: normal

On line 215, the lxc-ubuntu-cloud template obtains the tarball URL. Instead of
using the $release variable which can be set through the lxc-create command, it
hardcodes the release as 'precise'. This leads to the 'precise' image being
downloaded, regardless of what was specified to lxc-create. Simply changing
'precise' to '$release' should fix this (and has worked on my machine using
'trusty' as the release specified on the command line.)

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

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

Versions of packages lxc depends on:
ii  debconf [debconf-2.0]  1.5.49
ii  libc6  2.13-38+deb7u8
ii  libcap21:2.22-1.2
ii  multiarch-support  2.13-38+deb7u8

Versions of packages lxc recommends:
ii  debootstrap  1.0.48+deb7u2
ii  libcap2-bin  1:2.22-1.2
ii  rsync3.0.9-4

Versions of packages lxc suggests:
pn  lxctl  none

-- debconf information excluded


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



Bug#782853: unar: please make the package build reproducibly

2015-04-18 Thread Jérémy Bobbio
Source: unar
Version: 1.8.1-4
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps

Hi!

While working on the “reproducible builds” effort [1], we have noticed
that unar could not be built reproducibly.

The attached patch — based on Git master — removes the build date from
the binaries. In the context of Debian this gives no useful extra
information to users.

Once applied, unar can be built reproducibly in our current experimental
framework.

 [1]: https://wiki.debian.org/ReproducibleBuilds

-- 
Jérémy Bobbio.''`.
jeremy.bob...@irq7.fr   : :   : lu...@debian.org
`. `'`  lu...@torproject.org
  `-
From c6b1b514d7b3838c9867d3f57c9f52a55003ceb0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bobbio?= lu...@debian.org
Date: Sat, 18 Apr 2015 22:33:27 +0200
Subject: [PATCH] Make the package build reproducibly

Add a patch to remove the build date from the binaries.
---
 debian/changelog   |  4 
 debian/patches/remove-build-date.patch | 28 
 debian/patches/series  |  1 +
 3 files changed, 33 insertions(+)
 create mode 100644 debian/patches/remove-build-date.patch

diff --git a/debian/changelog b/debian/changelog
index 65387b4..8d24afc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ unar (1.8.1-4) UNRELEASED; urgency=medium
   * Document lsar's -L and -v options and unar's -v option.
   * Update Standards-Version to 3.9.6 (no changes).
 
+  [Jérémy Bobbio]
+  * Add a patch to remove the build date from the binaries in
+order to make the package build reproducibly.
+
  -- Matt Kraai kr...@debian.org  Mon, 15 Dec 2014 07:29:13 -0800
 
 unar (1.8.1-3) unstable; urgency=medium
diff --git a/debian/patches/remove-build-date.patch b/debian/patches/remove-build-date.patch
new file mode 100644
index 000..fd6002f
--- /dev/null
+++ b/debian/patches/remove-build-date.patch
@@ -0,0 +1,28 @@
+Description: Remove build date from binaries
+ In order to make unar build reproducibly, we remove the build date
+ from the binaries. In the context of Debian these dates give no
+ extra information.
+Author: Jérémy Bobbio lu...@debian.org
+
+--- unar-1.8.1.orig/XADMaster/lsar.m
 unar-1.8.1/XADMaster/lsar.m
+@@ -37,7 +37,7 @@ int main(int argc,const char **argv)
+ 	CSCommandLineParser *cmdline=[[CSCommandLineParser new] autorelease];
+ 
+ 	[cmdline setUsageHeader:
+-	@lsar  VERSION_STRING @ ( @__DATE__ @), a tool for listing the contents of archive files.\n
++	@lsar  VERSION_STRING @, a tool for listing the contents of archive files.\n
+ 	@Usage: lsar [options] archive [files ...]\n
+ 	@\n
+ 	@Available options:\n];
+--- unar-1.8.1.orig/XADMaster/unar.m
 unar-1.8.1/XADMaster/unar.m
+@@ -23,7 +23,7 @@ int main(int argc,const char **argv)
+ 	CSCommandLineParser *cmdline=[[CSCommandLineParser new] autorelease];
+ 
+ 	[cmdline setUsageHeader:
+-	@unar  VERSION_STRING @ ( @__DATE__ @), a tool for extracting the contents of archive files.\n
++	@unar  VERSION_STRING @, a tool for extracting the contents of archive files.\n
+ 	@Usage: unar [options] archive [files ...]\n
+ 	@\n
+ 	@Available options:\n];
diff --git a/debian/patches/series b/debian/patches/series
index 2624d1f..845acbc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ document-undocumented-options.patch
 use-NSComparisonResult.patch
 use-system-wavpack.patch
 pass-cppflags-for-fortify-functions.patch
+remove-build-date.patch
-- 
1.9.1



signature.asc
Description: Digital signature


Bug#747453: [Pkg-openssl-devel] Bug#747453: Florian and Kurt are right

2015-04-18 Thread Kurt Roeckx
The max cert size has actually been changed upstrem to 16384
(SSL3_RT_MAX_PLAIN_LENGTH) in commit 7f6e9578.  It's been changed
in all branches.


Kurt


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



Bug#782856: python-mock: please make the package build reproducibly

2015-04-18 Thread Jérémy Bobbio
Source: python-mock
Version: 1.0.1-3
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps

Hi!

While working on the “reproducible builds” effort [1], we have noticed
that python-mock could not be built reproducibly.

The attached patch removes the build date from the HTML documentation.
Once applied, python-mock can be built reproducibly in our current
experimental framework.

 [1]: https://wiki.debian.org/ReproducibleBuilds

-- 
Lunar.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   
diff -Nru python-mock-1.0.1/debian/changelog python-mock-1.0.1/debian/changelog
--- python-mock-1.0.1/debian/changelog	2014-02-26 20:41:10.0 +
+++ python-mock-1.0.1/debian/changelog	2015-04-18 21:21:50.0 +
@@ -1,3 +1,10 @@
+python-mock (1.0.1-3.0~reproducible1) UNRELEASED; urgency=low
+
+  * Stop recording build date in Sphinx documentation to make the package build
+reproducibly.
+
+ -- Jérémy Bobbio lu...@debian.org  Sat, 18 Apr 2015 21:09:14 +
+
 python-mock (1.0.1-3) unstable; urgency=medium
 
   * Team upload.
diff -Nru python-mock-1.0.1/debian/rules python-mock-1.0.1/debian/rules
--- python-mock-1.0.1/debian/rules	2013-05-08 05:57:02.0 +
+++ python-mock-1.0.1/debian/rules	2015-04-18 21:21:28.0 +
@@ -15,7 +15,8 @@
 	for py in $(PYVERS) $(PY3VERS); do \
 		$$py -B setup.py build; \
 	done
-	PYTHONPATH=. sphinx-build -b html -N docs/ docs/.build/html
+	PYTHONPATH=. sphinx-build -b html -N -D html_last_updated_fmt='' \
+		docs/ docs/.build/html
 
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:


signature.asc
Description: Digital signature


Bug#781782: iceweasel crashes when trying to go to https://mentors.debian.net/python-wget

2015-04-18 Thread Axel Beckert
Control: affects -1 conkeror
Control: found -1 37.0.1-1
Control: retitle -1 iceweasel crashes when trying to go to 
https://mentors.debian.net/package/python-wget

Hi,

shirish शिरीष wrote:
 Iceweasel crashed when I clicked on
 https://mentors.debian.net/package/python-wget as shared at
 https://lists.debian.org/debian-python/2015/04/msg2.html .

I can confirm that. For me, conkeror using iceweasel 37.0.1-1 as
application engine crashes upon accessing
https://mentors.debian.net/package/klatexformula for one or two weeks,
too. Had to view that page in a different browser instead.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE


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



Bug#782838: gvfs

2015-04-18 Thread Michael Gilbert
On Sat, Apr 18, 2015 at 4:49 PM, Søren Holm wrote:
 Removing gvfs does not work.

You'll probably need to reboot to get gvfs to completely go away.  See:
https://bugs.debian.org/544148

Best wishes,
Mike


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



Bug#782847: RFS: endless-sky/0.7.9-1 [ITP]

2015-04-18 Thread Michael Zahniser

Thanks for the quick feedback!

If SSE 4.1 is not acceptable, is it possible to at least depend on SSE 
3? I use some SSE intrinsics to optimize geometric calculations. Should 
I modify the code so those instructions are used only if a special 
command line option is given? That would mean all the official packages 
would be un-optimized, even though all i386 and amd64 processors from 
the last decade support SSE 3.


For libjpeg, right now I use the JCS_EXT_BGRA option (converting to 
32-bit BGRA color when decoding JPEGs). The reason I specified 
libpeg-turbo is because other libjpeg implementations may not include 
that extension. (But, I see that libjpeg-turbo is the default 
implementation of libjpeg on Debian, anyway.) Is it safe to just specify 
plain libjpeg as the dependency?


-Michael



On 04/18/2015 04:33 PM, James Cowgill wrote:

On Sat, 2015-04-18 at 14:31 -0400, Michael Zahniser wrote:

Dear mentors,

I am looking for a sponsor for my package endless-sky.


Here are some comments:

build:
The build passes -msse4.1 to g++. This will fail on non-x86 arches and
produce binaries which don't work without sse 4.1 processors on x86
arches.

debian/control:
libjpeg-turbo8-dev does not exist in debian, try libjpeg-dev
Latest standards version is 3.9.6

debian/copyright:
You need copies of CC-BY-SA-3.0 and CC-BY-3.0

debian/rules:
You should not hardcode -j4 in the rules file. Use the value given in
DEB_BUILD_OPTIONS 'parallel' instead (see policy 4.9.1).

Lintian output:
W: endless-sky: hardening-no-relro usr/games/endless-sky
I: endless-sky: hardening-no-fortify-functions usr/games/endless-sky
I: endless-sky: description-synopsis-might-not-be-phrased-properly
I: endless-sky: hyphen-used-as-minus-sign usr/share/man/man6/endless-sky.6.gz:7
I: endless-sky: desktop-entry-lacks-keywords-entry 
usr/share/applications/endless-sky.desktop
I: endless-sky-data: description-synopsis-might-not-be-phrased-properly
P: endless-sky: no-upstream-changelog
P: endless-sky-data: no-upstream-changelog

The warning should be fixed. That one is usually caused by the build
system ignoring custom CFLAGS/CXXFLAGS/etc. The others would be nice to
fix as well but are not essential.

Otherwise, the package looks good - I'm not a DD though so I can't
upload the package for you when it's done.

Thanks,
James




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



Bug#782858: bzr: please make the build reproducible

2015-04-18 Thread Jelmer Vernooij
Source: bzr
Version: 2.6.0+bzr6595-6
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps fileordering

Hi!

While working on the “reproducible builds” effort [1], we have noticed
that bzr could not be built reproducibly.

The attached patch removes extra timestamps from the build system and
ensure a stable file order when creating the source archive. Once
applied,
bzr can be built reproducibly in our current experimental framework.

 [1]: https://wiki.debian.org/ReproducibleBuilds
=== modified file 'debian/changelog'
--- debian/changelog	2014-09-27 21:52:46 +
+++ debian/changelog	2015-03-14 23:47:50 +
@@ -1,3 +1,10 @@
+bzr (2.6.0+bzr6595-7) UNRELEASED; urgency=medium
+
+  * Add patch 09_remove_generation_time: Removes generation time from
+manpage, as it causes unreproducible builds.
+
+ -- Jelmer Vernooij jel...@debian.org  Sun, 15 Mar 2015 00:45:50 +0100
+
 bzr (2.6.0+bzr6595-6) unstable; urgency=medium
 
   * Re-add python-paramiko as build-dependency now 1.14.1 is in the

=== added file 'debian/patches/09_remove_generation_time'
--- debian/patches/09_remove_generation_time	1970-01-01 00:00:00 +
+++ debian/patches/09_remove_generation_time	2015-03-14 23:47:50 +
@@ -0,0 +1,32 @@
+Description: Remove generation time from scripts; this causes unreproducible builds.
+Origin: commit, revision id: jel...@samba.org-20150314234401-vk8pqfi2zw549uxg
+Author: Jelmer Vernooij jel...@samba.org
+Last-Update: 2015-03-14
+Applied-Upstream: no
+X-Bzr-Revision-Id: jel...@samba.org-20150314234401-vk8pqfi2zw549uxg
+
+=== modified file 'bzrlib/doc_generate/autodoc_man.py'
+--- old/bzrlib/doc_generate/autodoc_man.py	2012-03-16 13:46:56 +
 new/bzrlib/doc_generate/autodoc_man.py	2015-03-14 23:44:01 +
+@@ -189,8 +189,6 @@
+ .\\\ \%(bzrcmd)s help commands\
+ .\\\ \%(bzrcmd)s help cmd\
+ .\\\
+-.\\\ Generation time: %(timestamp)s
+-.\\\
+ 
+ .ie \\n(.g .ds Aq \\(aq
+ .el .ds Aq '
+
+=== modified file 'bzrlib/doc_generate/autodoc_rstx.py'
+--- old/bzrlib/doc_generate/autodoc_rstx.py	2014-05-08 01:28:12 +
 new/bzrlib/doc_generate/autodoc_rstx.py	2015-03-14 23:44:01 +
+@@ -144,7 +144,6 @@
+ .. %(bzrcmd)s help commands
+ .. %(bzrcmd)s help cmd
+ ..
+-.. Generation time: %(timestamp)s
+ 
+ 
+ 
+

=== modified file 'debian/patches/series'
--- debian/patches/series	2014-09-27 17:46:31 +
+++ debian/patches/series	2015-03-14 23:47:50 +
@@ -5,3 +5,4 @@
 06_win32_paths
 07_shorten_test_names
 08_disable_put_file_unicode
+09_remove_generation_time



signature.asc
Description: Digital signature


Bug#172774: mawk: gsub(/^ */, , s) removes space in middle of string

2015-04-18 Thread Christophe
Package: mawk
Version: 1.3.3-17
Followup-For: Bug #172774

Dear Maintainer,

I am using Debian testing, and the bug is still present.
Considering the bug is marked fixed in upstream, I am wondering if there is any 
plan to update mawk?

Regards,
Christophe.


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

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages mawk depends on:
ii  libc6  2.19-13

mawk recommends no packages.

mawk 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#782838: gvfs

2015-04-18 Thread Søren Holm
I did - didn't work :(

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


Bug#782340: RFS: redeclipse/1.5.1-1 redeclipse-data/1.5.1-1

2015-04-18 Thread Martin Erik Werner
tags 782340 + fixed pending
thanks

redelipse-data is now in experimental.
redeclipse is pending in NEW (due to the new redeclipse-common binary
package).
-- 
Martin Erik Werner martinerikwer...@gmail.com


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



  1   2   >