Your message dated Wed, 30 Aug 2006 23:02:01 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367579: fixed in freetype 2.1.7-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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:

--- End Message ---
--- Begin Message ---
Source: freetype
Source-Version: 2.1.7-5

We believe that the bug you reported is fixed in the latest version of
freetype, which is due to be installed in the Debian FTP archive:

freetype2-demos_2.1.7-5_i386.deb
  to pool/main/f/freetype/freetype2-demos_2.1.7-5_i386.deb
freetype_2.1.7-5.diff.gz
  to pool/main/f/freetype/freetype_2.1.7-5.diff.gz
freetype_2.1.7-5.dsc
  to pool/main/f/freetype/freetype_2.1.7-5.dsc
libfreetype6-dev_2.1.7-5_i386.deb
  to pool/main/f/freetype/libfreetype6-dev_2.1.7-5_i386.deb
libfreetype6-udeb_2.1.7-5_i386.udeb
  to pool/main/f/freetype/libfreetype6-udeb_2.1.7-5_i386.udeb
libfreetype6_2.1.7-5_i386.deb
  to pool/main/f/freetype/libfreetype6_2.1.7-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <[EMAIL PROTECTED]> (supplier of updated freetype package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 27 Aug 2006 01:39:16 -0700
Source: freetype
Binary: freetype2-demos libfreetype6-udeb libfreetype6 libfreetype6-dev
Architecture: source i386
Version: 2.1.7-5
Distribution: stable
Urgency: low
Maintainer: Steve Langasek <[EMAIL PROTECTED]>
Changed-By: Steve Langasek <[EMAIL PROTECTED]>
Description: 
 freetype2-demos - FreeType 2 demonstration programs
 libfreetype6 - FreeType 2 font engine, shared library files
 libfreetype6-dev - FreeType 2 font engine, development files
 libfreetype6-udeb - FreeType 2 font engine for the debian-installer (udeb)
Closes: 367579
Changes: 
 freetype (2.1.7-5) stable; urgency=low
 .
   * Backport the fix for bug #367579 (use CURDIR instead of PWD) so that
     the package can be built under sudo.  Closes: #367579.
Files: 
 f17db30a15c21feebf508e820596131e 754 libs optional freetype_2.1.7-5.dsc
 51acec841a1f355fc7367f148beedaa3 57163 libs optional freetype_2.1.7-5.diff.gz
 dfc816d60f0f7b1a5470585ef1efa202 364730 libs optional 
libfreetype6_2.1.7-5_i386.deb
 b36195f9985bc725fd6ea9f98050d81b 695052 libdevel optional 
libfreetype6-dev_2.1.7-5_i386.deb
 529602ce23c64a5760ad2e11a9b46b72 63184 utils optional 
freetype2-demos_2.1.7-5_i386.deb
 ef572a5199688d2a02e5836d7dcca34f 212966 debian-installer extra 
libfreetype6-udeb_2.1.7-5_i386.udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFE8VsDKN6ufymYLloRAsptAJ0RYgLRpGe8Ogk6O2Z0icdWx4ZjVwCgiwX1
xiITabObETSVmBiJFaRYNcE=
=cY9L
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to