Your message dated Tue, 11 Jul 2006 16:17:04 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#330814: fixed in adabrowse 4.0.2-4 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: adabrowse Version: 4.0.2-2 Severity: wishlist The project manager feature in AdaBrowse is dandy and all, but it doesnt' work in the general case. Let me explain. If you have a project file and want to use it with AdaBrowse, and say: $ adabrowse -Pmy_project.gpr AdaBrowse creates a new project file like so: project AB_20050929_22581619 extends "my_project.gpr" is for Object_Dir use "/home/lbrenta/src/my_project/"; for Source_Files use ( "/home/lbrenta/src/my_project/pack1.ads" , "/home/lbrenta/src/my_project/pack1.adb" ... ); -- End of sources package Compiler renames Adabrowse.Compiler; end AB_20050929_22581619; Now, suppose that my_project.gpr looks like this: with "/usr/share/ada/adainclude/some_library.gpr"; project My_Project is for Source_Dirs use ("src"); for Object_Dir use "obj"; package Linker renames Some_Library.Linker; end My_Project; And the library supplies the following project file: project Some_Library is for Source_Dirs use ("/usr/share/ada/adainclude/some_library"); for Object_Dir use "/usr/lib/ada/adalib/some_library"; package Linker is for Default_Switches ("Ada") use ("-lsome_library"); end Linker; end Some_Library; (actually, the linker switches are in a variable, so that the user can link several libraries at once in their project). AdaBrowse cannot work with the user's project, because everything under /usr is read-only: "gnatmake -Pad_x.gpr -gnatc -gnatt" will barf out because it cannot write the tree files for the library in /usr/lib/ada/adalib/some_library. The solution, it seems, would be to generate a top-level, all-encompassing project that does not import or extend anything, e.g. project AD_.... is for Source_Dirs use ("/usr/share/ada/adainclude/some_library", "src"); for Object_Dir use ".adabrowse"; package Compiler is for Default_Switches ("Ada") use ("-gnatc", "-gnatt"); end Compiler; end AD_.....; Of course, it might be a lot of work to achieve this, but don't you think it might be worth it? Perhaps another possible solution would be to require all libraries to also supply tree files in /usr/lib/ada/adalib/some_library? I could do that, because I write the Debian Policy for Ada and I do the packages for all libraries. Any thoughts? -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (600, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.27-2-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Versions of packages adabrowse depends on: ii libasis-3.15p-1 3.15p-7 Ada Semantic Interface Specificati ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii libgnat-3.15p-1 3.15p-14 The GNU Ada 95 compiler runtime li ii libgnatprj-3.15p 3.15p-14 GNU Ada Project file support libra adabrowse recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: adabrowse Source-Version: 4.0.2-4 We believe that the bug you reported is fixed in the latest version of adabrowse, which is due to be installed in the Debian FTP archive: adabrowse_4.0.2-4.diff.gz to pool/main/a/adabrowse/adabrowse_4.0.2-4.diff.gz adabrowse_4.0.2-4.dsc to pool/main/a/adabrowse/adabrowse_4.0.2-4.dsc adabrowse_4.0.2-4_i386.deb to pool/main/a/adabrowse/adabrowse_4.0.2-4_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. Ludovic Brenta <[EMAIL PROTECTED]> (supplier of updated adabrowse 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, 12 Jul 2006 00:53:17 +0200 Source: adabrowse Binary: adabrowse Architecture: source i386 Version: 4.0.2-4 Distribution: unstable Urgency: low Maintainer: Ludovic Brenta <[EMAIL PROTECTED]> Changed-By: Ludovic Brenta <[EMAIL PROTECTED]> Description: adabrowse - HTML generator for Ada 95 library unit specifications Closes: 330814 Changes: adabrowse (4.0.2-4) unstable; urgency=low . * debian/control: - Change my email address: now a full DD! - Update Build-Depends to gnat (>= 4.1) and libasis-dev. Closes: #330814. - Add amd64, hppa, ia64, mips, mipsel and s390 to Architecture. - Update Standards-Version to 3.7.2 with no changes. * debian/rules: disable support for project files , FTBFS with libgnatprj >= 4.1. * debian/copyright: update my email address and the FSF's postal address. Mention the GPL file on Debian systems. Files: 92fa864343603a424af45de950ea9dbc 661 devel optional adabrowse_4.0.2-4.dsc fa99bb7e5bb5b9ec75ff285e3e05fdb8 9148 devel optional adabrowse_4.0.2-4.diff.gz 03625a7441ae795041edc6cd7575d59e 823742 devel optional adabrowse_4.0.2-4_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEtC9Ax9kwJZ3/qtQRAoACAJ4go0ofmnDTr9xYGhPd0QwnvVlvKwCgnS7P 7MgZWV6KUOOFml8ozcX7un4= =Bz4V -----END PGP SIGNATURE-----
--- End Message ---

