[Pkg-xfce-commits] r58 - in www: . doc

Emanuele Rocca ema@costa.debian.org
Sun, 24 Apr 2005 12:00:58 +0000


Author: ema
Date: 2005-04-24 12:00:58 +0000 (Sun, 24 Apr 2005)
New Revision: 58

Added:
   www/doc/
   www/doc/Goodies-Packaging-HOWTO
Removed:
   www/Goodies-Packaging-HOWTO
Modified:
   www/index.html
Log:
Howto placed under doc/
Homepage updated


Deleted: www/Goodies-Packaging-HOWTO
===================================================================
--- www/Goodies-Packaging-HOWTO	2005-04-21 19:41:26 UTC (rev 57)
+++ www/Goodies-Packaging-HOWTO	2005-04-24 12:00:58 UTC (rev 58)
@@ -1,36 +0,0 @@
-xfce4 goodies packaging HOWTO
------------------------------
-
-Follow the instructions reported in the 'First steps' chapter [1] of the
-Debian New Maintainers' Guide
-
-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:
-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
-(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
-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:
- svn-buildpackage -rfakeroot -us -uc --svn-ignore-new
-(see svn-buildpackage(1) and [4] for further information)
-
-The --svn-ignore-new option allows you to build the package also if there are
-discrepancies between the working copy and the files stored in the repository
-
---
-[1] http://www.debian.org/doc/manuals/maint-guide/ch-first.en.html
-[2] http://www.debian.org/doc/manuals/maint-guide/index.en.html#contents
-[3] file:///usr/share/doc/svn-buildpackage/HOWTO.html/ch-import.html#s3.2
-[4] file:///usr/share/doc/svn-buildpackage/HOWTO.html/index.html#contents

Added: www/doc/Goodies-Packaging-HOWTO
===================================================================
--- www/doc/Goodies-Packaging-HOWTO	2005-04-21 19:41:26 UTC (rev 57)
+++ www/doc/Goodies-Packaging-HOWTO	2005-04-24 12:00:58 UTC (rev 58)
@@ -0,0 +1,42 @@
+Xfce4 goodies packaging HOWTO
+
+-----------------------------------------------------------------------------
+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.
+-----------------------------------------------------------------------------
+
+Follow the instructions reported in the 'First steps' chapter [1] of the
+Debian New Maintainers' Guide
+
+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:
+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
+(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
+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:
+ svn-buildpackage -rfakeroot -us -uc --svn-ignore-new
+(see svn-buildpackage(1) and [4] for further information)
+
+The --svn-ignore-new option allows you to build the package also if there are
+discrepancies between the working copy and the files stored in the repository
+
+--
+[1] http://www.debian.org/doc/manuals/maint-guide/ch-first.en.html
+[2] http://www.debian.org/doc/manuals/maint-guide/index.en.html#contents
+[3] file:///usr/share/doc/svn-buildpackage/HOWTO.html/ch-import.html#s3.2
+[4] file:///usr/share/doc/svn-buildpackage/HOWTO.html/index.html#contents

Modified: www/index.html
===================================================================
--- www/index.html	2005-04-21 19:41:26 UTC (rev 57)
+++ www/index.html	2005-04-24 12:00:58 UTC (rev 58)
@@ -25,12 +25,15 @@
 
 <h3>General information</h3>
 <p>
+<a href="http://alioth.debian.org/projects/pkg-xfce/">project homepage</a> on 
+<a href="http://alioth.debian.org">alioth</a><br />
 <a href="http://qa.debian.org/developer.php?login=pkg-xfce-devel%40lists.alioth.debian.org&comaint=yes">packages overview</a><br />
 <a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?maint=pkg-xfce-devel%40lists.alioth.debian.org">open bugs</a><br />
 <a href="http://buildd.debian.org/bymaint.php?maint=Debian+Xfce+Maintainers+%3Cpkg-xfce-devel%40lists.alioth.debian.org%3E+">build logs</a><br />
+<a href="http://xfce.org">xfce home page</a>
 </p>
 
-<h3>Mailing list</h3>
+<h3>Contacts</h3>
 <p>
 We coordinate our efforts on a mailing list. The
 <a href="http://lists.alioth.debian.org/pipermail/pkg-xfce-devel/">list
@@ -39,9 +42,15 @@
 <p>
 Your help is appreciated! Please <a href="http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel">subscribe</a> to the mailing list and join us.
 </p>
+<p>
+There is also an IRC channel on <a href="http://freenode.net">freenode</a>
+called <code>#debian-xfce</code>. Everyone is welcome to join the discussion.
+</p>
 
 <h3>Subversion repository</h3>
-<p>Our work is available under subversion.</p>
+<p>
+Our work is available under <a href="http://subversion.tigris.org/">subversion</a>.
+</p>
 
 <p>Anonymous access: <br />
 <code>svn co svn://anonymous@svn.debian.org/svn/pkg-xfce/</code>
@@ -51,6 +60,15 @@
 The subversion repository is browsable <a href="http://svn.debian.org/wsvn/pkg-xfce">here</a>.
 </p>
 
+<p>
+A mailing list called
+<a href="http://lists.alioth.debian.org/pipermail/pkg-xfce-commits/">pkg-xfce-commits</a>
+stores the various subversion commits. <br />
+
+If you want to follow the development, you're encouraged to
+<a href="http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-commits">subscribe</a>.
+</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 />
@@ -63,6 +81,9 @@
 <p>
 Note that every option accepted by dpkg-buildpackage is accepted by <code>svn-buildpackage</code> too. (For instance: -us -uc).
 </p>
+<p>
+For more detailed instructions, see our <a href="doc/">HOWTOs</a>.
+</p>
 
 <h3>Legacy information</h3>