This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
deb-website/upload.html

99 lines
2.5 KiB
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>deb.entrouvert.org</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="http://www.entrouvert.com/static/eo/css/eo.css" />
<link rel="stylesheet" type="text/css" href="/css/eo.css" />
</head>
<style>
#warning-fr, #warning { padding-bottom: 1em; }
</style>
<body>
<div class="page-wrapper">
<h1 id="logo"><a href="/fr/"><img src="http://www.entrouvert.com/static/eo/img/logo.png" alt="Entr'ouvert"/></a></h1>
</div>
<div class="page-wrapper">
<ul id="nav">
<li class="subling"><a href="/">Home</a></li>
<li class="selected"><a href="upload.html">Upload</a></li>
<li class="sibling"><a href="entrouvert.gpg">GPG key</a></li>
</ul>
</div>
<div id="wrapper">
<div id="content">
<h2 style="margin-top: -1em;">Uploading to Entr'ouvert Debian packages repositories</h2>
<p>
You must have an account and be a member of <tt>packagers</tt> group to
upload packages.</p>
<p>
<strong>Don't</strong> upload packages that do not comply to Debian policy for
the given distribution.
</p>
<p>
Recommended upload method is through <tt>dput</tt>; here
is a sample <tt>dput.cf</tt> configuration file:
</p>
<pre>
[DEFAULT]
allow_unsigned_uploads = 1
method = scp
scp_compress = 1
fqdn = deb.entrouvert.org
default_host_main = entrouvert-squeeze-experimental
[entrouvert-squeeze]
incoming = /var/vhosts/deb.entrouvert.org/incoming/squeeze/
[entrouvert-sid]
incoming = /var/vhosts/deb.entrouvert.org/incoming/sid/
[entrouvert-squeeze-experimental]
incoming = /var/vhosts/deb.entrouvert.org/incoming/squeeze-experimental/
[entrouvert-sid-experimental]
incoming = /var/vhosts/deb.entrouvert.org/incoming/sid-experimental/
</pre>
<p>
Incoming queue is processed once an hour (every hour:17).
</p>
<h2>Getting more info</h2>
<p>
Questions, requests for new architecture or distribution support should go
to <a href="fpeters@entrouvert.com">fpeters@entrouvert.com</a>
</p>
</div>
</div> <!-- shadowwrapper -->
<div class="page-wrapper">
<div id="le">
<p>
<a href="http://www.entrouvert.com">Entr'ouvert</a>&nbsp;&amp;
<a href="http://www.debian.org">Debian</a>
</p>
</div>
</div>
<div id="footer">
<div id="legal">
Copyright &copy; 2006-2012 Entr'ouvert
</div>
</div>
</body>
</html>