[Pkg-xfce-commits] r87 - www

Emanuele Rocca ema@costa.debian.org
Wed, 04 May 2005 17:05:16 +0000


Author: ema
Date: 2005-05-04 17:05:16 +0000 (Wed, 04 May 2005)
New Revision: 87

Modified:
   www/index.html
Log:
Added a mention to get-goodies.pl and other minor changes


Modified: www/index.html
===================================================================
--- www/index.html	2005-05-04 16:37:09 UTC (rev 86)
+++ www/index.html	2005-05-04 17:05:16 UTC (rev 87)
@@ -1,10 +1,12 @@
 <html>
+
 <head>
 <title>Debian Xfce Group</title>
 <style>
-h1 { border-bottom: thick solid #6361ab;
-     color: #6361ab;
-	 margin-bottom: 1cm;
+h1 { 
+	border-bottom: thick solid #6361ab;
+	color: #6361ab;
+	margin-bottom: 1cm;
 }
 
 h2 { color: #6361ab; }
@@ -14,6 +16,7 @@
 h4 { color: #6361ab; }
 </style>
 </head>
+
 <body>
 <h1>Debian Xfce Group</h1>
 <img src="http://www.nl.debian.org/logos/openlogo-nd-100.png" alt="Debian GNU/Linux" />
@@ -76,19 +79,29 @@
 </p>
 
 <h3>Package building</h3>
-<p>We only keep the <code>debian/</code> directory of xfce packages under
+<p>
+We only keep the <code>debian/</code> directory of xfce packages under
 subversion and handle upstream source code modifications through
-<code>CDBS</code>'s <code>simple-patchsys</code>.<br />
+<code>CDBS</code>'s <code>simple-patchsys</code>.
+</p>
 
-In order to actually build the packages it is necessary to create a <code>../tarballs</code> directory with
-the .orig.gz tarballs and run the following command:</p>
 <p>
-<code>$ svn-buildpackage --svn-ignore-new -rfakeroot</code>
+It is necessary to create a <code>../tarballs</code> directory with the .orig.gz
+tarballs, which are all downloadable at once as follows:<br />
+<code>cd scripts</code><br />
+<code>./get-goodies.pl</code>
 </p>
+
 <p>
-Note that every option accepted by dpkg-buildpackage is accepted by <code>svn-buildpackage</code> too. (For instance: -us -uc).
+To start the real process:<br />
+<code>$ svn-buildpackage --svn-ignore-new -rfakeroot -us -uc</code>
 </p>
 <p>
+Note that every option accepted by <code>dpkg-buildpackage</code> is accepted by 
+<code>svn-buildpackage</code> too. 
+(In the former example: <code>-rfakeroot -us -uc</code>).
+</p>
+<p>
 For more detailed instructions, see our <a href="doc/">HOWTOs</a>.
 </p>