Index | Thread | Search

From:
Marc Espie <marc.espie.openbsd@gmail.com>
Subject:
empty debug packages
To:
rsadowski@openbsd.org, ajacoutot@openbsd.org, landry@openbsd.org
Cc:
ports@openbsd.org
Date:
Tue, 23 Jun 2026 10:11:07 +0200

Download raw body.

Thread
Hey, guys

Rafael:
------
Please set
DEBUG_PACKAGES = 

manually in
x11/qt6/qttranslations
x11/qt6/qtlanguageserver
x11/qt5/qttranslations

Antoine:
-------
Please remove -python from 
DEBUG_PACKAGES 
in net/avahi

likewise, 
x11/gnome/music
is just python files and .mo files.

Landry:
------
textproc/catfish inherits
DEBUG_PACKAGES from the xfce4 module

It should probably be
DEBUG_PACKAGES ?= ${BUILD_PACKAGES} in the module
and set to empty in catfish proper

There's no need to generate empty debug packages.