[SCM] Debian packaging of libemail-address-perl branch, master,	updated. debian/1.893-1
    Ansgar Burchardt 
    ansgar at debian.org
       
    Tue Jan  3 09:57:06 UTC 2012
    
    
  
The following commit has been merged in the master branch:
commit 2e14900540a21a3167cc17c9c6cd90374aa16ddb
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Tue Jan 3 10:47:34 2012 +0100
    Fix sed use to correct interpreter path in examples.
diff --git a/debian/rules b/debian/rules
index 3e6d8ac..19c5c31 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 override_dh_installexamples:
 	dh_installexamples
-	sed -i '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
+	sed -i '1s|^#!/usr/local/bin/perl;|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/bench/*
 
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
-- 
Debian packaging of libemail-address-perl
    
    
More information about the Pkg-perl-cvs-commits
mailing list