tags 1012690 + patch
thanks

Hello Víctor.

I believe the attached patch will be enough to fix the build failure
(but you might want to update other things as well).

I would gladly be your sponsor if you still need it.

Thanks.
diff --git a/debian/control b/debian/control
index 0e9a667..9b33160 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: graphics
 Priority: optional
 Maintainer: Víctor Cuadrado Juan <m...@viccuad.me>
 Standards-Version: 4.1.3
-Build-Depends: debhelper (>= 11), libnetpbm10-dev, libtiff5-dev
+Build-Depends: debhelper (>= 11), libnetpbm11-dev, libtiff5-dev
 Homepage: https://sourceforge.net/projects/pagetools/
 Vcs-Git: https://salsa.debian.org/viccuad-guest/pagetools.git
 Vcs-Browser: https://salsa.debian.org/viccuad-guest/pagetools
diff --git a/formats/pbmfact.cpp b/formats/pbmfact.cpp
index c65fef5..2374ba5 100644
--- a/formats/pbmfact.cpp
+++ b/formats/pbmfact.cpp
@@ -19,7 +19,7 @@
 #include <formats/pbmfact.h>
 
 extern "C"{
-#include <pbm.h>
+#include <netpbm/pbm.h>
 }
 
 namespace pagetools{

Reply via email to