The unified diff between revisions [28a09ccd..] and [5c482f05..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "debian/changelog"
# from [a04f8c24dd6994f079c5503f2cbd0c639aaef144]
# to [da616a056d1d7193a9f18814e7efb4c09203a2d3]
#
# patch "debian/install_asis.gpr"
# from [5fab0bfa4d3c2521b3863ff1d3eb992e6ba340e8]
# to [e1ad9de9dbd32e9976edd6b350a40af2ffb3b067]
#
============================================================
--- debian/changelog a04f8c24dd6994f079c5503f2cbd0c639aaef144
+++ debian/changelog da616a056d1d7193a9f18814e7efb4c09203a2d3
@@ -13,7 +13,6 @@ asis (2008-1) unstable; urgency=low
* debian/patches/asis-data_decomposition-debug.patch: remove,
no longer necessary due to install_asis.gpr being a library
project file.
- * debian/tools.gpr (Default_Switches): build with -fstack-check.
* debian/rules: simplify now that install_asis.gpr is a proper
library project file; gnatmake knows about -fPIC, sonames,
where to place .ali files and their required permissions.
@@ -22,7 +21,7 @@ asis (2008-1) unstable; urgency=low
* asis-programs: add gnatsync, new tool to analyze multitasking
programs for race conditions.
- -- Ludovic Brenta <lbrenta@debian.org> Sat, 14 Nov 2009 15:40:21 +0100
+ -- Ludovic Brenta <lbrenta@debian.org> Sat, 14 Nov 2009 15:43:54 +0100
asis (2007-5) unstable; urgency=low
============================================================
--- debian/install_asis.gpr 5fab0bfa4d3c2521b3863ff1d3eb992e6ba340e8
+++ debian/install_asis.gpr e1ad9de9dbd32e9976edd6b350a40af2ffb3b067
@@ -20,7 +20,6 @@ project Install_ASIS is
for Object_Dir use External ("object_dir") & "/obj";
for Externally_Built use External ("Externally_Built", "false");
package Compiler is
- for Default_Switches ("Ada") use ("-g", "-O2", "-gnatafno", "-gnatwa", "-gnatVa",
- "-fstack-check");
+ for Default_Switches ("Ada") use ("-g", "-O2", "-gnatafno", "-gnatwa", "-gnatVa");
end Compiler;
end Install_ASIS;