[Pkg-xfce-commits] r1356 - www/doc
ema at alioth.debian.org
ema at alioth.debian.org
Sun Sep 16 13:56:34 UTC 2007
Author: ema
Date: 2007-09-16 13:56:34 +0000 (Sun, 16 Sep 2007)
New Revision: 1356
Added:
www/doc/Best-Practices
Log:
Added doc/Best-Practices, feel free to proofread / improve it
Added: www/doc/Best-Practices
===================================================================
--- www/doc/Best-Practices (rev 0)
+++ www/doc/Best-Practices 2007-09-16 13:56:34 UTC (rev 1356)
@@ -0,0 +1,53 @@
+Debian Xfce Group, package handling best practices
+==================================================
+
+Changelog format:
+-----------------
+
+1) When you commit a new debian revision to svn, ensure that your upload is not
+ targeted to unstable, but that it's marked as UNRELEASED
+
+2) If more than one person worked on the same debian revision you should mention
+ the author name before the relevant changelog lines
+
+3) 'Closes' statements should be lowercase and put at the end of the line
+
+For example:
+
+xfce4-foobar (0.0.0-1) UNRELEASED; urgency=low
+
+ (Joe Maintainer)
+ * Blah blah blah. closes: #NNNNN
+
+ (Mark Twain)
+ * Foo foo bar bar. closes: #NNNNN
+
+ -- Joe Maintainer <joem at debian.org> Sun, 16 Sep 2007 15:50:00 +0200
+
+
+New packages:
+-------------
+Please announce on the mailing list your intentions.
+Set the group as the ITP owner:
+Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+
+ITP e-mail template:
+
+From: Your Name <emailaddress>
+Date: Sun, 29 Jan 2006 21:21:54 +0100
+To: submit at bugs.debian.org
+Subject: ITP: pkgname -- short description
+X-Debbugs-CC: debian-devel at lists.debian.org
+
+Package: wnpp
+Severity: wishlist
+Owner: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+
+* Package name : pkgname
+ Version : 0.1
+ Upstream Author : Your Name <emailaddress>
+* URL : http://somewhere/
+* License : GPL
+ Description : short description
+
+ Long description.
More information about the Pkg-xfce-commits
mailing list