Package: abuse-sdl
Version: 1:0.8-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

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

  * Use newer system autotools and libtool files instead of embedded
    ones. Run dh_autoreconf* as appropriate during build, resolving
    FTBFS on newer arches.


This debdiff may contain extraneous metadata. If so, please kindly ignore
them. Thanks for considering the patch!


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.11.0-14-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u abuse-sdl-0.8/debian/control abuse-sdl-0.8/debian/control
--- abuse-sdl-0.8/debian/control
+++ abuse-sdl-0.8/debian/control
@@ -1,9 +1,11 @@
 Source: abuse-sdl
 Section: games
 Priority: optional
-Maintainer: Debian Games Team <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Debian Games Team <[email protected]>
 Uploaders: Sam Hocevar <[email protected]>
-Build-Depends: debhelper (>> 5.0), quilt, libsdl1.2-dev, libsdl-mixer1.2-dev, binutils (>= 2.14.90.0.7)
+Build-Depends: debhelper (>> 5.0), quilt, libsdl1.2-dev, libsdl-mixer1.2-dev, binutils (>= 2.14.90.0.7),
+ dh-autoreconf
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/abuse-sdl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/abuse-sdl/?op=log
diff -u abuse-sdl-0.8/debian/changelog abuse-sdl-0.8/debian/changelog
diff -u abuse-sdl-0.8/debian/rules abuse-sdl-0.8/debian/rules
--- abuse-sdl-0.8/debian/rules
+++ abuse-sdl-0.8/debian/rules
@@ -12,6 +12,7 @@
 
 config-stamp:
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+	dh_autoreconf
 	./configure --prefix=/usr --bindir=/usr/games
 	touch config-stamp
 
@@ -26,6 +27,7 @@
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f config-stamp build-stamp
+	dh_autoreconf_clean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean
 
diff -u abuse-sdl-0.8/debian/patches/series abuse-sdl-0.8/debian/patches/series
--- abuse-sdl-0.8/debian/patches/series
+++ abuse-sdl-0.8/debian/patches/series
@@ -1,0 +2 @@
+update_auto_libtool_for_new_arches.diff
only in patch2:
unchanged:
--- abuse-sdl-0.8.orig/debian/patches/update_auto_libtool_for_new_arches.diff
+++ abuse-sdl-0.8/debian/patches/update_auto_libtool_for_new_arches.diff
@@ -0,0 +1,11 @@
+Index: abuse-sdl-0.8/configure.ac
+===================================================================
+--- abuse-sdl-0.8.orig/configure.ac	2011-05-09 03:58:04.000000000 -0400
++++ abuse-sdl-0.8/configure.ac	2013-12-30 13:23:48.695097560 -0500
+@@ -1,6 +1,5 @@
+ dnl Process this file with autoconf to produce a configure script.
+ AC_INIT(abuse, 0.8)
+-AC_CONFIG_AUX_DIR(.auto)
+ AM_INIT_AUTOMAKE
+ AM_CONFIG_HEADER(config.h)
+ 

Reply via email to