Dear Wiki user, You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The following page has been changed by CharlesPlessy: http://wiki.debian.org/DebianMed The comment on the change is: Simplification of the procedure, using uscan ; mention ssh-add. ------------------------------------------------------------------------------ {{{ svn co svn+ssh://[EMAIL PROTECTED]/svn/debian-med/ }}} - . Substitute smoe-guest with your Alioth account. The password you may have to enter multiple times. For read only access do + . Substitute smoe-guest with your Alioth account. The password you may have to enter multiple times if you do not use the {{{ssh-add}}} command. For read only access do {{{ svn co svn://svn.debian.org/debian-med/ }}} - 1. cd to source directory underneath the ''trunk"" directory, edit files and build the package with svn-b (or svn-br), wonder why a native package is built (or an error occurs for repositories with the merged flag being set). Fetch the orig.tar.gz with something analogous to '' + 1. cd to source directory underneath the {{{trunk}}} directory, and download the upstream sources with {{{ + echo "origDir=.." >> .svn/deb-layout && uscan --force-download }}} - . and place it into the directory ../build-area'' (''../tarfiles'' for merged repository, respectively). The directory settings for svn-buildpackage are supposed to be inspected/edited with {{{if [ -z $EDITOR ]; then export EDITOR=vi; fi; $EDITOR .svn/deb-layout}}}, being available only after the first call to svn-buildpackage.'' + . You do not need to change {{{.svn/deb-layout}}} the next time you upgrade the tarball with {{{uscan}}}. (''This will only work if there is a {{{watch}}} file in trunk/debian, and if the upstream tarball is in tar.gz format. Alternatively, try {{{debian/rules get-orig-source}}} from the {{{trunk}}} directory.'') + 1. Edit files and build the package with svn-b (or svn-br) 1. Are you a developer of Alioth and registered for !DebianMed? * No: Register yourself and ask to be added as a developer * Or: Send the result of {{{svn diff}}} to the Debian Med mailing list

