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

Paul Gevers elbrus at debian.org
Fri Oct 18 19:27:43 UTC 2013


On 10/16/13 23:10, peter green wrote:
> Abou Al Montacir wrote:
>> $ rm -rf *
>> $ echo 'This project has moved to Alioth.debian.org
>> http://anonscm.debian.org/gitweb/?a=project_list;pf=pkg-pascal ' >
>> README
>> $ svn commit
>>
>> What do you think?
>>   
> Sounds reasonable.
> 
> Can you also include in the readme a link to details of the git workflow
> you are using. AIUI there are a few variations.

I don't know what Abou does exactly, but when I work with git on Debian
packages I usually do:

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
# 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/20131018/c605f6c3/attachment.sig>


More information about the Pkg-pascal-devel mailing list