[SCM] leiningen packaging branch, master, updated. fe09675231bf470d3680900da1c4653e93f9bc45

Wolodja Wentland babilen-guest at alioth.debian.org
Tue Jul 19 12:42:55 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "leiningen packaging".

The branch, master has been updated
       via  fe09675231bf470d3680900da1c4653e93f9bc45 (commit)
      from  8e3a9d31a60fcea56df06a44bd9ea79aad3ae509 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fe09675231bf470d3680900da1c4653e93f9bc45
Author: Wolodja Wentland <babilen at gmail.com>
Date:   Tue Jul 19 13:19:13 2011 +0100

    Do not create sed backup files

-----------------------------------------------------------------------

Summary of changes:
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 71e539e..e29b89c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_jh_installlibs:
 
 %.html:%.md
 	cat $(CURDIR)/debian/header.html > $@
-	sed -ie 's/@TITLE@/$(shell head -n 1 $< | sed 's/^#*\s*//')/g' $@
+	sed -i'' -e 's/@TITLE@/$(shell head -n 1 $< | sed 's/^#*\s*//')/g' $@
 	markdown $< >> $@
 	cat $(CURDIR)/debian/footer.html >> $@
 


hooks/post-receive
-- 
leiningen packaging



More information about the pkg-java-commits mailing list