Your message dated Tue, 09 Dec 2008 19:17:46 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#507520: fixed in fpc 2.2.2-6
has caused the Debian Bug report #507520,
regarding Patch for dependency on removed GtkFileSystemError
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
507520: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507520
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: fpc
Version: 2.2.2-4
Severity: whishlist
Thanks

Ubuntu applies the attached patch which is to fix a bug which prevents
Lazarus building [1]. The patch comes from the bug tracker of freepascal
[2]. It would be nice if this patch could be applied until it is
available in 2.2.4 of fpc.

The patch-file should work straight when dropped in debian/patches/ and
called in the "series" file.

Thanks
Paul

[1] https://bugs.launchpad.net/ubuntu/+source/fpc/+bug/260464
[2] http://mantis.freepascal.org/view.php?id=11837
diff -U 3 -dHrN -- fpc-2.2.2.orig/fpcsrc/packages/gtk2/src/gtk+/gtk/gtk2.pas 
fpc-2.2.2/fpcsrc/packages/gtk2/src/gtk+/gtk/gtk2.pas
--- fpc-2.2.2.orig/fpcsrc/packages/gtk2/src/gtk+/gtk/gtk2.pas   2008-02-02 
09:48:09.000000000 -0600
+++ fpc-2.2.2/fpcsrc/packages/gtk2/src/gtk+/gtk/gtk2.pas        2008-11-22 
18:11:49.000000000 -0600
@@ -63,6 +63,8 @@
 {$DEFINE HasGTK2_8}
 {$ENDIF}
 
+// {$define HasGTK_FileSystem}
+
 interface
 
 uses
diff -U 3 -dHrN -- 
fpc-2.2.2.orig/fpcsrc/packages/gtk2/src/gtk+/gtk/gtkfilesystem.inc 
fpc-2.2.2/fpcsrc/packages/gtk2/src/gtk+/gtk/gtkfilesystem.inc
--- fpc-2.2.2.orig/fpcsrc/packages/gtk2/src/gtk+/gtk/gtkfilesystem.inc  
2008-02-02 09:48:09.000000000 -0600
+++ fpc-2.2.2/fpcsrc/packages/gtk2/src/gtk+/gtk/gtkfilesystem.inc       
2008-11-22 18:11:49.000000000 -0600
@@ -115,17 +115,14 @@
 
 {$IFDEF read_interface_rest}
 
+{$ifdef HasGTK_FileSystem}
 
 { GError enumeration for GtkFileSystem  }
 
 function GTK_FILE_SYSTEM_ERROR : TGQuark;
 
-
-
 function gtk_file_system_error_quark:TGQuark;cdecl;external gtklib name 
'gtk_file_system_error_quark';
 
-
-
 { Boxed-type for gtk_file_folder_get_info() results  }
 
 function GTK_TYPE_FILE_INFO : GType;
@@ -244,11 +241,16 @@
 { GtkFileSystem modules support  }
 
 function 
_gtk_file_system_create(file_system_name:Pchar):PGtkFileSystem;cdecl;external 
gtklib name '_gtk_file_system_create';
+
+{$endif HasGTK_FileSystem}
+
 {$endif}  {read_interface_rest}
 
 
 {$ifdef read_implementation}
 
+{$ifdef HasGTK_FileSystem}
+
 function GTK_FILE_SYSTEM_ERROR : TGQuark;
   begin
      GTK_FILE_SYSTEM_ERROR:=gtk_file_system_error_quark;
@@ -307,6 +309,8 @@
    
GTK_FILE_FOLDER_GET_IFACE:=G_TYPE_INSTANCE_GET_INTERFACE(inst,GTK_TYPE_FILE_FOLDER);
 end;
 
+{$endif HasGTK_FileSystem}
+
 function gtk_file_path_new_dup(str : Pgchar) : PGtkFilePath;
 begin
    gtk_file_path_new_dup:=PGtkFilePath(g_strdup(str));

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: fpc
Source-Version: 2.2.2-6

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

fp-compiler_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-compiler_2.2.2-6_i386.deb
fp-docs_2.2.2-6_all.deb
  to pool/main/f/fpc/fp-docs_2.2.2-6_all.deb
