Codebase list telepathy-idle / 1c63d83
debian/rules: Pass --disable-silent-rules to get more verbose build logs. Jonny Lamb 14 years ago
2 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 telepathy-idle (0.1.5-1) UNRELEASED; urgency=low
11
22 * New upstream release.
3 * debian/rules: Pass --disable-silent-rules to get more verbose build logs.
34
4 -- Jonny Lamb <jonny@debian.org> Mon, 14 Sep 2009 14:42:20 +0100
5 -- Jonny Lamb <jonny@debian.org> Mon, 14 Sep 2009 14:45:42 +0100
56
67 telepathy-idle (0.1.3-1) unstable; urgency=low
78
2020 # Upstream releases are going to move CMs to libexecdir soon...
2121 DEB_CONFIGURE_LIBEXECDIR := "\$${prefix}/lib/telepathy"
2222 # but haven't done so yet, so let's give Debian a head start
23 DEB_CONFIGURE_EXTRA_FLAGS := --bindir=$(DEB_CONFIGURE_LIBEXECDIR)
23 DEB_CONFIGURE_EXTRA_FLAGS := --bindir=$(DEB_CONFIGURE_LIBEXECDIR) --disable-silent-rules
2424
2525 include $(CURDIR)/debian/update-patches.mk