On Sun, 2025-04-06 at 11:20 +0200, Christian Göttsche wrote: > > P.S. You may wish to disable DH_VERBOSE to save a little buildd time when > > doing > > releases. > > Thanks again for taking a look. > > DH_VERBOSE was disabled because I forgot to actually export it. > Also computing the PHP version only once in the latest mentors upload. > > > diff --git a/debian/rules b/debian/rules > index caec198..4fe4f7d 100755 > --- a/debian/rules > +++ b/debian/rules > @@ -1,6 +1,6 @@ > #!/usr/bin/make -f > > -DH_VERBOSE = 1 > +#export DH_VERBOSE = 1 > > DPKG_EXPORT_BUILDFLAGS = 1 > include /usr/share/dpkg/default.mk > @@ -8,7 +8,7 @@ include /usr/share/dpkg/default.mk > export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto > export DEB_CFLAGS_MAINT_APPEND = -Werror > > -PHP_VERSION = $(shell phpquery -q -V) > +PHP_VERSION := $(shell phpquery -q -V) > > %: > dh $@ --sourcedirectory src --with php
Nice one Christian. Hopefully a DD can look at the package soon. Many thanks. -- Regards Phil Donate: https://buymeacoffee.com/kathenasorg -- "I play the game for the game’s own sake" Arthur Conan Doyle - The Adventure of the Bruce-Partington Plans -- Internet Relay Chat (IRC): kathenas Website: https://kathenas.org Instagram: https://instagram.com/kathenasorg Threads: https://www.threads.net/@kathenasorg --
signature.asc
Description: This is a digitally signed message part