[SCM] ViennaCL packaging branch, master,	updated. debian/1.1.2-6-32-g333e537
    Michael Wild 
    themiwi at users.sourceforge.net
       
    Fri Mar 23 09:48:00 UTC 2012
    
    
  
The following commit has been merged in the master branch:
commit ac8d81b37e104f7f01b90f8345330e5c35ff9007
Author: Michael Wild <themiwi at users.sourceforge.net>
Date:   Fri Mar 23 09:29:13 2012 +0100
    Exclude editor backup file from dh_clean
    
    Signed-off-by: Michael Wild <themiwi at users.sourceforge.net>
diff --git a/debian/rules b/debian/rules
index ae16c09..72f6c18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
+export DH_ALWAYS_EXCLUDE
+clean: DH_ALWAYS_EXCLUDE += examples/tutorial/CMakeLists.txt~
 
 DEBDIR := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
 PKGDIR := $(dir $(abspath $(DEBDIR)))
-- 
ViennaCL packaging
    
    
More information about the debian-science-commits
mailing list