[SCM] blender/master: debian/rules: BZIP2 variable corrected

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Mon Jan 2 13:17:37 UTC 2012


The following commit has been merged in the master branch:
commit 6f6f11d932a0ed3c002085762efaf5560d66f3e3
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Mon Jan 2 14:16:59 2012 +0100

    debian/rules: BZIP2 variable corrected

diff --git a/debian/rules b/debian/rules
index 72f7052..8ea03e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ get-orig-source:
 	mkdir get-orig-source
 	svn export -r $(SVN_REVISION) $(UPSTREAM_SVN_REPOSITORY) \
 	get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig
-	BZ2='--best --no-name' tar cjf $(TARBALL) -C get-orig-source $(PACKAGE)-$(SRC_VERSION).orig
+	BZIP2='--best --no-name' tar cjf $(TARBALL) -C get-orig-source $(PACKAGE)-$(SRC_VERSION).orig
 	rm -rf get-orig-source
 	@echo "  "$(TARBALL)" created; move it to the right destination to build the package"
 

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list