fp-ide_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-ide_2.2.2-6_i386.deb
fp-units-base_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-units-base_2.2.2-6_i386.deb
fp-units-db_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-units-db_2.2.2-6_i386.deb
fp-units-fcl_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-units-fcl_2.2.2-6_i386.deb
fp-units-fv_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-units-fv_2.2.2-6_i386.deb
fp-units-gfx_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-units-gfx_2.2.2-6_i386.deb
fp-units-gnome1_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-units-gnome1_2.2.2-6_i386.deb
fp-units-gtk2_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-units-gtk2_2.2.2-6_i386.deb
fp-units-gtk_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-units-gtk_2.2.2-6_i386.deb
fp-units-i386_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-units-i386_2.2.2-6_i386.deb
fp-units-misc_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-units-misc_2.2.2-6_i386.deb
fp-units-multimedia_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-units-multimedia_2.2.2-6_i386.deb
fp-units-net_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-units-net_2.2.2-6_i386.deb
fp-units-rtl_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-units-rtl_2.2.2-6_i386.deb
fp-utils_2.2.2-6_i386.deb
  to pool/main/f/fpc/fp-utils_2.2.2-6_i386.deb
fpc-source_2.2.2-6_all.deb
  to pool/main/f/fpc/fpc-source_2.2.2-6_all.deb
fpc_2.2.2-6.diff.gz
  to pool/main/f/fpc/fpc_2.2.2-6.diff.gz
fpc_2.2.2-6.dsc
  to pool/main/f/fpc/fpc_2.2.2-6.dsc
fpc_2.2.2-6_all.deb
  to pool/main/f/fpc/fpc_2.2.2-6_all.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.
