From 762a28817b9e2f351cb3f03a089632e3beb832eb Mon Sep 17 00:00:00 2001 From: hertzog Date: Mon, 25 Feb 2008 20:21:33 +0000 Subject: [PATCH] * Update information concerning the Package Tracking System. git-svn-id: svn://anonscm.debian.org/ddp/developers-reference/trunk@4941 313b444b-1b9f-4f58-a734-7bb04f332e8d --- debian/changelog | 1 + resources.dbk | 41 ++++++++++++++++++++++++++++++++--------- 2 files changed, 33 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 79d4911..38d2e34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,6 +37,7 @@ developers-reference (3.3.9) unstable; urgency=low a reference to #debian-dpkg instead. * Remove all stuff concerning non-US. * Update information concerning Alioth. + * Update information concerning the Package Tracking System. -- Andreas Barth Sat, 16 Jun 2007 11:41:41 -0600 diff --git a/resources.dbk b/resources.dbk index 6c9deb7..c259068 100644 --- a/resources.dbk +++ b/resources.dbk @@ -1057,6 +1057,15 @@ In order to prevent spam, all messages sent to these addresses must contain the +contact + + +Mails sent to the maintainer through the *@packages.debian.org email +aliases. + + + + summary @@ -1085,8 +1094,10 @@ how your package gets recompiled for all architectures. cvs -CVS commit notifications, if the package has a CVS repository and the -maintainer has set up forwarding commit notifications to the PTS. +VCS commit notifications, if the package has a VCS repository and the +maintainer has set up forwarding of commit notifications to the PTS. The +"cvs" name is historic, in most cases commit notifications will come +from some other VCS like subversion or git. @@ -1185,7 +1196,13 @@ package -cvs: notification of CVS commits +contact: mails sent to the maintainer through the +*@packages.debian.org aliases + + + + +cvs: notification of VCS commits @@ -1298,24 +1315,30 @@ Here is an example of added headers for a source upload notification on the X-Loop: dpkg@&pts-host; X-PTS-Package: dpkg X-PTS-Keyword: upload-source -X-Unsubscribe: echo 'unsubscribe dpkg' | mail pts@qa.debian.org +List-Unsubscribe: <mailto:pts@qa.debian.org?body=unsubscribe+dpkg> -
-Forwarding CVS commits in the PTS +
+Forwarding VCS commits in the PTS -If you use a publicly accessible CVS repository for maintaining your Debian +If you use a publicly accessible VCS repository for maintaining your Debian package, you may want to forward the commit notification to the PTS so that the subscribers (and possible co-maintainers) can closely follow the package's evolution. -Once you set up the CVS repository to generate commit notifications, you just +Once you set up the VCS repository to generate commit notifications, you just have to make sure it sends a copy of those mails to sourcepackage_cvs@&pts-host;. Only the people who accept the cvs keyword will receive -these notifications. +these notifications. Note that the mail need to be sent from a +debian.org machine, otherwise you'll have to add +the X-PTS-Approved: 1 header. + + +For Subversion repositories, the usage of svnmailer is recommended. +See for an example on how to do it.
-- 2.30.2