SCM for cyrus-sasl2 moved from subversion to git

Ondřej Surý ondrej at sury.org
Thu May 26 10:54:23 UTC 2011


Hi,

I have imported last version of Cyrus SASL debian package to git, you
can find it here:

http://anonscm.debian.org/gitweb/?p=pkg-cyrus-sasl2/cyrus-sasl2.git;a=summary

The old subversion will be kept for historic purposes.

The layout is similar to what we have for PHP:
http://wiki.debian.org/PHP/GitUsage

ie.

debian-<codename> and upstream-<codename>

Where codename is one of:
lenny
squeeze
sid
experimental

The repository uses pristine-tar (there's just one pristine-tar branch).

The debian/changelog should be created as a last part of the release using

git dch -R -a (or some other options).

My workflow usually is that locally I commit intermediate changelogs,
but before pushing the repository to git.debian.org, I rebase all the
debian/changelog commits into one using fixup command (git rebase -i
HEAD~<n>).

If you need any help with the repository don't hesitate to ask.

O.
-- 
Ondřej Surý <ondrej at sury.org>



More information about the Pkg-cyrus-sasl2-debian-devel mailing list