diff --git a/helpers/config b/helpers/config index 611c7d1..7baea4f 100755 --- a/helpers/config +++ b/helpers/config @@ -1,5 +1,6 @@ #!/bin/bash # +# Copyright (C) 2024 Luis Guzmán # Copyright (C) 2008-2020 Ruben Rodriguez # Copyright (C) 2014 Santiago Rodriguez # Copyright (C) 2019 David Trudgian @@ -197,6 +198,10 @@ dpkg-source -b -I.falsefileextension99 $PACKAGE-$FULLVERSION rm -rf ${LOCAL_APT} echo "Trisquel source package built!" +if grep -q "dpkg-vendor" $PACKAGE-$FULLVERSION/debian/rules; then + printf "> Note: 'dpkg-vendor' is present on debian/rules " + printf "a distro related behavior might be in place.\n" +fi } sedhelper2(){