[SCM] libdvdcss-pkg/master: don't use legacy tar syntax

onlyjob-guest at users.alioth.debian.org onlyjob-guest at users.alioth.debian.org
Wed Jan 30 04:18:29 UTC 2013


The following commit has been merged in the master branch:
commit 772e54289bbd6cf0a97d0277386cbf650bd82f7e
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Wed Jan 30 14:52:22 2013 +1100

    don't use legacy tar syntax

diff --git a/debian/rules b/debian/rules
index 0ae4aaf..0a50e16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,5 +31,5 @@ get-orig-source: $(PKG)_$(VER).orig.tar.xz
 $(PKG)_$(VER).orig.tar.xz:
 	mkdir $(PKG)_$(VER)
 	cp -r $(PKGG) $(PKG)_$(VER)/
-	tar cJf $(PKG)_$(VER).orig.tar.xz $(PKG)_$(VER)
+	tar -caf $(PKG)_$(VER).orig.tar.xz $(PKG)_$(VER)
 	$(RM) -r $(PKG)_$(VER)

-- 
libdvdcss-pkg packaging



More information about the pkg-multimedia-commits mailing list