[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#839656: marked as done (jessie-pu: package xwax/1.5-1+deb8u1)



Your message dated Sat, 14 Jan 2017 12:37:03 +0000
with message-id <1484397423.1091.25.camel@adam-barratt.org.uk>
and subject line Closing requests included in today's point release
has caused the Debian Bug report #839656,
regarding jessie-pu: package xwax/1.5-1+deb8u1
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 owner@bugs.debian.org
immediately.)


-- 
839656: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839656
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

The xwax package in jessie has a Recommends on the ffmpeg package not
available in Jessie, which is the cause of
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722487

Please find a debdiff attached which should fix this issue.

Cheers!

Daniel

diff -Nru xwax-1.5/debian/changelog xwax-1.5/debian/changelog
--- xwax-1.5/debian/changelog	2014-04-10 15:19:47.000000000 +0100
+++ xwax-1.5/debian/changelog	2016-10-03 15:51:45.000000000 +0100
@@ -1,3 +1,10 @@
+xwax (1.5-1+deb8u1) jessie; urgency=medium
+
+  * Non-maintainer upload.
+  * For jessie only, replace ffmpeg with avconv from libav-tools (Closes: #722487)
+
+ -- Daniel James <daniel@64studio.com>  Mon, 03 Oct 2016 15:48:39 +0100
+
 xwax (1.5-1) unstable; urgency=low
 
   * New upstream release:
diff -Nru xwax-1.5/debian/control xwax-1.5/debian/control
--- xwax-1.5/debian/control	2014-04-10 15:18:25.000000000 +0100
+++ xwax-1.5/debian/control	2016-10-03 15:46:04.000000000 +0100
@@ -23,7 +23,7 @@
  ${shlibs:Depends}
 Recommends:
  cdparanoia,
- ffmpeg,
+ libav-tools,
  mpg123
 Suggests:
  jackd
diff -Nru xwax-1.5/debian/patches/avconv-not-ffmpeg-for-jessie xwax-1.5/debian/patches/avconv-not-ffmpeg-for-jessie
--- xwax-1.5/debian/patches/avconv-not-ffmpeg-for-jessie	1970-01-01 01:00:00.000000000 +0100
+++ xwax-1.5/debian/patches/avconv-not-ffmpeg-for-jessie	2016-10-03 16:03:08.000000000 +0100
@@ -0,0 +1,17 @@
+Description: replace ffmpeg with avconv from libav-tools
+ Just because ffmpeg is not available in jessie.
+Author: Daniel James <daniel@64studio.com>
+Bug-Debian: https://bugs.debian.org/722487
+Last-Update: 2016-10-03
+
+--- xwax-1.5.orig/import
++++ xwax-1.5/import
+@@ -27,7 +27,7 @@ case "$FILE" in
+ 
+ *)
+     echo "Calling fallback decoder..." >&2
+-    exec ffmpeg -v 0 -i "$FILE" -f s16le -ar "$RATE" -
++    exec avconv -v 0 -i "$FILE" -f s16le -ar "$RATE" -
+     ;;
+ 
+ esac
diff -Nru xwax-1.5/debian/patches/series xwax-1.5/debian/patches/series
--- xwax-1.5/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ xwax-1.5/debian/patches/series	2016-10-03 15:52:54.000000000 +0100
@@ -0,0 +1 @@
+avconv-not-ffmpeg-for-jessie

--- End Message ---
--- Begin Message ---
Version: 8.7

Hi,

Each of these bugs refers to an update that was included in today's 8.7
point release.

Regards,

Adam

--- End Message ---

Reply to: