Hi,

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)

Would be great to see this bug fixed. :)

Thanks

Reply via email to