Commit in phpslash-dev on MAIN
Makefile +3 -1 1.5 -> 1.6
build-debian.sh +3 -3 1.5 -> 1.6
+6 -4
2 modified files
<pre class="comment">
moved config_setup.php out of public_html for debian package. sysadmins should use this file by hand or simply read the README.Debian file
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev<br /></span>
<div class="fileheader"><big><b>Makefile</b></big> <small id="info">1.5 -> 1.6</small></div>
<pre class="diff"><small id="info">diff -u -r1.5 -r1.6
--- Makefile 24 Nov 2004 18:27:20 -0000 1.5
+++ Makefile 28 Apr 2005 04:35:33 -0000 1.6
@@ -1,7 +1,7 @@
</small></pre><pre class="diff" id="context"> #
# PHPSlash MAKEFILE
#
</pre><pre class="diff" id="removed">-# $Id: Makefile,v 1.5 2004/11/24 18:27:20 lems1 Exp $
</pre><pre class="diff" id="added">+# $Id: Makefile,v 1.6 2005/04/28 04:35:33 lems1 Exp $
</pre><pre class="diff" id="context"> #
# Release early, release often - `make dist` will create for you
# four different archives for the current revision with only one command
</pre><pre class="diff"><small id="info">@@ -59,6 +59,8 @@
</small></pre><pre class="diff" id="context"> @#shar -z ${DISTDIR} > ${BSF}.shar 2>/dev/null
rm ${BSF}.tar
rm -rf ${DISTDIR}
</pre><pre class="diff" id="added">+ @# for the debian package we need config_setup.php in doc
+ cp public_html/config_setup.php ${DISTDIR}/doc/
</pre><pre class="diff" id="context">
clean:
rm -fr ${PACKAGE}*
</pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname">phpslash-dev/scripts<br /></span>
<div class="fileheader"><big><b>build-debian.sh</b></big> <small id="info">1.5 -> 1.6</small></div>
<pre class="diff"><small id="info">diff -u -r1.5 -r1.6
--- build-debian.sh 28 Apr 2005 04:07:12 -0000 1.5
+++ build-debian.sh 28 Apr 2005 04:35:33 -0000 1.6
@@ -1,6 +1,6 @@
</small></pre><pre class="diff" id="context"> #!/bin/sh
</pre><pre class="diff" id="removed">-# $Revision: 1.5 $
-# $Date: 2005/04/28 04:07:12 $
</pre><pre class="diff" id="added">+# $Revision: 1.6 $
+# $Date: 2005/04/28 04:35:33 $
</pre><pre class="diff" id="context"> # Luis Mondesi < le...@ph... >
#
# DESCRIPTION: Simple script to build a debian package from CVS
</pre><pre class="diff"><small id="info">@@ -14,7 +14,7 @@
</small></pre><pre class="diff" id="context">
# files relative to the root dir of psl distribution that are not
# needed for the debian package:
</pre><pre class="diff" id="removed">-SKIPPED_FILES="public_html/config.ini.php"
</pre><pre class="diff" id="added">+SKIPPED_FILES="public_html/config.ini.php public_html/config_setup.php"
</pre><pre class="diff" id="context">
MAKE="`command -v make`"
CAT="`command -v cat`"
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|