On 12/18/2015 08:20 AM, Edward Bartolo wrote:
> Hi All,
>
> Please stop replying to this thread. Now, dpkg-buildpackage succeeds
> to build two .deb packages but git is still damaged.
>
> Edward
Hi Edward,
Your repository works fine with git-buildpackage:
$ git clone
https://git.devuan.org/edbarx/netman.git
$ rm -rf netman/.git
-
This is beacause git-import-orig doesn't support git meta-datas (but it
supports debian meta-datas).
$ mkdir pztrn (aka Stanislav N.)
$ cd pztrn
$ git-import-orig --pristine-tar ../netman
What will be the source package name? [] netman
What is the upstream version? [] 0.1.1
gbp:info: Importing '../netman_0.1.1.orig.tar.bz2' to branch 'master'...
gbp:info: Source package is netman
gbp:info: Upstream version is 0.1.1
pristine-tar: committed netman_0.1.1.orig.tar.bz2.delta to branch
pristine-tar
gbp:info: Successfully imported version 0.1.1 of
../netman_0.1.1.orig.tar.bz2
$ git-buildpackage -tc --git-export-dir="../build-area"
--git-pristine-tar --git-tag --git-ignore-branch
And it works.
I'm using your latest commit:
(Closes: #nnnn) <nnnn is the bug number of your ITP>
Cheers,
Aitor.