Your message dated Sun, 2 Nov 2014 18:18:19 +0100
with message-id
<cadk7b0nchidspxblg_94f2x5mmcxrj1tmfhebg6cisn0pfb...@mail.gmail.com>
and subject line Re: Bug#765464: ftp.debian.org: Contact details and wiki page
link to https://ftp-master.debian.org/
has caused the Debian Bug report #765464,
regarding ftp.debian.org: Contact details and wiki page link to
https://ftp-master.debian.org/
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
765464: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765464
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ftp.debian.org
Severity: wishlist
Tags: patch
Hi,
Contact details and wiki links where not available on
https://ftp-master.debian.org/ so I decided to add them.
Patches attached.
They are useful for casual users like me who are not so clear on internals
workings of Debian and ftp master team.
-Mikko
>From 00d226788dd978a6bc4eaf132d124412f529eecd Mon Sep 17 00:00:00 2001
From: Mikko Rapeli <mikko.rap...@iki.fi>
Date: Wed, 15 Oct 2014 14:08:30 +0300
Subject: [PATCH 1/2] Added Contact details to web page
Contact details copied from https://wiki.debian.org/Teams/FTPMaster
Signed-off-by: Mikko Rapeli <mikko.rap...@iki.fi>
---
index.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/index.html b/index.html
index 75d3fbc..f03a4c6 100644
--- a/index.html
+++ b/index.html
@@ -55,6 +55,7 @@
<li><a href="#archivecriteria">Archive Criteria</a></li>
<li><a href="#talks">Talks</a></li>
<li><a href="#patches">Patches</a></li>
+ <li><a href="#contact">Contact</a></li>
</ul>
</div>
@@ -345,6 +346,13 @@
<pre>git clone https://ftp-master.debian.org/git/website.git/</pre>
</div>
+ <div id="contact">
+ <h1>Contact</h1>
+ <p>Email contact: ftpmas...@debian.org</p>
+ <p>Request tracker: <a href="http://bugs.debian.org/ftp.debian.org">http://bugs.debian.org/ftp.debian.org (pseudo package)</a></p>
+ <p>Public IRC channel: #debian-ftp on irc.debian.org (OFTC)</p>
+ </div>
+
</div>
</div>
</div>
--
1.7.10.4
>From 4db4b3c9f3b75c9f7ed3cb8afcd721dc415b484b Mon Sep 17 00:00:00 2001
From: Mikko Rapeli <mikko.rap...@iki.fi>
Date: Wed, 15 Oct 2014 14:15:27 +0300
Subject: [PATCH 2/2] Add link to FTPMaster wiki page
It has useful and maybe more up to date information so it's good to mention
here too.
Signed-off-by: Mikko Rapeli <mikko.rap...@iki.fi>
---
index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/index.html b/index.html
index f03a4c6..5fdb09c 100644
--- a/index.html
+++ b/index.html
@@ -63,6 +63,7 @@
<div id="intro">
<p>This is the Debian project ftp-master server. Various informational
pages are available here.</p>
+ <p>Additional information is also available on <a href="https://wiki.debian.org/Teams/FTPMaster">FTPMaster wiki page</a>.</p>
</div>
<div id="archivekey">
--
1.7.10.4
--- End Message ---
--- Begin Message ---
commit da0cbbc3b3e801eb0fb800274c9704ef8e3ddeae
Author: Mikko Rapeli <mikko.rap...@iki.fi>
Date: Sun Nov 2 14:23:49 2014 +0000
Add link to FTPMaster wiki page
commit 8bd6cc478deb4cdcdec13405c63c03d14104b2d7
Author: Mikko Rapeli <mikko.rap...@iki.fi>
Date: Sun Nov 2 14:22:01 2014 +0000
Added Contact details to web page
--- End Message ---