[neon/backports-noble/poppler-noble/Neon/unstable] debian: limit docs to arm64 & amd64

Carlos De Maine null at kde.org
Fri Jun 12 05:13:18 BST 2026


Git commit e814f35c1d0f314e452a771461a1faa08c7cb675 by Carlos De Maine.
Committed on 12/06/2026 at 04:13.
Pushed by carlosdem into branch 'Neon/unstable'.

limit docs to arm64 & amd64

M  +1    -1    debian/control
M  +1    -2    debian/rules

https://invent.kde.org/neon/backports-noble/poppler-noble/-/commit/e814f35c1d0f314e452a771461a1faa08c7cb675

diff --git a/debian/control b/debian/control
index 3748cfc..3123969 100644
--- a/debian/control
+++ b/debian/control
@@ -110,7 +110,7 @@ Description: PDF rendering library -- development files (GLib interface)
  build applications using the GLib-based Poppler interface.
 
 Package: libpoppler-glib-doc
-Architecture: all
+Architecture: amd64 arm64
 Section: doc
 Depends: ${misc:Depends}
 Recommends: libglib2.0-doc,
diff --git a/debian/rules b/debian/rules
index 7fb6099..b11d8cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,6 @@ CONFIGURE_ARGS :=				\
 	-DCMAKE_CXX_FLAGS_RELEASE="$(CXXFLAGS)"	\
 	-DENABLE_GPGME=OFF			\
 	-DENABLE_GLIB=ON			\
-	-DENABLE_GTK_DOC=ON			\
 	-DENABLE_QT5=ON				\
 	-DENABLE_CPP=ON				\
 	-DENABLE_UNSTABLE_API_ABI_HEADERS=ON	\
@@ -33,7 +32,7 @@ CONFIGURE_ARGS += -DENABLE_QT6=OFF
 endif
 
 ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
-CONFIGURE_ARGS += -DENABLE_LIBCURL=OFF
+CONFIGURE_ARGS += -DENABLE_GTK_DOC=OFF -DENABLE_LIBCURL=OFF
 else
 CONFIGURE_ARGS += -DENABLE_GTK_DOC=ON
 endif


More information about the Neon-commits mailing list