Bug#744699: Frets On Fire bug report 744699

2014-04-18 Thread costamagnagianfra...@yahoo.it
Hi Paul and all,
(sorry for the top posting, my android mail client allows only this mode)

are you aware that at some point almost _every_ debian packages will be 
repackaged?

I'm talking about embedded jquery as example and sdlgfx.
What we do is symlink and remove jquery while building, but this leave the js 
in the source tarball.

should we really remove and repackage almost every program that has a Docs 
folder?

I think the point of having a binary file (not built by debian builders) in the 
binary package is a security issue, but removing and symlinking it while 
building isn't.

And users installs only the binary, not the source.

Following this rule we (or better you since I'm not a DD) will have to upload 
again some thousand packages just because of some js, some windows dll, some 
library leftover and so on.

Unfortunately most upstream people don't care too much about this...
should debian focus more on this rather than fixing bugs?

(to clarify my position, I'm here to ask and learn, not to complain)

Sorry for the (partial) off topic, I hope is ok with the list (I have also some 
(more) similar issues with games)

Once you asked me to ask upstream to provide the _source_ file for every png 
file on the tarball and build it at runtime.

Upstream said that they have not most of them anymore, that for 100MB of images 
they took DAYS in building.

Should I repackage the 150MB source tarball with one 1500MB one, and move from 
1 hour build to 1 week one?

I honestly think that at some point we have to stop caring about all this stuff 
and focus more on bug fixes.

Just my .02$

Gianfranco

Sent from Yahoo Mail on Android



Bug#722465: qtsmbstatus-server: fails to install due to insserv rejecting the script header

2014-04-18 Thread Petter Reinholdtsen

Control: reassign -1 samba
Control: tag -1 +patch

I had a look at this bug report for qtsmbstatus-server, in the belief
that the problem was easy to fix:

  Setting up qtsmbstatus-server (2.2.1-2) ...
  insserv: Service samba has to be enabled to start service qtsmbstatusd
  insserv: exiting now!
  update-rc.d: error: insserv rejected the script header
  dpkg: error processing qtsmbstatus-server (--configure):
   subprocess installed post-installation script returned error exit status 1

But that proved to be wrong.  The qtsmbstatus-server package depend on
the samba package, which include the samba init.d script with a
'Provides: samba' in place.  I also tested to install the
qtsmbstatus-server package in sid and noticed the installation failure
also happened there.  Looking closer, the problem is that the samba
init.d script is not enabled by default:

  ### BEGIN INIT INFO
  # Provides:  samba
  # Required-Start:smbd nmbd
  # Required-Stop: smbd nmbd
  # Default-Start: 
  # Default-Stop:  
  # Short-Description: ensure Samba daemons are started (nmbd and smbd)
  ### END INIT INFO

This causes update-rc.d to not add any start and stop symlinks during
package installation, and thus qtsmbstatus-server is unable to find the
required service during boot and package installation.

Is this a bug in samba?  In that case, I suggest changing the
Default-Start and Default-Stop lines to list runlevels like this:

  # Default-Start: 2 3 4 5
  # Default-Stop:  1

If not, I suggest to change qtsmbstatus-server like this, to make the
samba init.d dependency optional:

diff --git a/debian/qtsmbstatus-server.qtsmbstatusd.init 
b/debian/qtsmbstatus-server.qtsmbstatusd.init
index eff0e48..965fb16 100644
--- a/debian/qtsmbstatus-server.qtsmbstatusd.init
+++ b/debian/qtsmbstatus-server.qtsmbstatusd.init
@@ -5,8 +5,9 @@
 # For LSB
 ### BEGIN INIT INFO
 # Provides:  qtsmbstatusd
-# Required-Start:$remote_fs $syslog samba
+# Required-Start:$remote_fs $syslog
 # Required-Stop: $remote_fs $syslog
+# Should-Start:  samba
 # Default-Start: 2 3 4 5
 # Default-Stop:  0 1 6
 # Short-Description: start qtsmbstatusd server at boot time

I am passing on the bug report to samba or their view.  Please send it
back if samba is correct and should not start by default any more.

-- 
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: qtsmbstatus-server: fails to install due to insserv rejecting the script header

2014-04-18 Thread Debian Bug Tracking System
Processing control commands:

 reassign -1 samba
Bug #722465 [qtsmbstatus-server] qtsmbstatus-server: fails to install due to 
insserv rejecting the script header
Bug reassigned from package 'qtsmbstatus-server' to 'samba'.
No longer marked as found in versions qtsmbstatus/2.2.1-2.
Ignoring request to alter fixed versions of bug #722465 to the same values 
previously set
 tag -1 +patch
Bug #722465 [samba] qtsmbstatus-server: fails to install due to insserv 
rejecting the script header
Added tag(s) patch.

-- 
722465: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722465
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#745118: bokken: not installable - bokken Depends: python-radare2 (= 0.9) which Breaks: bokken ( 1.7)

2014-04-18 Thread Paul Wise
Package: bokken
Version: 1.6-1
Severity: serious
Tags: jessie sid

bokken Depends: python-radare2 (= 0.9) but that Breaks: bokken ( 1.7)
and the version of bokken in Debian is 1.6-1 which is  1.7, making
bokken not installable, which is a serious issue.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#744699: Frets On Fire bug report 744699

2014-04-18 Thread Vincent Cheng
Hi Gianfranco,

On Thu, Apr 17, 2014 at 11:06 PM, costamagnagianfra...@yahoo.it
costamagnagianfra...@yahoo.it wrote:
 Hi Paul and all,
 (sorry for the top posting, my android mail client allows only this mode)

 are you aware that at some point almost _every_ debian packages will be
 repackaged?

 I'm talking about embedded jquery as example and sdlgfx.
 What we do is symlink and remove jquery while building, but this leave the
 js in the source tarball.

 should we really remove and repackage almost every program that has a Docs
 folder?

 I think the point of having a binary file (not built by debian builders) in
 the binary package is a security issue, but removing and symlinking it while
 building isn't.

 And users installs only the binary, not the source.

 Following this rule we (or better you since I'm not a DD) will have to
 upload again some thousand packages just because of some js, some windows
 dll, some library leftover and so on.

 Unfortunately most upstream people don't care too much about this...
 should debian focus more on this rather than fixing bugs?

 (to clarify my position, I'm here to ask and learn, not to complain)

 Sorry for the (partial) off topic, I hope is ok with the list (I have also
 some (more) similar issues with games)

 Once you asked me to ask upstream to provide the _source_ file for every png
 file on the tarball and build it at runtime.

 Upstream said that they have not most of them anymore, that for 100MB of
 images they took DAYS in building.

 Should I repackage the 150MB source tarball with one 1500MB one, and move
 from 1 hour build to 1 week one?

 I honestly think that at some point we have to stop caring about all this
 stuff and focus more on bug fixes.

There's a lack of consensus about e.g. how to deal with jquery (refer
to that fairly long thread on debian-devel last month for some more
commentary [1]), and I think there was a thread here on
debian-devel-games that devolved into a similar discussion...so you'll
get a range of different opinions from DDs as to how to approach this,
ranging from the most strictest possible interpretation/application of
the DFSG to both binary and source packages vs. the bare minimum that
the ftpmasters would consider acceptable. Unless the ftpmasters decide
to explicitly spell out what's required and what's not, I don't think
the status quo will change.

If you think this situation is confusing and somewhat frustrating,
well, you're not the only one. :)

Regards,
Vincent

[1] https://lists.debian.org/debian-devel/2014/03/msg00190.html


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



Bug#744992: marked as done (python-falcon and python-libturpial: error when trying to install together)

2014-04-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Apr 2014 10:51:56 +
with message-id e1wb6oi-0005kx...@franck.debian.org
and subject line Bug#744992: fixed in python-falcon 0.1.8-2
has caused the Debian Bug report #744992,
regarding python-falcon and python-libturpial: error when trying to install 
together
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.)


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

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

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

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

--
Jakub Wilk
---End Message---
---BeginMessage---
Source: python-falcon
Source-Version: 0.1.8-2

We believe that the bug you reported is fixed in the latest version of
python-falcon, 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 744...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand z...@debian.org (supplier of updated python-falcon 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, 18 Apr 2014 10:08:40 +
Source: python-falcon
Binary: python-falcon python3-falcon
Architecture: source amd64
Version: 0.1.8-2
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 python-falcon - supersonic micro-framework for building cloud APIs - Python 2.x
 python3-falcon - supersonic micro-framework for building cloud APIs - Python 
3.x
Closes: 744992
Changes: 
 python-falcon (0.1.8-2) unstable; urgency=medium
 .
   * rm -rf $(CURDIR)/debian/python*-falcon/usr/lib/python*/dist-packages/tests
 (Closes: #744992). Thanks to Jakub Wilk jw...@debian.org for the report.
Checksums-Sha1: 
 401621632dacba05c1733e1f5beeaf8bf9baea65 2343 python-falcon_0.1.8-2.dsc
 06da83e529af63dae615111537804f9e92b19e55 3644 
python-falcon_0.1.8-2.debian.tar.xz
 30318fc5260043b2f71bfbac0a86f2b2cf765f82 180654 python-falcon_0.1.8-2_amd64.deb
 8658e30f1f3d125b43c7dc8ac47f5d2365604e10 198962 
python3-falcon_0.1.8-2_amd64.deb
Checksums-Sha256: 
 dc8705829ffb2b9c553e310c8e88512c4fbeb23f7b9d9a58c215d97689deaecf 2343 
python-falcon_0.1.8-2.dsc
 e1abb99fe6d4e5415ed0e4f3fd17d2fe69d66dd08660e8e1d4eef1208467b927 3644 
python-falcon_0.1.8-2.debian.tar.xz
 3284ef9fd525414d5b9a653be0067f926d0af69f275eb30c9ceea217c220c4c7 180654 
python-falcon_0.1.8-2_amd64.deb
 1791486f5effd19ec2e3fdd50f0003d94e676aa195d464ba183eb9437b120a81 198962 
python3-falcon_0.1.8-2_amd64.deb
Files: 
 e1b0de1a5de2cee4056d2cfab57be548 2343 python optional python-falcon_0.1.8-2.dsc
 eda1fe7373afcf8f9d789965ca009afd 3644 python optional 
python-falcon_0.1.8-2.debian.tar.xz
 8a7cfbe6035a7e0e5f99272bc81e136d 180654 python optional 
python-falcon_0.1.8-2_amd64.deb
 f6e51541422fdfaa5d50e0c0e2fbc532 198962 python optional 
python3-falcon_0.1.8-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTUQBwAAoJENQWrRWsa0P+dFUP/AkrfzGwK7hVWoIrhSEHowCl
ylG3Bilg/XNmfi1bFRGzUF8gT3taBS1VaYPS9C32HyvyaIz7+mQBPBT9Is6uIuu7
Eqo798fGU3PdFDF89pJEv2UQo21/n1C+rvXifvo6kwsSBF5TUuH1XhtP2B7cy7KG
KhZBrMvxMvCGisGQirJr6usRQmohhWhkhkLZBqRocnrL0pBqdfFtBsiu5aJoWbu1
pq6VKwf1ePISi7h6MQMM9iAKlgWdHrOSFcYi/hwqfbc2x0NaCt4U+Rkji0qho3sc
L7DbBYtnVRFly+h0rrFYOYVieKjA/M8+KtxzACYyX5HzcY+vp4M8UNGOYhQpqxTP
HgZIh7oq/88/BInOLEXLElAQqzY0TEO9kgxmz8bUUpLQGDcr74AdFRimkwXhVKJZ
YaJbjeft2sS4C9mJRwwA+j5iJcRO6yU+KliQuhBAePiNtvcFzQCCgnhX2eYh/iji
4Z4g8oM8kgMW7Jqdeouzc/MqeR1XMkWAbwG6FA0smY6JrFCIPkVXna4Sd0acvJ6Q
bYy/LB+73UeoHrNKpssfEK73UAwYDezl4iYI1i/MwFjbSS8VX7EHybxW/nDSaz6P
Z2H+HKj3ahDQ/mhXt+od3qiXScGGceXVovCrGjasWfubdiPts1E26CG4LVLgh1kA
uY0AKgmlCQ8vzVF1bLqq

Bug#741355: nvidia-visual-profiler: nvvp segfaults on startup @frame soup_session_feature_detach+0x11

2014-04-18 Thread Graham Inggs
tags 741355 patch
severity 741355 normal
thanks


Upon further investigation I have found the crash is related to displaying
the Welcome window on first startup.  I have identified three different
scenarios that affect the way this bug occurs, or does not.

1. On a fresh Sid or Ubuntu Trusty installation, without libwebkitgtk-1.0-0
installed, nvvp does not crash on startup.   (This suggests we may need a
depends on libwebkitgtk-1.0-0 for the next version of
nvidia-visual-profiler though)

2. On a system with libwebkitgtk-1.0-0 installed, nvvp will crash the first
time it is run by a user.
A file
~/nvvp_workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs
is created, containing 'showIntro=false'.  Nvvp will not crash again for
this user unless this is changed to 'showIntro=true' or ~/nvvp_workspace is
removed.

3. On a system with libwebkitgtk-1.0-0 installed, where
nvidia-visual-profiler has been upgraded from a previous version, and the
workspace was saved with the Welcome window still open, nvvp will crash
every time.
~/nvvp_workspace/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml
will contain a section similar to the following:
view id=org.eclipse.ui.internal.introview partName=Welcome
...
/view
Simply running 'rm -rf ~/nvvp_workspace' solves this problem by taking you
to scenario 2.

As noted previously, adding the line:
org.eclipse.swt.browser.DefaultType=mozilla
to /usr/lib/nvidia-visual-profiler/configuration/config.ini prevents the
crashes in scenario 2 and 3 above, but the Welcome window is displayed
empty.  For what it is worth, I attach a patch that does this, but I do not
think it is worth applying unless we can actually display the Welcome
window correctly.

I am downgrading the severity of this bug report as I believe this has no
major effect on the usability of this package.


work-around-crash-when-displaying-welcome.debdiff
Description: Binary data


Processed (with 3 errors): Raising severity

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

 severity 724816 serious
Bug #724816 [xotcl] xotcl: FTBFS when build with Tcl/Tk 8.6 as a default
Severity set to 'serious' from 'normal'
 tags 724816 + jessie sid
Bug #724816 [xotcl] xotcl: FTBFS when build with Tcl/Tk 8.6 as a default
Added tag(s) sid and jessie.
 Hi!
Unknown command or malformed arguments to command.
 Since the Tcl/Tk 8.6 became the default in sid and jessie, I'm raising
Unknown command or malformed arguments to command.
 its severity.
Unknown command or malformed arguments to command.
 --
Stopping processing here.

Please contact me if you need assistance.
-- 
724816: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724816
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: nvidia-visual-profiler: nvvp segfaults on startup @frame soup_session_feature_detach+0x11

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

 tags 741355 patch
Bug #741355 [nvidia-visual-profiler] nvidia-visual-profiler: nvvp segfaults on 
startup @frame soup_session_feature_detach+0x11
Added tag(s) patch.
 severity 741355 normal
Bug #741355 [nvidia-visual-profiler] nvidia-visual-profiler: nvvp segfaults on 
startup @frame soup_session_feature_detach+0x11
Severity set to 'normal' from 'grave'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
741355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741355
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#741221: marked as done (tagainijisho included non-free content. (SKIP code problem))

2014-04-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Apr 2014 11:34:13 +
with message-id e1wb73d-0001wg...@franck.debian.org
and subject line Bug#741221: fixed in tagainijisho 1.0.2-1
has caused the Debian Bug report #741221,
regarding tagainijisho included non-free content. (SKIP code problem)
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.)


-- 
741221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741221
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: tagainijisho
Severity: serious
Justification: Policy 2.1


Hello.
kiten included non-free code.


File:

tagainijisho-[version number]/3rdparty/kanjidic2.xml

version number is debian or based debian distros specific.
E.g: tagainijisho-0.9.2 (Trisquel 6.0)


This Kanjidic contain SKIP code, SKIP code License is CC-BY-NC-SA.
This license is not permit commercial use. Its non-free. (Violate DFSG 6)

Note: Kanjidic license is CC-BY-SA, but Kanjidic is contain SKIP code, SKIP 
code license is CC-BY-NC-SA.


See:

http://www.edrdg.org/edrdg/licence.html (See Section 7)
http://www.kanji.org/kanji/dictionaries/skip_permission.htm


Note: debian Kanjidic package is OK, Bacause this is Kanjidic without SKIP 
code version.

Suggests:

1. Remove non-free codes and rebuild. (like debian kanjidic package)

2. Replace DFSG free kanjidic. (Using Kanjidic package)

3. remove to archive.


Thanks.


Reference:

https://trisquel.info/en/issues/10853
https://bugzilla.redhat.com/show_bug.cgi?id=969414
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=182652
---End Message---
---BeginMessage---
Source: tagainijisho
Source-Version: 1.0.2-1

We believe that the bug you reported is fixed in the latest version of
tagainijisho, 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 741...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thibaut VARENE vare...@debian.org (supplier of updated tagainijisho 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: Fri, 18 Apr 2014 11:14:30 +0200
Source: tagainijisho
Binary: tagainijisho tagainijisho-common tagainijisho-dic-en 
tagainijisho-dic-fr tagainijisho-dic-de tagainijisho-dic-es tagainijisho-dic-ru 
tagainijisho-dic-it tagainijisho-dic-pt tagainijisho-dic-th tagainijisho-dic-tr
Architecture: source amd64 all
Version: 1.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Thibaut VARENE vare...@debian.org
Changed-By: Thibaut VARENE vare...@debian.org
Description: 
 tagainijisho - Japanese dictionary and learning assistant
 tagainijisho-common - Common files for Tagaini Jisho
 tagainijisho-dic-de - German dictionary files for Tagaini Jisho
 tagainijisho-dic-en - English dictionary files for Tagaini Jisho
 tagainijisho-dic-es - Spanish dictionary files for Tagaini Jisho
 tagainijisho-dic-fr - French dictionary files for Tagaini Jisho
 tagainijisho-dic-it - Italian dictionary files for Tagaini Jisho
 tagainijisho-dic-pt - Portuguese dictionary files for Tagaini Jisho
 tagainijisho-dic-ru - Russian dictionary files for Tagaini Jisho
 tagainijisho-dic-th - Thai dictionary files for Tagaini Jisho
 tagainijisho-dic-tr - Turkish dictionary files for Tagaini Jisho
Closes: 741221
Changes: 
 tagainijisho (1.0.2-1) unstable; urgency=medium
 .
   * New upstream release
   * Remove non-free SKIP codes and support (Closes: #741221)
Checksums-Sha1: 
 2e64282706e3a4af661ec6c0bc8edb213657bbb3 1796 tagainijisho_1.0.2-1.dsc
 7bb3d9715c3113696b87a651d13a611b7487d81b 24583552 
tagainijisho_1.0.2.orig.tar.gz
 a571ea50f6262a419d37f621be1666adcf783dff 11676 
tagainijisho_1.0.2-1.debian.tar.xz
 63644d4fde7a084119bd2f896d4fbe206985aec7 545108 tagainijisho_1.0.2-1_amd64.deb
 8661d7bd2064d66ca17daafba10850a42efa6986 16926068 
tagainijisho-common_1.0.2-1_all.deb
 cbcdf0c4a39377b4a169e773ba43e04a71729195 8046290 
tagainijisho-dic-en_1.0.2-1_all.deb
 b8ccd77df656acc25576b824f6e6aaf9499ab96e 875120 
tagainijisho-dic-fr_1.0.2-1_all.deb
 19c81904f80e3449a932b6fb5b1c8e26746d8873 7038476 
tagainijisho-dic-de_1.0.2-1_all.deb
 dc9021e2dbba855f8bd1e393fcdcdf381a7509e4 1645364 
tagainijisho-dic-es_1.0.2-1_all.deb
 79c572f3b45ab109818393d82a9757f583388d2c 295366 

Bug#735165: marked as done (ruby-strong-parameters fails to build from source)

2014-04-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Apr 2014 13:36:16 +0200
with message-id 20140418113616.ga14...@entropy.proba.jussieu.fr
and subject line fixed in recent version of ruby-activesupport
has caused the Debian Bug report #735165,
regarding ruby-strong-parameters fails to build from source
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.)


-- 
735165: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735165
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ruby-strong-parameters
Version: 0.2.1-1
Severity: serious
Tags sid jessie

MiniTest::Unit::TestCase is now Minitest::Test. From
/usr/lib/ruby/1.9.1/test/unit/testcase.rb:8:in `module:Unit'
/usr/lib/ruby/1.9.1/test/unit.rb:328:in `autorun': uninitialized class variable
@@installed_at_exit in Test::Unit::Runner (NameError)
from /usr/lib/ruby/1.9.1/test/unit.rb:640:in `top (required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from
/scratch/packages/tmp/ruby-strong-parameters-0.2.1/test/test_helper.rb:4:in
`top (required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from
/scratch/packages/tmp/ruby-strong-parameters-0.2.1/test/action_controller_required_params_test.rb:1:in
`top (required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb:10:in `block (2
levels) in main'
from /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb:9:in `each'
from /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb:9:in `block in
main'
from /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb:4:in `select'
from /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb:4:in `main'
rake aborted!
Command failed with status (1): [ruby -Ilib:lib:test
-I/usr/lib/ruby/vendor_ruby
/usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb test/**/*_test.rb ]
-e:1:in `main'
Tasks: TOP = default = test
(See full trace by running task with --trace)
ERROR: Test ruby1.9.1 failed. Exiting.
dh_auto_install: dh_ruby --install
/scratch/packages/tmp/ruby-strong-parameters-0.2.1/debian/ruby-strong-parameters
returned exit code 1
make: *** [binary] Error 1
---End Message---
---BeginMessage---

This bug was caused by a patch introduced in ruby-activesupport, forcing
it to use ruby-minitest but no explicitly requiring it (it instead tried
to use unsucessfully the embedded version of minitest in the Ruby
interpreter).
See:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733423

This bug has been solved since then in rails-3.2 3.2.16-3+0, shipping
the ruby-activesupport-3.2 package.
I am therefore closing this bug.

Cheers,

Cédric


signature.asc
Description: Digital signature
---End Message---


Bug#694502: Close the bug?

2014-04-18 Thread Anton Gladky
Hi,

gerris is not available in Wheezy. Is it OK, if
I just close the bug as after Squeeze-Ẃheezy upgrade
should remove gerris from the system?

Thanks

Anton


Bug#745157: guest-triggerable out-of-bounds buffer access via IDE SMART command (CVE-2014-2894)

2014-04-18 Thread Michael Tokarev
Package: qemu-system, qemu-kvm
Version: 1.1.2+dfsg-1
Severity: serious
Tags: security upstream patch wheezy jessie

CVE-2014-2894, a guest-triggerable out of bounds memory access using
IDE SMART commands.  This can lead to qemu process memory corruption
and potentially (unlikely) to invalid code execution with host qemu
process privileges.

Introduced past 2009.  Qemu 0.12 (on squeeze, oldstable) is not affected,
wheezy/stable and current testing are affected, fixed in upstream 2.0
which is currently in sid.

/mjt


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



Bug#739123: Fix uploaded to delayed/10

2014-04-18 Thread Antonio Terceiro
Control: tag -1 pending

Processed: Fix uploaded to delayed/10

2014-04-18 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 pending
Bug #739123 [src:treil] treil: FTBFS with ruby-defaults  1:2.0: 
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load 
such file -- mkmf (LoadError)
Added tag(s) pending.

-- 
739123: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739123
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#740459: Infinite loop reloading dbus service

2014-04-18 Thread Erich Schubert
Hello Petter,
I can install the 1.16.0-5 package without running into that infinite loop.

I'm really short on time today, so I couldn't check the bug tracker,
if this is already reported. There is another issue with insserv. I
couldn't upgrade initscripts to 2.88dsf-54, because of insserv:
FATAL: service smbd is missed in the runlevels 2 3 4 5 to use service
samba.
This was caused by samba being uninstalled but not purged. Manually
removing /etc/init.d/samba* resolved this installation issue.

insserv should probably be more robust to old/leftover/broken init
scripts and not prevent the installation of unrelated packages.
Maybe this is what triggered the problem the first place, with the
previous version: having an old/outdated init script in /etc/init.d?

Regards,
Erich


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



Bug#744221: marked as done (CVE-2014-0150: guest-triggerable buffer overrun in virtio-net)

2014-04-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Apr 2014 17:47:21 +
with message-id e1wbcsj-dq...@franck.debian.org
and subject line Bug#744221: fixed in qemu 1.1.2+dfsg-6a+deb7u1
has caused the Debian Bug report #744221,
regarding CVE-2014-0150: guest-triggerable buffer overrun in virtio-net
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.)


-- 
744221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744221
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: qemu
Version: 0.6.1-1
Severity: grave
Tags: security patch upstream squeeze wheezy jessie sid

This is a guest-triggerable buffer overrun in virtio-net device in qemu.
The relevant code has been added to qemu in version 0.6, which means it
is in all versions of debian.  The network device is one of the most
important network devices which qemu implements, so impact might be
very high.

Upstream commit fixing this issue:
 http://thread.gmane.org/gmane.comp.emulators.qemu/266713

Thanks,

/mjt
---End Message---
---BeginMessage---
Source: qemu
Source-Version: 1.1.2+dfsg-6a+deb7u1

We believe that the bug you reported is fixed in the latest version of
qemu, 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 744...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Tokarev m...@tls.msk.ru (supplier of updated qemu 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: Fri, 11 Apr 2014 20:27:16 +0400
Source: qemu
Binary: qemu qemu-keymaps qemu-system qemu-user qemu-user-static qemu-utils
Architecture: source all amd64
Version: 1.1.2+dfsg-6a+deb7u1
Distribution: wheezy-security
Urgency: high
Maintainer: Debian QEMU Team pkg-qemu-de...@lists.alioth.debian.org
Changed-By: Michael Tokarev m...@tls.msk.ru
Description: 
 qemu   - fast processor emulator
 qemu-keymaps - QEMU keyboard maps
 qemu-system - QEMU full system emulation binaries
 qemu-user  - QEMU user mode emulation binaries
 qemu-user-static - QEMU user mode emulation binaries (static version)
 qemu-utils - QEMU utilities
Closes: 744221
Changes: 
 qemu (1.1.2+dfsg-6a+deb7u1) wheezy-security; urgency=high
 .
   * fix guest-triggerable buffer overrun in virtio-net device
 (Closes: #744221 CVE-2014-0150)
Checksums-Sha1: 
 5072844151353902ce278aabf84089e8849b6b17 2631 qemu_1.1.2+dfsg-6a+deb7u1.dsc
 65930c43945aad83862eaf578b93b7c3d041dc3c 4480342 qemu_1.1.2+dfsg.orig.tar.bz2
 c31e9c0d7d010dc07b92ce37bb635f467c932422 64795 
qemu_1.1.2+dfsg-6a+deb7u1.debian.tar.gz
 c121a3f7867aebacd5309f28a6e9e766390571a9 49970 
qemu-keymaps_1.1.2+dfsg-6a+deb7u1_all.deb
 c8db9340c9a2ee7d74068630453166f783a5f9dc 115898 
qemu_1.1.2+dfsg-6a+deb7u1_amd64.deb
 6f4fc6ea88b742237c56615669e4b8b821467ccf 27848518 
qemu-system_1.1.2+dfsg-6a+deb7u1_amd64.deb
 edafa98aeaf5be5862089b4bc97bbd5dd8b12298 7727096 
qemu-user_1.1.2+dfsg-6a+deb7u1_amd64.deb
 2e6e3b37aa0e2c53840ebe2f4847489dc4b3ddb8 16544098 
qemu-user-static_1.1.2+dfsg-6a+deb7u1_amd64.deb
 1e24bebf15129138904f573743976a24c83a0a20 658956 
qemu-utils_1.1.2+dfsg-6a+deb7u1_amd64.deb
Checksums-Sha256: 
 68139a029f41e440ebfc44e08aefccbaa282a7576da4299275e38c8224cdab25 2631 
qemu_1.1.2+dfsg-6a+deb7u1.dsc
 8286cbf15452ba2166e1fde1cfce1a1ded46ad20d8463a720d13a834b5f69915 4480342 
qemu_1.1.2+dfsg.orig.tar.bz2
 ccbeae639880df9dac0040972bc702ce4e0b02cde4070d2f062a2a33a52c2c64 64795 
qemu_1.1.2+dfsg-6a+deb7u1.debian.tar.gz
 7aa84b644f2198e5a8e130f4e3d358c6b9c00a6794861f2e1cdc812a55ab33cf 49970 
qemu-keymaps_1.1.2+dfsg-6a+deb7u1_all.deb
 1e143390977538fdc3d4e2b034e5e54a2feae86721e95d50f72a2d9ad88566d3 115898 
qemu_1.1.2+dfsg-6a+deb7u1_amd64.deb
 b9312d605fab757eea3d35b137c98240f91a77630f7ed2d4a83b51a288361191 27848518 
qemu-system_1.1.2+dfsg-6a+deb7u1_amd64.deb
 2170a31abec57acb3cd4a64c3532a2c5f6b83d6c9c5f77456cc6aff73dc2fe8b 7727096 
qemu-user_1.1.2+dfsg-6a+deb7u1_amd64.deb
 7befc797c783650d4d7344107e985d60c185cfbaf8f4a95892c2c0d3926d395a 16544098 
qemu-user-static_1.1.2+dfsg-6a+deb7u1_amd64.deb
 a67f7383d87374801ea5be910dec754fb7f92d2d4980f3c7d15bfcf275b34636 658956 
qemu-utils_1.1.2+dfsg-6a+deb7u1_amd64.deb
Files: 
 b8ede7f967eed8a4a4d261f713a32dd2 2631 misc optional 

Bug#744221: marked as done (CVE-2014-0150: guest-triggerable buffer overrun in virtio-net)

2014-04-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Apr 2014 17:47:51 +
with message-id e1wbctd-fi...@franck.debian.org
and subject line Bug#744221: fixed in qemu-kvm 1.1.2+dfsg-6+deb7u1
has caused the Debian Bug report #744221,
regarding CVE-2014-0150: guest-triggerable buffer overrun in virtio-net
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.)


-- 
744221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744221
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: qemu
Version: 0.6.1-1
Severity: grave
Tags: security patch upstream squeeze wheezy jessie sid

This is a guest-triggerable buffer overrun in virtio-net device in qemu.
The relevant code has been added to qemu in version 0.6, which means it
is in all versions of debian.  The network device is one of the most
important network devices which qemu implements, so impact might be
very high.

Upstream commit fixing this issue:
 http://thread.gmane.org/gmane.comp.emulators.qemu/266713

Thanks,

/mjt
---End Message---
---BeginMessage---
Source: qemu-kvm
Source-Version: 1.1.2+dfsg-6+deb7u1

We believe that the bug you reported is fixed in the latest version of
qemu-kvm, 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 744...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Tokarev m...@tls.msk.ru (supplier of updated qemu-kvm 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: Fri, 11 Apr 2014 20:27:16 +0400
Source: qemu-kvm
Binary: qemu-kvm qemu-kvm-dbg kvm
Architecture: source amd64
Version: 1.1.2+dfsg-6+deb7u1
Distribution: wheezy-security
Urgency: high
Maintainer: Michael Tokarev m...@tls.msk.ru
Changed-By: Michael Tokarev m...@tls.msk.ru
Description: 
 kvm- dummy transitional package from kvm to qemu-kvm
 qemu-kvm   - Full virtualization on x86 hardware
 qemu-kvm-dbg - Debugging info for qemu-kvm
Closes: 744221
Changes: 
 qemu-kvm (1.1.2+dfsg-6+deb7u1) wheezy-security; urgency=high
 .
   * fix guest-triggerable buffer overrun in virtio-net device
 (Closes: #744221 CVE-2014-0150)
Checksums-Sha1: 
 fcb7e56be13ea1bce9c1a249badb300326fc8b69 2151 qemu-kvm_1.1.2+dfsg-6+deb7u1.dsc
 5363df6f46c1931dfeabb34ff3f54468f5e8d141 3737392 
qemu-kvm_1.1.2+dfsg.orig.tar.xz
 fc5b602e55f47cee2693c45611346545052e28b6 52199 
qemu-kvm_1.1.2+dfsg-6+deb7u1.debian.tar.gz
 562e004a20eeca536b3eee9d9f3336512e0ed4c9 1677416 
qemu-kvm_1.1.2+dfsg-6+deb7u1_amd64.deb
 2aeea4f3d10393a145fd7c22b0dbcec3c9e7f4d0 5267906 
qemu-kvm-dbg_1.1.2+dfsg-6+deb7u1_amd64.deb
 526b9db0dd65805ff7e27de4b9acaccd7fca6d51 23582 
kvm_1.1.2+dfsg-6+deb7u1_amd64.deb
Checksums-Sha256: 
 ee5fe8cad3df58c3403fc7c0ed27993e28c9065b4956776a13d92880a3f94e1b 2151 
qemu-kvm_1.1.2+dfsg-6+deb7u1.dsc
 82065673c5c6e785c4c692c1899ec1420f0753fbe2cd278bdaa1c9c7a262a019 3737392 
qemu-kvm_1.1.2+dfsg.orig.tar.xz
 4bb383542b004a08611f8d0c9d6c9913d21a1f38a03d6225e64733cd3f6bc179 52199 
qemu-kvm_1.1.2+dfsg-6+deb7u1.debian.tar.gz
 7229f26150fd2a6480e699f6177f8d81c00021c5957b2446cc1e7d3ff6f24dce 1677416 
qemu-kvm_1.1.2+dfsg-6+deb7u1_amd64.deb
 3af022ccc1110ea06b7406d42fb9a207af5c43196822d895cbe7a4b4f7efd809 5267906 
qemu-kvm-dbg_1.1.2+dfsg-6+deb7u1_amd64.deb
 a35ba0d571420111ae62b2f0a81052a7e609816f296b0dd0e00d98f54f8fa62f 23582 
kvm_1.1.2+dfsg-6+deb7u1_amd64.deb
Files: 
 4d4303d15cea31388401691eb75ac584 2151 misc optional 
qemu-kvm_1.1.2+dfsg-6+deb7u1.dsc
 2c2c78c14294c177b697ac0544c7634d 3737392 misc optional 
qemu-kvm_1.1.2+dfsg.orig.tar.xz
 c418cb93702184dd2358cd54a99175a0 52199 misc optional 
qemu-kvm_1.1.2+dfsg-6+deb7u1.debian.tar.gz
 7be9bd3ff098805e7f018fb06b567c1a 1677416 misc optional 
qemu-kvm_1.1.2+dfsg-6+deb7u1_amd64.deb
 ac05050cfc542afe7f7dd294f115888a 5267906 debug extra 
qemu-kvm-dbg_1.1.2+dfsg-6+deb7u1_amd64.deb
 edb393fb07b56b01627b09ba0aa8c91a 23582 oldlibs extra 
kvm_1.1.2+dfsg-6+deb7u1_amd64.deb

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

iQEcBAEBAgAGBQJTSNpEAAoJEL7lnXSkw9fbjGUH/jgEW77iu//1NqzRCwpyiEkj
NDPLwz/xsE2FVqQkd+dj+pyaopwWvREAzJ/9AxMToxZQKXs26WBlAeB5UGydU8ur
O/PRwNcWbykKUCuUI/a0f5ZZUSL7LnDnT9aXe/88sBMh44YWDK42OXPU5Nz/y9GJ

Bug#743087: marked as done (nettle: FTBFS: missing symbols)

2014-04-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Apr 2014 19:18:54 +
with message-id e1wbejk-0002md...@franck.debian.org
and subject line Bug#743087: fixed in nettle 2.7.1-2
has caused the Debian Bug report #743087,
regarding nettle: FTBFS: missing symbols
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.)


-- 
743087: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743087
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: nettle
Version: 2.7.1-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 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):
 make[2]: Entering directory `/«PKGBUILDDIR»/examples'
 true
 make[2]: Leaving directory `/«PKGBUILDDIR»/examples'
 make[1]: Leaving directory `/«PKGBUILDDIR»'
 dh_testdir
 dh_testroot
 dh_install -a --sourcedir=debian/tmp
 dh_link -a
 dh_installchangelogs -a ChangeLog
 dh_installdocs -a
 dh_installexamples -a
 dh_installinfo -a
 dh_installman -a
 dh_strip -a --dbg-package=nettle-dbg
 dh_compress -a -X.pdf
 dh_fixperms -a
 dh_makeshlibs -a -V
 dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
 file: see diff output below
 dpkg-gensymbols: warning: debian/libhogweed2/DEBIAN/symbols doesn't match 
 completely debian/libhogweed2.symbols
 --- debian/libhogweed2.symbols (libhogweed2_2.7.1-1_amd64)
 +++ dpkg-gensymbolsi_VY4I 2014-03-30 00:28:48.397249583 +
 @@ -26,12 +26,12 @@
   _nettle_mpn_set_base256@Base 2.7
   _nettle_mpz_limbs_cmp@Base 2.7
   _nettle_mpz_limbs_copy@Base 2.7
 - _nettle_mpz_limbs_finish@Base 2.7
 - _nettle_mpz_limbs_modify@Base 2.7
 - _nettle_mpz_limbs_read@Base 2.7
 +#MISSING: 2.7.1-1# _nettle_mpz_limbs_finish@Base 2.7
 +#MISSING: 2.7.1-1# _nettle_mpz_limbs_modify@Base 2.7
 +#MISSING: 2.7.1-1# _nettle_mpz_limbs_read@Base 2.7
   _nettle_mpz_limbs_read_n@Base 2.7
 - _nettle_mpz_limbs_write@Base 2.7
 - _nettle_mpz_roinit_n@Base 2.7
 +#MISSING: 2.7.1-1# _nettle_mpz_limbs_write@Base 2.7
 +#MISSING: 2.7.1-1# _nettle_mpz_roinit_n@Base 2.7
   _nettle_mpz_set_n@Base 2.7
   _nettle_pkcs1_signature_prefix@Base 2.5
   _nettle_rsa_blind@Base 2.5
 dh_makeshlibs: failing due to earlier errors
 make: *** [binary-arch] Error 2

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/03/29/nettle_2.7.1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
---End Message---
---BeginMessage---
Source: nettle
Source-Version: 2.7.1-2

We believe that the bug you reported is fixed in the latest version of
nettle, 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 743...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Magnus Holmgren holmg...@debian.org (supplier of updated nettle 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, 18 Apr 2014 21:02:56 +0200
Source: nettle
Binary: libnettle4 libhogweed2 nettle-dev nettle-bin nettle-dbg
Architecture: source amd64
Version: 2.7.1-2
Distribution: unstable
Urgency: low
Maintainer: Magnus Holmgren holmg...@debian.org
Changed-By: Magnus Holmgren holmg...@debian.org
Description: 
 libhogweed2 - low level cryptographic library (public-key cryptos)
 libnettle4 - low level cryptographic library (symmetric and one-way cryptos)
 nettle-bin - low level cryptographic library (binary tools)
 nettle-dbg - low level cryptographic library (debugging symbols)
 nettle-dev - low level cryptographic library (development files)
Closes: 743087
Changes: 
 nettle (2.7.1-2) unstable; urgency=low
 .
   * libhogweed2.symbols: Tag some internal functions implementing
 operations not available in GMP before version 6.0 as optional
 (Closes: #743087).
   * Bump Standards-Version to 3.9.5.
Checksums-Sha1: 
 

Bug#735769: marked as done (Sourceless file)

2014-04-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Apr 2014 19:48:27 +
with message-id e1wbelv-0005cw...@franck.debian.org
and subject line Bug#735769: fixed in drupal7 7.27+dfsg-1
has caused the Debian Bug report #735769,
regarding 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.)


-- 
735769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735769
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:drupal7
Version:7.26-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:
misc/ui/jquery.effects.blind.min.js
misc/ui/jquery.effects.bounce.min.js
misc/ui/jquery.effects.clip.min.js
misc/ui/jquery.effects.core.min.js
misc/ui/jquery.effects.drop.min.js
misc/ui/jquery.effects.explode.min.js
misc/ui/jquery.effects.fade.min.js
misc/ui/jquery.effects.fold.min.js
misc/ui/jquery.effects.highlight.min.js
misc/ui/jquery.effects.pulsate.min.js
misc/ui/jquery.effects.scale.min.js
misc/ui/jquery.effects.shake.min.js
misc/ui/jquery.effects.slide.min.js
misc/ui/jquery.effects.transfer.min.js
misc/ui/jquery.ui.accordion.min.js
misc/ui/jquery.ui.autocomplete.min.js
misc/ui/jquery.ui.button.min.js
misc/ui/jquery.ui.core.min.js
misc/ui/jquery.ui.datepicker.min.js
misc/ui/jquery.ui.dialog.min.js
misc/ui/jquery.ui.draggable.min.js
misc/ui/jquery.ui.droppable.min.js
misc/ui/jquery.ui.mouse.min.js
misc/ui/jquery.ui.position.min.js
misc/ui/jquery.ui.progressbar.min.js
misc/ui/jquery.ui.resizable.min.js
misc/ui/jquery.ui.selectable.min.js
misc/ui/jquery.ui.slider.min.js
misc/ui/jquery.ui.sortable.min.js
misc/ui/jquery.ui.tabs.min.js
misc/ui/jquery.ui.widget.min.js
 

Bastien
---End Message---
---BeginMessage---
Source: drupal7
Source-Version: 7.27+dfsg-1

We believe that the bug you reported is fixed in the latest version of
drupal7, 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.
Gunnar Wolf gw...@debian.org (supplier of updated drupal7 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: Wed, 16 Apr 2014 23:08:12 -0500
Source: drupal7
Binary: drupal7
Architecture: source all
Version: 7.27+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Luigi Gangitano lu...@debian.org
Changed-By: Gunnar Wolf gw...@debian.org
Description: 
 drupal7- fully-featured content management framework
Closes: 699286 735769 738918
Changes: 
 drupal7 (7.27+dfsg-1) unstable; urgency=medium
 .
   * Corrected the Vcs-Browser field in debian/control
   * Rewrote debian/copyright following the DEP5 format, in order to
 exclude from the orig.tar.gz all of the minified files from jquery
 (Closes: #735769)
   * Dropped patch 30_DFSG-sources.patch, as those files are now excluded
 and no longer sourceless.
   * Added dependencies on libjs-jquery, libjs-jquery-cookie, libjs-
 jquery-form, libjs-jquery-ui and build-dependency on libjs-jquery-ui
 in order to remove library copies (and sourceless minified
 Javascript files) from build (Closes: #699286)
   * Fix wrong symlink for /etc/apache2/conf-available/drupal7.conf
 (Closes: #738918)
Checksums-Sha1: 
 f41e91db71f1893a98220a20ba41b370d18deb74 1899 drupal7_7.27+dfsg-1.dsc
 49df6f9273cac398893d9de58626652241927f10 3110055 drupal7_7.27+dfsg.orig.tar.gz
 4dc857dca08256f349d788600d0e08586265c64e 27188 
drupal7_7.27+dfsg-1.debian.tar.xz
 3225c793a9c9a73d0f1b04837a0ecc15fa482248 2384626 drupal7_7.27+dfsg-1_all.deb
Checksums-Sha256: 
 8c382a987beec030257a92fe4ab57d41cde9f657b672ae4ddcf27a0994663ca5 1899 
drupal7_7.27+dfsg-1.dsc
 1b6f84eebdcb9f38e15bf0e1c9b1322f7904e3d0a51d167533c4aba967dc4571 3110055 
drupal7_7.27+dfsg.orig.tar.gz
 c0e7e1249ed977957b720dcc223e54ac2b8681640f504756f397d8bbe18343d1 27188 
drupal7_7.27+dfsg-1.debian.tar.xz
 26bbe021cd36a06e2cadec61b164b563653ca84138d0801ccce9daced248dbe2 2384626 
drupal7_7.27+dfsg-1_all.deb
Files: 
 68ad515e6b88e31855ea6fa3e3338f54 1899 web 

Bug#744699: marked as done ([fretsonfire][DFSG] Missing source)

2014-04-18 Thread Debian Bug Tracking System
Your message dated Sat, 19 Apr 2014 00:03:32 +
with message-id e1wbikm-xb...@franck.debian.org
and subject line Bug#744699: fixed in fretsonfire 1.3.110.dfsg2-1
has caused the Debian Bug report #744699,
regarding [fretsonfire][DFSG] Missing source
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.)


-- 
744699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744699
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: fretsonfire
Severity: serious
version: 1.3.110.dfsg-3
user: debian...@lists.debian.org
usertags: source-is-missing
severity: serious
X-Debbugs-CC: ftpmas...@debian.org

Hi,

Your package seems to include some files that lack sources
in prefered forms of modification:

data/PyOpenGL__init__.pyc

According to Debian Free Software Guidelines [1] (DFSG) #2:
 The program must include source code, and must allow distribution 
  in source code as well as compiled form..

This could also constitute a license violation for some copyleft licenses such 
as the GNU GPL.

In order to solve this problem, you could:
1. repack the origin tarball adding the missing source to it.
2  add the source files to debian/missing-sources directory

Both way satisfies the requirement that we ship the source. Second option
might be preferable due to the following reasons [2]:
 - Upstream can do it too and you could even supply a patch to them, thus full 
filling our social contract [3], see particularly §2.
 - If source and non-source are in different locations, ftpmasters may
   miss the source and (needlessly) reject the package.
 - The source isn't duplicated in every .diff.gz/.debian.tar.* (though
   this only really matters for larger sources).

You could also ask debian...@lists.debian.org or #debian-qa for more
guidance.

[1] https://www.debian.org/social_contract.en.html#guidelines
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736873#8
[3] https://www.debian.org/social_contract
---End Message---
---BeginMessage---
Source: fretsonfire
Source-Version: 1.3.110.dfsg2-1

We believe that the bug you reported is fixed in the latest version of
fretsonfire, 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 744...@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 fretsonfire 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, 19 Apr 2014 00:39:48 +0200
Source: fretsonfire
Binary: fretsonfire fretsonfire-game
Architecture: source all
Version: 1.3.110.dfsg2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Miriam Ruiz mir...@debian.org
Description: 
 fretsonfire - game of musical skill and fast fingers
 fretsonfire-game - game of musical skill and fast fingers - Game files
Closes: 744699
Changes: 
 fretsonfire (1.3.110.dfsg2-1) unstable; urgency=low
 .
   [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
 .
   [ Miriam Ruiz ]
   * Repackaged upstream source to remove data/PyOpenGL__init__.pyc
 Closes: #744699
   * Upgraded Standards-Version from 3.8.3 to 3.9.5
   * Changed my email address to mir...@debian.org
   * Removed dependency from pysupport
   * Fixed small issue with icons (png)
   * Improved slightly starting script
Checksums-Sha1: 
 7f2956c840cd541c877f947f2a869185ced0d659 1579 fretsonfire_1.3.110.dfsg2-1.dsc
 9fc2c071fe5ab223f46129e64193b615a884c868 4902988 
fretsonfire_1.3.110.dfsg2.orig.tar.xz
 426c15a7a82f08e1980573ff6d4c6dd914ec9cea 21188 
fretsonfire_1.3.110.dfsg2-1.debian.tar.xz
 58d723853021180190ed30b7eba85f4a3feaa3f6 6594 
fretsonfire_1.3.110.dfsg2-1_all.deb
 6cec225be110d8133beb5fb63590f6aae98b169b 5659974 
fretsonfire-game_1.3.110.dfsg2-1_all.deb
Checksums-Sha256: 
 33b3f69377d6faca9bb45c9896d540b7332bc786249284ff193150f21eb3e932 1579 
fretsonfire_1.3.110.dfsg2-1.dsc
 f7301b09d56f23e2d1516fb3419c670d4f9061364b4ef6a413235087b4cde7e9 4902988 
fretsonfire_1.3.110.dfsg2.orig.tar.xz
 6514125243b9c0ff3f1c57fbbf6f6c8aa13f03c36659b9656384753abe66f09c 21188 
fretsonfire_1.3.110.dfsg2-1.debian.tar.xz
 

Bug#741815: marked as done (ruby-magic: FTBFS: ERROR: Test ruby1.9.1 failed)

2014-04-18 Thread Debian Bug Tracking System
Your message dated Sat, 19 Apr 2014 00:48:51 +
with message-id e1wbjsd-0005dh...@franck.debian.org
and subject line Bug#741815: fixed in ruby-magic 0.2.6-3
has caused the Debian Bug report #741815,
regarding ruby-magic: FTBFS: ERROR: Test ruby1.9.1 failed
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.)


-- 
741815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741815
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ruby-magic
Version: 0.2.6-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140315 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):
 Running tests for ruby1.9.1 using debian/ruby-tests.rb...
 Run options: 
 
 # Running tests:
 
 FF.
 
 Finished tests in 0.041083s, 267.7497 tests/s, 267.7497 assertions/s.
 
   1) Failure:
 test_guess_filelogo.jpg_mime_with_empty_database(TestMagic) 
 [/«PKGBUILDDIR»/test/test_magic.rb:41]:
 application/octet-stream; charset=binary expected but was
 binary; charset=binary.
 
   2) Failure:
 test_guess_non-existing_file_mime(TestMagic) 
 [/«PKGBUILDDIR»/test/test_magic.rb:31]:
 Magic::Exception expected but nothing was raised.
 
 11 tests, 11 assertions, 2 failures, 0 errors, 0 skips
 ERROR: Test ruby1.9.1 failed: 

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/03/15/ruby-magic_0.2.6-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
---End Message---
---BeginMessage---
Source: ruby-magic
Source-Version: 0.2.6-3

We believe that the bug you reported is fixed in the latest version of
ruby-magic, 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 741...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Terceiro terce...@debian.org (supplier of updated ruby-magic 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, 18 Apr 2014 21:20:25 -0300
Source: ruby-magic
Binary: ruby-magic
Architecture: source all
Version: 0.2.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Antonio Terceiro terce...@debian.org
Description: 
 ruby-magic - Ruby FFI bindings to libmagic
Closes: 741815
Changes: 
 ruby-magic (0.2.6-3) unstable; urgency=medium
 .
   * Team upload.
   * Fix code and test assumptions to work with newer libmagic versions
 Patch: debian/patches/fix-against-new-libmagic.diff
 (Closes: #741815)
Checksums-Sha1: 
 22931f20e6b933ef1e769a91260ff5f0aa6a6618 1981 ruby-magic_0.2.6-3.dsc
 aa49a352fa2126a937a1ec7ad08cc6cce3af3495 3928 ruby-magic_0.2.6-3.debian.tar.xz
 5a5d68981490a7b9adb19e923820cd684005c761 66892 ruby-magic_0.2.6-3_all.deb
Checksums-Sha256: 
 2e1ca9c6429ab173ec00ab4c3fe871b8aa679c0a79c1bd600d6653706e34f61b 1981 
ruby-magic_0.2.6-3.dsc
 1b510e40e7b80f06e3fee84bcc3690f2dff7db8257d18675497c65f980caf07c 3928 
ruby-magic_0.2.6-3.debian.tar.xz
 6fecd187c929b9f0fc206148fa4ac00439bec8224f9a2ba580e9f13916a7f287 66892 
ruby-magic_0.2.6-3_all.deb
Files: 
 4e73692e44f3afee83e23d913b346072 1981 ruby optional ruby-magic_0.2.6-3.dsc
 3c8dca3611ea27ab5f7fc66212bf0e97 3928 ruby optional 
ruby-magic_0.2.6-3.debian.tar.xz
 5b07a5ab2613b5de4491941d7214e123 66892 ruby optional ruby-magic_0.2.6-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTUcafAAoJEPwNsbvNRgveTeUQAMfuT04Pd55dCnqdsdBqsrud
lHpLFgddstV/VaLeb04yzxoAVFXG+48QhNEnlRobC5xJS6CB1X1zgh8JrA48e07r
PEZ1Nan+1XgXSVv+kAv/bmMi+HnyMCiL6P0t7xfYagtUcygLzDWPTZd6pXOp66eD
pNbN5ZP2usxyg/R9Y5uf1Dv9Ro0HUj67IKOT+sXHE4PHop9pkqvghlJ7m2uQi73w
RHvAJGHzbf1lA7J+L4yjv/s8F1U8279TKFTC4mt/lF2p6ewrqOM9+Sjxq8XJoueD
YC5M4D1BfWRm8VxCCCbB0ByLnxdkO4mLNYdOwZRr+Xki7/NHHnfayv+AMpEPBjH3

Processed: Fixed in last upload of python-os-apply-config

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

 fixed 743089 0.1.14-1
Bug #743089 [src:python-os-apply-config] python-os-apply-config: FTBFS: 
IOError: [Errno 2] No such file or directory: '/tmp/tmpXMLhgB'
The source 'python-os-apply-config' and version '0.1.14-1' do not appear to 
match any binary packages
Marked as fixed in versions python-os-apply-config/0.1.14-1.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
743089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743089
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#742620: marked as done (wrong information in debian/copyright)

2014-04-18 Thread Debian Bug Tracking System
Your message dated Sat, 19 Apr 2014 03:20:32 +
with message-id e1wblpq-00062e...@franck.debian.org
and subject line Bug#742620: fixed in testresources 0.2.7-3
has caused the Debian Bug report #742620,
regarding wrong information in debian/copyright
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.)


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

Package: testresources
Version: 0.2.4-1
Severity: serious
User: alteh...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Dear Maintainer,

your information in debian/coypright seem to be wrong. Only
  lib/testresources/tests/TestUtil.py
is licensed under GPLv2. The rest is licensed under Apache 2.0
or BSD-3.
Unfortunately this also affects the versions in stable and
old-stable as well.

Thanks!
  Thorsten
---End Message---
---BeginMessage---
Source: testresources
Source-Version: 0.2.7-3

We believe that the bug you reported is fixed in the latest version of
testresources, 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 742...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand z...@debian.org (supplier of updated testresources 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, 19 Apr 2014 09:56:11 +0800
Source: testresources
Binary: python-testresources python3-testresources
Architecture: source all
Version: 0.2.7-3
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 python-testresources - PyUnit extension for managing expensive test fixtures - 
Python 2.
 python3-testresources - PyUnit extension for managing expensive test fixtures 
- Python 3.
Closes: 742620
Changes: 
 testresources (0.2.7-3) unstable; urgency=medium
 .
   * Correct debian/copyright (Closes: #742620).
   * Removed now useless Conflict / Replaces.
Checksums-Sha1: 
 11d35e90262fe35cc9a80539f4f0e32d6a9e4e5e 2326 testresources_0.2.7-3.dsc
 c8d332ca472af2b598c1eb48a3a8d6b754f052fc 4312 
testresources_0.2.7-3.debian.tar.xz
 1fa1cd0467d52c7a97b147469e39c865e403ff86 26286 
python-testresources_0.2.7-3_all.deb
 585bf6ca201030cd11416b423233e4f3f5119c93 26060 
python3-testresources_0.2.7-3_all.deb
Checksums-Sha256: 
 ce8e5e133da5757f291bc306a852704e93f2a72c6ed7f9d5a3270f88cf3f86ef 2326 
testresources_0.2.7-3.dsc
 28cf60d64bbf50c199d43069a21325a5a57135e65fd46cd1e905d225d78f 4312 
testresources_0.2.7-3.debian.tar.xz
 5fefc823d7bcab179857ad550b116bb397ef6998eb3d5097e74b1017b36906bc 26286 
python-testresources_0.2.7-3_all.deb
 d1951f9af85f6dd66cfa9b9d30beb1ebbe27bc0e68ce6beb45d47a1543dbbc0a 26060 
python3-testresources_0.2.7-3_all.deb
Files: 
 f8fa8c9a71d4493613c90f55e5587019 2326 python optional testresources_0.2.7-3.dsc
 bf5f39a97fa6624d782e88049a4bc05f 4312 python optional 
testresources_0.2.7-3.debian.tar.xz
 b113c68339fd6c0d38d4cbb5dfa52b2d 26286 python optional 
python-testresources_0.2.7-3_all.deb
 17044d5d41af6dddb7af16ec9da9ae6e 26060 python optional 
python3-testresources_0.2.7-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTUdp4AAoJENQWrRWsa0P+QpEP/26pUeDMViUCqQyrX3I13F4u
Wsf0f6/4MpVg1/DCZhhVPcU4NRPgzmiNNoXTAkTrAPddvTvpOd71srEPxGtwE5ei
U6jnNrHt5Mgpc4Unglpxtz53ULRB8jZW/bNw7ytFSl9Fylch4F3X8zuxMljPjeap
6237HC0Sh33p5QFW3IejajBmhXU45eKJ9MFd0RjZBqsafbXZIlVntMTFGsDOlRPX
yAsvABkgcZGd7ghCUX6OYhdZimLhoJuCM+MdLvgSNILsem6d0NHI7VHZF1Hagl2F
lbz7r5/nPvdt/NFIAIrruLgBaBTLwPgCeBomfn85cnJRI203y1v3+2QwwRbX4cEp
MagjHLZ37N6vyFGSUk7qZ6oqDDxRiNuTXBsjnFkR6eI25vXCOTMKk371ZvMavZcc
SowQlZYfxEF7bn7pBMuGjItihH1Fh/bjP1jtaWFax1Y3JtX2hakRilb2biASSOSK
B0sjMO/fqvEWkI9m+i03GQELRclmQGvGNPEwhC0u7SpAv1N6MZosr+KgXJGfRhwI
qxvJvmiWHV8/IvvlRil5a/fMO0RKC6iyYa3u7fkQjXLv+LqtYQN7Njk5KL1xZJsb
cuZbs+BszTHu20OGaXQAwGCzOx4QlSkBijGAIE/NlB+dEQKQwYvRlOouc4RVdrVQ
yuYOHwGksnFdffl5YQI9
=WgCT
-END PGP SIGNATUREEnd Message---


Bug#743717: marked as done (subunit: FTBFS on all arch)

2014-04-18 Thread Debian Bug Tracking System
Your message dated Sat, 19 Apr 2014 03:20:25 +
with message-id e1wblpj-0005zf...@franck.debian.org
and subject line Bug#743717: fixed in subunit 0.0.18-3
has caused the Debian Bug report #743717,
regarding subunit: FTBFS on all arch
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.)


-- 
743717: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743717
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
package: subunit
version: 0.0.18-2
severity: serious

Hi,

The latest upload of subunit FTBFS on all arches. The upload was probably
built in an unclean or outdated environment.

https://buildd.debian.org/status/package.php?p=subunitsuite=sid

Cheers,

Ivo
---End Message---
---BeginMessage---
Source: subunit
Source-Version: 0.0.18-3

We believe that the bug you reported is fixed in the latest version of
subunit, 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 743...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand z...@debian.org (supplier of updated subunit 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, 05 Apr 2014 15:47:25 +
Source: subunit
Binary: subunit libsubunit-perl python-subunit python3-subunit libsubunit0 
libsubunit-dev libcppunit-subunit0 libcppunit-subunit-dev
Architecture: source all amd64
Version: 0.0.18-3
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 libcppunit-subunit-dev - SubunitTestProgressListener for CPPUnit - Development 
headers
 libcppunit-subunit0 - SubunitTestProgressListener for CPPUnit - C++ shared 
library
 libsubunit-dev - Unit testing protocol - Development headers and static 
library fo
 libsubunit-perl - perl parser and diff for Subunit streams
 libsubunit0 - Unit testing protocol - C/C++ shared library
 python-subunit - unit testing protocol - Python bindings to generate and 
consume s
 python3-subunit - unit testing protocol - Python3 bindings to generate and 
consume
 subunit- command line tools for processing Subunit streams
Closes: 743717
Changes: 
 subunit (0.0.18-3) unstable; urgency=medium
 .
   * Rebuilt with up-to-date env (Closes: #743717).
Checksums-Sha1: 
 efbf3888d3427955f1dc975898a85528e27884d8 2680 subunit_0.0.18-3.dsc
 e0073eb36f86c22ccd2df0d57f936aea657b 172860 subunit_0.0.18-3.debian.tar.xz
 7f487c0cb8c25113b402102b13336a170be84306 21068 subunit_0.0.18-3_all.deb
 256b94b5e1c5fce6143f91f026e2a052cd0f999e 7812 libsubunit-perl_0.0.18-3_all.deb
 7489d5cdc3186b8c380a7d320fe8aeb9c8d88cb8 61688 python-subunit_0.0.18-3_all.deb
 f0854ab5ee7632f47b1a0c8f40c13577ee2f75ff 61188 python3-subunit_0.0.18-3_all.deb
 067e361e9a65e495dcc3ca246aee0ccfb1d64c52 8352 libsubunit0_0.0.18-3_amd64.deb
 85398def2194b618d68b77dcd028072974d0d885 9008 libsubunit-dev_0.0.18-3_amd64.deb
 e7b48f5cbea5cdfd96bc8ebecad9500bd7ac3bc8 11014 
libcppunit-subunit0_0.0.18-3_amd64.deb
 74dbe37285843f36c0f8d8e6c586761736c2821e 11470 
libcppunit-subunit-dev_0.0.18-3_amd64.deb
Checksums-Sha256: 
 dfc16532c3d85bf43e19c6f0fd0ab725f77bf145b1f5a37f9b731fba573f567f 2680 
subunit_0.0.18-3.dsc
 353d012873997aeb92dcd46d29d0a602d3a8874fcde9010e522a36162318a763 172860 
subunit_0.0.18-3.debian.tar.xz
 ac5db6a06c490fb96e388dad4be370d925632121d6487d6f8fa7442b872ac090 21068 
subunit_0.0.18-3_all.deb
 99569bf8551e8f94740ea06be9f530cdb56233438147e97a9816dabfd7e80957 7812 
libsubunit-perl_0.0.18-3_all.deb
 e6e6eec9f2c60fcc5c4eb502c554fda5f54a828a7023bc1d7cd47634287c27ed 61688 
python-subunit_0.0.18-3_all.deb
 0a95c8f3a002cefb53f4cc705c0b6ddfe1733e176b757fa505f2219e31feb1ef 61188 
python3-subunit_0.0.18-3_all.deb
 cda1e0913a367f00ad8e5aef587e4e1c0ce30b20a7495bc818a206998118eb78 8352 
libsubunit0_0.0.18-3_amd64.deb
 f3b7cce0254fa7d7847d4e3218cf8407ee79c44c503663ca7ef80f53dab42833 9008 
libsubunit-dev_0.0.18-3_amd64.deb
 9df7be2fa504e62ec7cb5cfad9e97ff882a8d7fc40b30dfe874a645c54c4c524 11014 
libcppunit-subunit0_0.0.18-3_amd64.deb
 55521986a63573b2cebe6139aa49ddfc6a91738ed86fa4910d0bd833e71cd780 11470 
libcppunit-subunit-dev_0.0.18-3_amd64.deb
Files: 
 

Bug#745214: libglpk-java (1.0.33-1) does not build on Mips and PowerPC

2014-04-18 Thread Heinrich Schuchardt

Package: libglpk-java
Version: 1.0.33-1
Severity: serious
Justification: no longer builds from source

On big endian systems memory addresses are not passed correctly to the 
JNI interface. This leads to a failure in make check: caught unhandled 
signal 11.


I have corrected the error in upstream version 1.0.34.

Please, package the new upstream version.

Best regards

Heinrich Schuchardt


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