The unified diff between revisions [82e48371..] and [e092cefb..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "debian/README.Debian"
#  from [22a8e897f7ac40b75c37ff8456658b50b6497f94]
#    to [936514a5065af74b7e07bf34863627d376803032]
#
# patch "debian/rules"
#  from [28145d85a4b7e7e5238adbd912e25a4b83903a90]
#    to [d7ad426c74b047b57ab57d46092ab85c12abad71]
#
============================================================
--- debian/README.Debian	22a8e897f7ac40b75c37ff8456658b50b6497f94
+++ debian/README.Debian	936514a5065af74b7e07bf34863627d376803032
@@ -7,7 +7,6 @@ Application Personalities
 =========================

   * CORBA
-  * DSA
   * MOMA

 Protocol Personalities
@@ -25,8 +24,3 @@ in Debian. We'll try to replace OpenSSL-
 based on OpenSSL. OpenSSL's license is incompatible with the GPL, therefore it
 is illegal to distribute a binary package of GPL'd software linked with OpenSSL
 in Debian. We'll try to replace OpenSSL-based SSL/TLS with gnutls in the future.
-
-The DSA polyorb personality uses project "extends" keywords when the -P option
-is given to po_gnatdist. According to bug #559447 this leads to errors, the
-extends seems to "hide" the withed project in the user project file. DSA is
-still functional, one only needs to pass source PATHs using the -I option.
============================================================
--- debian/rules	28145d85a4b7e7e5238adbd912e25a4b83903a90
+++ debian/rules	d7ad426c74b047b57ab57d46092ab85c12abad71
@@ -34,7 +34,7 @@ configure-stamp: configure

 	./configure --prefix=`pwd`/debian/tmp \
 		--enable-debug \
-		--with-appli-perso="corba moma dsa" \
+		--with-appli-perso="corba moma" \
 		--with-corba-services="event ir naming notification time"

 	touch $@