Processed (with 2 errors): move bugs II

2014-03-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # both bugs are fixed already
 fixed 734768 openni-utils 1.5.4.0-7
Unknown command or malformed arguments to command.
 fixed 734894 openni-utils 1.5.4.0-7
Unknown command or malformed arguments to command.
 # lets try to merge them again
 affects 734768 - libopenni0
Bug #734768 {Done: Hans-Christoph Steiner h...@eds.org} [openni-utils] 
libopenni-sensor-pointclouds0: modifies conffiles (policy 10.7.3): 
/etc/openni/modules.xml
Removed indication that 734768 affects libopenni0
 affects 734768 + libopenni-sensor-pointclouds0 libopenni-sensor-primesense0
Bug #734768 {Done: Hans-Christoph Steiner h...@eds.org} [openni-utils] 
libopenni-sensor-pointclouds0: modifies conffiles (policy 10.7.3): 
/etc/openni/modules.xml
Added indication that 734768 affects libopenni-sensor-pointclouds0 and 
libopenni-sensor-primesense0
 affects 734894 + libopenni-sensor-pointclouds0 libopenni-sensor-primesense0
Bug #734894 {Done: Hans-Christoph Steiner h...@eds.org} [openni-utils] 
libopenni-sensor-primesense0: modifies conffiles (policy 10.7.3): 
/etc/openni/modules.xml
Added indication that 734894 affects libopenni-sensor-pointclouds0 and 
libopenni-sensor-primesense0
 merge 734768 734894
Bug #734768 {Done: Hans-Christoph Steiner h...@eds.org} [openni-utils] 
libopenni-sensor-pointclouds0: modifies conffiles (policy 10.7.3): 
/etc/openni/modules.xml
Bug #734894 {Done: Hans-Christoph Steiner h...@eds.org} [openni-utils] 
libopenni-sensor-primesense0: modifies conffiles (policy 10.7.3): 
/etc/openni/modules.xml
Merged 734768 734894

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
734768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734768
734894: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734894
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: Re: move bugs III

2014-03-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # let's try this again
 fixed 734768 1.5.4.0-7
Bug #734768 {Done: Hans-Christoph Steiner h...@eds.org} [openni-utils] 
libopenni-sensor-pointclouds0: modifies conffiles (policy 10.7.3): 
/etc/openni/modules.xml
Bug #734894 {Done: Hans-Christoph Steiner h...@eds.org} [openni-utils] 
libopenni-sensor-primesense0: modifies conffiles (policy 10.7.3): 
/etc/openni/modules.xml
Marked as fixed in versions openni/1.5.4.0-7.
Marked as fixed in versions openni/1.5.4.0-7.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
734768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734768
734894: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734894
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#733381: Bug #733381: gpx2shp: FTBFS: geod_set.c:32:2: error: too few arguments to function 'pj_ell_set'

2014-03-01 Thread Petter Reinholdtsen
Hi.  again.

A month ago you mentioned that you had a fix ready for gpx2shp to
solve URL: https://bugs.debian.org/733381  and planned to make a new
release.  This bug block gpx2shp from being part of the next release
of debian, so I would like to fix it as quickly as possible.

-- 
Happy hacking
Petter Reinholdtsen


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



Bug#740345: [Pkg-systemd-maintainers] Bug#740345: systemd: configuration/arch-any files under /usr/lib/

2014-03-01 Thread Michael Stapelberg
[+cc lennart]

Lennart, I vaguely recall us talking about /usr/share during
DebConf. AFAIR, you had strong opinions on the distinction between lib
and share not working out? I may be wrong, but in case I’m not, I’d
appreciate it if you could comment on this thread briefly. Thanks.

Hi Axel,

Axel Beckert a...@debian.org writes:
 Justification: Policy 9.1.1 / FHS

 systemd demands that plain-text default configuration files (according
 to tmpfiles.d(5)) for temporary directories are placed under
 /usr/lib/tmpfiles.d/ and places at least one file there itself.

 This violates FHS as architecture independent files must not go under
 /usr/lib/ but under /usr/share/ instead.

 So please change /usr/lib/tmpfiles.d/ to /usr/share/tmpfiles.d/ (and
 maybe add a symlink from /usr/lib/tmpfiles.d/ to
 /usr/share/tmpfiles.d/).
While in general I applaud efforts to be more standards-compliant, I
think the FHS is getting increasingly out of date and less relevant to
Linux as a whole.

For this particular case (i.e. /usr/share should be used over
/usr/lib), I don’t think there’s any benefit whatsoever we’d get from
changing the path.

I read up on the FHS, and I found two sections relevant to this issue:

/usr/lib : Libraries for programming and packages

/usr/lib includes object files, libraries, and internal binaries
that are not intended to be executed directly by users or shell
scripts. [22]

Applications may use a single subdirectory under /usr/lib. If an
application uses a subdirectory, all architecture-dependent data
exclusively used by the application must be placed within that
subdirectory. [23]

And:

/usr/share : Architecture-independent data

The /usr/share hierarchy is for all read-only architecture
independent data files. [30]

This hierarchy is intended to be shareable among all architecture
platforms of a given OS; thus, for example, a site with i386, Alpha,
and PPC platforms might maintain a single /usr/share directory that
is centrally-mounted. Note, however, that /usr/share is generally
not intended to be shared by different OSes or by different releases
of the same OS.

Any program or package which contains or requires data that doesn't
need to be modified should store that data in /usr/share (or
/usr/local/share, if installed locally). It is recommended that a
subdirectory be used in /usr/share for this purpose.

Now, the FHS says that architecture-dependent data _must_ be placed in
/usr/lib. It also says that /usr/share is for read-only architecture
independent data files.

Notably, it does not specify that you _must not_ place
architecture-independent data in /usr/lib.

Therefore, I don’t think we are violating the FHS with the systemd
package.

I’ll close the bug unless you manage to convince me otherwise,
preferably with an actual benefit that we’d get from changing the path,
apart from following some document with questionable relevancy to the
letter :-).

-- 
Best regards,
Michael


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



Bug#615703: marked as done (courier: ftbfs with gold or ld --no-add-needed)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Mar 2014 09:55:44 +0100
with message-id 5311a090.4010...@linuxia.de
and subject line Closing old bug
has caused the Debian Bug report #615703,
regarding courier: ftbfs with gold or ld --no-add-needed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
615703: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615703
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: courier
Version: 0.65.0-3
Severity: important
Tags: sid
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

The package fails to build in a test rebuild on at least amd64 with
ld --no-add-needed.  For details, please see:
http://lists.debian.org/debian-devel-announce/2011/02/msg00011.html
http://wiki.debian.org/ToolChain/DSOLinking

Ubuntu might have a patch for this issue, but unfortunately it was
not forwarded to Debian.  Please have a look at
http://packages.qa.debian.org/courier to see if an Ubuntu version for
this package exists, and if a fix is included in the Ubuntu diff.

[...]
libtool: link: ranlib .libs/librewrite.a
libtool: link: ( cd .libs  rm -f librewrite.la  ln -s 
../librewrite.la librewrite.la )
gcc -DHAVE_CONFIG_H -I. `/usr/bin/courierauthconfig --cppflags`-I./../.. 
-I../.. -I./../../courier -I../../courier -I./../../rfc822 -I./../../afx 
-I./../../courier/libs -I./../../authlib -Wall -g -O2 -MT courieresmtp.o -MD 
-MP -MF .deps/courieresmtp.Tpo -c -o courieresmtp.o courieresmtp.c
mv -f .deps/courieresmtp.Tpo .deps/courieresmtp.Po
gcc -DHAVE_CONFIG_H -I. `/usr/bin/courierauthconfig --cppflags`-I./../.. 
-I../.. -I./../../courier -I../../courier -I./../../rfc822 -I./../../afx 
-I./../../courier/libs -I./../../authlib -Wall -g -O2 -MT esmtpclient.o -MD -MP 
-MF .deps/esmtpclient.Tpo -c -o esmtpclient.o esmtpclient.c
mv -f .deps/esmtpclient.Tpo .deps/esmtpclient.Po
gcc -DHAVE_CONFIG_H -I. `/usr/bin/courierauthconfig --cppflags`-I./../.. 
-I../.. -I./../../courier -I../../courier -I./../../rfc822 -I./../../afx 
-I./../../courier/libs -I./../../authlib -Wall -g -O2 -MT esmtpconfig.o -MD -MP 
-MF .deps/esmtpconfig.Tpo -c -o esmtpconfig.o esmtpconfig.c
mv -f .deps/esmtpconfig.Tpo .deps/esmtpconfig.Po
gcc -DHAVE_CONFIG_H -I. `/usr/bin/courierauthconfig --cppflags`-I./../.. 
-I../.. -I./../../courier -I../../courier -I./../../rfc822 -I./../../afx 
-I./../../courier/libs -I./../../authlib -Wall -g -O2 -MT smtproutes.o -MD -MP 
-MF .deps/smtproutes.Tpo -c -o smtproutes.o smtproutes.c
mv -f .deps/smtproutes.Tpo .deps/smtproutes.Po
gcc -DHAVE_CONFIG_H -I. `/usr/bin/courierauthconfig --cppflags`-I./../.. 
-I../.. -I./../../courier -I../../courier -I./../../rfc822 -I./../../afx 
-I./../../courier/libs -I./../../authlib -Wall -g -O2 -MT staticlist.o -MD -MP 
-MF .deps/staticlist.Tpo -c -o staticlist.o staticlist.c
mv -f .deps/staticlist.Tpo .deps/staticlist.Po
/usr/bin/libtool --tag=CC   --mode=link gcc  -I./../.. -I../.. 
-I./../../courier -I../../courier -I./../../rfc822 -I./../../afx 
-I./../../courier/libs -I./../../authlib -Wall -g -O2 
`/usr/bin/courierauthconfig --ldflags` -lcrypt -o courieresmtp courieresmtp.o 
esmtpclient.o esmtpconfig.o smtproutes.o staticlist.o -lcourierauthsaslclient 
../../courier/libs/libmodule.la librewrite.la ../../imap/libimapd.la 
../../courier/libs/libcommon.la ../../courier/libs/libcourier.la 
../../rfc1035/librfc1035.a ../../rfc822/librfc822.la 
../../rfc2045/librfc2045.la ../../libhmac/libhmac.la ../../sha1/libsha1.la 
../../md5/libmd5.la ../../tcpd/libtlsclient.la ../../numlib/libnumlib.la 
../../waitlib/libwaitlib.a ../../tcpd/libspipe.la ../../gdbmobj/libgdbmobj.la 
../../md5/libmd5.la ../../random128/librandom128.la ../../soxwrap/libsoxwrap.a 
../../unicode/libunicode.la `cat ../../soxwrap/soxlibs.dep` -ldl  
libtool: link: gcc -I./../.. -I../.. -I./../../courier -I../../courier 
-I./../../rfc822 -I./../../afx -I./../../courier/libs -I./../../authlib -Wall 
-g -O2 -o courieresmtp courieresmtp.o esmtpclient.o esmtpconfig.o smtproutes.o 
staticlist.o  -L/usr/lib/courier-authlib 
/usr/lib/courier-authlib/libcourierauthsaslclient.so 
../../courier/libs/.libs/libmodule.a ./.libs/librewrite.a 
../../imap/.libs/libimapd.a ../../courier/libs/.libs/libcommon.a 
../../courier/libs/.libs/libcourier.a ../../rfc1035/librfc1035.a 
../../rfc822/.libs/librfc822.a ../../rfc2045/.libs/librfc2045.a 
../../libhmac/.libs/libhmac.a ../../sha1/.libs/libsha1.a 
../../tcpd/.libs/libtlsclient.a ../../numlib/.libs/libnumlib.a 
../../waitlib/libwaitlib.a ../../tcpd/.libs/libspipe.a 
../../gdbmobj/.libs/libgdbmobj.a /usr/lib/libgdbm.so ../../md5/.libs/libmd5.a 

Bug#739999: tomcat7: FTBFS: Unit tests are failing ('java.net.BindException: Address already in use' error)

2014-03-01 Thread Emmanuel Bourg
FYI this message does appear during a normal build. You have to check
the test reports to know if this was expected or not.

Emmanuel Bourg


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



Bug#737444: marked as done ([src:ntop] Sourceless file (minified))

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Mar 2014 09:49:26 +
with message-id e1wjgxu-0007se...@franck.debian.org
and subject line Bug#737444: fixed in ntop 3:5.0.1+dfsg1-2
has caused the Debian Bug report #737444,
regarding [src:ntop] Sourceless file (minified)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
737444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737444
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:ntop 
Version:   3:5.0.1+dfsg1-1 
Severity: serious
User: debian...@lists.debian.org
Usertags: source-contains-prebuilt-javascript-object
X-Debbugs-CC: ftpmas...@debian.org

I could not find the source of:
html/jquery-1.7.2.min.js
html/jquery-ui-1.8.16.custom.min.js
html/jqplot/jquery.jqplot.min.js




Bastien
---End Message---
---BeginMessage---
Source: ntop
Source-Version: 3:5.0.1+dfsg1-2

