summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-09-22 12:44:20 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-09-22 12:47:56 +0200
commit12030d382b938dbf57a7eb87d9d10952bb2f7c13 (patch)
treec1e2154d0c195d57de8396835ff8ef9d50faff18
parent349e441a34625492df683534560f613a36d67a5e (diff)
Fix build problem with --no-paralleldebian/8.1.217+ds.1-1
-rw-r--r--debian/changelog9
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules2
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 <ruben.undheim@gmail.com> Sat, 22 Sep 2018 12:20:50 +0200
+ -- Ruben Undheim <ruben.undheim@gmail.com> 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 <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
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: