"How do I disable it?" Apparently, one has to get rid of any file matching debian.*. Edit the informational messages to be more verbose as to what is going on. --- build-recipe-dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-recipe-dsc b/build-recipe-dsc index cae99e5..fa592b7 100644 --- a/build-recipe-dsc +++ b/build-recipe-dsc @@ -50,7 +50,7 @@ recipe_prepare_dsc() { if test -n "$DEB_TRANSFORM" ; then CHANGELOGARGS= test -n "$CHANGELOG" -a -f "$BUILD_ROOT/.build-changelog" && CHANGELOGARGS="--changelog $BUILD_ROOT/.build-changelog" - echo "running debian transformer..." + echo "Found files matching debian.*, running debian transformer..." if [ "$RELEASE" ]; then # remove rpm macros (everything after "%") # they are not evaluated by the Debian build process -- 2.4.0 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org