From 12030d382b938dbf57a7eb87d9d10952bb2f7c13 Mon Sep 17 00:00:00 2001 From: Ruben Undheim Date: Sat, 22 Sep 2018 12:44:20 +0200 Subject: Fix build problem with --no-parallel --- debian/changelog | 9 ++++++--- debian/control | 1 - debian/rules | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6e16647..9851394 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -magic (8.1.217+ds.1-1) UNRELEASED; urgency=medium +magic (8.1.217+ds.1-1) unstable; urgency=medium * New upstream release * debian/compat: level 11 @@ -6,10 +6,13 @@ magic (8.1.217+ds.1-1) UNRELEASED; urgency=medium - debhelper >= 11 - New standards version 4.2.1 - no changes - Fixed URL to homepage - * debian/copyright + - dh-autoreconf not needed anymore as build-dependency + * debian/copyright: - Fixed URL to source + * debian/rules: + - --no-parallel added - -- Ruben Undheim Sat, 22 Sep 2018 12:20:50 +0200 + -- Ruben Undheim Sat, 22 Sep 2018 12:47:50 +0200 magic (8.1.214+ds.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index c276819..0f50821 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Debian Science Maintainers Uploaders: Ruben Undheim Build-Depends: debhelper (>= 11), - dh-autoreconf, mesa-common-dev, libglu1-mesa-dev, tcl-dev, diff --git a/debian/rules b/debian/rules index 46a6c63..1bcde84 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autoreconf + dh $@ --with autoreconf --no-parallel override_dh_auto_install: -- cgit v1.2.3