Re: gbp vs. vcswatch - how to create automatic debian tags?

2021-10-05 Thread Marco d'Itri
On Oct 05, John Paul Adrian Glaubitz wrote: > Could anyone tell me what the proper gbp command is for creating the changelog This works for me. md:~ $ cat ~/bin/git-debtag #!/bin/sh -e VER="$(dpkg-parsechangelog --show-field Version)" if [ -z "$VER" ]; then echo "Could not parse the

Re: gbp vs. vcswatch - how to create automatic debian tags?

2021-10-05 Thread Jonas Smedegaard
Quoting Carsten Schoenert (2021-10-05 12:10:58) > Hello Adrian, > > Am 05.10.21 um 12:06 schrieb John Paul Adrian Glaubitz: > > Hi Timo! > > > > On 10/5/21 12:04, Timo Röhling wrote: > >> * John Paul Adrian Glaubitz > >> [2021-10-05 11:45]: > >>> Could anyone tell me what the proper gbp

Re: gbp vs. vcswatch - how to create automatic debian tags?

2021-10-05 Thread Carsten Schoenert
Hello Adrian, Am 05.10.21 um 12:06 schrieb John Paul Adrian Glaubitz: > Hi Timo! > > On 10/5/21 12:04, Timo Röhling wrote: >> * John Paul Adrian Glaubitz [2021-10-05 >> 11:45]: >>> Could anyone tell me what the proper gbp command is for creating the >>> changelog >>> entries for the new

Re: gbp vs. vcswatch - how to create automatic debian tags?

2021-10-05 Thread Jochen Sprickerhof
* Timo Röhling [2021-10-05 12:04]: * John Paul Adrian Glaubitz [2021-10-05 11:45]: Could anyone tell me what the proper gbp command is for creating the changelog entries for the new release including the proper tag. The gbp manual [1] mentions Debian tags but it doesn't seem to explain how

Re: gbp vs. vcswatch - how to create automatic debian tags?

2021-10-05 Thread John Paul Adrian Glaubitz
Hi Timo! On 10/5/21 12:04, Timo Röhling wrote: > * John Paul Adrian Glaubitz [2021-10-05 11:45]: >> Could anyone tell me what the proper gbp command is for creating the >> changelog >> entries for the new release including the proper tag. The gbp manual [1] >> mentions >> Debian tags but it

Re: gbp vs. vcswatch - how to create automatic debian tags?

2021-10-05 Thread Timo Röhling
* John Paul Adrian Glaubitz [2021-10-05 11:45]: Could anyone tell me what the proper gbp command is for creating the changelog entries for the new release including the proper tag. The gbp manual [1] mentions Debian tags but it doesn't seem to explain how to create them. I usually run "gbp

Re: gbp vs. vcswatch - how to create automatic debian tags?

2021-10-05 Thread John Paul Adrian Glaubitz
On 10/5/21 12:00, Jonas Smedegaard wrote: > I use this spell to finalize a package: > > gpb dch -a > dch -r > gbp buildpackage > gbp tag > gbp push Thanks. > (I guess specifically you were asking for the "gbp tag" step) Yes, it seems that "gbp tag" is what I was missing. I guess I can just

Re: gbp vs. vcswatch - how to create automatic debian tags?

2021-10-05 Thread Jonas Smedegaard
Quoting John Paul Adrian Glaubitz (2021-10-05 11:45:55) > (Please CC me as I'm not subscribed to debian-devel) > > Hi! > > I have noticed some time ago that vcswatch doesn't recognize the releases > of some of my Debian packages such as fs-uae [1]. As a result, it sees 67 > commits since the

gbp vs. vcswatch - how to create automatic debian tags?

2021-10-05 Thread John Paul Adrian Glaubitz
(Please CC me as I'm not subscribed to debian-devel) Hi! I have noticed some time ago that vcswatch doesn't recognize the releases of some of my Debian packages such as fs-uae [1]. As a result, it sees 67 commits since the last release, asking me to perform an upload. However, I have already