Hi Colin,

Am 18.07.2025 um 01:08 schrieb Colin Watson:

Yeah, I'm not convinced that this is a dbconfig-common bug. https://www.debian.org/doc/manuals/dbconfig-common/ch-develguide.html#s-depends suggests that pnopaste's dependencies aren't quite right, and this patch seems to fix it:

diff --git a/debian/control b/debian/control
index fdc9644..d310b5a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Package: pnopaste
 Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
- dbconfig-common,
+ dbconfig-mysql | dbconfig-no-thanks,
  libcgi-pm-perl,
  libsyntax-highlight-engine-kate-perl,
  libgeo-ip-perl

(This matches the setting of dbc_dbtypes in debian/pnopaste.config.  There might be other possible fixes involving setting some more dbc_* variables, but this seemed like the simplest approach.)

Thanks for your patch. Oh dear I focused on my debhelper scripts.. ;)

Reply via email to