[Pkg-sdl-commits] r48 - unstable/sdl-ttf1.2/debian
Aurelien Jarno
aurel32 at costa.debian.org
Mon Apr 10 18:47:38 UTC 2006
Author: aurel32
Date: 2006-04-10 18:47:37 +0000 (Mon, 10 Apr 2006)
New Revision: 48
Added:
unstable/sdl-ttf1.2/debian/patches/
Modified:
unstable/sdl-ttf1.2/debian/changelog
unstable/sdl-ttf1.2/debian/control
unstable/sdl-ttf1.2/debian/rules
Log:
* Use quilt to handle the patches.
Modified: unstable/sdl-ttf1.2/debian/changelog
===================================================================
--- unstable/sdl-ttf1.2/debian/changelog 2006-04-10 18:44:49 UTC (rev 47)
+++ unstable/sdl-ttf1.2/debian/changelog 2006-04-10 18:47:37 UTC (rev 48)
@@ -2,6 +2,7 @@
* Changed the maintainer to the SDL team, and setup the Uploaders: field
accordingly.
+ * Use quilt to handle the patches.
-- 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:44:49 UTC (rev 47)
+++ unstable/sdl-ttf1.2/debian/control 2006-04-10 18:47:37 UTC (rev 48)
@@ -4,7 +4,7 @@
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
+Build-Depends: debhelper (>= 3.0), libsdl1.2-dev (>= 1.2.2-3.2), freetype2-dev, quilt
Package: libsdl-ttf1.2
Section: oldlibs
Modified: unstable/sdl-ttf1.2/debian/rules
===================================================================
--- unstable/sdl-ttf1.2/debian/rules 2006-04-10 18:44:49 UTC (rev 47)
+++ unstable/sdl-ttf1.2/debian/rules 2006-04-10 18:47:37 UTC (rev 48)
@@ -9,6 +9,9 @@
configure-stamp:
dh_testdir
+ ln -sf debian/patches
+ quilt push -a || test $$? = 2
+
# Touch stuff
touch configure.in
touch aclocal.m4
@@ -38,6 +41,9 @@
# Clean up after the build process.
-$(MAKE) distclean
+ quilt pop -a -R || test $$? = 2
+ rm -f patches
+
dh_clean
rm -f debian/showfont.c
More information about the Pkg-sdl-commits
mailing list