Re: gbp pq conversion

2017-07-02 Thread Brian May
The one mistake I seem to often make with gbp pq is import the new sources and then discover I forgot to one "gbp pq import". The "gbp pq import" needs to happen first (if not already done), before importing new sources. Otherwise "gbp pq rebase" and "gbp pq export" can end up deleting all patches.

gbp pq conversion

2017-06-25 Thread Brian May
I have a script in git.debian.org that will hopefully help. I am still testing it on packages, one at a time. I am not yet 100% confident in its correct operation - although it appeared to work for Django tables. /srv/home/users/bam/convert django-tables I imagine this will need some refinement.