Check how to fix bugs :
http://rzr.online.fr/q/ois# just updated ois the #ogre3d library to abstract input #vr peripherals
http://svn.debian.org/wsvn/collab-maint/deb-maint/ois/trunk/?rev=0&sc=1
PACKAGE=foo
SCM="svn+ssh://${USER}-guest@svn.debian.org/svn/collab-maint/deb-maint/"
cd ${PACKAGE}
svn list "${SCM}" | grep "${PACKAGE}"
debuild clean
svn import debian "${SCM}/${PACKAGE}/trunk/debian"
svn mkdir "${SCM}/${PACKAGE}/tags"
svn mkdir "${SCM}/${PACKAGE}/branches"
svn co "${SCM}/${PACKAGE}/trunk/debian"
TAG=0.0.0
svn cp "${SCM}/${PACKAGE}/trunk" "${SCM}/${PACKAGE}/tags/${TAG}"