slv2 upgrade from 6.4 to 6.6
Adrian Knoth
adi at drcomp.erfurt.thur.de
Tue Jul 14 22:06:45 UTC 2009
On Thu, Jul 09, 2009 at 02:17:37PM +0200, Jaromír Mikeš wrote:
> JM> > I want ask what is right way to upgrade repo?
> A> http://wiki.debian.org/PackagingWithGit
> A> Section "Upgrading to new upstream version"
> A> It's pretty easy with git-import-orig.
>
> Hi,
Hi!
> mira at 64studio:~/BUILD/slv2$ git branch upstream
> mira at 64studio:~/BUILD/slv2$ git-import-orig /home/mira/BUILD/slv2_0.6.6.orig.tar.gz
> Upstream version is 0.6.6
[..]
> dch returned 9
> Dch failed.
> Import of /home/mira/BUILD/slv2_0.6.6.orig.tar.gz failed
>
> I had create branch upstream first.
> Any advice?
I just did:
adi at chopin:/tmp$ git clone git://git.debian.org/pkg-multimedia/slv2.git
adi at chopin:/tmp$ cd slv2/
adi at chopin:/tmp/slv2$ git checkout origin/upstream
HEAD is now at 2a7b653... Imported upstream version 0.6.4
adi at chopin:/tmp/slv2$ git checkout -b upstream
Switched to a new branch 'upstream'
adi at chopin:/tmp/slv2$ git checkout master
Switched to branch 'master'
adi at chopin:/tmp/slv2$ git-import-orig ../slv2-0.6.6.tar.bz2
Upstream version is 0.6.6
Importing '../slv2-0.6.6.tar.bz2' to branch 'upstream'...
Switched to branch 'upstream'
[upstream 492b1cb] Imported Upstream version 0.6.6
44 files changed, 604 insertions(+), 570 deletions(-)
create mode 100644 slv2-0.6.6.tar.bz2.sig
Merging to 'master'
Switched to branch 'master'
Merge made by recursive.
Succesfully merged version 0.6.6 of ../slv2-0.6.6.tar.bz2 into .
If you like, I can push the changes for you. Or you try as shown above.
HTH
--
mail: adi at thur.de http://adi.thur.de PGP/GPG: key via keyserver
More information about the pkg-multimedia-maintainers
mailing list