[Pkg-sdl-commits] r50 - unstable/sdl-ttf1.2/debian

Aurelien Jarno aurel32 at costa.debian.org
Mon Apr 10 19:07:06 UTC 2006


Author: aurel32
Date: 2006-04-10 19:07:06 +0000 (Mon, 10 Apr 2006)
New Revision: 50

Modified:
   unstable/sdl-ttf1.2/debian/changelog
   unstable/sdl-ttf1.2/debian/control
   unstable/sdl-ttf1.2/debian/rules
Log:
  * Relibtoolize the package at build time (closes: bug#342686).



Modified: unstable/sdl-ttf1.2/debian/changelog
===================================================================
--- unstable/sdl-ttf1.2/debian/changelog	2006-04-10 18:51:52 UTC (rev 49)
+++ unstable/sdl-ttf1.2/debian/changelog	2006-04-10 19:07:06 UTC (rev 50)
@@ -3,6 +3,7 @@
   * Changed the maintainer to the SDL team, and setup the Uploaders: field
     accordingly.
   * Use quilt to handle the patches.
+  * Relibtoolize the package at build time (closes: bug#342686).
 
  -- Aurelien Jarno <aurel32 at debian.org>  Mon, 10 Apr 2006 20:44:35 +0200
 

Modified: unstable/sdl-ttf1.2/debian/control
===================================================================
--- unstable/sdl-ttf1.2/debian/control	2006-04-10 18:51:52 UTC (rev 49)
+++ unstable/sdl-ttf1.2/debian/control	2006-04-10 19:07:06 UTC (rev 50)
@@ -4,7 +4,8 @@
 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
 Uploaders: Matthew Danish <mrd at debian.org>, Zephaniah E. Hull <warp at debian.org>, Lawrence Williams <lawrence_cecil_williams at hotmail.com>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Aurelien Jarno <aurel32 at debian.org>, Josselin Mouette <joss at debian.org>
 Standards-Version: 3.6.1.0
-Build-Depends: debhelper (>= 3.0), libsdl1.2-dev (>= 1.2.2-3.2), freetype2-dev, quilt
+Build-Depends: quilt, debhelper (>= 3.0), automake-1.7, autoconf, libtool, libsdl1.2-dev (>= 1.2.2-3.2), freetype2-dev
+Build-Conflicts: autoconf2.13
 
 Package: libsdl-ttf1.2
 Section: oldlibs

Modified: unstable/sdl-ttf1.2/debian/rules
===================================================================
--- unstable/sdl-ttf1.2/debian/rules	2006-04-10 18:51:52 UTC (rev 49)
+++ unstable/sdl-ttf1.2/debian/rules	2006-04-10 19:07:06 UTC (rev 50)
@@ -9,15 +9,14 @@
 configure-stamp:
 	dh_testdir
 
-        ln -sf debian/patches
-        quilt push -a || test $$? = 2
+	ln -sf debian/patches
+	quilt push -a || test $$? = 2
 
-	# Touch stuff
-	touch configure.in
-	touch aclocal.m4
-	touch configure
-	touch config.h.in
-	touch `find . -name Makefile.in`
+	# Rerun autoconf
+	libtoolize --force --copy
+	aclocal-1.7
+	automake-1.7 --add-missing --copy --foreign
+	autoconf
 
 	# Configure the package.
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
@@ -36,13 +35,14 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
 
 	# Clean up after the build process.
 	-$(MAKE) distclean
 
 	quilt pop -a -R || test $$? = 2
-	rm -f patches
+	rm -f patches build-stamp configure-stamp
+	rm -f ltconfig missing mkinstalldirs install-sh acinclude.m4 aclocal.m4 configure Makefile.in ltmain.sh config.sub config.guess depcomp config.log
+	rm -rf autom4te.cache/
 
 	dh_clean
 	rm -f debian/showfont.c




More information about the Pkg-sdl-commits mailing list