From a7acc5f9e6fa9ace7cd48bb37ff92e0975ecb1a6 Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Tue, 13 Sep 2022 19:24:02 +0100 Subject: [PATCH] TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. thrift (0.12.0-1) experimental; urgency=medium * New major upstream release. Gbp-Pq: Name no_composer_install.patch --- lib/php/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/php/test/Makefile.am b/lib/php/test/Makefile.am index 6f4e50a..c2c9511 100755 --- a/lib/php/test/Makefile.am +++ b/lib/php/test/Makefile.am @@ -30,7 +30,7 @@ stubs: ../../../test/ThriftTest.thrift TestValidators.thrift $(THRIFT) --gen php:json -r --out ./packages/phpjs TestValidators.thrift deps: $(top_srcdir)/composer.json - composer install --working-dir=$(top_srcdir) + echo Disabled composer install --working-dir=$(top_srcdir) all-local: deps -- 2.30.2