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

Bug#694174: marked as done (unblock: gst-buzztard/0.5.0-2)



Your message dated Sat, 24 Nov 2012 18:42:31 +0000
with message-id <1353782551.18815.57.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#694174: fixed debdiff attached
has caused the Debian Bug report #694174,
regarding unblock: gst-buzztard/0.5.0-2
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.)


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

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Please unblock package gst-buzztard.

(This is Laszlo from the Munich bug squashing party.)

A trivial fix for the RC bug #684837 is prepared, the debdiff is attached to this bug report. May be perform an upload to testing-proposed-updates?

(include/attach the debdiff against the package in testing)

unblock gst-buzztard/0.5.0-2

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF8, LC_CTYPE=en_US.UTF8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF8)
Shell: /bin/sh linked to /bin/dash

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

iQIcBAEBAgAGBQJQsOrPAAoJEJvS1kCaDFL6maUP/ilSwHYZ5TvhcMBgCV/aVcCJ
yTtPY8ewfXK91+YsWs6/+9RHv4XOvXxa74Z3EKf6rKbXpwbFUNZQqkyv6JG5jN/0
a9gKvbXaZZo6o9TyFo9RJaePuCpLkXY7TuX5Bslkzuqqs3c9ixg2Zz5EA9wfyqm6
GFzgQcntbYFdyYb4VA9x+SiXYi2lFeTMGiHVfcL0jnEdUn+Xv7hVKkme5NwjKDLk
KWb6MVkkQtHw6byRgawKoAq1q1cklkb0CTzb5LSDtaUPWfrswoHOYjYTGWYAtURe
uB8zMaZocqwyWFR2EzCKUlKB43nssbIS/sr/mEXDBHl8KWvmbJb4OeLNAjOdfYQ7
MgrNn3pqeCJEvJfxdTtexUskOovaF9+O+/kkW8RBhfbzrRw4iCMkngaQ4hB/tejs
+IGzhNhsvqSML1QnArHoyx4ylwZae8dbXcrTQiaRJ2yYCdLN7hflBSvQHhby8fgp
f2cBboVqimO/uMmTvEZYM2VYEvbl/AQAGLRb/cPbGHwNSV0Jl8Dui86uBytuPTXy
hYBDZuz/w7QBhRUsZlhZDcNzQR6nR+mBJv8R/h5UuQFZKLCI45Opi/ywegFMzVuT
yoItoDuXkqYmX1QkSXsmeiiCB6fc76XVaphEdTzaaU9nLk+ivChbBNhWDfNnIWXo
+wQy7h9KU98LhtofrBpH
=94KN
-----END PGP SIGNATURE-----
diff -Nru gst-buzztard-0.5.0/debian/changelog gst-buzztard-0.5.0/debian/changelog
--- gst-buzztard-0.5.0/debian/changelog	2010-04-10 15:09:12.000000000 +0000
+++ gst-buzztard-0.5.0/debian/changelog	2012-11-24 14:28:23.000000000 +0000
@@ -1,3 +1,10 @@
+gst-buzztard (0.5.0-2+deb7u1) wheezy; urgency=low
+
+  * Non-maintainer upload.
+  * Closes: 684837 (in wheezy, version 0.5.0-2)
+
+ -- Laszlo Kajan <lkajan@rostlab.org>  Sat, 24 Nov 2012 14:14:05 +0000
+
 gst-buzztard (0.5.0-2) unstable; urgency=low
 
   * debian/libgstbuzztard0.shlibs:
diff -Nru gst-buzztard-0.5.0/debian/patches/bml_setup_too_many_arguments gst-buzztard-0.5.0/debian/patches/bml_setup_too_many_arguments
--- gst-buzztard-0.5.0/debian/patches/bml_setup_too_many_arguments	1970-01-01 00:00:00.000000000 +0000
+++ gst-buzztard-0.5.0/debian/patches/bml_setup_too_many_arguments	2012-11-24 14:23:28.000000000 +0000
@@ -0,0 +1,11 @@
+--- a/src/bml/plugin.c
++++ b/src/bml/plugin.c
+@@ -400,7 +400,7 @@
+ #endif
+ 
+   // init bml library
+-  if(!bml_setup(0)) {
++  if(!bml_setup()) {
+     GST_WARNING("failed to init bml library");
+     return(FALSE);
+   }
diff -Nru gst-buzztard-0.5.0/debian/patches/series gst-buzztard-0.5.0/debian/patches/series
--- gst-buzztard-0.5.0/debian/patches/series	2010-04-10 15:09:12.000000000 +0000
+++ gst-buzztard-0.5.0/debian/patches/series	2012-11-24 14:12:45.000000000 +0000
@@ -1 +1,2 @@
 01_use-LGPL-in-COPYING.patch
+bml_setup_too_many_arguments

--- End Message ---
--- Begin Message ---
On Sat, 2012-11-24 at 17:05 +0000, Adam D. Barratt wrote:
> +gst-buzztard (0.5.0-2+deb7u1) wheezy; urgency=low
> +
> +  * Non-maintainer upload.
> +  * Fix FTBFS: plugin.c:403:3: error: too many arguments to function
> +    'bml_setup' (Closes: #684837)
> +
> + -- Laszlo Kajan <lkajan@rostlab.org>  Sat, 24 Nov 2012 14:14:05 +0000
> 
> Much better; thanks. :-) Please feel free to get that version upload.

It was uploaded, and I've added an approve hint.

Regards,

Adam

--- End Message ---

Reply to: