The unified diff between revisions [b0ab670a..] and [ecf36631..] is displayed below. It can also be downloaded as a raw diff.
#
#
# add_file ".mtn-ignore"
# content [6c2788211c44c5f1040df4580b8c84870babcc9b]
#
# patch "debian/aunit_build.gpr"
# from [240e9d914b12ad483fa19a66c171a1028c3eaef5]
# to [138509756ce0e118d503bcf02ac8e7fc6c918eea]
#
============================================================
--- .mtn-ignore 6c2788211c44c5f1040df4580b8c84870babcc9b
+++ .mtn-ignore 6c2788211c44c5f1040df4580b8c84870babcc9b
@@ -0,0 +1,20 @@
+^CHANGE_149650$
+^COPYING$
+^Makefile$
+^README$
+^\.pc$
+^aunit$
+^build-stamp$
+^debian/.*\.debhelper$
+^debian/.*\.log$
+^debian/.*\.substvars$
+^debian/files$
+^debian/libaunit-dbg$
+^debian/stamp-patched$
+^docs$
+^examples$
+^install-sh$
+^support$
+^template$
+^test$
+^version_information$
============================================================
--- debian/aunit_build.gpr 240e9d914b12ad483fa19a66c171a1028c3eaef5
+++ debian/aunit_build.gpr 138509756ce0e118d503bcf02ac8e7fc6c918eea
@@ -1,4 +1,4 @@
--- Copyright (c) 2009 Stephen Leake <stephen_leake@stephe-leake.org>
+-- Copyright (c) 2009, 2010 Stephen Leake <stephen_leake@stephe-leake.org>
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
@@ -40,7 +40,8 @@ project AUnit_Build is
"-gnat05",
"-gnatfno",
"-gnatwa",
- "-gnatVa");
+ "-gnatVa",
+ "-fstack-check");
end Compiler;
end AUnit_Build;