Your message dated Wed, 10 Sep 2014 21:35:09 +0000
with message-id <e1xrpxh-0007bk...@franck.debian.org>
and subject line Bug#733023: fixed in gst-plugins-good0.10 0.10.31-3+nmu4
has caused the Debian Bug report #733023,
regarding gst-plugins-good0.10: re-enable libtoolize for better new-ports 
coverage
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.)


-- 
733023: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733023
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gst-plugins-good0.10
Version: 0.10.31-3+nmu1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty

Hi,

The ppc64el port requires a patch to libtool.m4.  I don't think that's
in Debian yet, but when it is it will require autoreconfing a bunch of
packages to pick it up.  gst-plugins-good0.10 uses dh_autoreconf, but it
disables libtoolize because of its ltmain.sh patch; it could instead use
dh_autoreconf --as-needed and then it would be able to pick up other
libtool changes automatically.

  * Use dh_autoreconf --as-needed rather than disabling libtoolize and
    manually patching ltmain.sh, to pick up other libtool macro changes for
    new ports.

diff -Nru gst-plugins-good0.10-0.10.31/debian/patches/99_ltmain_as-needed.patch 
gst-plugins-good0.10-0.10.31/debian/patches/99_ltmain_as-needed.patch
--- gst-plugins-good0.10-0.10.31/debian/patches/99_ltmain_as-needed.patch       
2012-05-22 09:12:55.000000000 +0100
+++ gst-plugins-good0.10-0.10.31/debian/patches/99_ltmain_as-needed.patch       
1970-01-01 01:00:00.000000000 +0100
@@ -1,32 +0,0 @@
-diff --git a/ltmain.sh b/ltmain.sh
-index c7d06c3..7bc27f2 100644
---- a/ltmain.sh
-+++ b/ltmain.sh
-@@ -5800,6 +5800,11 @@ func_mode_link ()
-       arg=$func_stripname_result
-       ;;
- 
-+      -Wl,--as-needed)
-+      deplibs="$deplibs $arg"
-+      continue
-+      ;;
-+
-       -Wl,*)
-       func_stripname '-Wl,' '' "$arg"
-       args=$func_stripname_result
-@@ -6163,6 +6168,15 @@ func_mode_link ()
-       lib=
-       found=no
-       case $deplib in
-+      -Wl,--as-needed)
-+        if test "$linkmode,$pass" = "prog,link"; then
-+          compile_deplibs="$deplib $compile_deplibs"
-+          finalize_deplibs="$deplib $finalize_deplibs"
-+        else
-+          deplibs="$deplib $deplibs"
-+        fi
-+        continue
-+        ;;
-       -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
-         |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
-         if test "$linkmode,$pass" = "prog,link"; then
diff -Nru gst-plugins-good0.10-0.10.31/debian/patches/series 
gst-plugins-good0.10-0.10.31/debian/patches/series
--- gst-plugins-good0.10-0.10.31/debian/patches/series  2012-05-22 
09:12:55.000000000 +0100
+++ gst-plugins-good0.10-0.10.31/debian/patches/series  2013-12-24 
02:34:52.000000000 +0000
@@ -1,2 +1,1 @@
 0001-pulsesrc-Listen-to-source-output-events-not-sink-inp.patch
-99_ltmain_as-needed.patch
diff -Nru gst-plugins-good0.10-0.10.31/debian/rules 
gst-plugins-good0.10-0.10.31/debian/rules
--- gst-plugins-good0.10-0.10.31/debian/rules   2012-05-22 09:12:55.000000000 
+0100
+++ gst-plugins-good0.10-0.10.31/debian/rules   2013-12-24 02:35:10.000000000 
+0000
@@ -5,8 +5,8 @@
 include /usr/share/cdbs/1/rules/utils.mk
 -include /usr/share/cdbs/1/rules/autoreconf.mk
 
-# make autoreconf not call libtoolize since we ship a patch for ltmain.sh
-export LIBTOOLIZE=true
+DEB_DH_AUTORECONF_ARGS := --as-needed
+
 # make autoreconf not call autopoint since we ship a patch for 
po/Makefile.in.in
 export AUTOPOINT=true
 

Thanks,

-- 
Colin Watson                                       [cjwat...@ubuntu.com]

--- End Message ---
--- Begin Message ---
Source: gst-plugins-good0.10
Source-Version: 0.10.31-3+nmu4

