Skip to content
Snippets Groups Projects
Commit 1dc85ad5 authored by gregor herrmann's avatar gregor herrmann
Browse files

Use (file-)rename instead of (p)rename.

Closes: #825633
parent 1a8f5975
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Build-Depends-Indep: perl,
rename
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsgmls-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsgmls-perl.git
......
......@@ -8,4 +8,4 @@ TMP = $(CURDIR)/debian/$(PACKAGE)
override_dh_install:
dh_install
rename 's/\.pl//' $(TMP)/usr/bin/*.pl
file-rename 's/\.pl//' $(TMP)/usr/bin/*.pl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment