Bug#909048: [PKG-Openstack-devel] Bug#909048: This isn't a bug

2019-09-14 Thread Thomas Goirand
Hi Santiago! On 9/14/19 7:00 PM, Santiago Vila wrote: > I guess the things you do in override_dh_install before that are > required for the tests to work, otherwise I suppose you would have > just moved the tests to dh_auto_test. Indeed~ With many packages in OpenStack, if you want the tests to

Bug#909048: This isn't a bug

2019-09-14 Thread Santiago Vila
Oh, I see it now. Nevermind. The call to "pkgos-dh_auto_test" is already enclosed inside ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) pkgos-dh_auto_test [...] endif That was exactly the patch I was going to propose... I guess the things you do in override_dh_install before that are req

Bug#909048: This isn't a bug

2019-09-14 Thread Santiago Vila
On Sat, Sep 14, 2019 at 06:28:13PM +0200, Thomas Goirand wrote: > I really don't understand why you're thinking this is a bug, or why this > would be a problem. Packages should honor "nocheck" in DEB_BUILD_OPTIONS. This package does not honor "nocheck" in DEB_BUILD_OPTIONS. Do you really find th