]> git.decadent.org.uk Git - dak.git/blob - web/index.html
web/
[dak.git] / web / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
3     <head>
4         <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8"
5         />
6         <title>ftp-master.debian.org</title>
7         <link type="text/css" rel="stylesheet" href="removals-style.css" />
8         <link rel="shortcut icon" href="http://www.debian.org/favicon.ico" />
9     </head>
10     <body>
11         <div id="logo">
12             <a href="http://www.debian.org/">
13                 <img src="http://www.debian.org/logos/openlogo-nd-50.png"
14                 alt="debian logo" /></a>
15             <a href="http://www.debian.org/">
16                 <img src="http://www.debian.org/Pics/debian.png"
17                 alt="Debian Project" /></a>
18         </div>
19
20         <div id="titleblock">
21             <img src="http://www.debian.org/Pics/red-upperleft.png"
22             id="red-upperleft" alt="corner image"/>
23             <img src="http://www.debian.org/Pics/red-lowerleft.png"
24             id="red-lowerleft" alt="corner image"/>
25             <img src="http://www.debian.org/Pics/red-upperright.png"
26             id="red-upperright" alt="corner image"/>
27             <img src="http://www.debian.org/Pics/red-lowerright.png"
28             id="red-lowerright" alt="corner image"/>
29             <span class="title">
30                 ftp-master.debian.org
31             </span>
32         </div>
33         <div id="outer">
34         <div id="inner">
35         <div id="leftcol">
36                   <ul>
37                         <li><a href="#intro">Introduction</a></li>
38                         <li><a href="#archivekey">Archive Signing Key</a></li>
39                         <li><a href="#ftpteam">FTP Team</a></li>
40                         <li><a href="#dak">dak</a></li>
41                         <li><a href="#new">NEW</a></li>
42                         <li><a href="#pending">Pending removals</a></li>
43                         <li><a href="#removed">Removed packages</a></li>
44                         <li><a href="#testing">Testing</a></li>
45                         <li><a href="#stable">Stable</a></li>
46                         <li><a href="#rejections">Rejections</a></li>
47 <!--                    <li><a href="#dependencies">Unmet Dependencies</a></li>-->
48                         <li><a href="#archivecriteria">Archive Criteria</a></li>
49                   </ul>
50                 </div>
51
52         <div id="maincol">
53         <div id="intro">
54             <p>This is the Debian project ftp-master server.  Various informational
55             pages are available here.</p>
56         </div>
57
58         <div id="archivekey">
59             <h1>Archive signing key</h1>
60
61             <p>The release files are signed by an automatic archive signing key. The
62             2007/etch key can be <a href="archive-key-4.0.asc">downloaded here</a></p>
63
64             <p>The release files are signed by an automatic archive signing key. The
65             new key, to be used after the 4.0 key expires *or* right
66                   after Lenny r1 came out, can be  <a href="archive-key-5.0.asc">downloaded here</a></p>
67                 </div>
68
69                 <div id="ftpteam">
70             <h1>The ftpmaster team</h1>
71
72             <p>The members of ftpmaster currently are divided into two groups, FTP Master and FTP Assistants.</p>
73             <p>Members of FTP Master are:</p>
74             <ul>
75                 <li>Ryan Murray</li>
76                 <li>Joerg Jaspert</li>
77             </ul>
78             <p>The FTP Assistants are:</p>
79             <ul>
80                 <li>Mark Hymers</li>
81                 <li>Kalle Kivimaa</li>
82                                 <li>Frank Lichtenheld</li>
83                                 <li>Mike O'Connor</li>
84             </ul>
85             
86             <p>This information (and more like it) is available from
87             <a href="http://www.debian.org/intro/organization">Debian's Organizational Structure</a>.</p>
88         </div>
89
90         <div id="dak">
91             <h1>'dak'</h1> 
92             <p>dak (Debian Archive Kit) is the collection of scripts that have replaced dinstall and friends.</p>
93  
94             <p>The source is managed in git and is available
95             from: <a href="http://ftp-master.debian.org/git/">http://ftp-master.debian.org/git/</a></p>
96
97                     <p>The old bzr tree is obsolete and no longer available. All
98                   information in it is now in git</p>
99                   
100             <p>The old CVS tree is obsolete but still available for historical purposes.
101             It's at <strong>:pserver:anonymous@cvs.debian.org:/cvs/dak</strong>;
102             the module is 'dak' and the login password is blank.
103             The old CVS repository can be <a href="http://cvs.debian.org/?cvsroot=dak">browsed</a>
104             courtesy of viewcvs.</p>
105
106             <p>You can also install the <a href="http://packages.debian.org/unstable/devel/dak">dak Package</a>
107             if you want to look at it and maybe run your own copy.</p>
108
109             <p>The <strong>really</strong> old dinstall scripts are still available
110             from <strong>:pserver:anonymous@cvs.debian.org:/cvs/ftp-maint</strong>;
111             the modules are 'dinstall' and 'masterfiles'.</p>
112         </div>
113
114                 <div id="new"> 
115             <h1>New Packages</h1>
116             <p>New Packages uploaded to the archive, but not yet accepted,
117             can be <a href="http://ftp-master.debian.org/new.html">seen here</a>.
118             Packages uploaded and accepted, but not yet installed into the pool
119             locations are to be found <a href="http://incoming.debian.org">here</a>,
120             until the daily cron run moves them into the pool.</p>
121         </div>
122
123         <div id="pending">
124             <h1>Pending removals</h1>
125             <p>Packages which are scheduled to be removed from Debian
126                      are <a href="removals.html">shown here</a> and also on the
127                      <a href="http://bugs.debian.org/ftp.debian.org">ftp bugpage</a>.
128                   </p>
129         </div>
130
131                 <div id="removed">
132             <h1>Removed packages</h1>
133                   <p>To find what packages (and why) have been removed you
134                   can view the <a href="removals.txt">log of removals</a>.
135                   This log contains the entries for this year only, to view
136                   older removal log entries follow one of the following links.
137                   </p>
138             <ul>
139                 <li><a href="removals-2001.txt">log of removals for 2001</a></li>
140                 <li><a href="removals-2002.txt">log of removals for 2002</a></li>
141                 <li><a href="removals-2003.txt">log of removals for 2003</a></li>
142                 <li><a href="removals-2004.txt">log of removals for 2004</a></li>
143                 <li><a href="removals-2005.txt">log of removals for 2005</a></li>
144                 <li><a href="removals-2006.txt">log of removals for 2006</a></li>
145                 <li><a href="removals-2007.txt">log of removals for 2007</a></li>
146                 <li><a href="removals-2008.txt">log of removals for 2008</a></li>
147             </ul>
148                 <p>
149                         Additionally we provide a <a href="removals-full.txt">full
150                         log of all removals</a>, in case you need to search in more
151                         than one year. Be careful, this file is huge (more than
152                         5.5MB at the time of writing this).
153                 </p>
154                 <p>
155                    If you want you can also follow removals via
156                    <a href="http://ftp-master.debian.org/~joerg/removals/removals.rss">the RSS
157                         feed</a> provided.
158                 </p>
159         </div>
160
161         <div id="testing">
162             <h1>Testing</h1>
163             <p>Lenny is testing, sid is unstable. For more details please look
164             at the <a href="http://www.debian.org/devel/testing">testing</a> pages.</p>
165         </div>
166
167         <div id="stable">
168             <h1>Stable</h1>
169             <p>Packages uploaded to proposed-updated which have not yet been accepted by
170                the stable release managers can be seen
171                <a href="http://ftp-master.debian.org/proposed-updates.html">here.</a></p>
172         </div>
173
174         <div id="rejections">
175             <h1>Deciphering rejections</h1>
176             <p>If your package has been rejected and you don't understand why,
177             check the <a href="reject.html">explanations</a> of the
178             sometimes cryptic rejection messages.</p>
179             <p>You may also want to look at
180             <a href="http://ftp-master.debian.org/REJECT-FAQ.html">the REJECT-FAQ</a>.</p>
181         </div>
182
183 <!--         <div id="dependencies"> -->
184 <!--             <h1>Unmet/Illegal dependencies</h1> -->
185
186 <!--                <p> -->
187 <!--             <a href="/unmet-deps/">Reports</a> of unmet and/or illegal dependencies -->
188 <!--             for most architectures in testing+unstable used to be generated daily.</p> -->
189 <!--             <p>If your package(s) are listed, you're likely to be violating policy... -->
190 <!--             If you're not sure why, please email -->
191 <!--             <a href="mailto:mjb@debian.org">Mike Beattie</a> for more information.</p> -->
192 <!--         </div> -->
193
194         <div id="archivecriteria">
195             <h1>Archive Criteria</h1>
196
197             <a href="/archive-criteria.html">Criteria</a> for inclusion in the archive
198             of new architectures.
199         </div>
200         </div>
201         </div>
202         </div>
203     <hr />
204     <address><a href="mailto:ftpmaster@ftp-master.debian.org">Debian FTP team</a></address>
205
206     </body>
207 </html>