[SCM] morituri/master: * configure.ac: * bin/rip.in (added): * bin/rip (deleted): Generate bin/rip so we can do sys.path stuff.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:15 UTC 2014


The following commit has been merged in the master branch:
commit 3f2b07ef1c720046a0ab6cd4ee42b40d1111964a
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Mon Mar 15 14:21:11 2010 +0000

    	* configure.ac:
    	* bin/rip.in (added):
    	* bin/rip (deleted):
    	  Generate bin/rip so we can do sys.path stuff.

diff --git a/ChangeLog b/ChangeLog
index 029fd37..78981a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* configure.ac:
+	* bin/rip.in (added):
+	* bin/rip (deleted):
+	  Generate bin/rip so we can do sys.path stuff.
+
 2010-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* morituri/rip/offset.py:
diff --git a/bin/rip b/bin/rip.in
similarity index 100%
rename from bin/rip
rename to bin/rip.in
diff --git a/configure.ac b/configure.ac
index 45a9c09..2a9d52b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,6 +44,8 @@ AC_CHECK_PROG(PYCHECKER, pychecker, yes, no)
 AM_CONDITIONAL(HAVE_PYCHECKER, test "x$PYCHECKER" = "xyes")
 
 dnl output stuff
+AC_CONFIG_FILES([bin/rip], [chmod +x bin/rip])
+
 AC_OUTPUT(
 Makefile
 bin/Makefile

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list