[Pkg-telepathy-commits] [SCM] Idle packaging branch, debian, updated. debian/0.1.3-1-6-g0763bfa
Jonny Lamb
jonny at debian.org
Mon Sep 14 17:45:39 UTC 2009
The following commit has been merged in the debian branch:
commit 1c63d83df5d213cde9641b3e275c36507e1818f1
Author: Jonny Lamb <jonny at debian.org>
Date: Mon Sep 14 14:45:59 2009 +0100
debian/rules: Pass --disable-silent-rules to get more verbose build logs.
diff --git a/debian/changelog b/debian/changelog
index 430f2ab..689215a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
telepathy-idle (0.1.5-1) UNRELEASED; urgency=low
* New upstream release.
+ * debian/rules: Pass --disable-silent-rules to get more verbose build logs.
- -- Jonny Lamb <jonny at debian.org> Mon, 14 Sep 2009 14:42:20 +0100
+ -- Jonny Lamb <jonny at debian.org> Mon, 14 Sep 2009 14:45:42 +0100
telepathy-idle (0.1.3-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 86bd36a..031b4a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,6 @@ clean::
# Upstream releases are going to move CMs to libexecdir soon...
DEB_CONFIGURE_LIBEXECDIR := "\$${prefix}/lib/telepathy"
# but haven't done so yet, so let's give Debian a head start
-DEB_CONFIGURE_EXTRA_FLAGS := --bindir=$(DEB_CONFIGURE_LIBEXECDIR)
+DEB_CONFIGURE_EXTRA_FLAGS := --bindir=$(DEB_CONFIGURE_LIBEXECDIR) --disable-silent-rules
include $(CURDIR)/debian/update-patches.mk
--
Idle packaging
More information about the Pkg-telepathy-commits
mailing list