We believe that the bug you reported is fixed in the latest version of
gst-plugins-good0.10, 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.
Andreas Barth <a...@ayous.org> (supplier of updated gst-plugins-good0.10 
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, 10 Sep 2014 12:33:33 +0000
Source: gst-plugins-good0.10
Binary: gstreamer0.10-plugins-good-doc gstreamer0.10-pulseaudio 
gstreamer0.10-gconf gstreamer0.10-plugins-good gstreamer0.10-plugins-good-dbg
Architecture: source all ppc64el
Version: 0.10.31-3+nmu4
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
<pkg-gstreamer-maintainers@lists.alioth.debian.org>
Changed-By: Andreas Barth <a...@ayous.org>
Description:
 gstreamer0.10-gconf - GStreamer plugin for getting the sink/source information 
from GCo
 gstreamer0.10-plugins-good - GStreamer plugins from the "good" set
 gstreamer0.10-plugins-good-dbg - GStreamer plugins from the "good" set
 gstreamer0.10-plugins-good-doc - GStreamer documentation for plugins from the 
"good" set
 gstreamer0.10-pulseaudio - GStreamer plugin for PulseAudio
Closes: 733023
Changes:
 gst-plugins-good0.10 (0.10.31-3+nmu4) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Use dh_autoreconf --as-needed rather than disabling libtoolize and
     manually patching ltmain.sh, to pick up other libtool macro changes for
     new ports. Closes: #733023
Checksums-Sha1:
 b9494e923ddc9fc8b94413e865f2e1c9b76c2f39 2739 
gst-plugins-good0.10_0.10.31-3+nmu4.dsc
 0aa6aa8ea1dcf512b7af00c976ec183d2275f6bd 29004 
gst-plugins-good0.10_0.10.31-3+nmu4.debian.tar.xz
 5e543743ed9b6f8e22c287bd00882c70ff1244ba 859244 
gstreamer0.10-plugins-good-doc_0.10.31-3+nmu4_all.deb
 d55af0137026103b888627348cfbb65ceb4354f7 734198 
gstreamer0.10-pulseaudio_0.10.31-3+nmu4_ppc64el.deb
 35b074744fba9bf252a55617c2a689b05f48064a 706110 
gstreamer0.10-gconf_0.10.31-3+nmu4_ppc64el.deb
 93f771d074ce9d3e086c7a5e364cd4a815b38cc5 1855970 
gstreamer0.10-plugins-good_0.10.31-3+nmu4_ppc64el.deb
 5b0ac3ecdd9b0e3ff95024b5b952eb85272ff1a0 6549112 
gstreamer0.10-plugins-good-dbg_0.10.31-3+nmu4_ppc64el.deb
Checksums-Sha256:
 fb275ef5a5f1cf5406d21d916ba250335191b945b4cd3fa840981035539dfe05 2739 
gst-plugins-good0.10_0.10.31-3+nmu4.dsc
 f8558c3f7f724db4096c4718e4e81718dec28804d74743fb4b0105e186ec9ef6 29004 
gst-plugins-good0.10_0.10.31-3+nmu4.debian.tar.xz
 cb7c54fbba0fe38d78be44ae4ade71a85f8db4c5e4de705c942a9d758be4609a 859244 
gstreamer0.10-plugins-good-doc_0.10.31-3+nmu4_all.deb
 944573d42a847df4ffa8fec0f21e7e4384c1b7fd682023807e106cbc5266c741 734198 
gstreamer0.10-pulseaudio_0.10.31-3+nmu4_ppc64el.deb
 98095df880e4b9febbd7bbdcdb0ac344c8ac55609c20565b2f7a46503cdaa30f 706110 
gstreamer0.10-gconf_0.10.31-3+nmu4_ppc64el.deb
 31cadf9815631e5d129a5e1d95597e5f7f1b7299da003836afc53e8cd580af16 1855970 
gstreamer0.10-plugins-good_0.10.31-3+nmu4_ppc64el.deb
 8abc8ae67c3bbc2717bc3ab9ba10bb106ae5bbad2aa6efd9c15515cdcdb3144e 6549112 
gstreamer0.10-plugins-good-dbg_0.10.31-3+nmu4_ppc64el.deb
Files:
 5953e0210aae44d450774a3ac57f6590 859244 doc optional 
gstreamer0.10-plugins-good-doc_0.10.31-3+nmu4_all.deb
 65119347bb1fb43352537fb572d58801 734198 sound optional 
gstreamer0.10-pulseaudio_0.10.31-3+nmu4_ppc64el.deb
 d92bd53ac571cd5c1c12ec0c9ca1e7e5 706110 sound optional 
gstreamer0.10-gconf_0.10.31-3+nmu4_ppc64el.deb
 d076a62fa2c397efea2f1382f888bea4 1855970 libs optional 
gstreamer0.10-plugins-good_0.10.31-3+nmu4_ppc64el.deb
 0b1881be45ed5284448e2d25c6b6f20a 6549112 debug extra 
gstreamer0.10-plugins-good-dbg_0.10.31-3+nmu4_ppc64el.deb
 169c70b9ce586efc0bac9ac8e67a6dfe 2739 libs optional 
gst-plugins-good0.10_0.10.31-3+nmu4.dsc
 e0b6416365897209bd8cb9c720c26831 29004 libs optional 
gst-plugins-good0.10_0.10.31-3+nmu4.debian.tar.xz

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

iEYEARECAAYFAlQQwgIACgkQmdOZoew2oYXoWgCgmrbXkWw42hVz/AiDuKJ1cmNO
kuUAnj7XyAjB/pUak+bsRwg89M/onRxr
=3D+H
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-gstreamer-maintainers mailing list
pkg-gstreamer-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-gstreamer-maintainers

Reply via email to