<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">i need some help here, because i have no clue about packaging debs... :o(<br><br>i understand that you would like me to do this:
<br><br>* put the debian/ dir into the xubuntu dir in svn, as:<br>ubuntu-doc/xubuntu/debian/</blockquote><div><br>right. that dir you get using<br>$apt-get  source  xubuntu-docs <br></div>which will download and unpack the source package.
<br>inside the unpackaged dir issue <br>$debuild -us -uc <br>and you'll get the binary package (.deb file) similar to what<br>is generated on the build servers and in the archive.<br>you have to have the devsrcipts ipackage installed for debuild
<br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">*change the Makefile so that this gets copied to:<br>ubuntu-doc/build/xubuntu/debian
</blockquote><div><br>no, debian should just remain in svn. The reason for the debian dir to be there is, that if you change the<br>layout of the doc, either of the source or the resulted build you can adjust the debian/rules files
<br>in the same step. That is the makefile that drives the package build.<br></div><br>Actually the debian source package contains not the contents of the build dir, but the svn sources.<br>So debian/ + svn source docs map 1:1 to the debian source package.
<br>And with a svn export libs, common, xubuntu, debian  to a new dir you essentially get the layout<br>of the xubuntu-docs package in which you can try debuild -us -uc to see if you're ok with the resulting<br>layout which is generated in  debian/xubuntu-docs.
<br><br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">--------------<br>the workflow for working on documentation would then be:<br><br>
* edit files in:<br>ubuntu-doc/xubuntu/desktopguide/...<br><br>*run Makefile<br><br>*make the deb<br></blockquote></div><br>yes. no need to install, as seen above<br><br>Then you and other docteam members essentially have control over where the final docs will be put, and I (or someone else) will only have 
<br>to upload so it's less disconnect :)<br><br>thanks<br>Jani<br>