• Bug#1100506: RFS: snuffleupagus/0.11.0-1 [ITP] -- Security module for p

    From =?UTF-8?Q?Christian_G=C3=B6ttsche?=@21:1/5 to All on Sat Apr 5 20:10:02 2025
    Control: tags -1 -moreinfo

    Test 3 (build twice): Information only
    ...
    E: Failed autobuilding of package

    Thanks for your review Phil.

    I somehow overlooked the build twice failure in the salsa pipeline.
    Now fixed in the lates mentors upload via https://salsa.debian.org/cgzones/snuffleupagus/-/commit/3b38f2500921b8e3e1ff6fc49de0cd8b835a37f7

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?Christian_G=C3=B6ttsche?=@21:1/5 to All on Sun Apr 6 11:30:02 2025
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)