> I'm wondering why the changes in debian/rules can't be more consistent with 
> subtree.
>
> - L69
>   A link to the directory contrib/credential/libsecret is created
>   ln -s contrib/credential/libsecret
>   Instead, a link to the built binary is consistent with git-subtree
>   ln -s contrib/credential/libsecret/contrib/git-credential-libsecret
> - L94 can then be
>   rm -f git-subtree git-credential-libsecret
> - L103-105 can then be
>   DESTDIR='$(GIT)' $(MAKE) -C contrib/credential/libsecret install $(OPTS)

Thanks for the feedback. I've applied the first two suggestions. The
third suggestion turns out not to be possible because
contrib/credential/libsecret/Makefile lacks an install target.

Attachment: 0001-debian-package-git-credential-libsecret.patch
Description: Binary data

Reply via email to