Hi,
On Sun, Nov 12, 2017 at 02:15:26PM +0800, Daniel Kahn Gillmor wrote:
> Package: git-buildpackage
> Version: 0.9.1
> Severity: wishlist
>
> I use upstream-vcs-tag to include upstream's commits in addition to
> the debian packaging commits in debian packaging git history.
>
> This works great for many parts of my workflow, thanks!
>
> However, it causes "gbp dch" to propose incredibly verbose changelogs
> when i import new versions from upstream -- the proposed changelog
> entry includes all of upstream's commits as well as the debian
> packaging.
>
> But, "gbp dch" should be able to tell that upstream-vcs-tag is
> available (e.g. debian/gbp.conf) and it could exclude upstream's
> changes (maybe replacing them all with "New upstream release") when
> generating a new debian/changelog entry.
>
> Does that make sense as a feature request?
Gbp-Dch can ge told which files/directories to look at for changes like
gbp dch debian/
so while something you describe could be added too I'm not sure it's
really useful.
That said if somebody comes up with a clean patch I'm happy to apply
it. Given all the other bugs we have currently open in gbp it's not
likely I'm going to implement this anytime soon.
Cheers,
-- Guido