Thanks for packaging gsoap for debian. 
I've tested it but /usr/include/gsoap/stl*.h files are not present
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330886)

Patch for debian/rules is attached

It would be great if you'll apply this to your packages


                        Pavel
--- gsoap-2.7.9a.orig/debian/rules      2006-12-14 12:09:30.000000000 +0300
+++ gsoap-2.7.9a/debian/rules   2006-12-14 11:27:25.000000000 +0300
@@ -79,8 +79,8 @@
        mkdir -p $(CURDIR)/debian/gsoap/usr/share/doc/gsoap
 
        # Install .h files required for soapcpp2 - not needed anymore since 
2.7.6c
-       # mkdir -p $(CURDIR)/debian/gsoap/usr/include/gsoap
-       # cp soapcpp2/stl*.h $(CURDIR)/debian/gsoap/usr/include/gsoap
+       mkdir -p $(CURDIR)/debian/gsoap/usr/include/gsoap
+       cp soapcpp2/import/stl*.h $(CURDIR)/debian/gsoap/usr/include/gsoap
 
        # Install upstream changelog and convert it to text (policy 12.7)
        html2text soapcpp2/changelog.html > 
$(CURDIR)/debian/gsoap/usr/share/doc/gsoap/changelog

Reply via email to