gnat-4.6ubuntu4/0000755000000000000000000000000011402761720010531 5ustar gnat-4.6ubuntu4/.mtn-ignore0000644000000000000000000000003511402761720012607 0ustar debian/gnat.* ^debian/files$ gnat-4.6ubuntu4/debian/0000755000000000000000000000000012317251575011763 5ustar gnat-4.6ubuntu4/debian/compat0000644000000000000000000000000211402761720013151 0ustar 7 gnat-4.6ubuntu4/debian/rules0000755000000000000000000000171312317251575013045 0ustar #!/usr/bin/make -f DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) ifneq (,$(filter $(DEB_HOST_ARCH), arm64 ppc64el)) VER = 4.8 else VER = 4.6 endif build build-arch build-indep: binary: binary-arch binary-indep binary-arch: build dh_testdir dh_testroot dh_link -pgnat /usr/bin/gcc-$(VER) /usr/bin/gnatgcc dh_link -pgnat /usr/share/man/man1/gnat.1.gz /usr/share/man/man1/gnatgcc.1.gz dh_installdirs -pgnat-doc \ usr/share/doc usr/share/info dh_link -pgnat-doc \ /usr/share/info/gnat_ugn_unw-$(VER).info.gz /usr/share/info/gnat_ugn_unw.info.gz \ /usr/share/info/gnat_rm-$(VER).info.gz /usr/share/info/gnat_rm.info.gz \ /usr/share/info/gnat_style-$(VER).info.gz /usr/share/info/gnat_style.info.gz dh_gencontrol dh_installdocs dh_installchangelogs dh_fixperms dh_compress dh_md5sums dh_builddeb binary-indep: build clean: dh_testdir dh_testroot dh_clean .PHONY: build build-arch build-indep binary binary-arch binary-indep gnat-4.6ubuntu4/debian/copyright0000644000000000000000000000024711402761720013711 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Files: * Copyright: 2009, Ludovic Brenta License: GPL See /usr/share/common-licenses/GPL. gnat-4.6ubuntu4/debian/source.lintian-overrides0000644000000000000000000000036111631342711016632 0ustar gnat source: changelog-should-mention-nmu # This is not really an NMU; I have been the maintainer for years as part of the Debian GCC maintainers. gnat source: source-nmu-has-incorrect-version-number 4.6 # The package is now Debian native. gnat-4.6ubuntu4/debian/control0000644000000000000000000000424412317251543013365 0ustar Source: gnat Maintainer: Ludovic Brenta Section: devel Priority: optional Build-Depends: debhelper (>= 7) Standards-Version: 3.9.2 Homepage: http://gcc.gnu.org XS-VCS-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.gnat Package: gnat Architecture: amd64 armhf i386 powerpc ppc64el Depends: gnat-4.6 [!arm64 !ppc64el], gnat-4.8 [arm64 ppc64el], ${misc:Depends} Recommends: ada-reference-manual, gnat-gps Description: GNU Ada compiler GNAT is a full-featured Ada 2005 compiler. A quote from http://www.adaic.org says: "Easily reused and maintained, readable and user friendly, Ada code facilitates such massive software projects as the Space Station and the Paris Metro. It has proven to be extraordinarily robust in decades' worth of daily field tests under the most rigorous conditions in which millions of lives have been at stake." Ada is the language for real-world, mission-critical programming. . At the same time, Ada's radical type safety helps novice programmers avoid many common mistakes and deliver their software on time (see http://www.adaic.org/atwork/trains.html). . This is an empty package that depends on the default Ada compiler for Debian, which is part of the GNU Compiler Collection. Package: gnat-doc Architecture: all Depends: gnat-4.6-doc, ${misc:Depends} Description: Documentation for the GNU Ada compiler GNAT is a full-featured Ada 2005 compiler. A quote from http://www.adaic.org says: "Easily reused and maintained, readable and user friendly, Ada code facilitates such massive software projects as the Space Station and the Paris Metro. It has proven to be extraordinarily robust in decades' worth of daily field tests under the most rigorous conditions in which millions of lives have been at stake." Ada is the language for real-world, mission-critical programming. . At the same time, Ada's radical type safety helps novice programmers avoid many common mistakes and deliver their software on time (see http://www.adaic.org/atwork/trains.html). . This is an empty package that depends on the documentation package for the default Ada compiler for Debian, which is part of the GNU Compiler Collection. gnat-4.6ubuntu4/debian/changelog0000644000000000000000000000363512317251565013643 0ustar gnat (4.6ubuntu4) trusty; urgency=medium * Don't build the package on AArch64. -- Matthias Klose Thu, 03 Apr 2014 14:25:09 +0200 gnat (4.6ubuntu3) trusty; urgency=medium * Link to gcc-4.8 on arm64 and ppc64el. -- Matthias Klose Wed, 26 Mar 2014 22:10:44 +0100 gnat (4.6ubuntu2) trusty; urgency=medium * Depend on gnat-4.8 on arm64 and ppc64el. -- Matthias Klose Fri, 27 Dec 2013 17:31:47 +0100 gnat (4.6ubuntu1) precise; urgency=low * Build gnat-doc. -- Matthias Klose Thu, 13 Oct 2011 17:12:32 +0200 gnat (4.6) unstable; urgency=low * Transition to gnat-4.6 for Debian 7 "Wheezy". * debian/control (Breaks): remove. This clause was made unnecessary by the Debian Policy for Ada in Squeeze. (Standards-Version): move to 3.9.2 with no changes required. * debian/rules: symlink gnatgcc.1.gz to gnat.1.gz, not gcc-x.y.1.gz (build-arch, build-indep): add empty, phony targets to appease lintian. * debian/source.lintian-overrides: remove. -- Ludovic Brenta Tue, 6 Sep 2011 09:00:25 +0200 gnat (4.4+1.1) unstable; urgency=low * Non maintainer upload. * Provide the /usr/lib/gcc/$(DEB_HOST_GNU_TYPE)/4.4.4 symlink, still required by gnat-4.4, but not provided anymore by gcc-4.4-base. Add it into the gnat package to avoid another gcc-4.4 upload. Closes: #623382. -- Matthias Klose Tue, 19 Apr 2011 22:52:56 +0200 gnat (4.4+1) unstable; urgency=low * debian/rules (binary): Move all commands to binary-arch. Closes: #555149. -- Ludovic Brenta Sun, 8 Nov 2009 22:36:56 +0100 gnat (4.4) unstable; urgency=low * New empty package that depends on the default Ada compiler (split out from gcc-defaults). -- Ludovic Brenta Sun, 25 Oct 2009 16:30:31 +0100 Local variables: mode: debian-changelog End: