[Pkg-pascal-devel] Migrating FPC & Lazarus VCS to Alioth

Paul Gevers elbrus at debian.org
Sun Oct 20 19:09:57 UTC 2013


Hmm, of course I forgot to write down the most trivial steps...

On 10/18/13 21:27, Paul Gevers wrote:
> git import-orig ../new_tar.gz
> dch -i # but only commit this at the total end
> # do all stuff needed to get the new version up and running, like:
> quilt push -a # and do "quilt refresh" on unclean patches
> # change stuff in debian/
> # commit changes together in logical portions

# If changes in upstream:
dpkg-source --commit
# Changes in debian (such as the created patches in the previous line
git add <changed files>
git commit -m"Some nice message explaining"

> # pdebuild <package>
> # when I am satified write and commit the changelog or
> git checkout -- debian/changelog
> git-dch -a # not 100% sure as I mostly write the changelog by hand
> # tag the version debian/X.Y.Z-A
> git push origin pristine-tar master upstream
> git push origin --tags # If I don't have private tags

Paul


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 551 bytes
Desc: OpenPGP digital signature
URL: <https://lists.alioth.debian.org/mailman/private/pkg-pascal-devel/attachments/20131020/e506b22a/attachment.sig>


More information about the Pkg-pascal-devel mailing list