[Pkg-wmaker-commits] [wmbattery] 203/241: debian/rules: Fix rename syntax error in get-orig-source target.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:38:00 UTC 2015


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

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

commit 3f5c115a479e99d15e6197b6890e619edf60d71a
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Nov 17 11:19:52 2014 -0600

    debian/rules: Fix rename syntax error in get-orig-source target.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 609b3fa..8cd73b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,11 @@
 #!/usr/bin/make -f
+
 %:
 	dh $@ --with autoreconf
 
 get-orig-source:
 	uscan --verbose --force-download --no-symlink
 	@if test -e ../wmbattery-*.download ; then \
-		rename -fv "s/wmbattery-(.+)\.download/wmbattery_\1\.orig\.tar\.gz/" \
+		rename -f -v "s/wmbattery-(.+)\.download/wmbattery_\1\.orig\.tar\.gz/" \
 			../wmbattery-*.download; \
 	fi

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



More information about the Pkg-wmaker-commits mailing list