[Devel] svn dir in examples
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Mon Apr 23 12:48:42 CEST 2007
Hi Henning,
Thanks for the report and fix! it is on SVN now (trunk and 1.2).
Regards,
Bogdan
Henning Westerholt wrote:
> 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 at openser.org
> http://openser.org/cgi-bin/mailman/listinfo/devel
>
More information about the Devel
mailing list