We believe that the bug you reported is fixed in the latest version of
ntop, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 737...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ludovico Cavedon cave...@debian.org (supplier of updated ntop package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 01 Mar 2014 01:05:28 -0800
Source: ntop
Binary: ntop ntop-dbg ntop-data
Architecture: source amd64 all
Version: 3:5.0.1+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Ludovico Cavedon cave...@debian.org
Changed-By: Ludovico Cavedon cave...@debian.org
Description: 
 ntop   - display network usage in web browser
 ntop-data  - display network usage in a web browser (data files)
 ntop-dbg   - display network usage in web browser (debug symbols)
Closes: 737444 737917
Changes: 
 ntop (3:5.0.1+dfsg1-2) unstable; urgency=medium
 .
   * Use system jquery js and css (Closes: #737444).
   * Include non-minimized source for jquery.jqplot.js (Closes: #737444).
   * Add versioncheck.patch to fix handling and documentation of
 --skip-version-check command line option (Closes: #737917).
   * Update Standards-Version to 3.9.5.
Checksums-Sha1: 
 4b300fe9042dd69f64688f35a3d266a13806afa9 2109 ntop_5.0.1+dfsg1-2.dsc
 5c5d4d4ba2d6ff72237c0a260951a2c18d593adb 124416 
ntop_5.0.1+dfsg1-2.debian.tar.xz
 80a018e61d69f60cd0895697c2f125d8f81364d6 618898 ntop_5.0.1+dfsg1-2_amd64.deb
 12c14f50db29bc91e8c3db379bf45d817648a57c 808768 
ntop-dbg_5.0.1+dfsg1-2_amd64.deb
 934780dcbb7d8c2f5adcfee8cd5a6363be019d76 1185732 
ntop-data_5.0.1+dfsg1-2_all.deb
Checksums-Sha256: 
 fc5ad3e032de73d4db6b517538aeb515c3c1fa5b741de3749392462ca5d9414e 2109 
ntop_5.0.1+dfsg1-2.dsc
 e6572959fdc4b62b749b56e6512a4ebad85c8c974929df167e2109e7731c1851 124416 
ntop_5.0.1+dfsg1-2.debian.tar.xz
 c3d9619e83d3b64deb750fe804549cce07627d9b587520a3b9cda03c10e710c9 618898 
ntop_5.0.1+dfsg1-2_amd64.deb
 99f580cae8b7fa213b2b3afa57fd13928a6604ed11bd23463653722477a9002d 808768 
ntop-dbg_5.0.1+dfsg1-2_amd64.deb
 48a947afcfdacec7148afd3cb184ea2648a8c758d5a39ece84b657cfa33625f4 1185732 
ntop-data_5.0.1+dfsg1-2_all.deb
Files: 
 a347c6520a4e38039ce0fca33e55b945 2109 net optional ntop_5.0.1+dfsg1-2.dsc
 098029f289c5f9ca651c9e4ec1608822 124416 net optional 
ntop_5.0.1+dfsg1-2.debian.tar.xz
 fbf19ddd2633869e8a1095551712fa67 618898 net optional 
ntop_5.0.1+dfsg1-2_amd64.deb
 73d7f49be76e359f97ed2aee4eb4a5fc 808768 debug extra 
ntop-dbg_5.0.1+dfsg1-2_amd64.deb
 24f91f0e94bf7a049b48f24ab1251df9 1185732 net optional 
ntop-data_5.0.1+dfsg1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTEalsAAoJEBPAtWZ6OLCwaJQQAMhsRDBI3t36k+Xz+IN+CUsT
MmN5HU2pOS1ptDvtAug3mtAAcZncE3z8gEET6WgevArwxm+KnYdXxu+iUfuZ4gyy
nVhTLTTXQqbAaZf3cvtWLUTXswyzRn4/9Hafm9HOTpzvqXeXu09MAZdBkDxxKO9v
Lvh0lVIRcYbHXgOWVQ3iG3JmmK6SxzyA3iZYCQRNppwyryYwLsVqu+D/j53n8uDT
oTBJHpmjVaU+UO4fDIRxcaClVXl4KoleqB/T8KY1rapHLv6BzsGhJ8uIlam4VWDr
tKDGl4exfCZb2IxOXVTxgsIsgnlGOY83KGJywBfxMFxf26tPER28gJZ26FbvfBvK
kH2RihwkjsoKnfKFWwtUiodsH6N6xYKeCZc+FOEhbLd8JgfgBoCIppTY24wrU4PZ
WOfDTGkFPaAbU934y+WhXdQl7RetPCHo8I6OzB+dkDN7ReAp/fvHvTD14oPunRxY
jIQL8QywE1kaZpP5AqNhJxuwOKWPj4dd2q0+9U8qEvP7sazhObsYz8OTDtvW1a9x
TanESxqGf6QrNBvt0Fa+BjKlLfNxeALr92MbKx9qHO4fGXT+BZXq8Rm59yaUSyHi

Bug#734292: marked as done (incorrect package content when built with python3.4 as a supported version)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Mar 2014 10:34:37 +
with message-id e1wjhfd-000531...@franck.debian.org
and subject line Bug#734292: fixed in zeroc-ice 3.5.1-5.1
has caused the Debian Bug report #734292,
regarding incorrect package content when built with python3.4 as a supported 
version
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
734292: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734292
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: zeroc-ice
Version: 3.5.1-5
Severity: important
Tags: sid, jessie
User: debian-pyt...@lists.debian.org
Usertag: python3.4

incorrect package content is seen when built with python3.4 as a supported
version.  This might be a dh_python3 issue too.

chroot-autobuild/build/buildd/python3-zeroc-ice_3.5.0-3ubuntu2_amd64.deb:
drwxr-xr-x root/root 0 2014-01-04 19:07 ./
drwxr-xr-x root/root 0 2014-01-04 19:06 ./usr/
drwxr-xr-x root/root 0 2014-01-04 19:06 ./usr/lib/
drwxr-xr-x root/root 0 2014-01-04 19:06 ./usr/lib/python3.4/
drwxr-xr-x root/root 0 2014-01-04 19:07 
./usr/lib/python3.4/dist-packages/
-rw-r--r-- root/root906560 2014-01-04 19:07
./usr/lib/python3.4/dist-packages/IcePy.so.3.5.0
drwxr-xr-x root/root 0 2014-01-04 19:06 ./usr/lib/python3/
drwxr-xr-x root/root 0 2014-01-04 19:07 ./usr/lib/python3/dist-packages/
-rw-r--r-- root/root  3865 2014-01-04 19:06
./usr/lib/python3/dist-packages/Ice_ServantLocator_ice.py
-rw-r--r-- root/root  1877 2014-01-04 19:06
./usr/lib/python3/dist-packages/Ice_BuiltinSequences_ice.py
[...]

from
https://launchpadlibrarian.net/161592371/buildlog_ubuntu-trusty-amd64.zeroc-ice_3.5.0-3ubuntu2_UPLOADING.txt.gz
---End Message---
---BeginMessage---
Source: zeroc-ice
Source-Version: 3.5.1-5.1

We believe that the bug you reported is fixed in the latest version of
zeroc-ice, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 734...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose d...@debian.org (supplier of updated zeroc-ice package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 26 Feb 2014 09:51:05 +0100
Source: zeroc-ice
Binary: zeroc-ice35 ice35-translators ice35-services libicestorm35 libicegrid35 
libicebox35 icebox libicepatch2-35 libglacier2-35 libfreeze35 libicedb35 
ice35-slice libzeroc-ice35 libicessl35 libiceutil35 libicexml35 libslice35 
libzeroc-ice35-dev libzeroc-ice35-dbg python-zeroc-ice python3-zeroc-ice 
php-zeroc-ice libzeroc-ice3.5-cil ruby-zeroc-ice libzeroc-ice3.5-java 
icegrid-gui
Architecture: source amd64 all
Version: 3.5.1-5.1
Distribution: unstable
Urgency: medium
Maintainer: Francisco Moya p...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 ice35-services - Services bundled into ZeroC Ice
 ice35-slice - Slice definitions for Ice services
 ice35-translators - Slice translators to several languages
 icebox - Plugin-based meta-application for ZeroC Ice
 icegrid-gui - GUI for IceGrid service
 libfreeze35 - Libraries implementing a persistence framework for ZeroC Ice
 libglacier2-35 - Libraries implementing a firewall service for ZeroC Ice
 libicebox35 - Libraries implementing a plugin framework for ZeroC Ice
 libicedb35 - Libraries for persistent backends for ZeroC Ice
 libicegrid35 - Libraries implementing grid-like services for ZeroC Ice
 libicepatch2-35 - Libraries implementing a distribution service for ZeroC Ice
 libicessl35 - Ice for C++ SSL plug-in
 libicestorm35 - Libraries implementing an event service for ZeroC Ice
 libiceutil35 - Ice for C++ misc utility library
 libicexml35 - ZeroC Ice for C++ XML parser library
 libslice35 - Ice for C++ Slice parser library
 libzeroc-ice3.5-cil - Ice for C# libraries
 libzeroc-ice3.5-java - Ice for Java libraries
 libzeroc-ice35 - Ice for C++ runtime library
 libzeroc-ice35-dbg - Ice for C++ debugging symbols
 libzeroc-ice35-dev - Ice for C++ development libraries
 php-zeroc-ice - Ice for PHP extension
 python-zeroc-ice - Ice for Python libraries (Python 2)
 python3-zeroc-ice - Ice for Python libraries (Python 3)
 ruby-zeroc-ice - Ice for Ruby modules
 

Bug#740414: libgdk-3.so.0: undefined symbol: cairo_xlib_surface_create

2014-03-01 Thread Pierre Rudloff
Subject: libgdk-3.so.0: undefined symbol: cairo_xlib_surface_create
Package: libgtk-3-0
Version: 3.4.2-7
Justification: renders package unusable
Severity: grave


Hello,

When I launch a GTK application, it crashes with the following error:
symbol lookup error: /usr/lib/arm-linux-gnueabi/libgdk-3.so.0: undefined 
symbol: cairo_xlib_surface_create

Regards,



-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: armel (armv7l)

Kernel: Linux 3.0.101.RN_ARM.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgtk-3-0 depends on:
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-38+deb7u1
ii  libcairo-gobject2   1.12.2-3.netgear1
ii  libcairo2   1.12.2-3.netgear1
ii  libcolord1  0.1.21-1
ii  libcomerr2  1.42.5-1.1
ii  libcups21.5.3-5+deb7u1
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgcc1 1:4.7.2-5
ii  libgcrypt11 1.5.0-5+deb7u1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgnutls26 2.12.20-7
ii  libgssapi-krb5-21.10.1+dfsg-5+deb7u1
ii  libgtk-3-common 3.4.2-7
ii  libk5crypto31.10.1+dfsg-5+deb7u1
ii  libkrb5-3   1.10.1+dfsg-5+deb7u1
ii  libpango1.0-0   1.30.1-netgear1
ii  libx11-62:1.5.0-1+deb7u1
ii  libxcomposite1  1:0.4.3-2
ii  libxcursor1 1:1.1.13-1+deb7u1
ii  libxdamage1 1:1.1.3-2
ii  libxext62:1.3.1-2+deb7u1
ii  libxfixes3  1:5.0-4+deb7u1
ii  libxi6  2:1.6.1-1+deb7u1
ii  libxinerama12:1.1.2-1+deb7u1
ii  libxrandr2  2:1.3.2-2+deb7u1
ii  multiarch-support   2.13-38+deb7u1
ii  shared-mime-info1.0-1+b1
ii  zlib1g  1:1.2.7.dfsg-13

Versions of packages libgtk-3-0 recommends:
ii  hicolor-icon-theme  0.12-1
pn  libgtk-3-binnone

Versions of packages libgtk-3-0 suggests:
pn  gvfs none
pn  librsvg2-common  none

-- no debconf information


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



Bug#740140: libecore-dbg: not installable in sid, libecore1 now provided by efl source package

2014-03-01 Thread Andreas Metzler
On 2014-02-26 Ralf Treinen trei...@pps.univ-paris-diderot.fr wrote:
 Package: libecore-dbg
 Version: 1.7.7-2
 Severity: serious
 User: trei...@debian.org
 Usertags: edos-outdated

 Hello,

 libecore-dbg is currently not installable in sid on amd64 since it depends
 on libecore1 (= 1.7.7-2).

 However, we have in sid/amd64 now libecore 1.8.5-2 . In fact, libecore is
 now provided by the efl source package, so the way how this dependency
 is generated in the ecore package has probably to be adapted.

Hello,

Afaiui the ecore source package has been superceded by efl, libecore*
is nowadays built from the efl source package. libecore-dbg simply
does not exist anymore, debugging sysmbols for the efl suite of
libraries can be found in efl-dbg.

So while there technically exist a bug (libecore-dbg not installable)
it is going to be solved by removal of ecore source and the old
outdated binary packages built from it.

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-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Code copy of older Mozilla code

2014-03-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 733496 wishlist
Bug #733496 [mozjs17] Code copy of older Mozilla code
Severity set to 'wishlist' from 'serious'
 tags 733496 wontfix
Bug #733496 [mozjs17] Code copy of older Mozilla code
Added tag(s) wontfix.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
733496: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733496
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#733496: Code copy of older Mozilla code

2014-03-01 Thread Moritz Muehlenhoff
severity 733496 wishlist
tags 733496 wontfix
thanks

Hi Mike/Emilio,

On Thu, Feb 27, 2014 at 12:06:23PM +0900, Mike Hommey wrote:
 On Wed, Feb 26, 2014 at 08:53:32PM +0100, Emilio Pozuelo Monfort wrote:
  Hi Moritz,
  
  Laurent spoke to Mike regarding this and Mike said he was thinking/planning 
  on
  dropping libmozjs packages from src:iceweasel (please correct. The only 
  possible
  alternative is to have a code copy as a separate source package (as we have 
  done
  with mozjs and now with mozjs17). Note that depending on mozjs from 
  iceweasel
  would have a big impact on stable when iceweasel is upgraded.
 
 Indeed. The js API and ABI are both highly unstable, so having it
 shipped by iceweasel ensures all rdependencies using it will suffer. The
 same can be said of xulrunner, and I'm seriously considering killing the
 package too (in fact, I'm also pushing to kill it upstream, providing
 the functionality itself off firefox). As of current packaging, libmozjs
 is gone from the iceweasel 29 package on mozilla.debian.net. I'm tempted
 to make it go away as soon as 28.

I agree with no longer providing xulrunner-dev. The approach used to be right in
the lenny days when we only need to fix src:xulrunner to address 
icewasel/icedove
and iceape, but with the yearly rotation there's clearly too much churn for
the reverse deps.

As for libmozjs*: We can treat them as unsupported with security updates. Every 
application build-depending on libmozjs* can assess whether this poses a 
problem,
but I think it's acceptable for most. 

couchdb
edbrowse
dehydra
gxine
0ad
libproxy
mediatomb
gjs
oolite
dehydra

The only reverse dep which seems to be exposed to untrusted Javascript from web 
sites
is apparently edbrowse, but this seems like an acceptable risk...

Cheers,
Moritz


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



Bug#735476: dns323-firmware-tools: Please migrate to Ruby 1.9/2.0

2014-03-01 Thread Cyril Brulebois
Christian Hofstaedtler z...@debian.org (2014-01-15):
 Package: dns323-firmware-tools
 Version: 0.3-2
 Severity: important
 
 Dear Maintainer,
 
 your package dns323-firmware-tools depends on an obsolete version of
 the ruby interpreter: ruby1.8.
 
 The Debian Ruby team will remove ruby1.8 from Debian soon. Please migrate
 your package to a newer version of the Ruby interpreter, so it won't be
 broken when the removal happens.

So, d-i build-dep on this package on armel; could any arm* guy please
look into porting it to ruby1.9/2.0 (see #1), or at least volunteer to
test an updated package if somebody comes up with a patch against
dns323-firmware-tools?

 1. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735476#10

Thanks for your time.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#732651: Please remove t1lib dependency

2014-03-01 Thread Moritz Muehlenhoff
On Thu, Dec 19, 2013 at 10:48:41PM +0100, Moritz Muehlenhoff wrote:
 Package: swftools
 Severity: serious
 
 Hi,
 t1lib is slated to be removed (in favor of freetype) before wheezy ships
 [0],[1]. This package is currently one of its reverse dependencies.
 Please convert the package to use freetype.

Hi Christian,
nothing needs to be done except dropping the build-dep on libt1-dev.

Quoting from changelog:
|* configure: Now works without automake, automatically disables
|jpeg2swf and pdf2swf if jpeglib is not found (disable
|both) or t1lib is not found (disable pdf2swf)

pdf2swf isn't enabled anyway in the Debian package. I've verified in
a test rebuild that the filelist remains identical.

Cheers,
Moritz

 


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



Bug#714078: rail: fails to install: Cannot open load file: mime-def

2014-03-01 Thread Youhei SASAKI
Hi, 

At Fri, 28 Feb 2014 20:55:17 +0900 (JST),
Tatsuya Kinoshita t...@debian.org wrote:
 
 It seems flim's mime-def.elc is not found when byte-compiling.

Yes. 

Thanks to your quick reply and patches. I'll upload new verseion ASAP.

 The rail package depends on flim, so install/rail called from
 rail.postinst succeed, but install/rail called from emacsen-common
 could fail as above.  See also bug#737389.
 
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737389
 
 To prevent this problem, please skip byte-compilation in
 emacsen-install if the depending file is not yet prepared.
 
 ```
 --- a/debian/emacsen-install
 +++ b/debian/emacsen-install
 @@ -8,6 +8,7 @@
  FLAVOR=$1
  PACKAGE=rail
  
 +if [ ! -f /usr/share/$FLAVOR/site-lisp/flim/mime-def.elc ]; then exit 0; fi
  case $FLAVOR in
  emacs|emacs21|emacs20|emacs19|mule2|*xemacs*)
  exit 0
 ```

Best Wishes,
Youhei

---
Youhei SASAKI uwab...@gfd-dennou.org
  uwab...@debian.or.jp
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07


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



Bug#740428: src:k3d: please update Build-Depends for superlu transition

2014-03-01 Thread Sébastien Villemot
Package: src:k3d
Version: 0.8.0.3-3
Severity: serious
Tags: patch

Dear Maintainer,

k3d currently build-depends on libsuperlu3-dev, which has been dropped in the
last superlu upload. That build-dependency should be replaced by
libsuperlu-dev. I verified that k3d compiles fine after this change.

Note however that the generated k3d binaries do not depend on libsuperlu4, so
maybe that build-dependency should just be dropped (I did not verify this
point).

Cheers,

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://www.dynare.org/sebastien
  `-  GPG Key: 4096R/381A7594


signature.asc
Description: Digital signature


Bug#735879: marked as done (numptyphysics: FTBFS with latest version of box2d 2.3.0)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Mar 2014 13:19:12 +
with message-id e1wjjou-ze...@franck.debian.org
and subject line Bug#735879: fixed in numptyphysics 0.2+svn157-0.2
has caused the Debian Bug report #735879,
regarding numptyphysics: FTBFS with latest version of box2d 2.3.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
735879: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735879
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: numptyphysics
Version: 0.2+svn156-1.2
Severity: important

Dear Maintainer,

I would like to upgrade the box2d package in Debian to the latest
upstream version since we still ship a five years old version in the
archive.

Currently numptyphysics is the only reverse dependency and fails to
build from source with box2d in experimental. Please update your
package so that it can be built with this version. (preferred)

Another option might be to fall back to the embedded version of box2d.

This bug will become release critical in the future.

Regards,

Markus
---End Message---
---BeginMessage---
Source: numptyphysics
Source-Version: 0.2+svn157-0.2

We believe that the bug you reported is fixed in the latest version of
numptyphysics, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 735...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany a...@gambaru.de (supplier of updated numptyphysics package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 28 Feb 2014 15:04:33 +0100
Source: numptyphysics
Binary: numptyphysics
Architecture: source amd64
Version: 0.2+svn157-0.2
Distribution: unstable
Urgency: medium
Maintainer: Leo Costela cost...@debian.org
Changed-By: Markus Koschany a...@gambaru.de
Description: 
 numptyphysics - crayon based physics puzzle game
Closes: 735879 737979
Changes: 
 numptyphysics (0.2+svn157-0.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Drop use_system_libbox2d.patch and remove build-dependency on libbox2d-dev.
 - Numptyphysics FTBFS with the latest version of Box2D 2.3.0. Fall back to
   the embedded copy of Box2D. (Closes: #735879)
   * Rebase use_fontconfig.patch.
   * Drop autotools-dev and automake build-dependencies. Use dh-autoreconf
 instead.
   * Add longtitle and icon entry to menu file. Convert numptyphysics.png to
 numptypysics.xpm at build time and add the resulting xpm icon to the clean
 file. Install xpm icon to /usr/share/pixmaps. (Closes: #737979)
   * wrap-and-sort -sa.
   * Bump compat level to 9 and require debhelper = 9 for automatic hardening
 build flags.
   * Add keywords to desktop file and update desktop-file.patch.
Checksums-Sha1: 
 c79ef2ddbcf1c23f185881e3b189bb52e1fc1044 1940 numptyphysics_0.2+svn157-0.2.dsc
 fbb2dc37c444d64a6b655109d2f0027700b47cb9 1116483 
numptyphysics_0.2+svn157.orig.tar.gz
 9860c63e8b5897c2ac81b9df0499aa877bdea97d 7776 
numptyphysics_0.2+svn157-0.2.debian.tar.xz
 a2e840619f0baabc382d105da0ef7a0438aa9719 321160 
numptyphysics_0.2+svn157-0.2_amd64.deb
Checksums-Sha256: 
 6850fdb91ebaa035eaf485a949372815d9d65c29099a79262a38cf3beb49b230 1940 
numptyphysics_0.2+svn157-0.2.dsc
 facf2054b1ad6709503614a4b2e8e657324e23a194299578c683f141845442f6 1116483 
numptyphysics_0.2+svn157.orig.tar.gz
 ca3f7860653d8fbcce64f19f2fc003319db3ccc106f886e53086e1528cb490c6 7776 
numptyphysics_0.2+svn157-0.2.debian.tar.xz
 05726cf5335a849ee9684c1fd481e8d642694f3e6922b60c7932cb4a84f26b51 321160 
numptyphysics_0.2+svn157-0.2_amd64.deb
Files: 
 efcdfc0b9f4656c10f7ff3e548a225f7 1940 games optional 
numptyphysics_0.2+svn157-0.2.dsc
 46f82c12a4b314768cad235b95113220 1116483 games optional 
numptyphysics_0.2+svn157.orig.tar.gz
 e498963e85be19853e126b7bb44ecb4f 7776 games optional 
numptyphysics_0.2+svn157-0.2.debian.tar.xz
 eb5877214466e61807fe9cb6d165b926 321160 games optional 
numptyphysics_0.2+svn157-0.2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTEd3ZAAoJEHQmOzf1tfkTDL4P/jEvrkwBqk97Gb5YtdkMclzA
t6E+85KE1hGKoq2myZ3pc7FcTt3LgKa4BOk+8+YOYFL+PmACTCqBRUgyaZM8yVNA
6CaoAmbOHtD3QWbYD5fnzT8p1xTE37Td3SC9bF11mEfWHtOm4539QYKH1+yFiT76

Bug#740428: src:k3d: please update Build-Depends for superlu transition

2014-03-01 Thread Julien Cristau
On Sat, Mar  1, 2014 at 14:16:21 +0100, Sébastien Villemot wrote:

 Package: src:k3d
 Version: 0.8.0.3-3
 Severity: serious
 Tags: patch
 
 Dear Maintainer,
 
 k3d currently build-depends on libsuperlu3-dev, which has been dropped in the
 last superlu upload. That build-dependency should be replaced by
 libsuperlu-dev. I verified that k3d compiles fine after this change.
 
Why was libsuperlu3-dev not retained as a transitional or virtual
package?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#714078: marked as done (rail: fails to install: Cannot open load file: mime-def)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Mar 2014 13:20:38 +
with message-id e1wjjqi-00019n...@franck.debian.org
and subject line Bug#714078: fixed in rail 1.2.11-2
has caused the Debian Bug report #714078,
regarding rail: fails to install: Cannot open load file: mime-def
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
714078: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714078
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: rail
Version: 1.2.9-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.

From the attached log (scroll to the bottom...):

  Selecting previously unselected package rail.
  (Reading database ... 11813 files and directories currently installed.)
  Unpacking rail (from .../archives/rail_1.2.9-1_all.deb) ...
  Setting up rail (1.2.9-1) ...
  Install rail for emacs
  Install rail for emacs23
  install/rail: Handling install for emacsen flavor emacs23
  Cannot open load file: mime-def
  ERROR: install script from rail package failed
  dpkg: error processing rail (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   rail


cheers,

Andreas


rail_1.2.9-1.log.gz
Description: GNU Zip compressed data
---End Message---
---BeginMessage---
Source: rail
Source-Version: 1.2.11-2

We believe that the bug you reported is fixed in the latest version of
rail, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 714...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Youhei SASAKI uwab...@gfd-dennou.org (supplier of updated rail package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 01 Mar 2014 21:59:42 +0900
Source: rail
Binary: rail
Architecture: source all
Version: 1.2.11-2
Distribution: unstable
Urgency: medium
Maintainer: Youhei SASAKI uwab...@gfd-dennou.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description: 
 rail   - Replace Agent-string Internal Library
Closes: 714078
Changes: 
 rail (1.2.11-2) unstable; urgency=medium
 .
   * Add debian/source/local-options: unapply-patches
   * Update Depends
   * Bump Standard-Version: 3.9.5, compat: 9
   * Refresh debian/rules
   * Update emacsen-*: explicit set -e
   * Fix emacsen-install (Closes: #714078)
 + stop byte-compile when mime-def.elc is not available
   Thanks to Tatsuya Kinoshita!
Checksums-Sha1: 
 44377038e4388a6c82332ef8422e7356d394d3be 1854 rail_1.2.11-2.dsc
 d1d041ee1c174f4afffd210fd7cb32ddbf4aeb09 36050 rail_1.2.11.orig.tar.gz
 fd02d88ff5c2dfeb2f2f0397768fa4050dbac6a9 3052 rail_1.2.11-2.debian.tar.xz
 16b9434b5bc82e6e355ebf9d4ac6eeb8c6d870f9 27898 rail_1.2.11-2_all.deb
Checksums-Sha256: 
 572925068e8042fca6e665e2c295111021ac7f2cb92f06a8f29d5bd96262f73b 1854 
rail_1.2.11-2.dsc
 ea59a4df6fdc0cdb1badcd10cbebc45c76e0e255c0a2e9f54af1b64bd5d3de93 36050 
rail_1.2.11.orig.tar.gz
 a0aedd5302bd821f0bfcaab7b0b66fa93864763a1ec16041597fcc586de9d348 3052 
rail_1.2.11-2.debian.tar.xz
 d77bc56e11d9b6ae959392096604e42a041d5b6b4d68889f4ad6e18281288954 27898 
rail_1.2.11-2_all.deb
Files: 
 6517b91eabba1f772decefe73bb224d8 1854 lisp optional rail_1.2.11-2.dsc
 6a616cd5d2c76673d964031195aafa1e 36050 lisp optional rail_1.2.11.orig.tar.gz
 323d27657dbe8242e5fe7022f273f9e4 3052 lisp optional rail_1.2.11-2.debian.tar.xz
 7eee531eaa0c8405148216afc88f274f 27898 lisp optional rail_1.2.11-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTEdn+AAoJEJOU81SJHX4HVfQP/1MP3P3b9Q6BW7d3TeS2nHq2
uDsgwDS9EdOYMveWktLI48cA4lAgKNuOdfvikbbyMYwnq/YxxgnMRy70muC91Knz
rLZZ9O9XZIu2TK6V9frdOsCrVSWrX6dVf0k9e6sLjbbPxtlnH8oDlYKvBbG/DC7T
aFgqninZZN4XnDumPxIk0KH01+j1u2HkOSGA8/UklXTdG6ZZpdTxS3mtccn8oovM
18yBChku5JgGRl7qTFA8YGHZndlIVgmTz2BU5XVuMi7TR9RDTjAgMaTZaEz85V38
KG23629OyH8++1QrQVEr672vH6eh5RvvvVkcaPpNPc1qPp5t36d3R++23vnDcG6g
5SiLJqVhzsDt9wSdtbPM/NTmZdT9aCxkBK3L6hpsLEsbyUE+tu2TrxPRCVi99oCd
GyHBga53t0ZMa1UdyPBOJLA7vrGd3vD1VnH2NDWsg6nV4gR2u/lu45k6zpoN60KN

Processed: Re: Processed (with 2 errors): Re: Bug#740337: gnome-tweak-tool: AttributeError: 'gi.repository.Gtk' object has no attribute 'ListBox'

2014-03-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 740337 + pending
Bug #740337 [gnome-tweak-tool] gnome-tweak-tool: AttributeError: 
'gi.repository.Gtk' object has no attribute 'ListBox'
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
740337: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740337
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#740428: src:k3d: please update Build-Depends for superlu transition

2014-03-01 Thread Sébastien Villemot
Le samedi 01 mars 2014 à 14:22 +0100, Julien Cristau a écrit :
 On Sat, Mar  1, 2014 at 14:16:21 +0100, Sébastien Villemot wrote:
 
  Package: src:k3d
  Version: 0.8.0.3-3
  Severity: serious
  Tags: patch
  
  Dear Maintainer,
  
  k3d currently build-depends on libsuperlu3-dev, which has been dropped in 
  the
  last superlu upload. That build-dependency should be replaced by
  libsuperlu-dev. I verified that k3d compiles fine after this change.
  
 Why was libsuperlu3-dev not retained as a transitional or virtual
 package?

Because the ftpmasters did not suggest this when they requested to drop
the version number from the -dev package name, and I did not come up
with that idea myself :)

More seriously, it's probably still possible to implement this solution
if you think it's worth it. The benefits are nevertheless limited, given
the small size of the transition and the work already done. Essentially,
this will save a sourceful upload of k3d and getfem++.

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://www.dynare.org/sebastien
  `-  GPG Key: 4096R/381A7594



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


Bug#731305: gimp: CVE-2013-1913 CVE-2013-1978

2014-03-01 Thread Hideki Yamane
On Fri, 28 Feb 2014 20:57:22 -0500
Ari Pollak a...@debian.org wrote:
 Thanks, looks good to me.

 Okay, then next is patch for CVE-2013-1913/CVE-2013-1978
 I'll push it to git repo once, so if something wrong with it, please revert.

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
Description: fix CVE-2013-1913 and CVE-2013-1978
  Fixes xwd security vulnerabilities CVE-2013-1913 and CVE-2013-1978
  CVE-2013-1978 is based on CVE-2013-1913 patched one, so merge it.

Origin: upstream, https://git.gnome.org/browse/gimp/commit/?id=32ae0f83e5748299641cceaabe3f80f1b3afd03e
upstream, https://git.gnome.org/browse/gimp/commit/?id=23f685931e5f000dd033a45c60c1e60d7f78caf4
Bug-Debian: http://bugs.debian.org/731305
Last-Update: 2014-03-01

Index: gimp/plug-ins/common/file-xwd.c
===
--- gimp.orig/plug-ins/common/file-xwd.c	2014-03-01 22:29:00.825683080 +0900
+++ gimp/plug-ins/common/file-xwd.c	2014-03-01 22:29:10.121693974 +0900
@@ -424,9 +424,9 @@
 load_image (const gchar  *filename,
 GError  **error)
 {
-  FILE*ifp;
+  FILE*ifp = NULL;
   gint depth, bpp;
-  gint32   image_ID;
+  gint32   image_ID = -1;
   L_XWDFILEHEADER  xwdhdr;
   L_XWDCOLOR  *xwdcolmap = NULL;
 
@@ -436,7 +436,7 @@
   g_set_error (error, G_FILE_ERROR, g_file_error_from_errno (errno),
_(Could not open '%s' for reading: %s),
gimp_filename_to_utf8 (filename), g_strerror (errno));
-  return -1;
+  goto out;
 }
 
   read_xwd_header (ifp, xwdhdr);
@@ -445,8 +445,7 @@
   g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
_(Could not read XWD header from '%s'),
gimp_filename_to_utf8 (filename));
-  fclose (ifp);
-  return -1;
+  goto out;
 }
 
 #ifdef XWD_COL_WAIT_DEBUG
@@ -461,8 +460,25 @@
   /* Position to start of XWDColor structures */
   fseek (ifp, (long)xwdhdr.l_header_size, SEEK_SET);
 
+  /* Guard against insanely huge color maps -- gimp_image_set_colormap() only
+   * accepts colormaps with 0..256 colors anyway. */
+  if (xwdhdr.l_colormap_entries  256)
+{
+  g_message (_('%s':\nIllegal number of colormap entries: %ld),
+ gimp_filename_to_utf8 (filename),
+ (long)xwdhdr.l_colormap_entries);
+  goto out;
+}
+
   if (xwdhdr.l_colormap_entries  0)
 {
+  if (xwdhdr.l_colormap_entries  xwdhdr.l_ncolors)
+{
+  g_message (_('%s':\nNumber of colormap entries  number of colors),
+ gimp_filename_to_utf8 (filename));
+  goto out;
+}
+
   xwdcolmap = g_new (L_XWDCOLOR, xwdhdr.l_colormap_entries);
 
   read_xwd_cols (ifp, xwdhdr, xwdcolmap);
@@ -482,9 +498,7 @@
   if (xwdhdr.l_file_version != 7)
 {
   g_message (_(Can't read color entries));
-  g_free (xwdcolmap);
-  fclose (ifp);
-  return (-1);
+  goto out;
 }
 }
 
@@ -492,9 +506,7 @@
 {
   g_message (_('%s':\nNo image width specified),
  gimp_filename_to_utf8 (filename));
-  g_free (xwdcolmap);
-  fclose (ifp);
-  return (-1);
+  goto out;
 }
 
   if (xwdhdr.l_pixmap_width  GIMP_MAX_IMAGE_SIZE
@@ -502,27 +514,21 @@
 {
   g_message (_('%s':\nImage width is larger than GIMP can handle),
  gimp_filename_to_utf8 (filename));
-  g_free (xwdcolmap);
-  fclose (ifp);
-  return (-1);
+  goto out;
 }
 
   if (xwdhdr.l_pixmap_height = 0)
 {
   g_message (_('%s':\nNo image height specified),
  gimp_filename_to_utf8 (filename));
-  g_free (xwdcolmap);
-  fclose (ifp);
-  return (-1);
+  goto out;
 }
 
   if (xwdhdr.l_pixmap_height  GIMP_MAX_IMAGE_SIZE)
 {
   g_message (_('%s':\nImage height is larger than GIMP can handle),
  gimp_filename_to_utf8 (filename));
-  g_free (xwdcolmap);
-  fclose (ifp);
-  return (-1);
+  goto out;
 }
 
   gimp_progress_init_printf (_(Opening '%s'),
@@ -571,11 +577,6 @@
 }
   gimp_progress_update (1.0);
 
-  fclose (ifp);
-
-  if (xwdcolmap)
-g_free (xwdcolmap);
-
   if (image_ID == -1  ! (error  *error))
 g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
  _(XWD-file %s has format %d, depth %d and bits per pixel %d. 
@@ -583,6 +584,17 @@
  gimp_filename_to_utf8 (filename),
  (gint) xwdhdr.l_pixmap_format, depth, bpp);
 
+out:
+  if (ifp)
+{
+  fclose (ifp);
+}
+
+  if (xwdcolmap)
+{
+  g_free (xwdcolmap);
+}
+
   return image_ID;
 }
 


Bug#740440: Some programms complain about missing /usr/lib/sasl2 after update

2014-03-01 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: libsasl2-modules
Version: 2.1.26.dfsg1-8
Severity: critical

This is related to bug 739601 however, it breaks other package.

I do not think that it make sense to fill a bug to all packages that
have use /usr/lib/sasl2. That would needless fill debian bugtracker.

However, this time I found the break in qemu-system-x86_64.
qemu-system-x86_64 uses /usr/lib/sasl2 but failed with the error:
   qemu-system-x86_64: looking for plugins in '/usr/lib/sasl2', failed to open 
directory, error: No such file or directory

You might reassign the ticket to qemu but I think there are more
packages concerned than only mutt and qemu.

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

Kernel: Linux 3.13.2 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)
Shell: /bin/sh linked to /bin/dash

Versions of packages libsasl2-modules depends on:
ii  libc62.18-3
ii  libssl1.0.0  1.0.1f-1

libsasl2-modules recommends no packages.

Versions of packages libsasl2-modules suggests:
pn  libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal  none
pn  libsasl2-modules-ldap  none
pn  libsasl2-modules-otp   none
pn  libsasl2-modules-sql   none

- -- no debconf information

- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen kl...@ethgen.de
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJTEfV5AAoJEKZ8CrGAGfasVPML/0NUrPYCKxqj5CVYBSYfHnZe
WXaqqTD2R0xYE73164R2VcyFty8gGWg1RyoXq0Du2SA2gFyS5YSiQKVidoV/wcxs
nqsGoYWarW1lL9g+SFOg5FZWvppN8XoMZQP0Tn0ZiTzoz7+Jb1BUg8gMdlEfaxZD
Q0hMjsgcf7KN9frua1jcT9VGpgZmn37WxeZbOAvKj0Tj2c/NgK8CL3IdQGhNTapJ
MIYatbmERbaO01q+5sOcZhy7myLA31zPwzq/03udgALArL9DEQU5o3//wcKbFQue
I8MLvmgUvzprBjOxLWR8n+j/RiFNk5UfQM6boY1uXqJk14rwWiUxN/t/0lfWpWT5
kqz9Pb44zyJCEZFR2gJsvQyeTaVEysNvXYxzo+WgQydmGUjf+J4yd45GnwhIAydm
Ag8HR3Z/YTEUaxOylg+P6xHXylTYt8Fmez0yjAIxruGuvjjYPe02ey06fePdKiaa
iM3FeoDM/cHokoBs17aqoNJi9FOaBNWEwAnVdhXkQw==
=zSNA
-END PGP SIGNATURE-


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



Bug#740428: src:k3d: please update Build-Depends for superlu transition

2014-03-01 Thread Manuel A. Fernandez Montecelo
2014-03-01 13:40 GMT+00:00 Sébastien Villemot sebast...@debian.org:
 Le samedi 01 mars 2014 à 14:22 +0100, Julien Cristau a écrit :
 On Sat, Mar  1, 2014 at 14:16:21 +0100, Sébastien Villemot wrote:

  Package: src:k3d
  Version: 0.8.0.3-3
  Severity: serious
  Tags: patch
 
  Dear Maintainer,
 
  k3d currently build-depends on libsuperlu3-dev, which has been dropped in 
  the
  last superlu upload. That build-dependency should be replaced by
  libsuperlu-dev. I verified that k3d compiles fine after this change.
 
 Why was libsuperlu3-dev not retained as a transitional or virtual
 package?

 Because the ftpmasters did not suggest this when they requested to drop
 the version number from the -dev package name, and I did not come up
 with that idea myself :)

 More seriously, it's probably still possible to implement this solution
 if you think it's worth it. The benefits are nevertheless limited, given
 the small size of the transition and the work already done. Essentially,
 this will save a sourceful upload of k3d and getfem++.

I don't mind much to change to libsuperlu-dev.  Is this future-proof,
for the foreseeable future?  Or there are plans for the -dev be
versioned again in the near future?

Also, k3d doesn't show up in the transitions page for superlu, and the
transition doesn't show up in K3D's PTS page :-?


Cheers.
-- 
Manuel A. Fernandez Montecelo manuel.montez...@gmail.com


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



Bug#740428: src:k3d: please update Build-Depends for superlu transition

2014-03-01 Thread Sébastien Villemot
Le samedi 01 mars 2014 à 15:02 +, Manuel A. Fernandez Montecelo a
écrit :

 I don't mind much to change to libsuperlu-dev.  Is this future-proof,
 for the foreseeable future?  Or there are plans for the -dev be
 versioned again in the near future?

Moving to an unversioned -dev is precisely done to avoid sourceful
uploads in future transitions. So it is definitely thought to be
future-proof.

 Also, k3d doesn't show up in the transitions page for superlu, and the
 transition doesn't show up in K3D's PTS page :-?

It's because your binary packages do not depend on the libsuperlu*
packages. The tracker for the transition that was set up automatically
does not look at the Build-Depends field, only at the Depends fields.

Thanks for your help,

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://www.dynare.org/sebastien
  `-  GPG Key: 4096R/381A7594



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


Bug#740444: Please remove xine-lib from jessie/testing

2014-03-01 Thread Reinhard Tartler
Package: xine-lib
Severity: serious

Hi,

According to
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739453#17, the plan is
to migrate all applications to xine-lib-1.2 anyways.

This bug may or may not be reused to coordinate this transition.

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

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


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



Bug#733381: Bug #733381: gpx2shp: FTBFS: geod_set.c:32:2: error: too few arguments to function 'pj_ell_set'

2014-03-01 Thread HIRAOKA, Toshihiro
Hello Petter,

I released the new version fixed the bug 733381 today.

The problem comes from the new version of proj4. It changed a function 
API below from this version.

 * pj_ell_set
 * pj_param

The version 0.71 also supports the new APIs now. 

Please try to test it.

Best regards,

Toshi

Petter Reinholdtsen p...@hungry.comさん:
 Hi.  again.
 
 A month ago you mentioned that you had a fix ready for gpx2shp to
 solve URL: https://bugs.debian.org/733381  and planned to make a new
 release.  This bug block gpx2shp from being part of the next release
 of debian, so I would like to fix it as quickly as possible.
 
 -- 
 Happy hacking
 Petter Reinholdtsen

HIRAOKA, Toshihiro
AzukiMap K.K.


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



Bug#740448: gitg FTBFS, implicit declaration of function ‘gtk_source_style_scheme_get_style’

2014-03-01 Thread peter green

Package: gitg
Version: 0.2.7-1
Severity: serious

gitg-commit-view.c:1663:2: error: implicit declaration of function 
‘gtk_source_style_scheme_get_style’ [-Werror=implicit-function-declaration]

 style = gtk_source_style_scheme_get_style (scheme, current-line);
 ^

I initially ran into this error on a raspbian jessie autobuilder ( 
http://buildd.raspbian.org/status/fetch.php?pkg=gitgarch=armhfver=0.2.7-1%2Bb5stamp=1393673176 
), googling showed it had also been seen in ubuntu trusty ( 
https://bugs.launchpad.net/ubuntu/+source/gitg/+bug/1277882 ) and 
testing locally showed it also affected debian sid.


The fix is trivial, just adding an include statement, debdiff of what I 
uploaded to raspbian is attatched, no intent to NMU in debian.



diff -Nru gitg-0.2.7/debian/changelog gitg-0.2.7/debian/changelog
--- gitg-0.2.7/debian/changelog 2013-05-08 02:51:42.0 +
+++ gitg-0.2.7/debian/changelog 2014-03-01 16:01:06.0 +
@@ -1,3 +1,10 @@
+gitg (0.2.7-1+rpi1) jessie-staging; urgency=medium
+
+  * Add #include gtksourceview/gtksourcestylescheme.h to gitg-commit-view.c
+to fix FTBFS.
+
+ -- Peter Michael Green plugw...@raspbian.org  Sat, 01 Mar 2014 16:00:04 
+
+
 gitg (0.2.7-1) unstable; urgency=low
 
   * Upload to unstable.
diff -Nru gitg-0.2.7/debian/patches/add-gtksourcestylescheme.h-include.patch 
gitg-0.2.7/debian/patches/add-gtksourcestylescheme.h-include.patch
--- gitg-0.2.7/debian/patches/add-gtksourcestylescheme.h-include.patch  
1970-01-01 00:00:00.0 +
+++ gitg-0.2.7/debian/patches/add-gtksourcestylescheme.h-include.patch  
2014-03-01 16:03:20.0 +
@@ -0,0 +1,13 @@
+Description: Add #include gtksourceview/gtksourcestylescheme.h to 
gitg-commit-view.c to fix FTBFS.
+Author: Peter Michael Green plugw...@raspbian.org
+
+--- gitg-0.2.7.orig/gitg/gitg-commit-view.c
 gitg-0.2.7/gitg/gitg-commit-view.c
+@@ -25,6 +25,7 @@
+ #include gtksourceview/gtksourcelanguagemanager.h
+ #include gtksourceview/gtksourcemarkattributes.h
+ #include gtksourceview/gtksourcestyleschememanager.h
++#include gtksourceview/gtksourcestylescheme.h
+ #include gtksourceview/gtksourcegutter.h
+ #include gtksourceview/gtksourcegutterrendererpixbuf.h
+ #include glib/gi18n.h
diff -Nru gitg-0.2.7/debian/patches/series gitg-0.2.7/debian/patches/series
--- gitg-0.2.7/debian/patches/series2012-09-30 09:07:49.0 +
+++ gitg-0.2.7/debian/patches/series2014-03-01 16:02:44.0 +
@@ -1 +1,2 @@
 desktop-add-RevisionControl.patch
+add-gtksourcestylescheme.h-include.patch


Processed: tagging 739807

2014-03-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 739807 + pending
Bug #739807 [libboost1.54-dev] FTBFS: error: 'uintptr_t' was not declared in 
this scope
Bug #739904 [libboost1.54-dev] /usr/include/boost/atomic/atomic.hpp:202:16: 
error: 'uintptr_t' was not declared in this scope
Added tag(s) pending.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
739807: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739807
739904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739904
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: tagging 739904

2014-03-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 739904 + pending
Bug #739904 [libboost1.54-dev] /usr/include/boost/atomic/atomic.hpp:202:16: 
error: 'uintptr_t' was not declared in this scope
Bug #739807 [libboost1.54-dev] FTBFS: error: 'uintptr_t' was not declared in 
this scope
Ignoring request to alter tags of bug #739904 to the same tags previously set
Ignoring request to alter tags of bug #739807 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
739807: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739807
739904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739904
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#733003: marked as done (ncl: FTBFS: ./Configure: not found (needs csh))

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Mar 2014 17:04:16 +
with message-id e1wjnki-00052j...@franck.debian.org
and subject line Bug#733003: fixed in ncl 6.1.2-6
has caused the Debian Bug report #733003,
regarding ncl: FTBFS: ./Configure: not found (needs csh)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
733003: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733003
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ncl
Version: 6.1.2-1
Severity: serious
Justification: fails to build from source

Builds of ncl in minimal environments (as on the autobuilders) have
been failing:

  echo 'n' | ./Configure -v
  /bin/sh: 1: ./Configure: not found
  make[1]: *** [override_dh_auto_build] Error 127
  make[1]: Leaving directory `/«PKGBUILDDIR»'
  make: *** [build-arch] Error 2

It looks like Configure is a csh script; please declare a build
dependency on csh | c-shell and confirm with pbuilder or the like
that you haven't missed anything else.

Thanks!
---End Message---
---BeginMessage---
Source: ncl
Source-Version: 6.1.2-6

We believe that the bug you reported is fixed in the latest version of
ncl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 733...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry mckins...@debian.org (supplier of updated ncl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 28 Feb 2014 15:56:27 +
Source: ncl
Binary: ncl-ncarg libncarg0 libncarg-dev libncarg-bin libncarg-data
Architecture: source amd64 all
Version: 6.1.2-6
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry mckins...@debian.org
Changed-By: Alastair McKinstry mckins...@debian.org
Description: 
 libncarg-bin - NCAR command-language library - development tools
 libncarg-data - NCAR command-language library - Data
 libncarg-dev - Development files for the NCAR command language library
 libncarg0  - NCAR command-language library
 ncl-ncarg  - NCAR Command Language and NCAR graphics
Closes: 733003
Changes: 
 ncl (6.1.2-6) unstable; urgency=medium
 .
   * proj library not needed. Drop references in config/Project.
   * Fix library references and refactor patches to fix FTBFS.
 Closes: #733003.
   * Fix bash_completion.d ; wrong file installed.
Checksums-Sha1: 
 2512805af52767ba33b6837e86074704c31761fb 2341 ncl_6.1.2-6.dsc
 85326dbde138a51de6571cf65e5d204f889d5a32 27404 ncl_6.1.2-6.debian.tar.xz
 854a4b67ed5f2de34d56dd2d30fe668c742d2780 1788058 ncl-ncarg_6.1.2-6_amd64.deb
 fccd0f2213b26419f074ed027d92c1d513fc1b15 3580244 libncarg0_6.1.2-6_amd64.deb
 61980b07f4339a2a0c39b4df7b240a2cf2ef7ebc 13639856 
libncarg-dev_6.1.2-6_amd64.deb
 6d8974cb202652eed36466015b3bafedc76b7fd0 67846 libncarg-bin_6.1.2-6_amd64.deb
 824745d845daf85071b31c1ebbc98071ed2a335b 17437992 libncarg-data_6.1.2-6_all.deb
Checksums-Sha256: 
 74ab3ce4b389653b4fe5e6266b3315a0c3691b7ebda64f8ea8a6fe47b437501e 2341 
ncl_6.1.2-6.dsc
 0152c8dd8a81633671d7646431b78a4d5b263310e8031bf5ed8dfffa3e0da437 27404 
ncl_6.1.2-6.debian.tar.xz
 ff5f2ebce9fc22657a03d42bc7fd65dbedc69b30b4501b15e86e40e36b9c9d97 1788058 
ncl-ncarg_6.1.2-6_amd64.deb
 e780847467b199fd9a40fff00d5e910af4355db6227aab414d0524a9abae0328 3580244 
libncarg0_6.1.2-6_amd64.deb
 3731c83b734077cc46dd3cd6cac987a53511600b3f246f79463ba7fb585485cd 13639856 
libncarg-dev_6.1.2-6_amd64.deb
 37d30265e4b3e044ff0e44e22a1b2c7125bcd1ea2c88dae09cef88ba38553770 67846 
libncarg-bin_6.1.2-6_amd64.deb
 7625c0e93c9bf53d05737c02d887f35928ec375bc7c38d8c41a0ef50b03a2c1a 17437992 
libncarg-data_6.1.2-6_all.deb
Files: 
 b2c9c607353c25e287c9f2b7e185baef 2341 science optional ncl_6.1.2-6.dsc
 1384677a264fd8aa0afa93e32c5f0efc 27404 science optional 
ncl_6.1.2-6.debian.tar.xz
 56d322343df700bd8695c3092e6af0d7 1788058 science optional 
ncl-ncarg_6.1.2-6_amd64.deb
 4e6ed4998440c7b36f531d151f15043a 3580244 libs optional 
libncarg0_6.1.2-6_amd64.deb
 42d8acf1012588d3b7884e131e6f470f 13639856 libdevel optional 
libncarg-dev_6.1.2-6_amd64.deb
 f8b4740d008dfc6b2fbb848b03207bd3 67846 science optional 
libncarg-bin_6.1.2-6_amd64.deb
 f06dc37022e37e7cd5a897c5e7c0d218 17437992 science optional 

Bug#739807: tagging 739807

2014-03-01 Thread Cyril Brulebois
Steve M. Robbins s...@debian.org (2014-03-01):
 tags 739807 + pending
 thanks

Just in case the upload doesn't happen, please find attached the tested
patch I had been working on and testing during the past hour…

Mraw,
KiBi.
diff -Nru boost1.54-1.54.0/debian/changelog boost1.54-1.54.0/debian/changelog
--- boost1.54-1.54.0/debian/changelog	2013-12-04 07:50:49.0 +0100
+++ boost1.54-1.54.0/debian/changelog	2014-03-01 18:03:36.0 +0100
@@ -1,3 +1,12 @@
+boost1.54 (1.54.0-4.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Backport “Changeset 84950” from the boost 1.55 branch to fix
+“'uintptr_t' was not declared in this scope”. (Closes: #739807).
+New patch: fix-for-int64_t-on-recent-libc.patch
+
+ -- Cyril Brulebois k...@debian.org  Sat, 01 Mar 2014 17:42:43 +0100
+
 boost1.54 (1.54.0-4) unstable; urgency=low
 
   [ Dmitrijs Ledkovs ]
diff -Nru boost1.54-1.54.0/debian/patches/fix-for-int64_t-on-recent-libc.patch boost1.54-1.54.0/debian/patches/fix-for-int64_t-on-recent-libc.patch
--- boost1.54-1.54.0/debian/patches/fix-for-int64_t-on-recent-libc.patch	1970-01-01 01:00:00.0 +0100
+++ boost1.54-1.54.0/debian/patches/fix-for-int64_t-on-recent-libc.patch	2014-03-01 18:03:39.0 +0100
@@ -0,0 +1,17 @@
+Description: Fix 'uintptr_t' was not declared in this scope
+Origin: https://svn.boost.org/trac/boost/changeset/84950
+Bug-Debian: http://bugs.debian.org/739904
+--- a/boost/cstdint.hpp
 b/boost/cstdint.hpp
+@@ -41,7 +41,10 @@
+ // so we disable use of stdint.h when GLIBC does not define __GLIBC_HAVE_LONG_LONG.
+ // See https://svn.boost.org/trac/boost/ticket/3548 and http://sources.redhat.com/bugzilla/show_bug.cgi?id=10990
+ //
+-#if defined(BOOST_HAS_STDINT_H)  (!defined(__GLIBC__) || defined(__GLIBC_HAVE_LONG_LONG))
++#if defined(BOOST_HAS_STDINT_H)	\
++   (!defined(__GLIBC__)	\
++  || defined(__GLIBC_HAVE_LONG_LONG)			\
++  || (defined(__GLIBC__)  ((__GLIBC__  2) || ((__GLIBC__ == 2)  (__GLIBC_MINOR__ = 17)
+ 
+ // The following #include is an implementation artifact; not part of interface.
+ # ifdef __hpux
diff -Nru boost1.54-1.54.0/debian/patches/series boost1.54-1.54.0/debian/patches/series
--- boost1.54-1.54.0/debian/patches/series	2013-12-01 21:19:17.0 +0100
+++ boost1.54-1.54.0/debian/patches/series	2014-03-01 18:03:39.0 +0100
@@ -12,3 +12,4 @@
 85160.patch
 ELFv2-libboost1.54-dev-context-asm.patch
 hppa-long-double-config.patch
+fix-for-int64_t-on-recent-libc.patch


signature.asc
Description: Digital signature


Bug#737890: Tries to lookup 'localhost'

2014-03-01 Thread Jelmer Vernooij
Hello,

This test is relying on the fact that the local system knows the ip
address for 'localhost'. Is there not even a /etc/hosts file and
loopback device on these machines?

Cheers,

Jelmer


signature.asc
Description: Digital signature


Bug#739807: tagging 739807

2014-03-01 Thread Steve M. Robbins
On March 1, 2014 06:38:45 PM Cyril Brulebois wrote:
 Steve M. Robbins s...@debian.org (2014-03-01):
  tags 739807 + pending
  thanks
 
 Just in case the upload doesn't happen, please find attached the tested
 patch I had been working on and testing during the past hour…

Thanks.  I have already made the change in SVN.  I did the upload but it was 
rejected because of two other bugs: 

boost1.54 source: lintian output: 'license-problem-md5sum-non-free-file 
doc/images/valid-html401.png usual name is valid-html401.png. The valid w3c 
icons could not be modified. See also http://www.w3.org/QA/Tools/Icons.', 
automatically rejected package.

I am not motivated to fix this kind of problem.  So patches for #735339 and 
#735353 would be welcome.  Please work against svn.debian.org/svn/pkg-
boost/boost/branches/1.54.0

Thanks!
-Steve


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


Bug#736786: marked as done ([src:tellico] Sourceless file)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Mar 2014 18:19:25 +
with message-id e1wjovr-0006nk...@franck.debian.org
and subject line Bug#736786: fixed in tellico 2.3.8+dfsg.2-1
has caused the Debian Bug report #736786,
regarding [src:tellico] Sourceless file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
736786: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736786
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:tellico
Version:  2.3.8+dfsg.1-2
Severity: serious
User: debian...@lists.debian.org
Usertags: source-contains-prebuilt-javascript-object
X-Debbugs-CC: ftpmas...@debian.org


I could not find the source of:
tellico 2.3.8+dfsg.1-2 (source)

xslt/report-templates/jquery.min.js






Bastien
---End Message---
---BeginMessage---
Source: tellico
Source-Version: 2.3.8+dfsg.2-1

We believe that the bug you reported is fixed in the latest version of
tellico, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 736...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Regis Boudin re...@debian.org (supplier of updated tellico package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Mar 2014 15:05:27 +0100
Source: tellico
Binary: tellico tellico-doc tellico-data tellico-scripts
Architecture: source amd64 all
Version: 2.3.8+dfsg.2-1
Distribution: unstable
Urgency: low
Maintainer: Regis Boudin re...@debian.org
Changed-By: Regis Boudin re...@debian.org
Description: 
 tellico- Collection manager for books, videos, music, etc
 tellico-data - Collection manager for books, videos, music, etc [data]
 tellico-doc - Collection manager for books, videos, music, etc [doc]
 tellico-scripts - Collection manager for books, videos, music, etc [scripts]
Closes: 721029 729499 736786
Changes: 
 tellico (2.3.8+dfsg.2-1) unstable; urgency=low
 .
   * Repack the upstream source further to remove sourceless jquery.js.
 Closes: #736786.
   * Enable parallel building. Thanks Pino Toscano. Closes: #721029.
   * Take patch cdb95d17 from upstream git. Closes: #729499.
   * Bump Stadards-Version to 3.9.5. No other change needed.
Checksums-Sha1: 
 57047edf095ce47f761e9d479b9c953f0b0ee27d 1560 tellico_2.3.8+dfsg.2-1.dsc
 bb8516041a9f961dcaac9720953fba68a09e4462 4291848 
tellico_2.3.8+dfsg.2.orig.tar.xz
 c5db4c32e9861b0c8880c5ddbac859657030e118 11616 
tellico_2.3.8+dfsg.2-1.debian.tar.xz
 55422ed68973967a58df12a6c0aacd29f98cd7a5 904246 
tellico_2.3.8+dfsg.2-1_amd64.deb
 ea5a497bbe64472d938603ff55f8c2e94ec0a612 3291474 
tellico-doc_2.3.8+dfsg.2-1_all.deb
 be5f22f9591af7925d3c8e08808468878ac70896 806972 
tellico-data_2.3.8+dfsg.2-1_all.deb
 c6be3610961207d4487c1bd9214492da8b52a036 59896 
tellico-scripts_2.3.8+dfsg.2-1_all.deb
Checksums-Sha256: 
 3e51a90201de433211545dd593a33b936064118df063e04eb4267ac61be0995f 1560 
tellico_2.3.8+dfsg.2-1.dsc
 86d0a46f445c90a8565f6ea07ea99e8b17958a7c58458beb0649da059fb06136 4291848 
tellico_2.3.8+dfsg.2.orig.tar.xz
 72b8b356405433a411d7e0a84ecc3e45aa58eb7fad8e8b018987e70038428ae8 11616 
tellico_2.3.8+dfsg.2-1.debian.tar.xz
 5a24d1fa89e5d45811d7e4b3c727997026ee461c05f6737b10d7c3238d9c4df7 904246 
tellico_2.3.8+dfsg.2-1_amd64.deb
 a9ba16994b8bea0f0e953440e2f6c22985a02959c47603e4d8cd5af79ead1eb4 3291474 
tellico-doc_2.3.8+dfsg.2-1_all.deb
 4af39ed680064f472a091d25bffadf8d317d605666bf474fb6228e9d55729ad7 806972 
tellico-data_2.3.8+dfsg.2-1_all.deb
 4f616b0e307310949a8e62238d32de31af1f2268ef8af09fcbda580368663dfc 59896 
tellico-scripts_2.3.8+dfsg.2-1_all.deb
Files: 
 b3c668dc30e00814241bcc9e4f57ada8 1560 kde optional tellico_2.3.8+dfsg.2-1.dsc
 e8526735047e746e683102a690920f5f 4291848 kde optional 
tellico_2.3.8+dfsg.2.orig.tar.xz
 ff240a2ad2f17a48e80ca058d931c48a 11616 kde optional 
tellico_2.3.8+dfsg.2-1.debian.tar.xz
 d1825da1683bbe957f757f625b79a804 904246 kde optional 
tellico_2.3.8+dfsg.2-1_amd64.deb
 274642b08f1ce23987572cf50ceee8e6 3291474 doc optional 
tellico-doc_2.3.8+dfsg.2-1_all.deb
 d67b227e9a52d55d4dc5bbf58631acfa 806972 kde optional 
tellico-data_2.3.8+dfsg.2-1_all.deb
 2308cad96c17aa651fa9110a1ab1da3a 59896 kde optional 
tellico-scripts_2.3.8+dfsg.2-1_all.deb

-BEGIN PGP 

Bug#739807: Lintian autoreject tag changes

2014-03-01 Thread Cyril Brulebois
Joerg Jaspert jo...@debian.org (2014-02-09):
 Lets see, the following license-problem-* sound interesting beside the
 json-evil we already have:
 
 license-problem-font-adobe-copyrighted-fragment (14 packages, 3032 tags, plus 
 3539 overrides)
 license-problem-font-adobe-copyrighted-fragment-no-credit (7 packages, 174 
 tags, plus 278 overrides)
 
 Thats a small number of packages with a load of hits.
 
 license-problem-md5sum-non-distributable-file (Not emitted)
 
 That's a fatal now.

Erm. Preventing RC bug fixes from entering the archive doesn't look like
a win to me (#739807, #739904):
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739807#40

Having a grace period for the maintainers (or the bug reporter) to have a
chance to fix the packages first would be nice.

Also, I think announcing additions to the autorejection list should go to
dda@, rather than buried in a random dd@ thread.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#740454: /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so: undefined symbol: command_unregister

2014-03-01 Thread Alex Montoanelli
Package: dovecot-imapd
Version: 1:2.1.7-7
Justification: breaks unrelated software
Severity: critical

After a Debian Update , this package has been brooken.

The dovecot imap has not be update, in debian 7.1 is working.

When using any part of dovecot that refert do imap_quota
this error are throwed into syslog.


-- Package-specific info:

dovecot configuration
-
# 2.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.4
auth_mechanisms = plain login
auth_verbose = yes
disable_plaintext_auth = no
first_valid_gid = 200
first_valid_uid = 200
last_valid_gid = 200
last_valid_uid = 200
mail_location = maildir:%h
mail_plugins = quota
mail_privileged_group = vgroup
namespace inbox {
  inbox = yes
  location =
  mailbox Drafts {
special_use = \Drafts
  }
  mailbox Junk {
special_use = \Junk
  }
  mailbox Sent {
special_use = \Sent
  }
  mailbox Sent Messages {
special_use = \Sent
  }
  mailbox Trash {
special_use = \Trash
  }
  prefix =
}
passdb {
  args = /etc/dovecot/dovecot-sql.conf.ext
  driver = sql
}
plugin {
  autocreate = Spam
  autocreate2 = Trash
  autocreate3 = Sent
  autosubscribe = Spam
  autosubscribe2 = Trash
  autosubscribe3 = Sent
  quota = maildir:User quota
  quota_rule = *:storage=1G
  quota_rule2 = Trash:storage=+100M
  sieve = ~/.dovecot.sieve
  sieve_default = /mail/sieverc
  sieve_dir = ~/sieve
}
protocols =  imap pop3
service auth {
  unix_listener /var/spool/postfix/private/auth {
mode = 0666
  }
}
ssl_ca =
ssl_cert =
ssl_key =

userdb {
  args = /etc/dovecot/dovecot-sql.conf.ext
  driver = sql
}
protocol lda {
  mail_plugins = autocreate sieve
}
protocol imap {
  imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
  mail_plugins = quota autocreate
}
protocol pop3 {
  mail_plugins = quota autocreate
  pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
  pop3_uidl_format = %v-%u
}

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

Kernel: Linux 3.2.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/dash

Versions of packages dovecot-imapd depends on:
ii  dovecot-core  1:2.1.7-7
ii  libc6 2.13-38+deb7u1
ii  ucf   3.0025+nmu3

dovecot-imapd recommends no packages.

dovecot-imapd suggests no packages.

Versions of packages dovecot-imapd is related to:
ii  dovecot-common 1:2.1.7-7
ii  dovecot-core [dovecot-common]  1:2.1.7-7
pn  dovecot-dbgnone
pn  dovecot-devnone
ii  dovecot-gssapi 1:2.1.7-7
ii  dovecot-imapd  1:2.1.7-7
ii  dovecot-ldap   1:2.1.7-7
pn  dovecot-lmtpd  none
pn  dovecot-managesieved   none
ii  dovecot-mysql  1:2.1.7-7
ii  dovecot-pgsql  1:2.1.7-7
ii  dovecot-pop3d  1:2.1.7-7
ii  dovecot-sieve  1:2.1.7-7
ii  dovecot-sqlite 1:2.1.7-7

-- no debconf information


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



Bug#740456: LVM operations returns: [vectors]: munlock failed: Cannot allocate memory

2014-03-01 Thread Marcin T
Package: lvm2
Version: 2.02.95-8
Severity: critical


root@debian:~# /sbin/vgchange -aly --ignorelockingfailure eld4
  -1000 r-xp  00:00 0  [vectors]: mlock
failed: Cannot allocate memory
  4 logical volume(s) in volume group eld4 now active
  -1000 r-xp  00:00 0  [vectors]: munlock
failed: Cannot allocate memory

the same problems when I create volume

root@debian:~# lvcreate -v -L 10G eld4 -n EL0x
Setting logging type to disk
Finding volume group eld4
Archiving volume group eld4 metadata (seqno 15).
Creating logical volume EL0x
Creating volume group backup /etc/lvm/backup/eld4 (seqno 16).
Found volume group eld4
activation/volume_list configuration setting not defined: Checking
only host tags for eld4/EL0x
  -1000 r-xp  00:00 0  [vectors]: mlock
failed: Cannot allocate memory
Creating eld4-EL0x
Loading eld4-EL0x table (253:4)
Resuming eld4-EL0x (253:4)
  -1000 r-xp  00:00 0  [vectors]: munlock
failed: Cannot allocate memory
Clearing start of logical volume EL0x
Creating volume group backup /etc/lvm/backup/eld4 (seqno 16).
  Logical volume EL0x created


root@debian:~# lvs | grep EL0x
  EL0x eld4 -wi-a---  10.00g

root@debian:~# uname -a
Linux debian 3.13.1-kirkwood-tld-2 #1 PREEMPT Tue Feb 4 03:19:07 PST
2014 armv5tel GNU/Linux

Should I use this volume or it is corrupted ?


I submitted that before, here:
https://bugzilla.kernel.org/show_bug.cgi?id=71361
...but I think now that this is debian problem, not kernel?

root@debian:~# cat /etc/apt/sources.list
deb http://ftp.us.debian.org/debian wheezy main
deb http://security.debian.org/ wheezy/updates main contrib non-free
root@debian:~# cat /etc/debian_version
7.3




-- System Information:
Debian Release: 7.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: armel (armv5tel)

Kernel: Linux 3.13.1-kirkwood-tld-2 (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages lvm2 depends on:
ii  dmsetup   2:1.02.74-8
ii  initscripts   2.88dsf-41+deb7u1
ii  libc6 2.13-38
ii  libdevmapper-event1.02.1  2:1.02.74-8
ii  libdevmapper1.02.12:1.02.74-8
ii  libgcc1   1:4.7.2-5
ii  libreadline5  5.2+dfsg-2~deb7u1
ii  libudev0  175-7.2
ii  lsb-base  4.1+Debian8+deb7u1

lvm2 recommends no packages.

lvm2 suggests no packages.

-- no debconf information


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



Bug#733381: Bug #733381: gpx2shp: FTBFS: geod_set.c:32:2: error: too few arguments to function 'pj_ell_set'

2014-03-01 Thread Petter Reinholdtsen
[HIRAOKA, Toshihiro]
 Hello Petter,

Hi. :)

 I released the new version fixed the bug 733381 today.

Thank you.  You might want to mention this new version on
URL: http://gpx2shp.sourceforge.jp/ , or remove the version
reference (mention 0.69).

 Please try to test it.

Will do. :)

-- 
Happy hacking
Petter Reinholdtsen


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



Processed: Re: Bug #733381: gpx2shp: FTBFS: geod_set.c:32:2: error: too few arguments to function 'pj_ell_set'

2014-03-01 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + pending
Bug #733381 [src:gpx2shp] gpx2shp: FTBFS: geod_set.c:32:2: error: too few 
arguments to function 'pj_ell_set'
Added tag(s) pending.

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


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



Bug#733381: Bug #733381: gpx2shp: FTBFS: geod_set.c:32:2: error: too few arguments to function 'pj_ell_set'

2014-03-01 Thread Petter Reinholdtsen
Control: tags -1 + pending

[Petter Reinholdtsen]
 Please try to test it.
 
 Will do. :)

I tried, and noticed a few problems.  First. there are .svn
directories in the tarball, making it hard to use with the debian
packaging, which is also in subversion.  I'll work around it, but
suspect you did not want to include the .svn stuff in the upstream
tarball.  Second, there is no entry for the new version in the NEWS
file.  You might want to fix that in a future version.

I've uploaded 0.71 to Debian now.

-- 
Happy hacking
Petter Reinholdtsen


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



Processed: Re: Bug#737890: Tries to lookup 'localhost'

2014-03-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 737890 normal
Bug #737890 [dulwich] dulwich: FTBFS: [Errno -2] Name or service not known
Severity set to 'normal' from 'serious'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
737890: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737890
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#733381: marked as done (gpx2shp: FTBFS: geod_set.c:32:2: error: too few arguments to function 'pj_ell_set')

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Mar 2014 21:19:45 +
with message-id e1wjrjx-00042n...@franck.debian.org
and subject line Bug#733381: fixed in gpx2shp 0.71-1
has caused the Debian Bug report #733381,
regarding gpx2shp: FTBFS: geod_set.c:32:2: error: too few arguments to function 
'pj_ell_set'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
733381: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733381
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: gpx2shp
Version: 0.70-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131226 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
 gcc -DHAVE_CONFIG_H -I. -I.   -g  -g -O2 -W -Wall -Wcast-align -Wcast-qual 
 -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes 
 -Wpointer-arith -Wreturn-type -c -o geod_set.o geod_set.c
 geod_set.c: In function 'geod_set':
 geod_set.c:32:2: warning: passing argument 1 of 'pj_ell_set' from 
 incompatible pointer type [enabled by default]
   if (pj_ell_set(start, geod_a, es))
   ^
 In file included from geod_set.c:10:0:
 /usr/include/projects.h:365:5: note: expected 'projCtx' but argument is of 
 type 'struct paralist *'
  int pj_ell_set(projCtx ctx, paralist *, double *, double *);
  ^
 geod_set.c:32:2: warning: passing argument 2 of 'pj_ell_set' from 
 incompatible pointer type [enabled by default]
   if (pj_ell_set(start, geod_a, es))
   ^
 In file included from geod_set.c:10:0:
 /usr/include/projects.h:365:5: note: expected 'struct paralist *' but 
 argument is of type 'double *'
  int pj_ell_set(projCtx ctx, paralist *, double *, double *);
  ^
 geod_set.c:32:2: error: too few arguments to function 'pj_ell_set'
   if (pj_ell_set(start, geod_a, es))
   ^
 In file included from geod_set.c:10:0:
 /usr/include/projects.h:365:5: note: declared here
  int pj_ell_set(projCtx ctx, paralist *, double *, double *);
  ^
 geod_set.c:37:2: warning: passing argument 1 of 'pj_param' from incompatible 
 pointer type [enabled by default]
   if ((name = pj_param(start, sunits).s)) { /* added parentheses */
   ^
 In file included from geod_set.c:10:0:
 /usr/include/projects.h:363:8: note: expected 'projCtx' but argument is of 
 type 'struct paralist *'
  PVALUE pj_param(projCtx ctx, paralist *, const char *);
 ^
 geod_set.c:37:2: warning: passing argument 2 of 'pj_param' from incompatible 
 pointer type [enabled by default]
   if ((name = pj_param(start, sunits).s)) { /* added parentheses */
   ^
 In file included from geod_set.c:10:0:
 /usr/include/projects.h:363:8: note: expected 'struct paralist *' but 
 argument is of type 'char *'
  PVALUE pj_param(projCtx ctx, paralist *, const char *);
 ^
 geod_set.c:37:2: error: too few arguments to function 'pj_param'
   if ((name = pj_param(start, sunits).s)) { /* added parentheses */
   ^
 In file included from geod_set.c:10:0:
 /usr/include/projects.h:363:8: note: declared here
  PVALUE pj_param(projCtx ctx, paralist *, const char *);
 ^
 geod_set.c:60:2: warning: passing argument 1 of 'pj_param' from incompatible 
 pointer type [enabled by default]
   if (pj_param(start, tlat_1).i) {
   ^
 In file included from geod_set.c:10:0:
 /usr/include/projects.h:363:8: note: expected 'projCtx' but argument is of 
 type 'struct paralist *'
  PVALUE pj_param(projCtx ctx, paralist *, const char *);
 ^
 geod_set.c:60:2: warning: passing argument 2 of 'pj_param' from incompatible 
 pointer type [enabled by default]
   if (pj_param(start, tlat_1).i) {
   ^
 In file included from geod_set.c:10:0:
 /usr/include/projects.h:363:8: note: expected 'struct paralist *' but 
 argument is of type 'char *'
  PVALUE pj_param(projCtx ctx, paralist *, const char *);
 ^
 geod_set.c:60:2: error: too few arguments to function 'pj_param'
   if (pj_param(start, tlat_1).i) {
   ^
 In file included from geod_set.c:10:0:
 /usr/include/projects.h:363:8: note: declared here
  PVALUE pj_param(projCtx ctx, paralist *, const char *);
 ^
 geod_set.c:63:3: warning: passing argument 1 of 'pj_param' from incompatible 
 pointer type [enabled by default]
phi1 = pj_param(start, rlat_1).f;
^
 In file included from geod_set.c:10:0:
 /usr/include/projects.h:363:8: note: expected 'projCtx' but argument is of 
 type 'struct paralist *'
  PVALUE pj_param(projCtx ctx, paralist *, const char *);
 ^
 geod_set.c:63:3: warning: passing argument 2 of 'pj_param' from incompatible 
 pointer type [enabled by 

Bug#740428: marked as done (src:k3d: please update Build-Depends for superlu transition)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Mar 2014 21:21:43 +
with message-id e1wjrlr-0004y9...@franck.debian.org
and subject line Bug#740428: fixed in k3d 0.8.0.3-4
has caused the Debian Bug report #740428,
regarding src:k3d: please update Build-Depends for superlu transition
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
740428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740428
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:k3d
Version: 0.8.0.3-3
Severity: serious
Tags: patch

Dear Maintainer,

k3d currently build-depends on libsuperlu3-dev, which has been dropped in the
last superlu upload. That build-dependency should be replaced by
libsuperlu-dev. I verified that k3d compiles fine after this change.

Note however that the generated k3d binaries do not depend on libsuperlu4, so
maybe that build-dependency should just be dropped (I did not verify this
point).

Cheers,

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://www.dynare.org/sebastien
  `-  GPG Key: 4096R/381A7594


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: k3d
Source-Version: 0.8.0.3-4

We believe that the bug you reported is fixed in the latest version of
k3d, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 740...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Manuel A. Fernandez Montecelo m...@debian.org (supplier of updated k3d 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 01 Mar 2014 19:42:02 +
Source: k3d
Binary: k3d k3d-data
Architecture: source amd64 all
Version: 0.8.0.3-4
Distribution: unstable
Urgency: medium
Maintainer: Manuel A. Fernandez Montecelo m...@debian.org
Changed-By: Manuel A. Fernandez Montecelo m...@debian.org
Description: 
 k3d- 3D modeling and animation system, binary files
 k3d-data   - 3D modeling and animation system, data files
Closes: 740428
Changes: 
 k3d (0.8.0.3-4) unstable; urgency=medium
 .
   * Bump Standards-Version to 3.9.5 (no changes needed)
   * Changes in Build-Depends:
 - Remove libsuperlu3-dev, not directly used now (Closes: #740428)
 - Remove librsvg2-dev (only -bin seems to be necessary, now in Indep)
 - Build-Depends-Indep to try to speed up builds, specially in less
   powerful machines: asciidoc, docbook-xml, docbook-xsl, doxygen
   (added), graphviz, librsvg2-bin (added, only -dev before), xsltproc
   * Move manpage to k3d-data package
Checksums-Sha1: 
 d4a9d87111877cc8f589a20f3f647c08cb2d 2666 k3d_0.8.0.3-4.dsc
 80594b701bbcd487250323e3aee92d31d5d0ffe8 13792 k3d_0.8.0.3-4.debian.tar.xz
 97ec1ef157fa560ffcf78e46d3e7e39a139253a2 9344558 k3d_0.8.0.3-4_amd64.deb
 3550432acdcb583b523f69ff4d879ce59b043a17 1544482 k3d-data_0.8.0.3-4_all.deb
Checksums-Sha256: 
 7ad9a3ce805f309e01b25cad345d19c5c84c68e4ca055687e2ca9d6cef69cd34 2666 
k3d_0.8.0.3-4.dsc
 e7a4d024e3b20628d12eb65df464d75e693a60df51055879d21e0490d2f57e7b 13792 
k3d_0.8.0.3-4.debian.tar.xz
 925764b6e769c769026f35978e06ad107227475b148bdc2e0f9f9f08d8c1503b 9344558 
k3d_0.8.0.3-4_amd64.deb
 85b60e663f973b10c27a1d4f5caf885e04b0013eca8cccbfffd2e1aec692eb13 1544482 
k3d-data_0.8.0.3-4_all.deb
Files: 
 c375507bf5d663c6e6be7a0f36ed7849 2666 graphics extra k3d_0.8.0.3-4.dsc
 ba00b91c401f5e6f32e60aa6604c78b9 13792 graphics extra 
k3d_0.8.0.3-4.debian.tar.xz
 533365be10bf4ad9184b7e0cfcd3e0d2 9344558 graphics extra k3d_0.8.0.3-4_amd64.deb
 36def1b8837d4a768c3ddd7a638bb1de 1544482 graphics extra 
k3d-data_0.8.0.3-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTEjs+AAoJEH92BqRF3KgOVxIP/0xGfUjj/NKxadsvUlkJ0BWT
NTe4/jrX8+E/No7KMZDnlPWqwmlVIIhF4df1oR2EGzHrTJZjAh1QDLBL9STnMxz4
tlmfW/rzMuFgdZL9H2B+Va7ChV82H/aZafKVFjTb4c+JVp6ctdmi+WTcJfdOwXUb
ireL+CNm9p+2IwYyiX/yWo4RsxpG7NgCNnrJr76x0bu+ic8pN4e4/PETjgb+n9Lf
LBNmNLgHkk6K1CoMzGbdYXFzTxDuVUW0eiDJpuFW2rZxsqmSajgOdADDNrbdCNBo
2gWxqqGExI2VTEM0z2Y5s8LW5tXMlIHTbkcxQHb83ycQzESDhvyxiEqU2mwuz5LW
2feapi4BWMa1Wp5JRTwycNVQCYc5+y/7FGLE6aIi+9j99AQDGM192UrAvJXCmnCQ
x9HGPTG1vUZMwXD0jNVMR9EPhUM+pl0zWwqVAhV11Zn4KdGa2OyFQJPE50YgnBq2

Bug#737187: fixed in fsl 4.1.9-7.1

2014-03-01 Thread Ivo De Decker
Control: reopen -1

Hi Sergei,

On Fri, Jan 31, 2014 at 06:33:47PM +, Sergei Golovan wrote:
* Non-maintainer upload.
* Replaced tcl8.4 and tk8.4 by tcl and tk in the package dependencies
  (Closes: #737187).

It seems the NMU didn't contain the actual changes (just the changelog), so
the tcl8.4 and tk8.4 dependencies are still there.

Cheers,

Ivo


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



Processed: Re: Bug#737187: fixed in fsl 4.1.9-7.1

2014-03-01 Thread Debian Bug Tracking System
Processing control commands:

 reopen -1
Bug #737187 {Done: Sergei Golovan sgolo...@debian.org} [fsl] fsl: depends on 
deprecaed Tcl/Tk 8.4
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions fsl/4.1.9-7.1.

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


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



Processed: block 658829 with 738382

2014-03-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 658829 with 738382
Bug #658829 [release.debian.org] transition: db5.3
Bug #706895 [release.debian.org] transition: db5.3
658829 was not blocked by any bugs.
658829 was not blocking any bugs.
Added blocking bug(s) of 658829: 738382
706895 was not blocked by any bugs.
706895 was not blocking any bugs.
Added blocking bug(s) of 706895: 738382
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
658829: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658829
706895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706895
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#739657: gnuhealth-server: fails to install: gnuhealth-server.postinst: sudo: not found

2014-03-01 Thread Emilien Klein
Hi team,

I have made the switch to use su instead of sudo [0].
Please upload gnuhealth 2.4.1-2 to unstable.

On 02/24/2014 01:57 PM, Andreas Tille wrote:
 I am also open to use su instead of sudo. That's even what I first
 did, but (for some reason I can't remember) didn't get the command to
 run succesfully using su, so I switched to sudo.
 
 Ahh, may be you might be able to roll back and we might have a look at
 this problem?

I was able to reproduce my issue with su: since the user being a system
user, she didn't have a shell (default shell for new system users is
/bin/false).

Running the commands as
su --shell /bin/sh -c COMMAND USERNAME
works as expected.

 Regardless of what comes out of the investigation and on the mentors
 ML, I will try to make it work using su, and figure if I can reproduce
 my issue with it.
 
 :-)

Done ;)

 I look at this as a good learning moment.
 
 As every day if you open your eyes in the morning :-)

Yes, definitely a good learning opportunity.
One argument that we hadn't discussed yet, was that I would have needed
not just to Depend on sudo, but Pre-Depend on it (as it's needed in the
preinst maintainer script [even if it's just at upgrade moment]).

Thanks for helping me in my learning experience.
+Emilien

[0] http://anonscm.debian.org/viewvc/debian-med?view=revisionrevision=16361



signature.asc
Description: OpenPGP digital signature


Bug#740463: libelmersolver-6.1.so links with both GPL-licensed and GPL-incompatible libraries

2014-03-01 Thread Francesco Poli (wintermute)
Package: libelmersolver-6.1
Version: 6.1.0.svn.5396.dfsg2-2
Severity: serious
Justification: Policy 2.3
User: debian-science-maintain...@lists.alioth.debian.org
Usertags: scotch-license-issues

Hello,
it was previously [1] noticed that Elmer links with SCOTCH, which is
GPL-incompatible.

[1] https://bugs.debian.org/618696#34

Unfortunately, it seems to me that the issue is deeper than it appeared
to be.

Let's start from the beginning.
SCOTCH [2] is under the terms of the CeCILL-C license, which is
GPL-incompatible, since it includes some restrictions not
included in the GPL (at the very least, the choice of venue clause) and
has no explicit conversion-to-GPL clause.
An analysis of this license may be found on the debian-legal archives [3].

[2] http://packages.qa.debian.org/s/scotch.html
[3] https://lists.debian.org/debian-legal/2008/01/msg00171.html

The library /usr/lib/libelmersolver-6.1.so links with:

  = libdmumps_scotch-4.10.0.so, which is public domain, but is
 linked with the GPL-incompatible libscotch-5.1.so

  = libumfpack.so.5.6.2, which [4] is under the GNU GPL v2 or later

  = libcholmod.so.2.1.2, which [4] has parts under the GNU GPL v2 or later

[4] 
http://metadata.ftp-master.debian.org/changelogs/main/s/suitesparse/unstable_copyright

This seems to mean that package libelmersolver-6.1 includes a file
which links with both GPL-licensed and GPL-incompatible libraries.

I think the possible solutions to this licensing issue are, in
descending order of desirability:

 (A) SCOTCH copyright holders should be contacted and persuaded to
re-license (or dual-license) it under GPLv2-or-later-compatible terms

 (B) SCOTCH should be substituted with a GPLv2-or-later-compatible
replacement, if any is available

 (C) GPL-licensed library (such as UMFPACK and CHOLMOD) copyright
holders should be asked to relax the copyleft (for instance by switching
the LGPL v2.1) or add license exceptions that give permission to link
their works with code released under CeCILL-C v1.0


The best solution is (A): having SCOTCH re-licensed under
GPLv2-or-later-compatible terms would eliminate all the SCOTCH
license incompatibility issues.
Since SCOTCH used to be LGPL-licensed (before switching to CeCILL-C!
oh nooo!), I got in touch with the main author of SCOTCH
(François Pellegrini) and tried to persuade him that SCOTCH should
be re-licensed, in the hope that he would discuss the issue with
the actual copyright holders (INRIA) and obtain the necessary paperwork.
I talked to him in 2011, explaining the issue, but I apparently failed
to convince him that there indeed is an issue.
I have recently tried again to get in touch with him, but I haven't
succeeded.

Now I really need your help: please try hard to pursue solution (A).
Succeeding would solve the issue for elmerfem, but also really benefit 
several other packages which suffer from similar problems with SCOTCH.
I still have to file bug reports against those other packages, but
I'll do so sooner or later. I hope you are OK with the usertag
I set for this bug report: I intend to use it for the other similar
reports as well.

Thanks for your time and let's hope this issue may be solved for
the best real soon now!


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



Processed: jessie

2014-03-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 740444 + sid jessie
Bug #740444 [xine-lib] Please remove xine-lib from jessie/testing
Added tag(s) sid and jessie.
 tags 739867 + sid jessie
Bug #739867 [src:librest] librest: FTBFS on kfreebsd-*
Added tag(s) sid and jessie.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
739867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739867
740444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740444
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#653021: marked as done (ipvsadm: build against libnl3)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Mar 2014 22:49:03 +
with message-id e1wjsin-eo...@franck.debian.org
and subject line Bug#653021: fixed in ipvsadm 1:1.26-3
has caused the Debian Bug report #653021,
regarding ipvsadm: build against libnl3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
653021: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653021
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ipvsadm
Version: 1:1.25.clean-1
Severity: wishlist

Dear Maintainer,

libnl3 3.2.3 is now in Debian unstable. It would be nice if ipvsadm
could be built against it.

Attached are two patches which allow this: one debdiff from Ubuntu
changes to port to libnl3,
and an extra patch to support libnl3 3.2.x.

-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'),
(500, 'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

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


Mathieu Trudel-Lapierre mathieu...@gmail.com
Freenode: cyphermox, Jabber: mathieu...@gmail.com
4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93
From: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com
Subject: When building against libnl3; make sure we get the right cflags and
 libs
Forwarded: yes

Index: ipvsadm/Makefile
===
--- ipvsadm.orig/Makefile	2011-12-21 15:18:16.477534000 -0500
+++ ipvsadm/Makefile	2011-12-21 16:02:25.245788763 -0500
@@ -77,7 +77,8 @@
 OBJS		= ipvsadm.o config_stream.o dynamic_array.o
 LIBS		= $(POPT_LIB)
 ifneq (0,$(HAVE_NL))
-LIBS		+= $(shell pkg-config --libs libnl-3.0)
+INCLUDE		+= $(shell pkg-config --cflags libnl-3.0 libnl-genl-3.0)
+LIBS		+= $(shell pkg-config --libs libnl-3.0 libnl-genl-3.0)
 endif
 DEFINES		= -DVERSION=\$(VERSION)\ -DSCHEDULERS=\$(SCHEDULERS)\ \
 		  $(POPT_DEFINE)
Index: ipvsadm/libipvs/Makefile
===
--- ipvsadm.orig/libipvs/Makefile	2011-12-21 15:18:16.477534000 -0500
+++ ipvsadm/libipvs/Makefile	2011-12-21 15:59:15.08134 -0500
@@ -4,6 +4,7 @@
 CFLAGS		= -Wall -Wunused -Wstrict-prototypes -g -fPIC
 ifneq (0,$(HAVE_NL))
 CFLAGS		+= -DLIBIPVS_USE_NL
+INCLUDE  += $(shell pkg-config --cflags libnl-3.0 libnl-genl-3.0)
 endif
 
 INCLUDE		+= $(shell if [ -f ../../ip_vs.h ]; then	\
diff -u ipvsadm-1.25.clean/debian/changelog ipvsadm-1.25.clean/debian/changelog
--- ipvsadm-1.25.clean/debian/changelog
+++ ipvsadm-1.25.clean/debian/changelog
@@ -1,3 +1,9 @@
+ipvsadm (1:1.25.clean-1ubuntu2) oneiric; urgency=low
+
+  * Port to libnl3.
+
+ -- Colin Watson cjwat...@ubuntu.com  Mon, 08 Aug 2011 17:23:22 +0100
+
 ipvsadm (1:1.25.clean-1ubuntu1) natty; urgency=low
 
   * libipvs/libipvs.c: upstream patch (r64) to fix incorrect activeconns,
diff -u ipvsadm-1.25.clean/debian/control ipvsadm-1.25.clean/debian/control
--- ipvsadm-1.25.clean/debian/control
+++ ipvsadm-1.25.clean/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
 XSBC-Original-Maintainer: Alexander Wirt formo...@debian.org
 Standards-Version: 3.8.3
-Build-Depends: debhelper (= 5), libpopt-dev, po-debconf, libnl-dev
+Build-Depends: debhelper (= 5), libpopt-dev, po-debconf, libnl3-dev
 
 Package: ipvsadm
 Architecture: any
diff -u ipvsadm-1.25.clean/libipvs/libipvs.c ipvsadm-1.25.clean/libipvs/libipvs.c
--- ipvsadm-1.25.clean/libipvs/libipvs.c
+++ ipvsadm-1.25.clean/libipvs/libipvs.c
@@ -32,7 +32,7 @@
 struct ip_vs_getinfo ipvs_info;
 
 #ifdef LIBIPVS_USE_NL
-struct nl_handle *sock = NULL;
+struct nl_sock *sock = NULL;
 int family, try_nl = 1;
 #endif
 
@@ -64,7 +64,7 @@
 {
 	int err = EINVAL;
 
-	sock = nl_handle_alloc();
+	sock = nl_socket_alloc();
 	if (!sock) {
 		nlmsg_free(msg);
 		return -1;
@@ -79,7 +79,7 @@
 
 	/* To test connections and set the family */
 	if (msg == NULL) {
-		nl_handle_destroy(sock);
+		nl_socket_free(sock);
 		sock = NULL;
 		return 0;
 	}
@@ -95,12 +95,12 @@
 
 	nlmsg_free(msg);
 
-	nl_handle_destroy(sock);
+	nl_socket_free(sock);
 
 	return 0;
 
 fail_genl:
-	nl_handle_destroy(sock);
+	nl_socket_free(sock);
 	sock = NULL;
 	nlmsg_free(msg);
 	errno = err;
only in patch2:
unchanged:
--- ipvsadm-1.25.clean.orig/Makefile
+++ ipvsadm-1.25.clean/Makefile
@@ -79,7 +79,7 @@
 OBJS		= ipvsadm.o config_stream.o dynamic_array.o
 LIBS		= $(POPT_LIB)
 ifneq (0,$(HAVE_NL))
-LIBS		+= -lnl
+LIBS		+= 

Bug#739298: marked as done (gnunet builds differently depending on the shell the user uses)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Mar 2014 22:48:54 +
with message-id e1wjsie-b0...@franck.debian.org
and subject line Bug#739298: fixed in gnunet 0.9.5a-3
has caused the Debian Bug report #739298,
regarding gnunet builds differently depending on the shell the user uses
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
739298: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739298
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
package: gnunet
severity: serious
x-debbugs-cc: a...@ayous.org

Hi,

gnunet builds differently depending on the shell used. As different shells are
fine + expected, this is a serious bug, as it leads to brokeness and
unexpected behaviour.

On the Debian buildds this was only exposed on mipsel where as a result
gnunet-gtk failed to build, as can be seem for example here:
https://buildd.debian.org/fetch.cgi?pkg=gnunet-gtkarch=mipselver=0.9.5-1stamp=1392604827file=log

On Sonntag, 16. Februar 2014, Andreas Barth wrote:
 Doesn't look arch-specific to me but rather gnunet built wrong on
 mipsel. I wonder what else is broken there.
 
 If you compare contents of the mips and mipsel packages (e.g. by
 extracting them with dpkg-deb -x to some directory) you will see
 strange differences for /etc/gnunet.conf.
 
 Core difference seems to be that gnunet builds wrong with /bin/sh
 pointing to bash and not to dash (i.e. the line
 echo [PATHS]\nSERVICEHOME = /var/lib/gnunet\n
 is parsed differently).
 
 Would be good if someone could file a bug on that. I will clarify
 what's our expectation on the autobuilders.

Thanks, Andi, for this investigation!


cheers,
Holger


signature.asc
Description: This is a digitally signed message part.
---End Message---
---BeginMessage---
Source: gnunet
Source-Version: 0.9.5a-3

We believe that the bug you reported is fixed in the latest version of
gnunet, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 739...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bertrand Marc beberk...@gmail.com (supplier of updated gnunet package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 22 Feb 2014 11:42:59 +0100
Source: gnunet
Binary: gnunet gnunet-client gnunet-common gnunet-dbg gnunet-server gnunet-dev
Architecture: source all amd64
Version: 0.9.5a-3
Distribution: unstable
Urgency: medium
Maintainer: Bertrand Marc beberk...@gmail.com
Changed-By: Bertrand Marc beberk...@gmail.com
Description: 
 gnunet - secure, trust-based peer-to-peer framework (meta)
 gnunet-client - secure, trust-based peer-to-peer framework (client)
 gnunet-common - secure, trust-based peer-to-peer framework (common)
 gnunet-dbg - secure, trust-based peer-to-peer framework (debug)
 gnunet-dev - secure, trust-based peer-to-peer framework (development)
 gnunet-server - secure, trust-based peer-to-peer framework (server)
Closes: 719448 739298
Changes: 
 gnunet (0.9.5a-3) unstable; urgency=medium
 .
   * debian/rules: copy gnunet.conf from debian/etc/ instead of echo it 
directly,
 to make debian/rules independent of the shell (Closes: #739298).
   * gnunet-server.postrm: do not fail if the gnunet user is not a system user
 (Closes: #719448).
Checksums-Sha1: 
 1a9aeee7d6dad5111be66b158daf8e04932159b7 2509 gnunet_0.9.5a-3.dsc
 abb540744aa48fc75266515c20b7aba64abe058c 35188 gnunet_0.9.5a-3.debian.tar.xz
 1002cb510bd5f5dfbc09043e3a8efabc24f52d41 76644 gnunet_0.9.5a-3_all.deb
 592ff1cfcc86486eb06d45d12cb36674935c2ad5 133988 
gnunet-client_0.9.5a-3_amd64.deb
 2f751c336180c23a48de5b18798e2517477eff75 330434 
gnunet-common_0.9.5a-3_amd64.deb
 d249dda2a5ed202f0d02a1deb285d7d7824c9b9a 3666968 gnunet-dbg_0.9.5a-3_amd64.deb
 c8eeafe9093687d175b87f19aec9ec38cd471f7d 1729840 
gnunet-server_0.9.5a-3_amd64.deb
 f3ae0445cf822e45045e994cc435164c0fd1bcaf 3703540 gnunet-dev_0.9.5a-3_amd64.deb
Checksums-Sha256: 
 3218226aeb44a28d1c5f4bef3b5a43f957568999a1b7ea45c113cc314ed5d5a3 2509 
gnunet_0.9.5a-3.dsc
 70902986f57cf7793b7b4999fb837252424b9983e7569074c3e6c6343be133c9 35188 
gnunet_0.9.5a-3.debian.tar.xz
 a4424537fdf7d1f89225ab42d7238201a1ce4535bda696d69b5efaa8adda26e7 76644 
gnunet_0.9.5a-3_all.deb
 

Bug#688163: marked as done (ipvsadm: Please port to libnl-3.x)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Mar 2014 22:49:03 +
with message-id e1wjsin-eo...@franck.debian.org
and subject line Bug#653021: fixed in ipvsadm 1:1.26-3
has caused the Debian Bug report #653021,
regarding ipvsadm: Please port to libnl-3.x
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
653021: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653021
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ipvsadm
Version: 1:1.26-1
Severity: normal
User: pkg-utopia-maintain...@lists.alioth.debian.org
Usertags: libnl1-removal

Hi,

ipvsadm has a build-dependency on libnl-dev [1].
libnl-1.x is no longer actively developed [2] and has been superseded
by libnl-3.x [3].
Please port ipvsadm to this new version resp. notify upstream to get
ipvsadm updated.
One of the major changes in v3 is that the library was split into
several smaller libraries. You can find a developer' guide and
API documentation for each library at [2].

Cheers,
Michael


[1] http://packages.qa.debian.org/libn/libnl.html
[2] http://www.infradead.org/~tgr/libnl/
[3] http://packages.qa.debian.org/libn/libnl3.html
---End Message---
---BeginMessage---
Source: ipvsadm
Source-Version: 1:1.26-3

We believe that the bug you reported is fixed in the latest version of
ipvsadm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 653...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexander Wirt formo...@debian.org (supplier of updated ipvsadm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Mar 2014 23:36:46 +0100
Source: ipvsadm
Binary: ipvsadm
Architecture: source amd64
Version: 1:1.26-3
Distribution: unstable
Urgency: medium
Maintainer: Alexander Wirt formo...@debian.org
Changed-By: Alexander Wirt formo...@debian.org
Description: 
 ipvsadm- Linux Virtual Server support programs
Closes: 649106 653021 685495 706680
Changes: 
 ipvsadm (1:1.26-3) unstable; urgency=medium
 .
   * [8fe73cf] Move to quilt 3.0
   * [9ae82d1] wrap-and-sort
   * [d8b7ba7] Move to debhelper compat v9
   * [450ce1d] Remove obsolete dpatch patches
   * [86caa7e] Remove obsolete templates
   * [8c6fbd7] Bump standards version
   * [6972aa0] Add deps for libnl3
   * [9a354ee] Add syncid to default file (Closes: #649106)
   * [f57062e] Build against libnl3 (Closes: #653021)
   * [ebeed1d] Fix displayed nodes (Closes: #685495, #706680)
   * [c0e7408] Imported Debian patch 1:1.26-2
   * [25fb091] Revert Imported Debian patch 1:1.26-2
   * [be1c118] Fix build-deps
   * [41027f9] Bump standards version (no changes)
   * [d0c8111] Add a patch to support LDFLAGS in Makefile. This adds support 
for hardening.
Checksums-Sha1: 
 34c553e1d84a1a542b4b7251c095a84ca42f98fa 1693 ipvsadm_1.26-3.dsc
 b197d2dce254941b19a6293fb77f87c43df19dbd 14808 ipvsadm_1.26-3.debian.tar.xz
 c5766657a9f77e6b7d0170709569f119c7a655ff 35426 ipvsadm_1.26-3_amd64.deb
Checksums-Sha256: 
 838adc33cb528daef6f7c4059a350ff13faf02ad600ac7c9631aa23083cfacbe 1693 
ipvsadm_1.26-3.dsc
 b768ce097ac8cfebc77d66a445dbed69f82e8adeaa4ce3ae8140e680275972ed 14808 
ipvsadm_1.26-3.debian.tar.xz
 1f7916be316af81067b30aa917768794547922c2e5afd1ef7be7b90fdb026948 35426 
ipvsadm_1.26-3_amd64.deb
Files: 
 3289068908af2172f7ab17170e12d825 1693 net extra ipvsadm_1.26-3.dsc
 e26b39187f36be556f9fea6abd08395d 14808 net extra ipvsadm_1.26-3.debian.tar.xz
 fb34104eef69e28d8e518b1aaf59927f 35426 net extra ipvsadm_1.26-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTEmFkAAoJEB5F+Mqd4jsWY5MP/3HW34K1G7NOUmq4ZW7HP5bJ
GL9QoUbhwWwQxrRvaosYWYmprsCoNnr8Y+vIgIV5A98YZyMJKcEd79m7WBiom9NO
4npu0Sz0O+JzW0oT+2KU3eC7331yLFNCFDqQ18xJqxYbcZerLtnvwG25ezsgc6SW
IPN/C1UWBD26pKtfV/azA1OoPSSm7BfvfOERlYZ/Siy4dNqlNK7FSSI9lzIq8KuJ
UdEbrMgfuLVTJQ/gGc5XvCdUjQAKWVYvkB+RIYt/d3s0eLL0ma4wFaOf7kV4jVST
bZh9rqbq27zHhXNZ/hT8gMjvTBKXrUF43kT1rfGkzaiJCgnrLmFTaqdz8HCxqmpU
F1BJYZPO/zoPUJO1NSlND0pDt0MPhkcwNS/vvDr6R4w91PlaNTEMGBYnrfu00vpT
ATw32H9r1u5gmISWbVE9Jg8vG7vmchDuiLx3WGDz9sjig3x4tWhi3KFe/BCY+MgB
cdD/4ib6l+7gZsJAwLybfjCDdFPWK74qqdhSxl/BDL6nzkBIMNNOKZogZQIM1uw2
kreziTlu+u+SpF77525MHJQ7Cn02rkkP+WApWfUyt1WOJBM0qynjkLui7gc2bmAB

Bug#740463: libelmersolver-6.1.so links with both GPL-licensed and GPL-incompatible libraries

2014-03-01 Thread Anton Gladky
(D) link elmer against libmetis and libmumps to escape linkage
against SCOTCH. If it is possible, of course.

Anton


2014-03-01 23:13 GMT+01:00 Francesco Poli (wintermute)
invernom...@paranoici.org:
  (A) SCOTCH copyright holders should be contacted and persuaded to
 re-license (or dual-license) it under GPLv2-or-later-compatible terms

  (B) SCOTCH should be substituted with a GPLv2-or-later-compatible
 replacement, if any is available

  (C) GPL-licensed library (such as UMFPACK and CHOLMOD) copyright
 holders should be asked to relax the copyleft (for instance by switching
 the LGPL v2.1) or add license exceptions that give permission to link
 their works with code released under CeCILL-C v1.0


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



Bug#740468: shinken-module-broker-webui: fails to install: subprocess installed post-installation script returned error exit status 10

2014-03-01 Thread Andreas Beckmann
Package: shinken-module-broker-webui
Version: 1.4-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.

From the attached log (scroll to the bottom...):

  Selecting previously unselected package shinken-module-broker-webui.
  (Reading database ... 8240 files and directories currently installed.)
  Preparing to unpack .../shinken-module-broker-webui_1.4-3_amd64.deb ...
  Unpacking shinken-module-broker-webui (1.4-3) ...
  Setting up shinken-module-broker-webui (1.4-3) ...
  dpkg: error processing package shinken-module-broker-webui (--configure):
   subprocess installed post-installation script returned error exit status 10
  Errors were encountered while processing:
   shinken-module-broker-webui


cheers,

Andreas


shinken-module-broker-webui_1.4-3.log.gz
Description: GNU Zip compressed data


Bug#739476: marked as done (ImportError: cannot import name ScopedSession)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sun, 02 Mar 2014 00:18:21 +
with message-id e1wju6n-0002ao...@franck.debian.org
and subject line Bug#739476: fixed in elixir 0.7.1-2
has caused the Debian Bug report #739476,
regarding ImportError: cannot import name ScopedSession
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
739476: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739476
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: elixir
Severity: grave
Tags: upstream

Hello,

When trying to import elixir module, I get the following traceback which
makes elixir completely unusable:

import elixir
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/pymodules/python2.7/elixir/__init__.py, line 29, in module
from elixir.entity import Entity, EntityBase, EntityMeta, EntityDescriptor, 
\
  File /usr/lib/pymodules/python2.7/elixir/entity.py, line 17, in module
from sqlalchemy.orm import MapperExtension, mapper, object_session, \
ImportError: cannot import name ScopedSession

Also, considering that a security bug, #670919, which is almost two
years old has never been fixed and there has been no upstream release
since 11/2009 (actually around the time a declarative layer has been
implemented in sqlalchemy AFAIU), I'm wondering whether this package
should be kept in the archive at all. What do you think?

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

Kernel: Linux 3.13-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

Regards,
-- 
Arnaud Fontaine
---End Message---
---BeginMessage---
Source: elixir
Source-Version: 0.7.1-2

We believe that the bug you reported is fixed in the latest version of
elixir, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 739...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Piotr Ożarowski pi...@debian.org (supplier of updated elixir package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 02 Mar 2014 00:39:08 +0100
Source: elixir
Binary: python-elixir
Architecture: source all
Version: 0.7.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Piotr Ożarowski pi...@debian.org
Description: 
 python-elixir - declarative mapper for SQLAlchemy
Closes: 739476
Changes: 
 elixir (0.7.1-2) unstable; urgency=low
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 .
   [ Piotr Ożarowski ]
   * Add sa_0.9_compatibility.patch (closes: 739476)
   * Convert package to dh_python2 and pybuild buildsystem
   * Remove debian/preinst and debian/pycompat files, no longer needed
   * Change debhelper compatibility level to 9
   * Source format changed to 3.0 (quilt)
   * Bump Standards-Version to 3.9.5 (no changes needed)
Checksums-Sha1: 
 7b12b50274d6c19c26113fde6d9f505485bdfc2e 2053 elixir_0.7.1-2.dsc
 45f0b9e5b02093dee117e182526bcc736e50cbbd 4076 elixir_0.7.1-2.debian.tar.xz
 69cde15be02598c8704ab5a9fda51a70ce8fe28c 44836 python-elixir_0.7.1-2_all.deb
Checksums-Sha256: 
 46da45c9652eaa53208a650307648415035c1602254863c765b49a0c0e22e248 2053 
elixir_0.7.1-2.dsc
 dca9165994a2d163deedbe74788bed9e6bd909d8b83971479a31c6c517659a09 4076 
elixir_0.7.1-2.debian.tar.xz
 8cfb8b62fa5570f65b5e55af7fb616eaec0d369c2f772167d13e72a7f2f9c1a7 44836 
python-elixir_0.7.1-2_all.deb
Files: 
 dd78c419504766c13a60b25457623305 2053 python optional elixir_0.7.1-2.dsc
 be0c66076c17363f9f99a3352d804fca 4076 python optional 
elixir_0.7.1-2.debian.tar.xz
 1a4dcb21c54ed5c6e567865a95361cd2 44836 python optional 
python-elixir_0.7.1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTEnbZAAoJEK728aKnRXZF+4UP/1U5NDgxh+8tkAyDoxxOpHcG
j1kqnJqgmKFq54aUk1DfFyFNOjB+/Se9xe3zXIHFnIikcFEobqIHoPDIuMmS6upk
QLDlnyHm1toXKfePUh6D2Yl9lBK0q02iiliSuOG3S4BidKnu8syo1t9Khh+eVy71
fbgeL/2n3OkE1aHOpQep78rkzhUB5rQq1JHZLlN8EYnjb1pGi8l7elb1tSEJ2fMq

Processed: reassign

2014-03-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 739601 libsasl2-modules
Bug #739601 [mutt] mutt: Fails ungracefully when /usr/lib/sasl2 is not present
Bug reassigned from package 'mutt' to 'libsasl2-modules'.
Ignoring request to alter found versions of bug #739601 to the same values 
previously set
Ignoring request to alter fixed versions of bug #739601 to the same values 
previously set
 found 739601 2.1.26.dfsg1-8
Bug #739601 [libsasl2-modules] mutt: Fails ungracefully when /usr/lib/sasl2 is 
not present
Marked as found in versions cyrus-sasl2/2.1.26.dfsg1-8.
 retitle 739601 libsasl2-modules: Removal of /usr/lib/sasl2 directory breaks 
 _sasl_load_plugins() in lib/dlopen.c
Bug #739601 [libsasl2-modules] mutt: Fails ungracefully when /usr/lib/sasl2 is 
not present
Changed Bug title to 'libsasl2-modules: Removal of /usr/lib/sasl2 directory 
breaks _sasl_load_plugins() in lib/dlopen.c' from 'mutt: Fails ungracefully 
when /usr/lib/sasl2 is not present'
 severity 739601 critical
Bug #739601 [libsasl2-modules] libsasl2-modules: Removal of /usr/lib/sasl2 
directory breaks _sasl_load_plugins() in lib/dlopen.c
Severity set to 'critical' from 'normal'
 forcemerge 739601 740440
Bug #739601 [libsasl2-modules] libsasl2-modules: Removal of /usr/lib/sasl2 
directory breaks _sasl_load_plugins() in lib/dlopen.c
Bug #740440 [libsasl2-modules] Some programms complain about missing 
/usr/lib/sasl2 after update
Merged 739601 740440
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
739601: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739601
740440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740440
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#739601: Some programms complain about missing /usr/lib/sasl2 after update

2014-03-01 Thread Roberto C . Sánchez
Klaus,

I have to admit that made quite a mistake here.  I did not thoroughly
investigate this problem when you first reported it.  A grep throug the
cyrus-sasl2 source code for the string looking for plugins in would
have led me to find that the problem is actually within cyrus-sasl2
itself (line 535 of lib/dlopen.c).

I apologize for incorrectly pushing the problem off to mutt.  I will
restore the missing directory and upload an updated package as soon as I
possibly can.

Regards,

-Roberto

On Thu, Feb 20, 2014 at 07:12:54AM -0500, Roberto C. Sánchez wrote:
 severity 739601 normal
 retitle 739601 mutt: Fails ungracefully when /usr/lib/sasl2 is not present
 reassign 739601 mutt
 thanks
 
 The directory /usr/lib/sasl2 was shipped for along time as an empty
 directory in the libsasl2-2 directory.  This was removed for two
 reasons:
 
  - It was empty, and therefore not useful
  - With multi-arch, all the libsasl2-modules-* binary packages are
shipping their files in /usr/lib/arch/sasl2
 
 It appears that this is causing mutt to fail ungracefully.  The
 existence of the directory should be tested for.
 
 Regards,
 
 -Roberto
 
-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Bug#740475: SQLAlchemy 0.9.3 breaks many packages

2014-03-01 Thread Thomas Goirand
Package: sqlalchemy
Version: 0.9.3-1
Severity: grave

SQLAlchemy 0.9.3 breaks many packages, including about 15 of them which
depends on python-migrate (which I have fixed in Git, and which I will
upload soon).

I'm putting an RC bug on SQLAlchemy so that it can wait for migrating
until other packages are fixed, and all of these can migrate at once.

Thomas Goirand (zigo)


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



Processed: Bug#740448 tagged as pending

2014-03-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 740448 pending
Bug #740448 [gitg] gitg FTBFS, implicit declaration of function 
‘gtk_source_style_scheme_get_style’
Added tag(s) pending.
 --
Stopping processing here.

Please contact me if you need assistance.
-- 
740448: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740448
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#740448: tagged as pending

2014-03-01 Thread Dmitry Smirnov
tag 740448 pending
--

We believe that the bug #740448 you reported has been fixed in the Git
repository. You can see the commit message below and/or inspect the
commit contents at:


http://anonscm.debian.org/gitweb/?p=collab-maint/gitg.git;a=commitdiff;h=955500b

(This message was generated automatically by
 'git-post-receive-tag-pending-commitmsg' hook).
---
commit 955500b
Author: Dmitry Smirnov only...@member.fsf.org
Date:   Sun Mar 2 01:16:46 2014

New patch to fix FTBFS (Closes: #740448)

 Thanks, Peter Michael Green.


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



Bug#740448: marked as done (gitg FTBFS, implicit declaration of function ‘gtk_source_style_scheme_get_style’)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sun, 02 Mar 2014 01:48:24 +
with message-id e1wjvvw-0004kj...@franck.debian.org
and subject line Bug#740448: fixed in gitg 0.2.7-2
has caused the Debian Bug report #740448,
regarding gitg FTBFS, implicit declaration of function 
‘gtk_source_style_scheme_get_style’
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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

Package: gitg
Version: 0.2.7-1
Severity: serious

gitg-commit-view.c:1663:2: error: implicit declaration of function 
‘gtk_source_style_scheme_get_style’ [-Werror=implicit-function-declaration]

 style = gtk_source_style_scheme_get_style (scheme, current-line);
 ^

I initially ran into this error on a raspbian jessie autobuilder ( 
http://buildd.raspbian.org/status/fetch.php?pkg=gitgarch=armhfver=0.2.7-1%2Bb5stamp=1393673176 
), googling showed it had also been seen in ubuntu trusty ( 
https://bugs.launchpad.net/ubuntu/+source/gitg/+bug/1277882 ) and 
testing locally showed it also affected debian sid.


The fix is trivial, just adding an include statement, debdiff of what I 
uploaded to raspbian is attatched, no intent to NMU in debian.



diff -Nru gitg-0.2.7/debian/changelog gitg-0.2.7/debian/changelog
--- gitg-0.2.7/debian/changelog 2013-05-08 02:51:42.0 +
+++ gitg-0.2.7/debian/changelog 2014-03-01 16:01:06.0 +
@@ -1,3 +1,10 @@
+gitg (0.2.7-1+rpi1) jessie-staging; urgency=medium
+
+  * Add #include gtksourceview/gtksourcestylescheme.h to gitg-commit-view.c
+to fix FTBFS.
+
+ -- Peter Michael Green plugw...@raspbian.org  Sat, 01 Mar 2014 16:00:04 
+
+
 gitg (0.2.7-1) unstable; urgency=low
 
   * Upload to unstable.
diff -Nru gitg-0.2.7/debian/patches/add-gtksourcestylescheme.h-include.patch 
gitg-0.2.7/debian/patches/add-gtksourcestylescheme.h-include.patch
--- gitg-0.2.7/debian/patches/add-gtksourcestylescheme.h-include.patch  
1970-01-01 00:00:00.0 +
+++ gitg-0.2.7/debian/patches/add-gtksourcestylescheme.h-include.patch  
2014-03-01 16:03:20.0 +
@@ -0,0 +1,13 @@
+Description: Add #include gtksourceview/gtksourcestylescheme.h to 
gitg-commit-view.c to fix FTBFS.
+Author: Peter Michael Green plugw...@raspbian.org
+
+--- gitg-0.2.7.orig/gitg/gitg-commit-view.c
 gitg-0.2.7/gitg/gitg-commit-view.c
+@@ -25,6 +25,7 @@
+ #include gtksourceview/gtksourcelanguagemanager.h
+ #include gtksourceview/gtksourcemarkattributes.h
+ #include gtksourceview/gtksourcestyleschememanager.h
++#include gtksourceview/gtksourcestylescheme.h
+ #include gtksourceview/gtksourcegutter.h
+ #include gtksourceview/gtksourcegutterrendererpixbuf.h
+ #include glib/gi18n.h
diff -Nru gitg-0.2.7/debian/patches/series gitg-0.2.7/debian/patches/series
--- gitg-0.2.7/debian/patches/series2012-09-30 09:07:49.0 +
+++ gitg-0.2.7/debian/patches/series2014-03-01 16:02:44.0 +
@@ -1 +1,2 @@
 desktop-add-RevisionControl.patch
+add-gtksourcestylescheme.h-include.patch
---End Message---
---BeginMessage---
Source: gitg
Source-Version: 0.2.7-2

We believe that the bug you reported is fixed in the latest version of
gitg, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 740...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Smirnov only...@debian.org (supplier of updated gitg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 02 Mar 2014 11:24:55 +1100
Source: gitg
Binary: gitg
Architecture: source amd64
Version: 0.2.7-2
Distribution: unstable
Urgency: low
Maintainer: Dmitry Smirnov only...@debian.org
Changed-By: Dmitry Smirnov only...@debian.org
Description: 
 gitg   - git repository viewer
Closes: 711024 740448
Changes: 
 gitg (0.2.7-2) unstable; urgency=low
 .
   * Standards to 3.9.5
   * Dropped libdconf0 from Depends (Closes: #711024).
   * New patch to fix FTBFS (Closes: #740448)
 Thanks, Peter Michael Green.
   * Set myself as Maintainer as requested by Jonny Lamb.
Checksums-Sha1: 
 4b76e16a04f89b190730fbc26339eb17d2dcb42a 1935 gitg_0.2.7-2.dsc
 47ef6a487858f64686b85c3ecf84e5a73ef4c39b 5036 

Bug#740476: file: 5.17 causes chromium ftbfs

2014-03-01 Thread Michael Gilbert
package: src:file
severity: grave
version: 5.17-0.1

The latest update to file leads to a chromium build failure:
https://buildd.debian.org/status/fetch.php?pkg=chromium-browserarch=i386ver=32.0.1700.123-2stamp=1392729354

Downgrading to 5.14 solves the problem.

Best wishes,
Mike


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



Processed: your mail

2014-03-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 affects 740476 src:chromium-browser
Bug #740476 [src:file] file: 5.17 causes chromium ftbfs
Added indication that 740476 affects src:chromium-browser
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
740476: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740476
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#732375: marked as done (renpy: Ren'Py fails to build due to freetype2 detection error)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sun, 02 Mar 2014 03:21:31 +
with message-id e1wjwy3-0007ad...@franck.debian.org
and subject line Bug#732375: fixed in renpy 6.16.5-1
has caused the Debian Bug report #732375,
regarding renpy: Ren'Py fails to build due to freetype2 detection error
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
732375: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732375
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: renpy
Version: 6.15.7-1
Severity: serious
Tags: upstream patch
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

I recently submitted a tiny patch to fix a libavresample problem (#732333).
While testing the changes, I discovered that a build script bug was preventing
the package from being built properly. Upstream already released a fix for
that, but it's not included in any Ren'Py release yet. I propose adding it to
debian/patches so the package builds correctly on testing/unstable and the next
stable.
It will still be required if packages are made for Ren'Py 6.16.*. After 6.17,
it should not be necessary any more.

The upstream patch can also be found on github:
https://github.com/renpy/renpy/commit/608a55b

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

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

Versions of packages renpy depends on:
ii  python   2.7.5-5
ii  python-pygame1.9.1release+dfsg-8
ii  python-renpy 6.15.7-1
ii  python-support   1.0.15
ii  ttf-dejavu-core  2.33+svn2514-3

Versions of packages renpy recommends:
ii  python [python-ctypes]  2.7.5-5

renpy suggests no packages.
diff --git a/module/setup.py b/module/setup.py
index 12f5eac..9d92184 100755
--- a/module/setup.py
+++ b/module/setup.py
@@ -25,7 +25,7 @@ include(zlib.h)
 include(png.h)
 include(SDL.h, directory=SDL)
 include(ft2build.h)
-include(freetype/freetype.h, directory=freetype2)
+include(freetype/freetype.h, directory=freetype2, optional=True) or include(freetype.h, directory=freetype2)
 include(libavutil/avstring.h)
 include(libavformat/avformat.h)
 include(libavcodec/avcodec.h)
diff --git a/module/ttgsubtable.h b/module/ttgsubtable.h
index 6a49a95..fcbefb8 100644
--- a/module/ttgsubtable.h
+++ b/module/ttgsubtable.h
@@ -3,7 +3,7 @@
 
 #include stdint.h
 #include ft2build.h
-#include freetype/ftotval.h
+#include FT_OPENTYPE_VALIDATE_H
 
 typedef struct
 {
@@ -101,7 +101,7 @@ typedef struct
 typedef struct
 {
 int LookupCount;
-TLookup *Lookup;
+TLookup *Lookup;
 } TLookupList;
 
 typedef struct
---End Message---
---BeginMessage---
Source: renpy
Source-Version: 6.16.5-1

We believe that the bug you reported is fixed in the latest version of
renpy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 732...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miriam Ruiz mir...@debian.org (supplier of updated renpy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Feb 2014 00:42:22 +0100
Source: renpy
Binary: renpy python-renpy renpy-doc renpy-demo renpy-thequestion
Architecture: source all amd64
Version: 6.16.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Miriam Ruiz mir...@debian.org
Description: 
 python-renpy - framework for developing visual-novel type games - Python module
 renpy  - framework for developing visual-novel type games
 renpy-demo - framework for developing visual-novel type games - demo
 renpy-doc  - framework for developing visual-novel type games - doc
 renpy-thequestion - simple and complete Ren'Py game
Closes: 732375
Changes: 
 renpy (6.16.5-1) unstable; urgency=medium
 .
   [ Miriam Ruiz ]
   * New Upstream Release.
 - CLoses: #732375 (Ren'Py fails to build due to freetype2 detection error)
   * Upgraded Standards-Version from 3.9.4 to 3.9.5
   * Removed potential 

Bug#740475: marked as done (SQLAlchemy 0.9.3 breaks many packages)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sun, 02 Mar 2014 11:22:23 +0800
with message-id 5312a3ef.3010...@debian.org
and subject line Bug not needed
has caused the Debian Bug report #740475,
regarding SQLAlchemy 0.9.3 breaks many packages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
740475: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740475
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: sqlalchemy
Version: 0.9.3-1
Severity: grave

SQLAlchemy 0.9.3 breaks many packages, including about 15 of them which
depends on python-migrate (which I have fixed in Git, and which I will
upload soon).

I'm putting an RC bug on SQLAlchemy so that it can wait for migrating
until other packages are fixed, and all of these can migrate at once.

Thomas Goirand (zigo)
---End Message---
---BeginMessage---
Hi,

Opening this bug wasn't needed, since SQLA wont migrate until its
reverse dependencies are fixed.

Sorry for the noise, my bad.

Thomas---End Message---


Bug#733381: Bug #733381: gpx2shp: FTBFS: geod_set.c:32:2: error: too few arguments to function 'pj_ell_set'

2014-03-01 Thread HIRAOKA, Toshihiro
Hi Petter,

 I tried, and noticed a few problems.  First. there are .svn
 directories in the tarball, making it hard to use with the debian

Sorry, I forget these things. I just replaced the file.

Regards,

Petter Reinholdtsen p...@hungry.comさん:
 Control: tags -1 + pending
 
 [Petter Reinholdtsen]
  Please try to test it.
  
  Will do. :)
 
 I tried, and noticed a few problems.  First. there are .svn
 directories in the tarball, making it hard to use with the debian
 packaging, which is also in subversion.  I'll work around it, but
 suspect you did not want to include the .svn stuff in the upstream
 tarball.  Second, there is no entry for the new version in the NEWS
 file.  You might want to fix that in a future version.
 
 I've uploaded 0.71 to Debian now.
 
 -- 
 Happy hacking
 Petter Reinholdtsen


HIRAOKA, Toshihiro
AzukiMap K.K.


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



Bug#735476: marked as done (dns323-firmware-tools: Please migrate to Ruby 1.9/2.0)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sun, 02 Mar 2014 03:33:58 +
with message-id e1wjxa6-z4...@franck.debian.org
and subject line Bug#735476: fixed in dns323-firmware-tools 0.5-1
has caused the Debian Bug report #735476,
regarding dns323-firmware-tools: Please migrate to Ruby 1.9/2.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
735476: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735476
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: dns323-firmware-tools
Version: 0.3-2
Severity: important

Dear Maintainer,

your package dns323-firmware-tools depends on an obsolete version of
the ruby interpreter: ruby1.8.

The Debian Ruby team will remove ruby1.8 from Debian soon. Please migrate
your package to a newer version of the Ruby interpreter, so it won't be
broken when the removal happens.

Thank you,
Christian
---End Message---
---BeginMessage---
Source: dns323-firmware-tools
Source-Version: 0.5-1

We believe that the bug you reported is fixed in the latest version of
dns323-firmware-tools, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 735...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matt Palmer mpal...@debian.org (supplier of updated dns323-firmware-tools 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Mar 2014 14:14:08 +1100
Source: dns323-firmware-tools
Binary: dns323-firmware-tools
Architecture: source all
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Matt Palmer mpal...@debian.org
Changed-By: Matt Palmer mpal...@debian.org
Description: 
 dns323-firmware-tools - build and manipulate firmware images for the DNS-323
Closes: 735476
Changes: 
 dns323-firmware-tools (0.5-1) unstable; urgency=low
 .
   * New upstream release.
   * Supports Ruby 1.9.  (Closes: #735476)
Checksums-Sha1: 
 ac49177e6781eb77e0b0985e9c6e8cc04374cdbf 1146 dns323-firmware-tools_0.5-1.dsc
 f250ec5a846b0083c44a01023e18c484382da095 6202 
dns323-firmware-tools_0.5.orig.tar.gz
 f15500ec62c2ddd5139d3d9df18504be66f70c02 1978 
dns323-firmware-tools_0.5-1.diff.gz
 d08c50f08ece29b4006fecc8bf26beda3a55e836 8968 
dns323-firmware-tools_0.5-1_all.deb
Checksums-Sha256: 
 579f3f241b0ad4305930d628f4b7e76af1029b2603904f4effd698f9d5ee00a8 1146 
dns323-firmware-tools_0.5-1.dsc
 1a2d1c04db659537978e1758f9f5145969f2ae207dc823e528bf8b8f9889d9b3 6202 
dns323-firmware-tools_0.5.orig.tar.gz
 263a8c33c9d7ae536368c4de45dc0066403bbb6ad6210ba0f3db0540b83d2ca7 1978 
dns323-firmware-tools_0.5-1.diff.gz
 b0279bd03dbdde6b7a25652f1d598ffde24cf8e90adc824467f6e56661632ca7 8968 
dns323-firmware-tools_0.5-1_all.deb
Files: 
 d9ceebc0bf8f9aee92c67d22ff581c70 1146 otherosfs optional 
dns323-firmware-tools_0.5-1.dsc
 6e06194d428cfb7ba0973fa71db63833 6202 otherosfs optional 
dns323-firmware-tools_0.5.orig.tar.gz
 7842b9ef4fd50889e03301cde2c8995a 1978 otherosfs optional 
dns323-firmware-tools_0.5-1.diff.gz
 fae7c103edd379b422b0677f9344f58a 8968 otherosfs optional 
dns323-firmware-tools_0.5-1_all.deb

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

iD8DBQFTEqXHBEnrTWk1E4cRAtoKAKCQ6NBXygest1gP0Q58Iaomz4UkZACcDN4l
VR5igv2IRMgL3IxMeja+rU0=
=fZYt
-END PGP SIGNATUREEnd Message---


Bug#739581: marked as done (update-grub: fails at 30_init-select, no Windows entries in grub.cfg)

2014-03-01 Thread Debian Bug Tracking System
Your message dated Sun, 02 Mar 2014 03:48:46 +
with message-id e1wjxoq-0004iq...@franck.debian.org
and subject line Bug#739581: fixed in init-select 1.20140301
has caused the Debian Bug report #739581,
regarding update-grub: fails at 30_init-select, no Windows entries in grub.cfg
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
739581: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739581
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: grub2-common
Version: 2.00-22
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Since the last grub update in testing, update-grub appears to fail
during 30_init-select and doesn't include Windows partitions in
grub.cfg, although it sees them:

 khufu:~# update-grub
 Generating grub.cfg ...
 Found background image: /usr/share/images/desktop-base/desktop-grub.png
 Found linux image: /boot/vmlinuz-3.13.3-khufu-2
 Found initrd image: /boot/initrd.img-3.13.3-khufu-2
 Found linux image: /boot/vmlinuz-3.13.2-khufu-0
 Found initrd image: /boot/initrd.img-3.13.2-khufu-0
 Found memtest86+ image: /memtest86+.bin
 Found memtest86+ multiboot image: /memtest86+_multiboot.bin
 Found GRUB Invaders image: /boot/invaders.exec
 Found Windows 8 (loader) on /dev/sda1
 Found Windows 8 (loader) on /dev/sdc1
 done

Last lines of grub.cfg, however, come out as:

 ### BEGIN /etc/grub.d/22_invaders ###
 menuentry GRUB Invaders {
   insmod part_msdos
   insmod xfs
   set root='hd1,msdos1'
   if [ x$feature_platform_search_hint = xy ]; then
 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 
 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 --hint='hd1,msdos1'  
 47193b17-a99a-4a83-8818-fc54982e3996
   else
 search --no-floppy --fs-uuid --set=root 
 47193b17-a99a-4a83-8818-fc54982e3996
   fi
   multiboot   /invaders.exec
 }
 ### END /etc/grub.d/22_invaders ###
 
 ### BEGIN /etc/grub.d/30_init-select ###

   Currently it's necessary to copy the Windows partition stuff from
an old grub.cfg to the new one.


- -- Package-specific info:

*** BEGIN /proc/mounts
/dev/mapper/khufu_vg-root_lv / xfs rw,relatime,attr2,inode64,noquota 0 0
/dev/sdb1 /boot xfs rw,relatime,attr2,inode64,noquota 0 0
/dev/mapper/khufu_vg-home_lv /home xfs rw,relatime,attr2,inode64,noquota 0 0
/dev/mapper/khufu_vg-var_lv /var xfs rw,relatime,attr2,inode64,noquota 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(fd0)   /dev/fd0
(hd0)   /dev/sda
(hd1)   /dev/sdb
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
set default=${saved_entry}

if [ x${feature_menuentry_id} = xy ]; then
  menuentry_id_option=--id
else
  menuentry_id_option=
fi

export menuentry_id_option

if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
insmod all_video
  else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod lvm
insmod xfs
set root='lvm/khufu_vg-root_lv'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/khufu_vg-root_lv'  
9a0f45e7-2756-40ed-ac7c-534611cfae51
else
  search --no-floppy --fs-uuid --set=root 9a0f45e7-2756-40ed-ac7c-534611cfae51
fi
font=/usr/share/grub/unicode.pf2
fi

if loadfont $font ; then
  set gfxmode=1280x1024x32
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
if [ ${recordfail} = 1 ] ; then
  set timeout=-1
else
  set timeout=10
fi
play 480 440 1
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod lvm
insmod xfs
set root='lvm/khufu_vg-root_lv'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/khufu_vg-root_lv'  
9a0f45e7-2756-40ed-ac7c-534611cfae51
else
  search --no-floppy --fs-uuid --set=root 

Processed: pending upload

2014-03-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 730888 pending
Bug #730888 [src:hothasktags] hothasktags: FTBFS: Setup: At least the following 
dependencies are missing: haskell-src-exts =1.11  1.14
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
730888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730888
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#733381: Bug #733381: gpx2shp: FTBFS: geod_set.c:32:2: error: too few arguments to function 'pj_ell_set'

2014-03-01 Thread HIRAOKA, Toshihiro
Hi again,

 Thank you.  You might want to mention this new version on
 URL: http://gpx2shp.sourceforge.jp/ , or remove the version

I also updated the page.

Thanks always!

Toshi.

Petter Reinholdtsen p...@hungry.comさん:
 [HIRAOKA, Toshihiro]
  Hello Petter,
 
 Hi. :)
 
  I released the new version fixed the bug 733381 today.
 
 Thank you.  You might want to mention this new version on
 URL: http://gpx2shp.sourceforge.jp/ , or remove the version
 reference (mention 0.69).
 
  Please try to test it.
 
 Will do. :)
 
 -- 
 Happy hacking
 Petter Reinholdtsen


HIRAOKA, Toshihiro
AzukiMap K.K.


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



Bug#733381: Bug #733381: gpx2shp: FTBFS: geod_set.c:32:2: error: too few arguments to function 'pj_ell_set'

2014-03-01 Thread Petter Reinholdtsen
[HIRAOKA, Toshihiro]
 Hi Petter,

Hi. :)

 Sorry, I forget these things. I just replaced the file.

Thank you!

But as I already uploaded the 0.71 file to Debian, the archive
software is not going to accept a file with a different MD5-sum and
the same version.  Perhaps I should make up my own version number
0.71.0 or something like that.

-- 
Happy hacking
Petter Reinholdtsen


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



Bug#740228: Fixed in Git, missing python-ibm-db-sa

2014-03-01 Thread Thomas Goirand
Hi,

FYI, this issue is now fixed in the Git on Alioth, but it's pending the
FTP masters approval for the python-ibm-db-sa package, which
python-migrate now depends on.

Thomas Goirand (zigo)


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



Processed (with 1 errors): block 740228 by bug 739966

2014-03-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 740228 pending
Bug #740228 [python-migrate] python-migrate: depends on python-sqlalchemy 0.9 
but sid has 0.9.3-1
Added tag(s) pending.
 block 740228 by bug 739966
Failed to set blocking bugs of 740228: Invalid blocking bug(s):bug
Debbugs::Control::set_blocks('transcript', 'GLOB(0x2908918)', 
'requester', 'Thomas Goirand z...@debian.org', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', '5312d957.9000...@debian.org', 
'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 501
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 500
Debbugs::Control::Service::control_line('line', 'block 740228 by bug 
739966', 'clonebugs', 'HASH(0x284f2a0)', 'limit', 'HASH(0x2845810)', 
'common_control_options', 'ARRAY(0x2845858)', 'errors', ...) called at 
/usr/lib/debbugs/service line 474


End of message, stopping processing here.

Please contact me if you need assistance.
-- 
740228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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