Your message dated Fri, 19 May 2006 14:47:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367579: fixed in freetype 2.2.1-2
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.2.1-2
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.2.1-2_i386.deb
to pool/main/f/freetype/freetype2-demos_2.2.1-2_i386.deb
freetype_2.2.1-2.diff.gz
to pool/main/f/freetype/freetype_2.2.1-2.diff.gz
freetype_2.2.1-2.dsc
to pool/main/f/freetype/freetype_2.2.1-2.dsc
libfreetype6-dev_2.2.1-2_i386.deb
to pool/main/f/freetype/libfreetype6-dev_2.2.1-2_i386.deb
libfreetype6-udeb_2.2.1-2_i386.udeb
to pool/main/f/freetype/libfreetype6-udeb_2.2.1-2_i386.udeb
libfreetype6_2.2.1-2_i386.deb
to pool/main/f/freetype/libfreetype6_2.2.1-2_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.
Keith Packard <[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: Wed, 17 May 2006 00:00:35 -0500
Source: freetype
Binary: freetype2-demos libfreetype6-udeb libfreetype6 libfreetype6-dev
Architecture: source i386
Version: 2.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Steve Langasek <[EMAIL PROTECTED]>
Changed-By: Keith Packard <[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.2.1-2) unstable; urgency=low
.
* Enable full bytecode interpreter instead of just the
"non-patented portions".
* Use $(CURDIR) instead of $(PWD) to build with sudo. Closes: #367579.
Files:
92079059c4d5fe1f221c8139cc757764 786 libs optional freetype_2.2.1-2.dsc
5c68da778b89403cbeb16c8e8954023c 29647 libs optional freetype_2.2.1-2.diff.gz
e9eaee38507a692a9f6d3254056eeff7 344256 libs optional
libfreetype6_2.2.1-2_i386.deb
00f1c34872fe097b7155101e6c069786 644896 libdevel optional
libfreetype6-dev_2.2.1-2_i386.deb
5fcfbe7c172f258656989f0ec4ddaedf 135918 utils optional
freetype2-demos_2.2.1-2_i386.deb
b73fcc774f60fdaa33e7412e2d405d29 238582 debian-installer extra
libfreetype6-udeb_2.2.1-2_i386.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEbjjmQp8BWwlsTdMRAp72AKCr0vq2INC7gEvryvt3aWrCyUNADQCgyca7
svOY5hHk1t9yhQMiQ8wVJIk=
=ghlL
-----END PGP SIGNATURE-----
--- End Message ---