[Pkg-telepathy-commits] [SCM] MC 5 packaging branch, debian, updated. debian/1%5.10.1-1-4-gd837c01
Laurent Bigonville
bigon at bigon.be
Wed Jan 25 17:25:05 UTC 2012
The following commit has been merged in the debian branch:
commit 1764095b0a073208a45081ac1f8abad4b74dcd0a
Author: Laurent Bigonville <bigon at bigon.be>
Date: Wed Jan 25 18:12:25 2012 +0100
debian/rules: List files that are not installed in packages
diff --git a/debian/changelog b/debian/changelog
index 4b37319..764414a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ telepathy-mission-control-5 (1:5.10.1-2) UNRELEASED; urgency=low
* debian/control: Update Vcs-* fields
* debian/telepathy-mission-control-5.install: Install GSettings schema file
(Closes: #657057)
+ * debian/rules: List files that are not installed in packages
- -- Laurent Bigonville <bigon at debian.org> Wed, 25 Jan 2012 17:56:23 +0100
+ -- Laurent Bigonville <bigon at debian.org> Wed, 25 Jan 2012 18:12:00 +0100
telepathy-mission-control-5 (1:5.10.1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 58ea4a1..9a40971 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,9 @@ override_dh_auto_test:
override_dh_auto_configure:
dh_auto_configure -- ${CONFIGURE_FLAGS}
+override_dh_install:
+ dh_install --list-missing
+
# we symlink some of the doc directories together
override_dh_installdocs:
dh_installdocs -ptelepathy-mission-control-5-dbg \
--
MC 5 packaging
More information about the Pkg-telepathy-commits
mailing list