- Package:
- git-buildpackage
- Source:
- git-buildpackage
- Submitter:
- Evangelos Ribeiro Tzaras
- Date:
- 2024-08-04 06:54:05 UTC
- Severity:
- normal
- Tags:
Dear Maintainer, when trying to clone libreoffice no upstream metadata was found, because it lives in upstream/metadata (not debian/upstream/metadata). $ gbp clone --add-upstream-vcs vcs-git:libreoffice gbp:info: Cloning from 'https://salsa.debian.org/libreoffice-team/libreoffice/libreoffice.git' gbp:warning: No upstream metadata, can't track upstream repo I've attached a small patch that would make gbp look for the metadata in this other location. Thanks for maintaining git-buildpackage!
control: retitle -1 clone: allow to track upstream metainfo for overlay style packages too Thanks. That's because LO tracks only debian/ so it's kind of standard for debian/ only packaging. Could you make it that this only happens when there's a no `debian/` folder? Also feel free to use `path.Path`. Cheers, -- Guido