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 testing in the meantime,
> I was glad if it could return in due course.

Hi,

The package is almost done but I'm also reviewing if the patches
mentioned in the other reports should be included or go to upstream.

Best,
Jimmy



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 due course.

Christoph


signature.asc
Description: Digital signature


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 be better to upload it with the
patch only.

Best,
Jimmy



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
 
@@ -88,4 +91,4 @@ binary-arch: build install
dh_builddeb -s
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary 
install configure