The unified diff between revisions [824e2865..] and [694b148e..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "debian/changelog"
# from [f89000d1d66144d8b690a9a2527ba8d02ba5accd]
# to [88ae52ce38319d7c7fb5346203201b37f358936f]
#
# patch "debian/control"
# from [71f95956c819b0723cde2dcd8f871a62aec4ac42]
# to [b30ff94037748b8e294b8278c8a5017a68126516]
#
============================================================
--- debian/changelog f89000d1d66144d8b690a9a2527ba8d02ba5accd
+++ debian/changelog 88ae52ce38319d7c7fb5346203201b37f358936f
@@ -5,8 +5,10 @@ libgmpada (0.0.20091124-4) unstable; urg
(Standards-Version) Updated to 3.8.4.0, no changes needed.
* rules: SOVERSION and LIBNAME must be exported to upstream Makefile.
* Switch to dpkg-source 3.0 (quilt) format.
+ * (*-dev): depend on gnat, ada-compiler.
+ (*-dbg): suggest gnat, gnat-4.4, ada-compiler.
- -- Nicolas Boulenguez <nicolas.boulenguez@free.fr> Wed, 03 Mar 2010 20:43:06 +0100
+ -- Nicolas Boulenguez <nicolas.boulenguez@free.fr> Wed, 23 Jun 2010 00:38:06 +0200
libgmpada (0.0.20091124-3) unstable; urgency=low
============================================================
--- debian/control 71f95956c819b0723cde2dcd8f871a62aec4ac42
+++ debian/control b30ff94037748b8e294b8278c8a5017a68126516
@@ -11,7 +11,7 @@ Architecture: any
Package: libgmpada1-dev
Architecture: any
# alpha is temporarily disabled due to #http://gcc.gnu.org/PR42073
-Depends: ${misc:Depends}, gnat-4.4, libgmpada1 (= ${binary:Version})
+Depends: ${misc:Depends}, gnat, gnat-4.4, ada-compiler, libgmpada1 (= ${binary:Version})
Description: Ada binding to the GNU MultiPrecision library: development
GMPAda allows programmers to use the GNU MultiPrecision library
within the Ada language: unbounded integers, rationals and
@@ -25,8 +25,6 @@ Architecture: any
Section: libs
Architecture: any
# alpha is temporarily disabled due to #http://gcc.gnu.org/PR42073
-Conflicts:
-Replaces:
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Ada binding to the GNU MultiPrecision library: shared library
GMPAda allows programmers to use the GNU MultiPrecision library
@@ -42,6 +40,7 @@ Recommends: libgmpada1-dev (= ${binary:V
# alpha is temporarily disabled due to #http://gcc.gnu.org/PR42073
Depends: ${misc:Depends}, libgmpada1 (= ${binary:Version})
Recommends: libgmpada1-dev (= ${binary:Version})
+Suggests: gnat, gnat-4.4, ada-compiler
Description: Ada binding to the GNU MultiPrecision library: debug symbols
GMPAda allows programmers to use the GNU MultiPrecision library
within the Ada language: unbounded integers, rationals and