Bug#889803: NMU for cdio-paranoia

2018-04-04 Thread Bas Zoetekouw
Hi Pavel,

Did you NMU for cd-paranoia ever made it though DELAYED?  I was also
looking for the cd-paranoia binary, but it still doesn't seem to be in
the archive.

Gr,
Bas.



signature.asc
Description: OpenPGP digital signature


Processed: summary 889803

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

> summary 889803
Ignoring request to change the summary of bug 889803 to the same value
> thanks
Stopping processing here.

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



Processed: summary 889803

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

> summary 889803
Ignoring request to change the summary of bug 889803 to the same value
> thanks
Stopping processing here.

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



Bug#892548: dhelp: /usr/sbin/dhelp_parse broken with ruby 2.5

2018-04-04 Thread Коля Гурьев
tags 892548 - unreproducible
reassign 892548 libruby2.5
forcemerge 892099 892548
stop

It appears the bug with very similar issue was fixed in the libruby2.5
package so I merge these bugs. If your error still exists, let us know.



Processed: Re: Bug#892548: dhelp: /usr/sbin/dhelp_parse broken with ruby 2.5

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

> tags 892548 - unreproducible
Bug #892548 [dhelp] dhelp: /usr/sbin/dhelp_parse broken with ruby 2.5
Removed tag(s) unreproducible.
> reassign 892548 libruby2.5
Bug #892548 [dhelp] dhelp: /usr/sbin/dhelp_parse broken with ruby 2.5
Bug reassigned from package 'dhelp' to 'libruby2.5'.
No longer marked as found in versions dhelp/0.6.24.
Ignoring request to alter fixed versions of bug #892548 to the same values 
previously set
> forcemerge 892099 892548
Bug #892099 {Done: Antonio Terceiro } [libruby2.5] 
libruby2.5: missing dbm support
Bug #892548 [libruby2.5] dhelp: /usr/sbin/dhelp_parse broken with ruby 2.5
Severity set to 'important' from 'grave'
Marked Bug as done
Added indication that 892548 affects dhelp
Marked as fixed in versions ruby2.5/2.5.1-1.
Marked as found in versions ruby2.5/2.5.0-6.
Merged 892099 892548
> stop
Stopping processing here.

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



Processed: block 850541 with 889803

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

> block 850541 with 889803
Bug #850541 [wnpp] RFP: whipper -- CD ripper preferring accuracy over speed
850541 was blocked by: 543296
850541 was not blocking any bugs.
Added blocking bug(s) of 850541: 889803
> thanks
Stopping processing here.

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



Bug#894871: ctorrent FTCBFS: configures for the build architecture

2018-04-04 Thread Helmut Grohne
Source: ctorrent
Version: 1.3.4.dnh3.3.2-5
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

ctorrent fails to cross build from source, because fails passing the
relevant --host flag to ./configure. The easiest way of doing so is
deferring the task to dh_auto_configure. After doing so, ctorrent cross
builds successfully. Please consider applying the attached patch.

Helmut
diff --minimal -Nru ctorrent-1.3.4.dnh3.3.2/debian/changelog 
ctorrent-1.3.4.dnh3.3.2/debian/changelog
--- ctorrent-1.3.4.dnh3.3.2/debian/changelog2016-12-07 22:57:46.0 
+0100
+++ ctorrent-1.3.4.dnh3.3.2/debian/changelog2018-04-05 06:08:50.0 
+0200
@@ -1,3 +1,10 @@
+ctorrent (1.3.4.dnh3.3.2-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne   Thu, 05 Apr 2018 06:08:50 +0200
+
 ctorrent (1.3.4.dnh3.3.2-5) unstable; urgency=low
 
   * Orphaning package. 
diff --minimal -Nru ctorrent-1.3.4.dnh3.3.2/debian/rules 
ctorrent-1.3.4.dnh3.3.2/debian/rules
--- ctorrent-1.3.4.dnh3.3.2/debian/rules2012-04-15 16:40:42.0 
+0200
+++ ctorrent-1.3.4.dnh3.3.2/debian/rules2018-04-05 06:08:45.0 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 override_dh_auto_configure:
-   ./configure --prefix=/usr $(shell dpkg-buildflags 
--export=configure) --with-ssl=no
+   dh_auto_configure -- $(shell dpkg-buildflags --export=configure) 
--with-ssl=no
 
 %:
dh $@