[Pkg-wmaker-commits] [wmacpi] 98/105: debian/rules: Update get-orig-source target.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 18 01:13:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmacpi.

commit 45c253893e69ff93a9c5f177335ffb0bfad17f9b
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Nov 24 06:11:54 2014 -0600

    debian/rules: Update get-orig-source target.
---
 debian/rules | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5fe089a..65337f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,8 @@ override_dh_auto_install:
 	make install PREFIX=$(CURDIR)/debian/wmacpi/usr
 
 get-orig-source:
-	uscan --verbose --force-download
-	rename -v "s/wmacpi-(.+)\.download/wmacpi_\1\.orig\.tar\.gz/" \
-		../wmacpi-*.download
+	uscan --verbose --force-download --no-symlink
+	@if test -e ../wmacpi-*.download ; then \
+		rename -f -v "s/wmacpi-(.+)\.download/wmacpi_\1\.orig\.tar\.gz/" \
+			../wmacpi-*.download; \
+	fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmacpi.git



More information about the Pkg-wmaker-commits mailing list