[pkg-php-pear] php-psr-log package
François-Régis
frv at miradou.com
Fri Feb 7 16:40:54 UTC 2014
Hi David,
Le 07/02/2014 02:36, "David Prévot" a écrit :
>> Le 06/02/2014 16:32, David Prévot a écrit :
>> Which do you think is the the good one :
>> http://anonscm.debian.org/gitweb/?p=pkg-php/php-psr-log_historical.git
>
> This one is nice, as it contains the upstream repository, but the same
> mistake as initially pointed exists: you tagged upstream/1.0.0 on the last
> (a78d6504) upstream commit, while as documented previously, you should
> have imported the 1.0.0 tarball as fetched via uscan and added it in the
> intial repository via a command like:
>
> gbp import-orig ../$the_1.0.0_tarball_fetched_via_uscan
> --upstream-vcs-tag=1.0.0
>
> and then base the debian package in a master branch starting on
> upstream/1.0.0.
>
> Please, do not push the debian/… tag, there might be remaining issues to
> fix: it’s better pushed after being uploaded (e.g. by the sponsor).
>
> Please, sign your tags too.
Something like this :
http://anonscm.debian.org/gitweb/?p=pkg-php/php-psr-log.git ?
I've done :
gbp clone git at github.com:php-fig/log.git php-psr-log
git branch --track upstream
gbp import-orig ../build-area/php-psr-log_1.0.0.orig.tar.gz\
--upstream-vcs-tag=1.0.0 --pristine-tar --no-interactive --sign-tag
# add debian stuff, commit
gbp-create-remote-repo --remote-name=historical \
--remote-url-pattern=\
"ssh://frv-guest@anonscm.debian.org/git/pkg-php/%(pkg)s.git"
Is this correct ?
--
François-Régis
More information about the pkg-php-pear
mailing list