[SCM] Debian packaging of libnet-ssleay-perl branch, master, updated. debian/1.38-1
Ansgar Burchardt
ansgar at debian.org
Sun Sep 18 08:45:43 UTC 2011
The following commit has been merged in the master branch:
commit c6c0ef9aa4538990763e2e2ec09890396f4fad0f
Author: Ansgar Burchardt <ansgar at debian.org>
Date: Sun Sep 18 10:23:05 2011 +0200
Use find -exec instead of find | xargs.
diff --git a/debian/rules b/debian/rules
index af8d99d..563539f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,5 @@ PKG=$(shell dh_listpackages)
override_dh_installexamples:
dh_installexamples
- find $(CURDIR)/debian/$(PKG)/usr/share/doc/$(PKG)/examples -type f -print0 | \
- xargs -r0 sed -i -e 's,/usr/local/bin/perl,/usr/bin/perl,'
+ find $(CURDIR)/debian/$(PKG)/usr/share/doc/$(PKG)/examples -type f -exec \
+ sed -i -e 's,/usr/local/bin/perl,/usr/bin/perl,' '{}' +
--
Debian packaging of libnet-ssleay-perl
More information about the Pkg-perl-cvs-commits
mailing list