[SCM] qttranslations packaging branch, master, updated. 06ea046b4dcf994313c5222ed78e2be41a50122f

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sat May 11 18:28:20 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qttranslations.git;a=commitdiff;h=06ea046

The following commit has been merged in the master branch:
commit 06ea046b4dcf994313c5222ed78e2be41a50122f
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat May 11 15:27:27 2013 -0300

    Fail on missing files at install time.
    
    Not really used as we are currently shipping only one package, but
    we better keep it there.
---
 debian/rules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4f599fd..a4a23d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,5 +9,8 @@
 override_dh_auto_configure:
 	qmake
 
+override_dh_install:
+	dh_install --fail-missing
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz

-- 
qttranslations packaging



More information about the pkg-kde-commits mailing list