[SCM] blender/master: debian/rules: cosmetic cleanup

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Wed Jun 5 09:59:47 UTC 2013


The following commit has been merged in the master branch:
commit 697d58b5981253b6023bd62f2485f370d3d318fa
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Thu May 23 14:43:38 2013 +0200

    debian/rules: cosmetic cleanup
    
    All outdated/useless comments were removed.

diff --git a/debian/rules b/debian/rules
index 8f481a1..bea8776 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,18 +39,7 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install --buildsystem=cmake
-	# Get rid of embedded python, blender should fall back to
-	# system python if it doesn't find the embedded one:
-	#rm -r $(INSTDIR)/usr/share/blender/*/python/
-	# Remove apparently-unneded dotfiles:
-	#rm $(INSTDIR)/usr/share/blender/*/.bfont.ttf
-	#rm $(INSTDIR)/usr/share/blender/*/.Blanguages
-	#mv $(INSTDIR)/usr/lib/blender/*/datafiles/locale $(INSTDIR)/usr/share/locale
-	#remove empty directory (e.g scripts/cfg)
 	find $(INSTDIR)/usr/share/blender/ -type d -empty -delete
-	#remove duplicated GPL license file and unneeded Python license since python is shipped externally
-	#rm $(INSTDIR)/usr/share/doc/blender/GPL-license.txt
-	#rm $(INSTDIR)/usr/share/doc/blender/Python-license.txt
 	rm $(INSTDIR)/usr/share/blender/scripts/addons/netrender/js/jquery.js
 
 override_dh_install:

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list