Hi all,

the following small patch fixes the installation and following inclusion of 
the ".svn" dirs in the examples directory and in the debian package.

$ dpkg -L openser
/usr/share/doc/openser/examples
/usr/share/doc/openser/examples/ctd.sh.gz
/usr/share/doc/openser/examples/web_im/send_im.html
/usr/share/doc/openser/examples/web_im/.svn
/usr/share/doc/openser/examples/web_im/.svn/wcprops
/usr/share/doc/openser/examples/web_im/.svn/wcprops/click_to_dial.html.svn-work
[..]

Cheers,

Henning
Index: packaging/debian-sarge/rules
===================================================================
--- packaging/debian-sarge/rules	(Revision 2036)
+++ packaging/debian-sarge/rules	(Arbeitskopie)
@@ -257,7 +257,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-	dh_installexamples
+	dh_installexamples --exclude=".svn"
 #	dh_installlogrotate
 	dh_installinit -popenser -- defaults 23
 	dh_installcron
Index: packaging/debian/rules
===================================================================
--- packaging/debian/rules	(Revision 2036)
+++ packaging/debian/rules	(Arbeitskopie)
@@ -255,7 +255,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-	dh_installexamples
+	dh_installexamples --exclude=".svn"
 #	dh_installlogrotate
 	dh_installinit -popenser -- defaults 23
 	dh_installcron
_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to