Package: gst-plugins-ugly1.0
Version: 1.2.2-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

For the ppc64el architecture in Ubuntu, since this package uses libtool, a full
autoreconf is necessary instead of just config.{sub,guess} updates with
autotools-dev. This is because we need new libtool macros for ppc64el.

In Ubuntu, the attached patch was applied to achieve the following:

  * Actually use dh-autoreconf to get new libtool macros for ppc64el.
  * Drop 99_ltmain_as-needed.patch (use --as-needed in d/rules instead).
  * Drop LIBTOOLIZE boolean in debian/rules, as we now want to do it with dh-
autoreconf

Thanks for considering the patch.

Logan Rosen



-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12.0-7-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru gst-plugins-ugly1.0-1.2.2/debian/patches/series gst-plugins-ugly1.0-1.2.2/debian/patches/series
--- gst-plugins-ugly1.0-1.2.2/debian/patches/series	2013-09-24 10:51:13.000000000 -0400
+++ gst-plugins-ugly1.0-1.2.2/debian/patches/series	2014-01-04 19:06:18.000000000 -0500
@@ -1 +0,0 @@
-99_ltmain_as-needed.patch
diff -Nru gst-plugins-ugly1.0-1.2.2/debian/rules gst-plugins-ugly1.0-1.2.2/debian/rules
--- gst-plugins-ugly1.0-1.2.2/debian/rules	2013-09-24 10:52:33.000000000 -0400
+++ gst-plugins-ugly1.0-1.2.2/debian/rules	2014-01-05 23:56:07.000000000 -0500
@@ -3,13 +3,13 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk
--include /usr/share/cdbs/1/rules/autoreconf.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
 # make autoreconf not call autopoint since we ship a patch for po/Makefile.in.in
 export AUTOPOINT=true
 
+DEB_DH_AUTORECONF_ARGS=--as-needed
+
 CFLAGS += -Wno-error
 CXXFLAGS += -Wno-error
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed

Reply via email to