[Pkg-telepathy-commits] [SCM] folks packaging branch branch, debian-experimental, updated. debian/0.6.0-1-7-g8cb90e7

Laurent Bigonville bigon at bigon.be
Thu Sep 1 08:32:43 UTC 2011


The following commit has been merged in the debian-experimental branch:
commit f3f6e957f9ea8b84a59d1a40c129673fdf1c6cfc
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Wed Aug 31 11:35:04 2011 +0200

    debian/rules: List missing files during build
    
    * debian/rules:
      - List missing files during build

diff --git a/debian/changelog b/debian/changelog
index 6ac2e8c..852a367 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 folks (0.6.1-1) UNRELEASED; urgency=low
 
   * New upstream stable release.
+  * debian/rules:
+    - List missing files during build
 
- -- Laurent Bigonville <bigon at debian.org>  Wed, 31 Aug 2011 11:33:57 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Wed, 31 Aug 2011 11:34:41 +0200
 
 folks (0.6.0-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index f0f1d80..1bdb90a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,4 +20,7 @@ override_dh_makeshlibs:
 	dh_makeshlibs -plibfolks25 -X/backends/
 	dh_makeshlibs -plibfolks-telepathy25 -X/backends/
 
+override_dh_install:
+	dh_install --list-missing
+
 override_dh_auto_test:

-- 
folks packaging branch



More information about the Pkg-telepathy-commits mailing list