The unified diff between revisions [fcc2797f..] and [5918e9c8..] is displayed below. It can also be downloaded as a raw diff.

#
#
# delete "debian/patches/rename_project"
#
# delete "debian/patches/rm_gstabs_flag"
#
# patch "debian/changelog"
#  from [49ff0abf0138b9cb6cd4a0e7858c211b4776b4cc]
#    to [6ca8679bf864e19cfdf97ec45c1e39ea80699214]
#
# patch "debian/patches/rm_fstack_check"
#  from [912e446137721055d57cef6b08ebe7ebfc11c3d4]
#    to [3f4a815189b38ec345f7d4694d664709d40a8abe]
#
# patch "debian/patches/series"
#  from [cd951f708bf4c200940235dd29def05a5a132f46]
#    to [7d50c16f7d79296b304f0b96b52a7954cb40e584]
#
============================================================
--- debian/changelog	49ff0abf0138b9cb6cd4a0e7858c211b4776b4cc
+++ debian/changelog	6ca8679bf864e19cfdf97ec45c1e39ea80699214
@@ -1,3 +1,10 @@
+libgmpada (0.0.20100805-1) unstable; urgency=low
+
+  * New upstream release.
+  * Removed two patches integrated upstream, updated one.
+
+ -- Nicolas Boulenguez <nicolas.boulenguez@free.fr>  Thu, 05 Aug 2010 15:02:55 +0200
+
 libgmpada (0.0.20091124-4) unstable; urgency=low

   * control: (Architectures) any like all ada packages. Closes: #568441.
============================================================
--- debian/patches/rm_fstack_check	912e446137721055d57cef6b08ebe7ebfc11c3d4
+++ debian/patches/rm_fstack_check	3f4a815189b38ec345f7d4694d664709d40a8abe
@@ -1,42 +1,22 @@ Linux, it generates code that will easil
 Eric Botcazou says: "-fstack-check is broken with GCC 4.4 on x86/x86-64
 Linux, it generates code that will easily segfault"
 (http://gcc.gnu.org/PR20548).
-Index: b/build.gpr
+
+Index: b/Makefile_test.gpr
 ===================================================================
---- a/build.gpr	2009-12-31 16:47:56.000000000 +0100
-+++ b/build.gpr	2009-12-31 16:48:03.000000000 +0100
-@@ -16,7 +16,7 @@
-   for Source_Dirs use ("gmp");
-   package Compiler is
-      for Default_Switches ("Ada") use
--       ("-g", "-O2", "-gnatafno", "-gnatVa", "-gnatwa", "-fstack-check");
-+       ("-g", "-O2", "-gnatafno", "-gnatVa", "-gnatwa");
+--- a/Makefile_test.gpr	2010-08-05 14:58:55.000000000 +0200
++++ b/Makefile_test.gpr	2010-08-05 14:59:44.000000000 +0200
+@@ -33,11 +33,11 @@
+         "-gnatyM159",     --  max line length
+         "-gnato",         --  runtime overflow checking
+         "-gnatE",         --  checks for access-before-elaboration
+-        "-fstack-check"); --  stack overflow checking
++       );                 --  stack overflow checking
       for Default_Switches ("C") use
-        ("-g", "-O2");
+        ("-g",                       --  debugging information
+         "-Wall", "-Wextra",         --  activate all optional warnings
+-        "-fstack-check");           --  stack overflow checking
++       );			    --  stack overflow checking
    end Compiler;
-Index: b/demo/Makefile
-===================================================================
---- a/demo/Makefile	2009-12-31 16:48:24.000000000 +0100
-+++ b/demo/Makefile	2009-12-31 16:48:33.000000000 +0100
-@@ -39,7 +39,7 @@
-
- test: gmp_macros.o
- gmp_macros.o: $(GMP_SRC_DIR)/gmp_macros.c
--	cc -c -fstack-check -g -Wall $< -o $@
-+	cc -c -g -Wall $< -o $@
- clean: c_clean
- c_clean:
- 	rm -f gmp_macros.o
-Index: b/demo/devel.gpr
-===================================================================
---- a/demo/devel.gpr	2009-12-31 16:48:11.000000000 +0100
-+++ b/demo/devel.gpr	2009-12-31 16:48:18.000000000 +0100
-@@ -22,7 +22,7 @@
-
-   package Compiler is
-      for Default_Switches ("Ada")
--       use ("-fstack-check", "-g",
-+       use ("-g",
-             "-gnata", "-gnatE",
-             "-gnatf", "-gnato",
-             "-gnatq", "-gnatQ",
+   package Linker is
+      for Default_Switches ("Ada") use ("-lgmp", "-lmpfr");
============================================================
--- debian/patches/series	cd951f708bf4c200940235dd29def05a5a132f46
+++ debian/patches/series	7d50c16f7d79296b304f0b96b52a7954cb40e584
@@ -1,3 +1 @@
-rm_gstabs_flag
 rm_fstack_check
-rename_project