[Pkg-xfce-commits] r59 - in www: . doc
Simon Huggins
huggie-guest@costa.debian.org
Sun, 24 Apr 2005 12:25:34 +0000
Author: huggie-guest
Date: 2005-04-24 12:25:34 +0000 (Sun, 24 Apr 2005)
New Revision: 59
Modified:
www/doc/Goodies-Packaging-HOWTO
www/index.html
Log:
Misc updates
- make a link not just be "here"
- Add a news section near the top for impatient people ;)
- Remove the stuff pointing to the.earth.li/~huggie/xfce4
- A few misc fixes
Modified: www/doc/Goodies-Packaging-HOWTO
===================================================================
--- www/doc/Goodies-Packaging-HOWTO 2005-04-24 12:00:58 UTC (rev 58)
+++ www/doc/Goodies-Packaging-HOWTO 2005-04-24 12:25:34 UTC (rev 59)
@@ -4,31 +4,32 @@
NOTE:
This document provides some general notes and suggestion about packaging xfce
goodies for the Debian GNU/Linux distribution.
-You may easily adapt this 'guidelines' to other scenarios.
+You may easily adapt these 'guidelines' to other scenarios.
-----------------------------------------------------------------------------
Follow the instructions reported in the 'First steps' chapter [1] of the
Debian New Maintainers' Guide
-edit debian/control as follows:
+Edit debian/control as follows:
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
Uploaders: <you and the others>
-consider that the usual Build-Depends for a goodie is something like:
+
+Consider that the usual Build-Depends for a goodie is something like:
debhelper (>= 4.1.0), autotools-dev, cdbs, libtool, automake1.8, xfce4-panel-dev
and for what concerns Depends:
${shlibs:Depends}, xfce4-panel
Use pbuilder(1) to check your Build-Depends correctness
-perform the other steps [2] described in the New Maintainers' Guide
+Perform the other steps [2] described in the New Maintainers' Guide
(you may take a look at the debian/ sub-directory of other goodies)
-when you've finished, and your package is ready to be committed to the svn
+When you've finished, and your package is ready to be committed to the svn
repository perform the following command:
svn-inject -o <package.dsc> svn+ssh://yourlogin@svn.debian.org/svn/pkg-xfce/goodies
(see svn-inject(1) and [3] for further information)
-whenever you perform any modification to your package, the following command allow
-you to build it:
+Whenever you perform any modification to your package, the following command
+allow you to build it:
svn-buildpackage -rfakeroot -us -uc --svn-ignore-new
(see svn-buildpackage(1) and [4] for further information)
Modified: www/index.html
===================================================================
--- www/index.html 2005-04-24 12:00:58 UTC (rev 58)
+++ www/index.html 2005-04-24 12:25:34 UTC (rev 59)
@@ -23,6 +23,11 @@
</i>
</p>
+<h3>News</h3>
+
+<p>There are currently i386 and source packages for xfce 4.2.1 in
+experimental now.</p>
+
<h3>General information</h3>
<p>
<a href="http://alioth.debian.org/projects/pkg-xfce/">project homepage</a> on
@@ -33,6 +38,7 @@
<a href="http://xfce.org">xfce home page</a>
</p>
+
<h3>Contacts</h3>
<p>
We coordinate our efforts on a mailing list. The
@@ -57,7 +63,7 @@
</p>
<p>
-The subversion repository is browsable <a href="http://svn.debian.org/wsvn/pkg-xfce">here</a>.
+All our work is in a <a href="http://svn.debian.org/wsvn/pkg-xfce">browsable subversion repository</a>.
</p>
<p>
@@ -70,8 +76,9 @@
</p>
<h3>Package building</h3>
-<p>We only keep the <code>debian/</code> directory of xfce packages under subversion, handling upstream
-source code modifications through <code>CDBS</code>'s <code>simple-patchsys</code>.<br />
+<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 />
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>
@@ -91,12 +98,5 @@
<a href="http://wiki.earth.li/XfceDebian">a wiki used for Xfce main
packages coordination</a>.</p>
-<p>There are currently i386 and source packages for xfce 4.2.0 at:<br/>
-<a href="http://the.earth.li/~huggie/xfce4/">http://the.earth.li/~huggie/xfce4/</a>.</p>
-
-<p>Or you could just add<br/>
-<code>deb http://the.earth.li/~huggie/xfce4 ./</code>
-<br/>to your <code>sources.list</code> to grab them.</p>
-
</body>
</html>