[SCM] libdvd-pkg/master: guest/get-orig-source: use explicit path to system `wget` and `uscan` (Closes: #797113)
onlyjob at users.alioth.debian.org
onlyjob at users.alioth.debian.org
Tue Sep 1 02:12:21 UTC 2015
The following commit has been merged in the master branch:
commit f777c549e8d3fb95feea1534a2fe4ffafd88c5ec
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date: Tue Sep 1 12:09:59 2015 +1000
guest/get-orig-source: use explicit path to system `wget` and `uscan` (Closes: #797113)
Thanks, Austin English.
diff --git a/libdvdcss/debian/rules b/libdvdcss/debian/rules
index 9de0225..81f5acc 100755
--- a/libdvdcss/debian/rules
+++ b/libdvdcss/debian/rules
@@ -21,6 +21,6 @@ PKG = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source))
VER ?= $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if m{^Version:\s+(?:\d+:)?(\d.*)(?:\-\d+.*)};')
.PHONY: get-orig-source
get-orig-source: $(info I: $(PKG)_$(VER))
- wget --tries=3 --timeout=40 --read-timeout=40 --continue -O libdvdcss_$(VER).orig.tar.bz2 \
+ /usr/bin/wget --tries=3 --timeout=40 --read-timeout=40 --continue -O libdvdcss_$(VER).orig.tar.bz2 \
http://download.videolan.org/pub/libdvdcss/$(VER)/libdvdcss-$(VER).tar.bz2 \
- || uscan --noconf --verbose --rename --destdir=$(CURDIR) --check-dirname-level=0 --force-download --download-current-version $(PKD)
+ || /usr/bin/uscan --noconf --verbose --rename --destdir=$(CURDIR) --check-dirname-level=0 --force-download --download-current-version $(PKD)
--
libdvdcss-pkg packaging
More information about the pkg-multimedia-commits
mailing list