[Pkg-kde-commits] rev 1629 - www/docs/domi
Luk Claes
luk at costa.debian.org
Thu Sep 1 13:30:07 UTC 2005
Author: luk
Date: 2005-09-01 13:30:06 +0000 (Thu, 01 Sep 2005)
New Revision: 1629
Modified:
www/docs/domi/debian-kde-debug.html
www/docs/domi/debugging-kde-crash.html
www/docs/domi/packaging-kde-modules.html
Log:
Use html entities
Modified: www/docs/domi/debian-kde-debug.html
===================================================================
--- www/docs/domi/debian-kde-debug.html 2005-09-01 13:21:26 UTC (rev 1628)
+++ www/docs/domi/debian-kde-debug.html 2005-09-01 13:30:06 UTC (rev 1629)
@@ -18,7 +18,7 @@
<pre>deb http://www.kde-debian.org/~domi/debian-kde-debug/ unstable main</pre>
- After that, execute the command "apt-get update && apt-get
+ After that, execute the command "apt-get update && apt-get
upgrade" as root from a terminal.</p>
<h2>Uninstalling</h2>
Modified: www/docs/domi/debugging-kde-crash.html
===================================================================
--- www/docs/domi/debugging-kde-crash.html 2005-09-01 13:21:26 UTC (rev 1628)
+++ www/docs/domi/debugging-kde-crash.html 2005-09-01 13:30:06 UTC (rev 1629)
@@ -58,7 +58,7 @@
we need the argument.</p>
<p>Next start the application in valgrind: <pre>valgrind kopete
- --nofork > /tmp/valgrind-crash-output.txt 2>&1 </pre> Only use the
+ --nofork > /tmp/valgrind-crash-output.txt 2>&1 </pre> Only use the
--nofork argument if you need it ( see the above paragraph ), and
replace "kopete" by the application that is crashing for
you. Then, you need to trigger the crash in the application.
Modified: www/docs/domi/packaging-kde-modules.html
===================================================================
--- www/docs/domi/packaging-kde-modules.html 2005-09-01 13:21:26 UTC (rev 1628)
+++ www/docs/domi/packaging-kde-modules.html 2005-09-01 13:30:06 UTC (rev 1629)
@@ -71,11 +71,11 @@
<pre>
# export the modules
echo "Checking out $releasedir..."
-cvs -d$CVSROOT export -r${release_tag} $MODULE > /dev/null
+cvs -d$CVSROOT export -r${release_tag} $MODULE > /dev/null
mv "$MODULE" "$releasedir"
echo "Checking out $branchdir..."
-cvs -d$CVSROOT export -r${branch_tag} $MODULE > /dev/null
+cvs -d$CVSROOT export -r${branch_tag} $MODULE > /dev/null
mv "$MODULE" "$branchdir"
</pre>
@@ -111,8 +111,8 @@
# the branch diff
temp=`tempfile`
-diff -Nrua "$releasedir" "$branchdir" > $temp
-cat $temp | uuencode 001-$MODULE-branch.diff > "$branchdir/debian/patches/001-$MODULE-branch.diff.uu"
+diff -Nrua "$releasedir" "$branchdir" > $temp
+cat $temp | uuencode 001-$MODULE-branch.diff > "$branchdir/debian/patches/001-$MODULE-branch.diff.uu"
cd "$branchdir"
# first unapply the branch patch, it will be reapplied by debian/rules
# configure
@@ -155,7 +155,7 @@
# is not built by the rules script ( by make -f admin/Makefile.common
# ), and it is subsequently attempted to be run with a lot of args,
# but it simply ignores them
-echo "echo 'this is a fake configure \!'" > configure
+echo "echo 'this is a fake configure \!'" > configure
chmod a+x configure
make -f debian/rules configure
rm -f configure-stamp
More information about the pkg-kde-commits
mailing list