summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schauer <josch@debian.org>2016-11-15 08:38:47 +0100
committerJohannes Schauer <josch@debian.org>2016-11-15 08:38:47 +0100
commit8d9f3e6b9e95539c4c31c903b3d1197340d1ff23 (patch)
tree30a93031283ae858aab40d918c571eb0fb508de8
parentdbd96439c34a412c9a1c23979349219df0f58f13 (diff)
use Build-Depends-Arch to reduce the number of needed installed packages to just run the clean target
-rw-r--r--debian/changelog2
-rw-r--r--debian/control3
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 13ee835..a16a882 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ pdf2htmlex (0.14.6+ds-3) UNRELEASED; urgency=medium
* bump debhelper compat level to 10 (closes: #823262)
* drop patch allow-old-libfontforge after upload of libfontforge-dev
1:20161005~dfsg-4 to unstable and bump build dependency accordingly
+ * use Build-Depends-Arch to reduce the number of needed installed packages
+ to just run the clean target
-- Johannes Schauer <josch@debian.org> Tue, 15 Nov 2016 08:24:04 +0100
diff --git a/debian/control b/debian/control
index c16e0ab..80f65f4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,10 @@ Section: text
Priority: optional
Maintainer: Johannes Schauer <josch@debian.org>
Build-Depends:
+ debhelper (>= 10)
+Build-Depends-Arch:
cmake (>= 2.6.0),
pkg-config,
- debhelper (>= 10),
libpoppler-dev (>= 0.20.3),
libpoppler-private-dev,
libpng-dev,