1
0
Quellcode durchsuchen

Re-enable compression support

Appearently, the zlib1g-dev package used to be pulled in by some other
build dependency (gnutls-dev) in the past, but this changed somewhen in
the buster development cycle. So add it to the build dependency to make
sure compression is still supported.
Christoph Biedl vor 6 Jahren
Ursprung
Commit
51ce3eafee
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      debian/control

+ 1 - 0
debian/control

@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 9~),
     libpam0g-dev,
     procps,
     telnet,
+    zlib1g-dev,
 Priority: optional
 Section: net