[SCM] mate-desktop Debian package branch, master, updated. debian/1.8.0+dfsg1-3-8-g440e938
Mike Gabriel
sunweaver at moszumanska.debian.org
Thu Apr 17 09:00:22 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-desktop.git;a=commitdiff;h=5570099
The following commit has been merged in the master branch:
commit 557009943ffd39951e7bd613218946c5285e5bb4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Apr 13 00:09:24 2014 +0200
debian/rules: Enable parallel builds.
---
debian/changelog | 11 ++++++++++-
debian/rules | 6 ++++--
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5bf27d8..dad80ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,16 @@
mate-desktop (1.8.0+dfsg1-4) UNRELEASED; urgency=low
+ [ Stefano Karapetsas ]
* debian/control:
- + Removeg unused gnome-doc-utils from Build-Depends.
+ + Remove unused gnome-doc-utils from Build-Depends.
+
+ [ Mike Gabriel ]
+ * debian/patches:
+ + Add 1001_fix-pkgconfig.patch. Fix dependency specifications for
+ mate-desktop-2.0-pc. (Closes: #744086).
+ * debian/control:
+ + Drop D (libmate-desktop-dev): libstartup-notification0-dev.
+ + Add D (libmate-desktop-dev): libgdk-pixbuf2.0-dev, libgtk2.0-dev.
-- Stefano Karapetsas <stefano at karapetsas.com> Mon, 17 Mar 2014 17:49:20 +0100
diff --git a/debian/rules b/debian/rules
index 65cca4c..c7b6147 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,10 @@ UVER = $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if
DTYPE = +dfsg1
VER ?= $(subst $(DTYPE),,$(UVER))
+DHFLAGS=--parallel
+
%:
- dh $@
+ dh $@ $(DHFLAGS)
override_dh_install:
rm -f debian/tmp/usr/lib/*/*.la
@@ -17,7 +19,7 @@ override_dh_install:
override_dh_auto_configure:
# upstream tarball is without configure. autogen.sh will create it
NOCONFIGURE=1 ./autogen.sh
- dh_auto_configure -- \
+ dh_auto_configure $(DHFLAGS) -- \
--disable-silent-rules \
--disable-static \
--disable-schemas-compile \
--
mate-desktop Debian package
More information about the pkg-mate-commits
mailing list