r53896 - in /desktop/unstable/totem/debian: changelog rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Thu Sep 14 01:27:32 UTC 2017
Author: jbicha
Date: Thu Sep 14 01:27:31 2017
New Revision: 53896
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53896
Log:
Build with --no-parallel (Closes: #874027)
Modified:
desktop/unstable/totem/debian/changelog
desktop/unstable/totem/debian/rules
Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=53896&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem/debian/changelog [utf-8] Thu Sep 14 01:27:31 2017
@@ -1,6 +1,7 @@
totem (3.26.0-1) UNRELEASED; urgency=medium
* New upstream release
+ * Build with --no-parallel (Closes: #874027)
-- Jeremy Bicha <jbicha at debian.org> Wed, 13 Sep 2017 21:26:23 -0400
Modified: desktop/unstable/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/rules?rev=53896&op=diff
==============================================================================
--- desktop/unstable/totem/debian/rules [utf-8] (original)
+++ desktop/unstable/totem/debian/rules [utf-8] Thu Sep 14 01:27:31 2017
@@ -12,7 +12,7 @@
include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
%:
- dh $@ --with gnome,gir --buildsystem=meson
+ dh $@ --with gnome,gir --buildsystem=meson --no-parallel
override_dh_auto_configure:
dh_auto_configure -- \
More information about the pkg-gnome-commits
mailing list