Mazen Neifer <[EMAIL PROTECTED]> (supplier of updated fpc 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.8
Date: Wed, 04 Dec 2008 12:21:00 +0100
Source: fpc
Binary: fpc fpc-source fp-compiler fp-ide fp-utils fp-docs fp-units-rtl 
fp-units-base fp-units-fcl fp-units-fv fp-units-gtk fp-units-gtk2 
fp-units-gnome1 fp-units-db fp-units-gfx fp-units-net fp-units-misc 
fp-units-multimedia fp-units-i386
Architecture: source i386 all
Version: 2.2.2-6
Distribution: unstable
Urgency: low
Maintainer: Carlos Laviola <[EMAIL PROTECTED]>
Changed-By: Mazen Neifer <[EMAIL PROTECTED]>
Description: 
 fp-compiler - Free Pascal - Compiler
 fp-docs    - Free Pascal - Documentation
 fp-ide     - Free Pascal - IDE
 fp-units-base - Free Pascal - base units
 fp-units-db - Free Pascal - database libraries units
 fp-units-fcl - Free Pascal - Free Component Library
 fp-units-fv - Free Pascal - Free Vision units
 fp-units-gfx - Free Pascal - graphics libraries units
 fp-units-gnome1 - Free Pascal - GNOME 1 units
 fp-units-gtk - Free Pascal - GTK+ 1.2 units
 fp-units-gtk2 - Free Pascal - GTK+ 2.x units
 fp-units-i386 - Free Pascal - miscellaneous units
 fp-units-misc - Free Pascal - miscellaneous units
 fp-units-multimedia - Free Pascal - miscellaneous units
 fp-units-net - Free Pascal - networking units
 fp-units-rtl - Free Pascal - Runtime Library
 fp-utils   - Free Pascal - Utils
 fpc        - Free Pascal Compiler - Meta Package
 fpc-source - Free Pascal Compiler - Source Code
Closes: 507520 508013
Changes: 
 fpc (2.2.2-6) unstable; urgency=low
 .
   * Remove auto-generated make files in clean target to avoid linitian warning
     (Closes: Bug#508013).
   * Removed gtk file system bindings as these no more exist in new gtk
     libraries. (Closes: Bug#507520)
Checksums-Sha1: 
 d46df2e92b6511e1e4be774e70a3fc5d51f0df80 1550 fpc_2.2.2-6.dsc
 70065db2c2e583f19ec2ec4399935213791de847 17972 fpc_2.2.2-6.diff.gz
 6f56b6ea45f03443e1f71fd46d60c51b6b0eff59 1838310 fp-compiler_2.2.2-6_i386.deb
 48751dc56c83dad5ced089d2d330f51e99316f92 1077584 fp-ide_2.2.2-6_i386.deb
 61f3c4340c43f36c70af2bd3bac81907aff6fbb8 3045820 fp-utils_2.2.2-6_i386.deb
 c75435085e21fece8f27bb68703f49dd195c0141 1937650 fp-units-rtl_2.2.2-6_i386.deb
 412ac5b87b5c52d8a53e01a91e0196836829b404 1116568 fp-units-base_2.2.2-6_i386.deb
 5f6bfabcb7759f6df706320b1e571588873ed9bd 3533486 fp-units-fcl_2.2.2-6_i386.deb
 0bb12b9b0b3f04a9d6062c68a6953144231ee172 442524 fp-units-fv_2.2.2-6_i386.deb
 2eec9928e94be3d713bc658cfefad3b3a56e26a3 958828 fp-units-gtk_2.2.2-6_i386.deb
 6471227fa45a47b637ba3a4f517df88ea40e02cb 1439452 fp-units-gtk2_2.2.2-6_i386.deb
 39413a5ece48ce7703cb001577e2ba734c7bce47 328344 
fp-units-gnome1_2.2.2-6_i386.deb
 58804e5e5f03dbc28fca6a58751a6c5af6dc7718 1014780 fp-units-db_2.2.2-6_i386.deb
 e882ae2531c525fcf34bc74328465570e0424d66 939156 fp-units-gfx_2.2.2-6_i386.deb
 b6c5f920cdfec9fcb364a120639af4d7d5b5ff2f 599312 fp-units-net_2.2.2-6_i386.deb
 c220eaf635801a942f5c5086cfcd30a346c9b4e6 882052 fp-units-misc_2.2.2-6_i386.deb
 994b698129be9624b79e3615b09054f259d6c6bb 208322 
fp-units-multimedia_2.2.2-6_i386.deb
 75d11f7d3b6ada8458ae33757cbb5a8a2f836623 462612 fp-units-i386_2.2.2-6_i386.deb
 6e7e7b40f075830e9845dbc824fe879a66bd9b10 10136 fpc_2.2.2-6_all.deb
 b8e5173a5823531f504ae163ecf37f04b5a6b32d 12653476 fpc-source_2.2.2-6_all.deb
 f739be3eb1219b695687aaf5910a876dbb2f35ae 1430842 fp-docs_2.2.2-6_all.deb
Checksums-Sha256: 
 6249aa0693d751fae262084292db053001823990d26a190e24ed22c7a8dcfa73 1550 
fpc_2.2.2-6.dsc
 7a76754532fd4627522e33a568232514a762f2fed24df2f89f4b1d85f9aab34c 17972 
fpc_2.2.2-6.diff.gz
 5ca76c913d8fc072cd6e4921f62d0c001a4ae119187e82f9a91a8ea8118050d5 1838310 
fp-compiler_2.2.2-6_i386.deb
 0c2e069cfe13a758d15a2f641cf9218399d38775357788f085e805286bd22d13 1077584 
fp-ide_2.2.2-6_i386.deb
 d0770908cc115a7a3c59e79d4ee696c4dee229aeeab62337831329d998591409 3045820 
fp-utils_2.2.2-6_i386.deb
 9aa17abe914e54df3e9022f50ef99e06aaed88f374e229d22ac7abb39570d87a 1937650 
fp-units-rtl_2.2.2-6_i386.deb
 02edc67f4a9716f6f7d1751ebce2f9adfd842479237a16e007ee2f84012db52a 1116568 
fp-units-base_2.2.2-6_i386.deb
 6d520a5572579b338fad97cea8e29d9719441f0b3e0f392643fd41202a86dd45 3533486 
fp-units-fcl_2.2.2-6_i386.deb
 033faa6d4b225751f2d89873a1f80a772680a22f96828286a849ffbd82fa45cc 442524 
fp-units-fv_2.2.2-6_i386.deb
 2440e2e8e7f8ab17f53047d1a41d427068077729d15f58db915f16d2d32dc5d1 958828 
fp-units-gtk_2.2.2-6_i386.deb
 87bff35244d160a971d207dff74f602177228b8bf150ee5587268cdc9e955dee 1439452 
fp-units-gtk2_2.2.2-6_i386.deb
 1af3f1c08bd9ca3983480f3c6f3a477eca73d977d0c0f61e8e18696777917499 328344 
fp-units-gnome1_2.2.2-6_i386.deb
 dee66b48b2eb11637a516bcf200637613f3b7f1d3e5dee15cf440955c063b82c 1014780 
fp-units-db_2.2.2-6_i386.deb
 5b139f44d852324bd9f5fd303fbd3e9439ff33e8527e48c4825a5393ca438082 939156 
fp-units-gfx_2.2.2-6_i386.deb
 7fc8422b280c51ebe49760b9489d0c39731293e60e588fc72bfdfa3b77bb407c 599312 
fp-units-net_2.2.2-6_i386.deb
 6535666e1d91d8601e35bea7c80201039bf0a017a95852712bd4e26b2288a607 882052 
fp-units-misc_2.2.2-6_i386.deb
 ca6d56b1de49e620ad742f29df015591357e27cb2b62eb8f657527f6de376b1b 208322 
fp-units-multimedia_2.2.2-6_i386.deb
 17aa7d2ff403c4537b7cd77e07c41869bbd0f24e20fdd7954e353d3792e2948c 462612 
fp-units-i386_2.2.2-6_i386.deb
 1e071b6317bbb7e578b3946a91c717366018971fd58435b4de4522699f3fecd2 10136 
fpc_2.2.2-6_all.deb
 6162a631927814c84c15f8ab40f2f46502e12f60fe44ca36cfee9ca46d036ccf 12653476 
fpc-source_2.2.2-6_all.deb
 803918b35ea1fad1d6dbaf51b421bf44d249fc8d2413454757c0642a16d12afb 1430842 
fp-docs_2.2.2-6_all.deb
Files: 
 2af8441d8a7175ac5f15bc1e8c412287 1550 devel optional fpc_2.2.2-6.dsc
 554e1e3570a1a029e8cc50ab7200d143 17972 devel optional fpc_2.2.2-6.diff.gz
 8454a4132dd1036b182cc084b4f6282f 1838310 devel optional 
fp-compiler_2.2.2-6_i386.deb
 621cfbc58b43ea7310162b62d1fb67ab 1077584 devel optional fp-ide_2.2.2-6_i386.deb
 e7a03dc78b1b985655d45a685515f5d1 3045820 devel optional 
fp-utils_2.2.2-6_i386.deb
 0773475231049c34cc216d41e0fa3b13 1937650 devel optional 
fp-units-rtl_2.2.2-6_i386.deb
 5fd8d1e35955814e44a93dba79897d2c 1116568 devel optional 
fp-units-base_2.2.2-6_i386.deb
 5218fc7b39a163083de55e6f78cec46a 3533486 devel optional 
fp-units-fcl_2.2.2-6_i386.deb
 0fe8cf38d746d9f9b3f4bd492b359c82 442524 devel optional 
fp-units-fv_2.2.2-6_i386.deb
 03f1dd31c504567a0b830282b6bf0f6e 958828 devel optional 
fp-units-gtk_2.2.2-6_i386.deb
 4a0d69949d2ce26deb68ee5141e0cd02 1439452 devel optional 
fp-units-gtk2_2.2.2-6_i386.deb
 0f1011a8940041400c5de31533bb18be 328344 devel optional 
fp-units-gnome1_2.2.2-6_i386.deb
 2f5d79b89582e285199c6121ac3c08e6 1014780 devel optional 
fp-units-db_2.2.2-6_i386.deb
 8a57fbb35e95b86319344057441ac7bc 939156 devel optional 
fp-units-gfx_2.2.2-6_i386.deb
 20020757ea01fa899e2e102a33af82c7 599312 devel optional 
fp-units-net_2.2.2-6_i386.deb
 636ad2a8c278405c03223a7d8071d656 882052 devel optional 
fp-units-misc_2.2.2-6_i386.deb
 adddc2bff6f32bd789fd56fef6ff493c 208322 devel optional 
fp-units-multimedia_2.2.2-6_i386.deb
 ae460ca672913b450acac55da45ed7b5 462612 devel optional 
fp-units-i386_2.2.2-6_i386.deb
 4f755705d5ba3eb1a636d98f47ba3af3 10136 devel optional fpc_2.2.2-6_all.deb
 6aea704439a643a0d9703d4b5834365e 12653476 devel optional 
fpc-source_2.2.2-6_all.deb
 46173b2ba8abdc2de15d9c92010b961d 1430842 doc optional fp-docs_2.2.2-6_all.deb

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

iEYEARECAAYFAkk+uoIACgkQfY3dicTPjsPmiQCeKMBI+VDFgucB2xBQFgL0z0rm
XqIAoJfN56HTglF/sRaHPUnvCMQ58VaC
=pHYb
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to