From noreply at github.com Wed May 20 22:32:36 2026 From: noreply at github.com (Thorben T.) Date: Wed, 20 May 2026 13:32:36 -0700 Subject: [vz-dev] [volkszaehler/vzlogger] 864ea9: split off Build-Depends-Arch in debian/control Message-ID: Branch: refs/heads/master Home: https://github.com/volkszaehler/vzlogger Commit: 864ea936dfc8ba093947b5cebb800ad87d0f5c15 https://github.com/volkszaehler/vzlogger/commit/864ea936dfc8ba093947b5cebb800ad87d0f5c15 Author: Marc Haber Date: 2026-05-20 (Wed, 20 May 2026) Changed paths: R debian/compat M debian/control Log Message: ----------- split off Build-Depends-Arch in debian/control This makes it easier to build the source package only, for example for a binary build inside sbuild. Build-Depends: must always be satisfied, Build-Depends-Arch: only when the architecture dependent binary packages are built. So, one just needs debhelper-compat 12, pkgconf, and cmake to build the source package. All the library dev packages are only needed to build the actual binary package. There is also Build-Depends-Indep: for architecture independent packages, but that doesn't apply to vzlogger To unsubscribe from these emails, change your notification settings at https://github.com/volkszaehler/vzlogger/settings/notifications