gnat-gps (4.0.1-6) unstable; urgency=low * debian/control: build-depend-indep on texlive-generic-recommended, too. Closes: #443030. Thanks to Cyril Brulebois for investigating. -- Ludovic Brenta Sat, 29 Sep 2007 14:46:34 +0200 gnat-gps (4.0.1-5) unstable; urgency=low * debian/control: build-depend-indep on texlive-latex-base. Closes: #436368. -- Ludovic Brenta Wed, 22 Aug 2007 21:46:27 +0200 gnat-gps (4.0.1-4) unstable; urgency=low * debian/rules: install the HTML documentation generated from gps.texi. Closes: #423231. * patches/command-names.patch: apply fix from Teemu Ikonen. Thanks! Closes: #435544. * patches/command-names.patch (gvd-process.adb): change the default debugger command to gnatgdb. Closes: #414614. Also fix a typo. * debian/control: transition to tetex-live. * patches/gtkada-2.8.1.patch: adjust to 2.8.1-6, replacing "or" with "+" when adding values of a bitfield. * patches/documentation-formats.patch: new. Provide a PDF version of the tutorial, and a text version of the programmer's guide, too. -- Ludovic Brenta Sat, 4 Aug 2007 18:52:26 +0200 gnat-gps (4.0.1-3) unstable; urgency=low * debian/gps.gpr: revert to -g -O2 -gnatafno -gnatVa and static elaboration checks. * patches/series (dynamically-tagged-expressions.patch): disable. * patches/documentation-path.patch: fix a bug whereby we would look for shell_commands.xml in the wrong directory. This in turn fixes the Help menu. * patches/memory-corruption.patch: new. Addresses: #400876, #400883, but does not close them yet because I think the underlying memory corruption bug is still lurking somewhere. -- Ludovic Brenta Wed, 29 Nov 2006 22:01:50 +0100 gnat-gps (4.0.1-2) unstable; urgency=medium * debian/rules: install all the XML files that describe parts of the GUI. Closes: #393636, insofar as I no longer see the crashes I described there. -- Ludovic Brenta Tue, 28 Nov 2006 22:14:37 +0100 gnat-gps (4.0.1-1) unstable; urgency=low * New upstream version. * patches/gtkada-2.8.1.patch: new. -- Ludovic Brenta Mon, 27 Nov 2006 22:20:54 +0100 gnat-gps (4.0.0-1) unstable; urgency=low * New upstream version. * patches/gcc-4.1.patch: new. * patches/elaboration.patch: adjust for 4.0.0. * debian/rules (config.ads): replace the build date with "Debian". (binary-arch): adjust for images removed in this new version. -- Ludovic Brenta Sun, 26 Nov 2006 20:41:00 +0100 gnat-gps (3.1.3-5) unstable; urgency=low * patches/elaboration.patch: new, a step in resolving #393636. -- Ludovic Brenta Fri, 10 Nov 2006 14:59:12 +0100 gnat-gps (3.1.3-4) unstable; urgency=low * debian/control (Build-Depends): add debhelper and quilt. -- Ludovic Brenta Sun, 15 Oct 2006 12:55:47 +0200 gnat-gps (3.1.3-3) unstable; urgency=low * debian/control (Build-Depends-Indep): new; move some build dependencies there from Build-Depends. Add tetex-extra (Closes: #392375). (Build-Depends): remove libxmlada2-dev. * patches/texinfo.patch: fix the info-dir-section of the tutorial (Closes: #391972). Also, change the name of the info file to gps_tutorial.info, to prevent conflicts with other packages. -- Ludovic Brenta Sat, 14 Oct 2006 17:03:58 +0200 gnat-gps (3.1.3-2) unstable; urgency=low * debian/control (Build-Depends): add libgnatprj-dev, libgnatvsn-dev, and libtemplates-parser-dev. -- Ludovic Brenta Sun, 8 Oct 2006 16:39:07 +0200 gnat-gps (3.1.3-1) unstable; urgency=low * New upstream version. - debian/297980.patch: remove, applied upstream. - debian/03-command-line.patch: remove, no longer applies. - debian/10-project-creation-wizard.patch: remove, no longer applies. - gps.gpr (Source_Dirs): adjust. Also, use all libraries. - debian/rules (DIRS_WITH_C_SOURCES, gvd/common/gvd.ads): adjust. - No longer contains a partial copy of GNAT sources: . debian/01-libgnat-extras.patch: remove. . debian/02-use-libgnat-extras.patch: remove. . remove CONFLICTING_GNAT_SOURCES and related targets from debian/rules. - No longer contains cschtml: . remove debian/323515.patch . remove debian/09-cschtml.patch . remove CSCHTML_OBJECTS and related targets from debian/rules. * Switch to GCC 4.1 as the default Ada compiler. - debian/226513-pretty-printer.patch: remove, GCC 4.1 supports the pretty printer feature. - patches/gcc-4.1.patch: new. * debian/control (Maintainer): update email address, I'm now a full DD. (Uploaders): remove, no longer necessary. (Build-Depends): gnat (>= 4.1), libgkada2 (>= 2.8.1), libasis-dev, libtemplates-parser-dev, libgnatvsn-dev, libgnatprj-dev, quilt, tcl8.4-dev instead of tcl8.3-dev, python-dev instead of python2.3-dev. (Architectures): add alpha, amd64 (Closes: #352368), hppa, ia64, s390. * Use quilt for patches: - debian/rules (patch-stamp, unpatch): use quilt. - debian/04-command-names.patch, debian/05-texinfo.patch, debian/06-documentation-path.patch, debian/07-python-customisation.patch, debian/08-no-tcl.patch: move to patches/; remove the patch numbers. - patches/series: new. -- Ludovic Brenta Tue, 3 Oct 2006 09:16:19 +0200 gnat-gps (2.1.0-8) unstable; urgency=low * debian/10-project-creation-wizard.patch: new. - When creating a project file with relative path names, GPS makes the paths relative to its current working directory, not to the location of the project file. Change to that directory to fix that bug. - Do not add a second forward slash between directory name and "**" when Source_Dirs include subdirectories (cosmetic change). - Do not add "for Executable ("x.adb") use "x";" in package Builder when creating a project file because gnat 3.15p does not support the Executable attribute. * debian/rules, gps.gpr: build with debugging information (we call dh_strip when creating the binary package, so that's OK). * debian/control: update Standards-Version to 3.7.2. -- Ludovic Brenta Thu, 4 May 2006 22:02:45 +0200 gnat-gps (2.1.0-7) unstable; urgency=low * gps.gpr: do not mention XML/Ada, we don't use it. Fixes FTBFS. -- Ludovic Brenta Sun, 12 Mar 2006 00:55:48 +0100 gnat-gps (2.1.0-6) unstable; urgency=low * debian/control: add support for GNU/kFreeBSD. Build-depend on gnat (>=3.15p-19) and libgtkada2-dev (>=2.4.0-6). * debian/control: update Standards-Version to 3.6.2 with no changes. * debian/rules: bypass upstream's recursive configures and makes as much as possible. We now build most everything directly from debian/rules, the only exceptions being dbimp, cbrowser and libdb. - gps.gpr: new; use to build all Ada files. - debian/00-makefiles.patch: remove, no longer needed. * Do not build the bundled copy of tcl8.1 in kernel/src_info/sn/snsrc, which FTBFS on Etch as of February 2006: - debian/08-no-tcl.patch: new. - debian/rules: pass --with-tclconfig and --with-tclinclude to sourcenav's configure. - debian/control: build-depend on tcl8.4-dev. * Fix FTBFS in the bundled copy of cschtml in newer Etch: - debian/control: build-depend on libcairo2-dev. - debian/09-cschtml.patch: new. -- Ludovic Brenta Thu, 23 Feb 2006 22:24:02 +0100 gnat-gps (2.1.0-5) unstable; urgency=medium * Change maintainer's email address. * debian/323515.patch: new. Thanks, Matt Kraai. Closes: #323515. -- Ludovic Brenta Sun, 4 Sep 2005 00:01:38 +0200 gnat-gps (2.1.0-4) unstable; urgency=medium * debian/rules (clean): remove all files that are generated during build. * debian/297980.patch: new; thanks to Jan Nordholz for the help. Closes: #297980. -- Ludovic Brenta Wed, 27 Apr 2005 13:26:41 +0200 gnat-gps (2.1.0-3) unstable; urgency=low * Rebuild using libgtkada2_2.4.0-2; depend on libgtkada-2.4 instead of libgtkada2-0 (see #293652). * debian/gnat-gps-doc.copyright: updated to new upstream version. -- Ludovic Brenta Sun, 6 Feb 2005 00:12:37 +0100 gnat-gps (2.1.0-2) unstable; urgency=low * Acknowledge NMU from Matthias. * Install python customisation files to /usr/share/gps/python, too. (the example files are still in gnat-gps-doc under /usr/share/doc/gnat-gps/examples). * debian/07-python-customisation.patch: new patch, allows the sysadmin to override /usr/share/gps/python/autoexec.py with /etc/gnat-gps/autoexec.py. * debian/README.Debian: information about python support. -- Ludovic Brenta Wed, 2 Feb 2005 12:13:02 +0100 gnat-gps (2.1.0-1.1) unstable; urgency=low * Enable python support. -- Matthias Klose Tue, 1 Feb 2005 13:22:22 +0100 gnat-gps (2.1.0-1) unstable; urgency=low * New upstream release. -- Ludovic Brenta Sun, 9 Jan 2005 18:40:50 +0100 gnat-gps (1.4.0-5) unstable; urgency=low * debian/gnat-gps-doc.copyright: Add a copyright file in gnat-gps-doc. Closes: #264274. * debian/rules (clean): Remove all GNAT configuration files generated during the build. They were mistakenly included in the *.diff.gz. * debian/rules (binary-indep): chmod all the gif files; upstream has them executable and this is wrong. Insall the changelog and the copyright file for gnat-gps-doc. * debian/rules (install): chmod all the .ali files; new versions of linda and lintian check for their permissions properly. * debian/gnat.postinst: removed. * debian/rules (binary-arch): call dh_installdeb to generate the postinst and postrm scripts. * debian/menu: use a quoted string for the section. * debian/control: Update Standards-Version to 3.6.1.1. -- Ludovic Brenta Tue, 10 Aug 2004 07:43:46 +0200 gnat-gps (1.4.0-4) unstable; urgency=low * Fix FTBFS on sparc, powerpc. Closes: #230082. * Update Standards-Version from 3.6.0 to 3.6.1. -- Ludovic Brenta Wed, 28 Jan 2004 16:05:24 +0100 gnat-gps (1.4.0-3) unstable; urgency=low * kernel/src/glide_kernel-project.adb (Execute): fix bug in the command line used to call gnatmake. Closes: #226513. * Use gnat-gdb instead of gdb by default. Closes: #226517. * Do not generate the Pretty_Printer section in the GNAT project file; GNAT 3.15p doesn't understand it. * Build and install the tools: gpr2make and gprcmd. Requires things from the CVS repository for GCC. * Install Makefile.generic and Makefile.prolog in /usr/share/make. * Install pictures in /usr/share/gps. * Recommend gnat and gnat-gdb. -- Ludovic Brenta Mon, 26 Jan 2004 12:54:39 +0100 gnat-gps (1.4.0-2.1) unstable; urgency=low * Make gnat-gpc-doc binary-indep. -- Matthias Klose Sat, 6 Dec 2003 11:43:07 +0100 gnat-gps (1.4.0-2) unstable; urgency=low * Reinstate the Source Navigator sources; upstream modified them from the original. * Put `dbimp' and `cbrowser' in /usr/lib/gps. * Copy the share/*.xml files into /usr/share/gps/customize. They are now necessary at run time. -- Ludovic Brenta Thu, 4 Dec 2003 13:44:18 +0100 gnat-gps (1.4.0-1) unstable; urgency=low * New upstream version. * Do not call recursive makes silently; change $(MAKE) -s to just $(MAKE) in all Makefiles. * Use consistent compiler flags for all C files by exporting CFLAGS from the top-level Makefile, and using that in all relevant Makefiles. * Remove the source files for Red Hat Source Navigator. Depend on sourcenav (>= 5.0) instead. * Build the Ada binding to Berkeley DB 1.85 against libdb3's compatibility interface instead of the copy of Berkeley DB included in Source Navigator. * Link against libgtkada2 (>= 2.2.1) as required upstream. * Streamline GNAT.Regpat.Extra to just the stuff required above and beyond GNAT.Regpat in GNAT 3.15p. * Add GNAT.Heap_Sort (g-heasor.ad[bs]) from the CVS repository for GCC. -- Ludovic Brenta Mon, 1 Dec 2003 13:28:57 +0100 gnat-gps (1.2.2-1) unstable; urgency=low * Initial Release. * Link dynamically against libgnat-3.15p; do not use upstream's modified libgnat. * Link dynamically against libgtkada2-0 (>= 2.2.0); do not use upstream's 2.0.1. -- Ludovic Brenta Sun, 31 Aug 2003 20:19:19 +0200 Local variables: left-margin: 2 End: