[SCM] libmatekbd Debian package branch, master, updated. debian/1.8.0-2-3-g537a446
    Vangelis Mouhtsis 
    gnugr-guest at moszumanska.debian.org
       
    Tue May  6 17:17:28 UTC 2014
    
    
  
Gitweb-URL: http://git.debian.org/?p=pkg-mate/libmatekbd.git;a=commitdiff;h=537a446
The following commit has been merged in the master branch:
commit 537a44696f72ebfb058ba0cebb035e80ba79da64
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Tue May 6 20:17:20 2014 +0300
    debian/rules: Replace on dh_install --list-missing -> --fail-missing
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 49e8b0a..4f17e75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ DHFLAGS=--parallel
 	dh $@ $(DHFLAGS)
 
 override_dh_install:
-	dh_install --list-missing
+	dh_install --fail-missing
 
 override_dh_auto_configure:
 	# upstream tarball is without configure. autogen.sh will create it
-- 
libmatekbd Debian package
    
    
More information about the pkg-mate-commits
mailing list