Package: freetype Version: 2.1.10-3 Severity: grave Tags: patch The build is failing with sudo because $HOME is not set and thus $(PWD) is also not set.
The patch just uses $(CURDIR) instead. Enjoy our workshop work! Luk Claes Daniel Baumann Kurt Roeckx -- Raphaël Hertzog Premier livre français sur Debian GNU/Linux : http://www.ouaza.com/livre/admin-debian/
diff -ur freetype-2.1.10/debian/changelog freetype-2.1.10.fixed/debian/changelog --- freetype-2.1.10/debian/changelog 2006-05-16 17:48:47.000000000 -0500 +++ freetype-2.1.10.fixed/debian/changelog 2006-05-16 17:40:43.000000000 -0500 @@ -1,11 +1,3 @@ +freetype (2.1.10-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Avoid use of $(PWD) which is not set due to sudo removing $HOME + and use $(CURDIR) instead. + + -- Raphael Hertzog <[EMAIL PROTECTED]> Tue, 16 May 2006 22:47:56 +0000 + freetype (2.1.10-3) unstable; urgency=low * Removed freetype-2.1.10-fixaliasing.patch to restore proper sub-pixel diff -ur freetype-2.1.10/debian/rules freetype-2.1.10.fixed/debian/rules --- freetype-2.1.10/debian/rules 2006-05-16 17:47:00.000000000 -0500 +++ freetype-2.1.10.fixed/debian/rules 2006-05-16 17:43:05.000000000 -0500 @@ -52,7 +52,7 @@ # These files are general documentation and should go into the lib package. libdoc = FTL.TXT CHANGES PATENTS TODO -TMP = $(PWD)/debian/tmp +TMP := $(CURDIR)/debian/tmp build: build-stamp build-stamp: