[Pkg-ganeti-devel] [SCM] Ganeti packaging branch, master, updated. debian/2.7.0-1-37-gc5ccb32

Apollon Oikonomopoulos apoikos at gmail.com
Thu Jul 18 11:21:28 UTC 2013


The following commit has been merged in the master branch:
commit 2071ec7dc479d1cf7e41360fcd08f5f33b5d9b72
Author: Apollon Oikonomopoulos <apoikos at gmail.com>
Date:   Thu Jul 18 14:05:20 2013 +0300

    Use dh_install --fail-missing
    
    This should help us find any uninstalled files, since the package is pretty
    complex.

diff --git a/debian/rules b/debian/rules
index bb12ceb..cc540ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,3 +54,6 @@ override_dh_auto_install:
 
 override_dh_installinit:
 	dh_installinit --error-handler=true -i -- defaults 20 80
+
+override_dh_install:
+	dh_install --fail-missing

-- 
Ganeti packaging



More information about the Pkg-ganeti-devel mailing list