<short summary of the patch>
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Sun, 17 Sep 2023 13:13:50 +0000 (14:13 +0100)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Sun, 17 Sep 2023 13:13:50 +0000 (14:13 +0100)
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

index 30765c34460b56653ea2454b7a2b38832e4c7840..1620c6044839e038c860b5b0e1142aa97734682c 100644 (file)
@@ -30,7 +30,7 @@ stubs: ../../../test/v0.16/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