Bug#821974: comgt: Build arch:all+arch:any but is missing build-{arch,indep} targets

2016-11-16 Thread Andreas "Jimmy" Gredler
On 11/11/2016 03:31 PM, Christoph Biedl wrote: > Andreas "Jimmy" Gredler wrote... > >> Thank you for the patch. I will review the package to see if I can >> change it to dh-* in time or if it would be better to upload it with the >> patch only. > > Any progress on this? comgt has fallen out of

Bug#821974: comgt: Build arch:all+arch:any but is missing build-{arch,indep} targets

2016-11-11 Thread Christoph Biedl
Andreas "Jimmy" Gredler wrote... > Thank you for the patch. I will review the package to see if I can > change it to dh-* in time or if it would be better to upload it with the > patch only. Any progress on this? comgt has fallen out of testing in the meantime, I was glad if it could return in

Bug#821974: comgt: Build arch:all+arch:any but is missing build-{arch,indep} targets

2016-07-29 Thread Andreas "Jimmy" Gredler
On 07/28/2016 04:47 PM, Santiago Vila wrote: > tags 821974 + patch > thanks > > I also recommend switching to dh, but in the meantime, the attached > patch should work. > > Thanks. Hi, Thank you for the patch. I will review the package to see if I can change it to dh-* in time or if it would

Bug#821974: comgt: Build arch:all+arch:any but is missing build-{arch,indep} targets

2016-07-28 Thread Santiago Vila
tags 821974 + patch thanks I also recommend switching to dh, but in the meantime, the attached patch should work. Thanks.--- a/debian/rules +++ b/debian/rules @@ -27,6 +27,9 @@ configure-stamp: touch configure-stamp +build-arch: build + +build-indep: build build: build-stamp @@