A
A
Alexey Sidorov2015-01-31 11:57:56
Debian
Alexey Sidorov, 2015-01-31 11:57:56

What is the correct way to build debian packages from anonscm.debian.org?

There is an instruction at https://wiki.debian.org/PkgKde/GitPackaging but it seems to be outdated: after gbp clone there is no upstream branch in the resulting clone. That is, this command is not processed for obvious reasons.

git fetch alioth upstream:upstream pristine-tar:pristine-tar

For example, I'm trying to build QtCreator 3.3.
anonscm.debian.org/cgit/pkg-kde/qt/qtcreator.git
How do I build debian packages now?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir, 2015-01-31
@rostel

$ git clone git://anonscm.debian.org/pkg-kde/qt/qtcreator.git
$ cd qtcreator
$ git branch -a
$ git tag
etc.
Git Basics - Working with Remote Repositories

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question