[Pkg-telepathy-commits] [SCM] telepathy-glib packaging branch, debian-experimental, updated. debian/0.18.0-1-4-g3ec66e1

Simon McVittie smcv at debian.org
Sat Apr 7 14:14:46 UTC 2012


The following commit has been merged in the debian-experimental branch:
commit 844dcdbd43f08098a79560346dada39acdfa34f5
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Apr 4 17:32:44 2012 +0100

    Run dh_install with --list-missing to list anything we forgot

diff --git a/debian/changelog b/debian/changelog
index 0e54aa6..9b12e99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+telepathy-glib (0.18.0-2) UNRELEASED; urgency=low
+
+  * Run dh_install with --list-missing to list anything we forgot
+
+ -- Simon McVittie <smcv at debian.org>  Wed, 04 Apr 2012 17:32:27 +0100
+
 telepathy-glib (0.18.0-1) experimental; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 3af30c8..30115ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,9 @@ override_dh_auto_configure:
 
 export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
 
+override_dh_install:
+	dh_install --list-missing
+
 override_dh_shlibdeps:
 	dh_shlibdeps
 	dh_girepository

-- 
telepathy-glib packaging



More information about the Pkg-telepathy-commits mailing list