commit 8db73a3396e6621d404b57dd21e19afaf8bae4b0 Author: Jérôme Schneider Date: Fri Dec 20 12:08:07 2013 +0100 Initial import diff --git a/css/eo.css b/css/eo.css new file mode 100644 index 0000000..56859e0 --- /dev/null +++ b/css/eo.css @@ -0,0 +1,77 @@ +div#content { width: 900px; } +div#content h2 { + margin: 1em 0; + font-size: 25px; + background-image: url(http://www.entrouvert.com/static/eo/css/id28.png); + padding-left: 40px; + padding-top: 5px; + line-height: 40px; +} + + +table { + margin-bottom: 2em; + border-spacing: 1px; +} + +table th { + text-align: left; +} + +table tr td { + padding: 0 0.5ex; + /* border-bottom: 1px solid gray; */ + font-size:90%; +} + +table tr td:first-child { + padding-left: 1em; +} + +table thead th { + text-align: center; +} + +/* Obsolete versions */ + +div.dist-sarge, +div.dist-sarge-experimental, +div.dist-etch, +div.dist-etch-experimental { + font-size: 80%; + background: #eee; +} + +code { + font-size: 115%; + color: black; +} + +div#content > div > table { + width: 100%; + table-layout: fixed; +} +div#content > div > table > thead > tr:first { + width: auto; +} +div#content > div > table > thead > tr:first > td { + width: auto; +} +tbody > tr > td:first-child { + text-indent: 1ex; + text-align: left; +} + +tbody th { + white-space: nowrap; +} +tbody td { + word-wrap: break-word; + text-align: center; + +} + +tbody tr.package:nth-child(2n) { + background: #EEE; +} + diff --git a/css/leaf-style.css b/css/leaf-style.css new file mode 100644 index 0000000..14823e1 --- /dev/null +++ b/css/leaf-style.css @@ -0,0 +1,234 @@ +/* adapted from Localize template published on oswd */ + +body { + margin: 0; + padding: 0; + font-family: sans-serif; + color: #666; + text-align: center; + background-color: #ddd; +} + +p { + margin: 0.2em 0 1.2em 0; + padding: 0.3em; +} + +h1 { + padding: 0; + margin: 0; + font-size: 180%; + font-weight: normal; + font-style: italic; + color: #8CD749; +} + +h2, h3 { + background: #d0d0d0; + color: #3B4471; + font-size: 100%; + font-weight: normal; + margin: 0.2em; + padding: 0; + font-style: italic; +} + +h3 { + background: #dddddd; +} + +a:link, a:visited { + color: #8CD749; + text-decoration: underline; +} + +a:hover { + color: #3B4471; + text-decoration: none; +} + +a:active { + color: #8CD749; + text-decoration: underline; +} + + +div#page { + background: white; + margin: 0 auto; + width: 70%; +} + +div#header { + padding: 2em; + text-align: right; + background: white url(my-leaf.jpeg) no-repeat left center; +} + +#header span { + display: block; + color: #3B4471; + font-size: 80%; +} + + +div#navbar ul { + font-size: 80%; + list-style-type: none; + float: left; + display: block; + width: 100%; + line-height: 1.5em; + clear: both; + margin: 0; + padding: 0; + background-color: #999999; +} + +div#navbar ul li { + display: inline; +} + +div#navbar a { + display: block; + float: left; + width: 24.5%; + padding: 1.2em 0 1em 0; + margin: 0; + text-decoration: none; +} + +div#navbar a:link, div#navbar a:visited, div#navbar a:active { + background: #999; + color: white; + border-bottom: 3px solid transparent; +} + +div#navbar a:hover, div#navbar a.here { + background: #8CD749; +} + +div#navbar a.here { + border-bottom: 3px solid #489302; +} + +div#quicklinks { + float: right; + clear: both; + width: 13em; + margin-top: 1em; + padding: 0; + font-size: 90%; + text-align: center; +} + +div#download, +div#documentation, +div#contact { + margin: 0.5em; + padding: 0.3em; + border: 1px solid #999999; +} + +#quicklinks h2, #quicklinks h3 { + text-align: left; + padding-left: 1.5em; +} + +#quicklinks ul { + margin: 0; + padding: 0; + list-style: none; +} + +#content { + clear: left; + text-align: left; + margin: 1.2em 13.5em 0 0; + padding: 1em 1ex 1em 1.5ex; +} + +#content.large { + margin-right: 1.2em; +} + +#content h2, #content h3 { + text-indent: 2em; +} + +#copyright { + color: #999; + font-size: 80%; + margin: 2.5em 0.2em 0.5em 0.5em; + padding: 0.8em; + border-top: 1px solid #999; + text-align: left; + clear: both; +} + +table { + margin-bottom: 2em; + border-spacing: 1px; +} + +table th { + text-align: left; +} + +table tr td { + padding: 0 0.5ex; + /* border-bottom: 1px solid gray; */ + font-size:90%; +} + +table tr td:first-child { + padding-left: 1em; +} + +table thead th { + text-align: center; +} + +/* Obsolete versions */ + +div.dist-sarge, +div.dist-sarge-experimental, +div.dist-etch, +div.dist-etch-experimental { + font-size: 80%; + background: #eee; +} + +code { + font-size: 115%; + color: black; +} + +div#content > div > table { + width: 100%; + table-layout: fixed; +} +div#content > div > table > thead > tr:first { + width: auto; +} +div#content > div > table > thead > tr:first > td { + width: auto; +} +tbody > tr > td:first-child { + text-indent: 1ex; + text-align: left; +} + +tbody th { + white-space: nowrap; +} +tbody td { + word-wrap: break-word; + text-align: center; + +} + +tbody tr.package:nth-child(2n) { + background: #EEE; +} + diff --git a/css/my-leaf.jpeg b/css/my-leaf.jpeg new file mode 100644 index 0000000..4b3fa08 Binary files /dev/null and b/css/my-leaf.jpeg differ diff --git a/entrouvert.gpg b/entrouvert.gpg new file mode 100644 index 0000000..cf40249 Binary files /dev/null and b/entrouvert.gpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..7d9605e --- /dev/null +++ b/index.html @@ -0,0 +1,1689 @@ + + +deb.entrouvert.org + + + + + + +
+

Entr'ouvert

+
+ +
+ +
+ + +
+
+ +
+

Our repositories are now signed using GPG, you can check origin of + packages by downloading + our GPG key. + Its fingerprint is 27FF12846574F8A0EFFF7A84DF69CC342CCFEC25. + You can then add it to your package archive keys using this command:

+

wget -O - http://deb.entrouvert.org/entrouvert.gpg | sudo apt-key add -

+
+ + + +
+

Test repository for AMUE

+
+deb http://deb.entrouvert.org/ wheezy-amue-test main
+deb-src http://deb.entrouvert.org/ wheezy-amue-test main
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
i386 amd64 all
amue-authentic2
amue-authentic2    0.13
amue-haproxy    0.13
authentic2
python-authentic2    2.0.2.452.gc02b89e-1+eob5~eo70+68
django-admin-tools
python-django-admin-tools    0.5.1-1~eo70+1
django-registration
python-django-registration    1.5-1~eo70+1
lasso
liblasso32.3.6.269.ge509-1+eob5~eo70+22.3.6.270.g08054-1+eob5~eo70+2 
python-lasso2.3.6.269.ge509-1+eob5~eo70+22.3.6.270.g08054-1+eob5~eo70+2 
python-django
python-django    1.5.4-1~eo70+1
python-django-south
python-django-south    0.8.1-1~bpo70+1
python-urllib3
python-urllib3    1.6-2~bpo70+1
requests
python-requests    1.2.3-1~bpo70+1
+
+
+

Entr'ouvert repository for Orleans (dev)

+
+deb http://deb.entrouvert.org/ wheezy-orleans-unstable main
+deb-src http://deb.entrouvert.org/ wheezy-orleans-unstable main
+
+ + + + + + + + + + + + +
i386 amd64 all
compte-orleans
compte-orleans    0.1.1.g21b6ec1-1+eob5~eo70+3
django-jsonresponse
python-django-jsonresponse    0.9.0~eo70
+
+
+

Entr'ouvert wheezy-experimental Repository

+
+deb http://deb.entrouvert.org/ wheezy-expeirmental main
+deb-src http://deb.entrouvert.org/ wheezy-expeirmental main
+
+ + + + + + + + +
i386 amd64 all
python-django
python-django    1.5.1-2~bpo70+2
+
+
+

Entr'ouvert eobuilder squeeze Repository

+
+deb http://deb.entrouvert.org/ squeeze-eobuilder main
+deb-src http://deb.entrouvert.org/ squeeze-eobuilder main
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
i386 amd64 all
alembic
python-alembic    0.6.0-1~eo60+1
authentic2
authentic2    2.1.1.5.gb0d7271-1+eob6~eo60+1
python-authentic2    2.1.1.5.gb0d7271-1+eob6~eo60+1
beaker
python-beaker    1.6.3-1.1~eo60+1
python3-beaker    1.6.3-1.1~eo60+1
compte-agglo-montpellier
compte-agglo-montpellier    0.1.269.g0290e75-1+eob6~eo60+1
compte-meyzieu
compte-meyzieu    0.1.154.g1782094-1+eob5~eo60+35
django-admin-tools
python-django-admin-tools    0.5.1-1
django-cms
python-django-cms    2.4.1.23.g5cf7875-1+eob5~eo60+8
django-jsonresponse
python-django-jsonresponse    0.9.0-1~eo60+3
django-model-utils
python-django-model-utils    1.3.1-3
django-simple-captcha
python-django-simple-captcha    0.4.0-3~eo60+1
eopayment
python-eopayment    0.0.22.1.gef65a60-1+eob6~eo60+1
lasso
liblasso-java2.3.6.281.g309a-1+eob6~eo60+12.3.6.281.g309a-1+eob6~eo60+1 
liblasso-perl2.3.6.281.g309a-1+eob6~eo60+12.3.6.281.g309a-1+eob6~eo60+1 
liblasso32.3.6.281.g309a-1+eob6~eo60+12.3.6.281.g309a-1+eob6~eo60+1 
liblasso3-dev2.3.6.281.g309a-1+eob6~eo60+12.3.6.281.g309a-1+eob6~eo60+1 
php5-lasso2.3.6.281.g309a-1+eob6~eo60+12.3.6.281.g309a-1+eob6~eo60+1 
python-lasso2.3.6.281.g309a-1+eob6~eo60+12.3.6.281.g309a-1+eob6~eo60+1 
mandaye
python-mandaye    0.4.11.gc71e55c-1+eob5~eo60+9
mandaye-cam
mandaye-cam    0.1.17.g9113065-1+eob5~eo60+14
montpellier-themes-wcs
montpellier-themes-wcs    0.1-25-g5a9bdfa-1+eob6~eo60+1
passerelle
passerelle    0.2.105.ge9f45e8-1+eob5~eo60+48
portail-citoyen
python-portail-citoyen    0.1.182.ge3ddfbc-1+eob6~eo60+1
poster
python-poster    0.8.1-1~eo60+4
python-crypto
python-crypto  2.6-1~eo60+1 
python-django
python-django    1.5.5-1~eo60+1
python-django-doc    1.5.5-1~eo60+1
python-django-south
python-django-south    0.8.4-1~eo60+1
python-entrouvert
python-entrouvert    2.6.gecc2c1c-1+eob5~eo60+3
python-oauthlib
python-oauthlib    0.5.1-1~eo60+1
python-portail-citoyen-announces
python-portail-citoyen-announces    0.1.29.gf9ea2f1-1+eob5~eo60+11
python-raven
python-raven    3.5.1-1~eo60+1
python-requests-oauthlib
python-requests-oauthlib    0.3.3-1~eo60+1
python-urllib3
python-urllib3    1.7.1-1~eo60+2
python-wcsinst
python-wcsinst    0.1.23.gf1c2880-1+eob5~eo60+28
wcsinstd    0.1.23.gf1c2880-1+eob5~eo60+28
quixote
python-quixote2.7~b2-12.7~b2-1 
python-quixote-doc    2.7~b2-1
requests
python-requests    1.2.3-1~eo60+1
six
python-six    1.4.1-1~eo60+1
sqlalchemy
python-sqlalchemy    0.7.8-1~bpo60+1
python-sqlalchemy-ext  0.7.8-1~bpo60+1 
python3-sqlalchemy    0.7.8-1~bpo60+1
stacked
python-stacked    0.1.2-1~eo60+1
static
python-static    0.4-1~eo60+1
wcs
wcs    1.9.198.g8611b3c-1+eob6~eo60+9
wcs-au-quotidien
wcs-au-quotidien    1.9.42.g8dea5d4-1+eob6~eo60+1
xtraceback
python-xtraceback    0.4.0-rc1-1~eo60+1
+
+
+

Entr'ouvert production packages for Au quotidien solution under Wheezy

+
+deb http://deb.entrouvert.org/ wheezy-auquotidien-stable main
+deb-src http://deb.entrouvert.org/ wheezy-auquotidien-stable main
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
i386 amd64 all
authentic2
authentic2    2.0.2.299.gfda9426-1~eo70+2
python-authentic2    2.0.2.299.gfda9426-1~eo70+2
cmsplugin-embedded-menu
python-cmsplugin-embedded-menu    0.0.7-1~eo70+1
cmsplugin-text-wrapper
python-cmsplugin-text-wrapper    0.5-1~eo70+1
compte-meyzieu
compte-meyzieu    0.1.151.g3ad673b-1~eo70+2
django-admin-tools
python-django-admin-tools    0.5.1-1~eo70+1
django-cms
python-django-cms    2.4.1.22.g24ab8f5-1~eo70+2
django-jsonresponse
python-django-jsonresponse    0.9.0~eo70
django-model-utils
python-django-model-utils    1.3.1-3~eo70+1
django-registration
python-django-registration    1.5-1~eo70+1
django-sekizai
python-django-sekizai    0.7-1~eo70+1
lasso
liblasso32.3.6.269.ge509-1+eob5~eo70+22.3.6.270.g08054-1+eob5~eo70+2 
python-lasso2.3.6.269.ge509-1+eob5~eo70+22.3.6.270.g08054-1+eob5~eo70+2 
passerelle
passerelle    0.2.93.gccfe131-1+eob5~eo70+44
portail-citoyen
python-portail-citoyen    0.1.84.g83a7f0d-1~eo70+3
python-django
python-django    1.5.5-1~eo70+1
python-django-doc    1.5.5-1~eo70+1
python-django-south
python-django-south    0.8.1-1~bpo70+1
python-entrouvert
python-entrouvert    1.3.13.g1de39b2-1~eo70+2
python-portail-citoyen-announces
python-portail-citoyen-announces    0.1.26.g16b4b27-1~eo70+3
python-urllib3
python-urllib3    1.6-2~bpo70+1
python3-urllib3    1.6-2~bpo70+1
requests
python-requests    1.2.3-1~bpo70+1
python3-requests    1.2.3-1~bpo70+1
wcs
wcs    1.9.112.g89dd594-1~eo70+1
wcs-au-quotidien
wcs-au-quotidien    1.9.13.g40bccde-1~eo70+1
+
+
+

Entr'ouvert repository for CAM (production)

+
+deb http://deb.entrouvert.org/ squeeze-montpellier-stable main
+deb-src http://deb.entrouvert.org/ squeeze-montpellier-stable main
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
i386 amd64 all
alembic
python-alembic    0.6.0-1~eo60+1
authentic2
authentic2    2.0.2.329.g3288d94-1+eob5~eo60+34
python-authentic2    2.0.2.329.g3288d94-1+eob5~eo60+34
beaker
python-beaker    1.6.3-1.1~eo60+1
python3-beaker    1.6.3-1.1~eo60+1
cmsplugin-embedded-menu
python-cmsplugin-embedded-menu    0.0.7-1
cmsplugin-text-wrapper
python-cmsplugin-text-wrapper    0.5-1
compte-agglo-montpellier
compte-agglo-montpellier    0.1.245.gf02e3cb-1+eob5~eo60+40
django-admin-tools
python-django-admin-tools    0.5.1-1
django-classy-tags
python-django-classy-tags    0.4-1
django-cms
python-django-cms    2.4.1.23.g5cf7875-1+eob5~eo60+8
django-jsonresponse
python-django-jsonresponse    0.9.0~eo60+1
django-model-utils
python-django-model-utils    1.3.1-3
django-registration
python-django-registration    1.5-1~eo60+1
django-sekizai
python-django-sekizai    0.7-1
django-simple-captcha
python-django-simple-captcha    0.4.0-3~eo60+1
feedparser
python-feedparser    5.1.3-1
gunicorn
gunicorn    0.14.5-1~bpo60+1
mandaye
python-mandaye    0.4.11.gc71e55c-1+eob5~eo60+9
mandaye-cam
mandaye-cam    0.1.17.g9113065-1+eob5~eo60+14
montpellier-themes-wcs
montpellier-themes-wcs    0.1-17-g0f1fa76-1+eob5~eo60+2
passerelle
passerelle    0.2.96.g552558c-1+eob5~eo60+44
phpserialize
python-phpserialize    1.3-1
portail-citoyen
python-portail-citoyen    0.1.142.g8e97421-1+eob5~eo60+14
poster
python-poster    0.8.1-1~eo60+4
python-crypto
python-crypto  2.6-1~eo60+1 
python-django
python-django    1.5.5-1~eo60+1
python-django-doc    1.5.5-1~eo60+1
python-django-mptt
python-django-mptt    0.5.2-1
python-django-south
python-django-south    0.8.1-1
python-entrouvert
python-entrouvert    1.3.15.g64e4fc7-1+eob2~eo60+3
python-portail-citoyen-announces
python-portail-citoyen-announces    0.1.27.ga56c561-1+eob2~eo60+11
python-wcsinst
python-wcsinst    0.1.16.g50d024d-1+eob5~eo60+28
wcsinstd    0.1.16.g50d024d-1+eob5~eo60+28
requests
python-requests    1.2.3-1~eo60+1
six
python-six    1.4.1-1~eo60+1
sqlalchemy
python-sqlalchemy    0.7.8-1~bpo60+1
python-sqlalchemy-ext  0.7.8-1~bpo60+1 
python3-sqlalchemy    0.7.8-1~bpo60+1
stacked
python-stacked    0.1.2-1~eo60+1
static
python-static    0.4-1~eo60+1
wcs
wcs    1.9.190.g3183af6-1+eob5~eo60+2
wcs-au-quotidien
wcs-au-quotidien    1.9.38.gb4ef445-1+eob5~eo60+2
xtraceback
python-xtraceback    0.4.0-rc1-1~eo60+1
+
+
+

Entr'ouvert eobuilder wheezy Repository

+
+deb http://deb.entrouvert.org/ wheezy-eobuilder main
+deb-src http://deb.entrouvert.org/ wheezy-eobuilder main
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
i386 amd64 all
authentic2
authentic2    2.1.1.5.gb0d7271-1+eob6~eo70+2
python-authentic2    2.1.1.5.gb0d7271-1+eob6~eo70+2
cmsplugin-embedded-menu
python-cmsplugin-embedded-menu    0.0.7-1~eo70+1
cmsplugin-text-wrapper
python-cmsplugin-text-wrapper    0.5-1~eo70+1
compte-agglo-montpellier
compte-agglo-montpellier    0.1.269.g0290e75-1+eob6~eo70+2
compte-meyzieu
compte-meyzieu    0.1.154.g1782094-1+eob5~eo70+35
compte-orleans
compte-orleans    0.1.54.g3b1e072-1+eob6~eo70+1
django-admin-tools
python-django-admin-tools    0.5.1-1~eo70+1
django-cms
python-django-cms    2.4.1.22.g24ab8f5-1~eo70+2
django-jsonresponse
python-django-jsonresponse    0.9.0-1~eo70+1
django-model-utils
python-django-model-utils    1.3.1-3~eo70+1
django-registration
python-django-registration    1.5-1~eo70+1
django-sekizai
python-django-sekizai    0.7-1~eo70+1
django-simple-captcha
python-django-simple-captcha    0.4.0-3~eo70+2
eofirewall
eofirewall    0.1-10-gd0cfb0e-1+eob5~eo70+3
eopayment
python-eopayment    0.0.22.1.gef65a60-1+eob6~eo70+2
gunicorn
gunicorn    17.5-2~eo70+1
lasso
liblasso-perl2.3.6.281.g309a-1+eob6~eo70+12.3.6.281.g309a-1+eob6~eo70+1 
liblasso32.3.6.281.g309a-1+eob6~eo70+12.3.6.281.g309a-1+eob6~eo70+1 
liblasso3-dev2.3.6.281.g309a-1+eob6~eo70+12.3.6.281.g309a-1+eob6~eo70+1 
php5-lasso2.3.6.281.g309a-1+eob6~eo70+12.3.6.281.g309a-1+eob6~eo70+1 
python-lasso2.3.6.281.g309a-1+eob6~eo70+12.3.6.281.g309a-1+eob6~eo70+1 
mandaye
python-mandaye    0.4.11.gc71e55c-1+eob5~eo70+6
mandaye-cam
mandaye-cam    0.1.17.g9113065-1+eob5~eo70+14
montpellier-themes-wcs
montpellier-themes-wcs    0.1-25-g5a9bdfa-1+eob6~eo70+1
passerelle
passerelle    0.2.105.ge9f45e8-1+eob5~eo70+48
portail-citoyen
python-portail-citoyen    0.1.182.ge3ddfbc-1+eob6~eo70+2
python-django
python-django    1.5.5-1~eo70+1
python-django-doc    1.5.5-1~eo70+1
python-django-south
python-django-south    0.8.4-1~eo70+1
python-entrouvert
python-entrouvert    2.6.gecc2c1c-1+eob5~eo70+3
python-oauthlib
python-oauthlib    0.5.1-1~eo70+1
python-portail-citoyen-announces
python-portail-citoyen-announces    0.1.29.gf9ea2f1-1+eob5~eo70+11
python-raven
python-raven    3.5.1-1~eo70+1
python-requests-oauthlib
python-requests-oauthlib    0.3.3-1~eo70+1
python-wcsinst
python-wcsinst    0.1.23.gf1c2880-1+eob5~eo70+28
wcsinstd    0.1.23.gf1c2880-1+eob5~eo70+28
six
python-six    1.4.1-1~e70+1
static
python-static    0.4-1~eo70+1
synchro-orleans
synchro-orleans    0.2.3.g751da64-1+eob6~eo70+20
wcs
wcs    1.9.198.g8611b3c-1+eob6~eo70+9
wcs-au-quotidien
wcs-au-quotidien    1.9.42.g8dea5d4-1+eob6~eo70+1
xtraceback
python-xtraceback    0.4.0-rc1-1~eo70+1
+
+
+

Entr'ouvert packages for Au quotidien under squeeze

+
+deb http://deb.entrouvert.org/ squeeze-auquotidien main
+deb-src http://deb.entrouvert.org/ squeeze-auquotidien main
+
+ + + + + + + + + + + + + + + + +
i386 amd64 all
python-raven
python-raven    3.5.1-1~eo60+1
wcs
wcs    1.9.172.g9f61202-1+eob5~eo60+3
wcs-au-quotidien
wcs-au-quotidien    1.9.38.gb4ef445-1+eob5~eo60+2
+
+
+

Entr'ouvert repository for CAM (test)

+
+deb http://deb.entrouvert.org/ squeeze-montpellier-testing main
+deb-src http://deb.entrouvert.org/ squeeze-montpellier-testing main
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
i386 amd64 all
alembic
python-alembic    0.6.0-1~eo60+1
authentic2
authentic2    2.1.1.3.g7a5781e-1+eob6~eo60+1
python-authentic2    2.1.1.3.g7a5781e-1+eob6~eo60+1
beaker
python-beaker    1.6.3-1.1~eo60+1
python3-beaker    1.6.3-1.1~eo60+1
cmsplugin-embedded-menu
python-cmsplugin-embedded-menu    0.0.7-1
cmsplugin-text-wrapper
python-cmsplugin-text-wrapper    0.5-1
compte-agglo-montpellier
compte-agglo-montpellier    0.1.269.g0290e75-1+eob6~eo60+1
django-admin-tools
python-django-admin-tools    0.5.1-1
django-classy-tags
python-django-classy-tags    0.4-1
django-cms
python-django-cms    2.4.1.23.g5cf7875-1+eob5~eo60+8
django-jsonresponse
python-django-jsonresponse    0.9.0~eo60+1
django-model-utils
python-django-model-utils    1.3.1-3
django-registration
python-django-registration    1.5-1~eo60+1
django-sekizai
python-django-sekizai    0.7-1
django-simple-captcha
python-django-simple-captcha    0.4.0-3~eo60+1
feedparser
python-feedparser    5.1.3-1
gunicorn
gunicorn    0.14.5-1~bpo60+1
lasso
liblasso32.3.6.281.g309a-1+eob6~eo60+12.3.6.281.g309a-1+eob6~eo60+1 
python-lasso2.3.6.281.g309a-1+eob6~eo60+12.3.6.281.g309a-1+eob6~eo60+1 
mandaye
python-mandaye    0.4.11.gc71e55c-1+eob5~eo60+9
mandaye-cam
mandaye-cam    0.1.17.g9113065-1+eob5~eo60+14
montpellier-themes-wcs
montpellier-themes-wcs    0.1-25-g5a9bdfa-1+eob6~eo60+1
passerelle
passerelle    0.2.96.g552558c-1+eob5~eo60+44
phpserialize
python-phpserialize    1.3-1
portail-citoyen
python-portail-citoyen    0.1.181.gb8c85c3-1+eob6~eo60+1
poster
python-poster    0.8.1-1~eo60+4
python-crypto
python-crypto  2.6-1~eo60+1 
python-django
python-django    1.5.5-1~eo60+1
python-django-doc    1.5.5-1~eo60+1
python-django-mptt
python-django-mptt    0.5.2-1
python-django-south
python-django-south    0.8.1-1
python-entrouvert
python-entrouvert    1.3.15.g64e4fc7-1+eob2~eo60+3
python-oauthlib
python-oauthlib    0.5.1-1~eo60+1
python-portail-citoyen-announces
python-portail-citoyen-announces    0.1.27.ga56c561-1+eob2~eo60+11
python-raven
python-raven    3.5.1-1~eo60+1
python-requests-oauthlib
python-requests-oauthlib    0.3.3-1~eo60+1
python-urllib3
python-urllib3    1.7.1-1~eo60+2
python-wcsinst
python-wcsinst    0.1.23.gf1c2880-1+eob5~eo60+28
wcsinstd    0.1.23.gf1c2880-1+eob5~eo60+28
requests
python-requests    1.2.3-1~eo60+1
six
python-six    1.4.1-1~eo60+1
sqlalchemy
python-sqlalchemy    0.7.8-1~bpo60+1
python-sqlalchemy-ext  0.7.8-1~bpo60+1 
python3-sqlalchemy    0.7.8-1~bpo60+1
stacked
python-stacked    0.1.2-1~eo60+1
static
python-static    0.4-1~eo60+1
wcs
wcs    1.9.190.g3183af6-1+eob5~eo60+2
wcs-au-quotidien
wcs-au-quotidien    1.9.38.gb4ef445-1+eob5~eo60+2
xtraceback
python-xtraceback    0.4.0-rc1-1~eo60+1
+
+
+

Entr'ouvert squeeze Repository

+
+deb http://deb.entrouvert.org/ squeeze main
+deb-src http://deb.entrouvert.org/ squeeze main
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
i386 amd64 all
authentic
authentic    0.7.9.svn.1376-entrouvert0
chlorophyll
chlorophyll    0.33-1
collectd
collectd5.1.0-3~bpo60+1   
collectd-core5.1.0-3~bpo60+1   
collectd-dbg5.1.0-3~bpo60+1   
collectd-utils5.1.0-3~bpo60+1   
libcollectdclient-dev5.1.0-3~bpo60+1   
libcollectdclient05.1.0-3~bpo60+1   
eofirewall
eofirewall    0.1+git20110704-squeeze0
eopayment
python-eopayment    0.0.19-0
graphite-carbon
graphite-carbon    0.9.10-1.1
lasso
liblasso-java2.3.6-32.3.6-3 
liblasso-perl2.3.6-32.3.6-3 
liblasso32.3.6-32.3.6-3 
liblasso3-dev2.3.6-32.3.6-3 
php5-lasso2.3.6-32.3.6-3 
python-lasso2.3.6-32.3.6-3 
modril
modril    0.21-0
python-whisper
python-whisper    0.9.10-1
quixote
python-quixote2.7~b2-12.7~b2-1 
python-quixote-doc    2.7~b2-1
+
+
+

Entr'ouvert recette packages for Au quotidien solution under Wheezy

+
+deb http://deb.entrouvert.org/ wheezy-auquotidien-testing main
+deb-src http://deb.entrouvert.org/ wheezy-auquotidien-testing main
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
i386 amd64 all
authentic2
authentic2    2.1.1.3.g7a5781e-1+eob6~eo70+2
python-authentic2    2.1.1.3.g7a5781e-1+eob6~eo70+2
cmsplugin-embedded-menu
python-cmsplugin-embedded-menu    0.0.7-1~eo70+1
cmsplugin-text-wrapper
python-cmsplugin-text-wrapper    0.5-1~eo70+1
compte-meyzieu
compte-meyzieu    0.1.154.g1782094-1+eob5~eo70+34
compte-orleans
compte-orleans    0.1.54.g3b1e072-1+eob6~eo70+1
django-admin-tools
python-django-admin-tools    0.5.1-1~eo70+1
django-cms
python-django-cms    2.4.1.22.g24ab8f5-1~eo70+2
django-jsonresponse
python-django-jsonresponse    0.9.0~eo70
django-model-utils
python-django-model-utils    1.3.1-3~eo70+1
django-registration
python-django-registration    1.5-1~eo70+1
django-sekizai
python-django-sekizai    0.7-1~eo70+1
django-simple-captcha
python-django-simple-captcha    0.4.0-3~eo70+2
eopayment
python-eopayment    0.0.22.1.gef65a60-1+eob6~eo70+2
gunicorn
gunicorn    17.5-2~eo70+1
lasso
liblasso-perl2.3.6.281.g309a-1+eob6~eo70+12.3.6.281.g309a-1+eob6~eo70+1 
liblasso32.3.6.281.g309a-1+eob6~eo70+12.3.6.281.g309a-1+eob6~eo70+1 
liblasso3-dev2.3.6.281.g309a-1+eob6~eo70+12.3.6.281.g309a-1+eob6~eo70+1 
php5-lasso2.3.6.281.g309a-1+eob6~eo70+12.3.6.281.g309a-1+eob6~eo70+1 
python-lasso2.3.6.281.g309a-1+eob6~eo70+12.3.6.281.g309a-1+eob6~eo70+1 
passerelle
passerelle    0.2.105.ge9f45e8-1+eob5~eo70+48
portail-citoyen
python-portail-citoyen    0.1.182.ge3ddfbc-1+eob6~eo70+2
python-django
python-django    1.5.5-1~eo70+1
python-django-doc    1.5.5-1~eo70+1
python-django-south
python-django-south    0.8.4-1~eo70+1
python-entrouvert
python-entrouvert    2.6.gecc2c1c-1+eob5~eo70+3
python-portail-citoyen-announces
python-portail-citoyen-announces    0.1.29.gf9ea2f1-1+eob5~eo70+11
python-raven
python-raven    3.5.1-1~eo70+1
python-urllib3
python-urllib3    1.6-2~bpo70+1
python3-urllib3    1.6-2~bpo70+1
requests
python-requests    1.2.3-1~bpo70+1
python3-requests    1.2.3-1~bpo70+1
six
python-six    1.4.1-1~e70+1
synchro-orleans
synchro-orleans    0.2.3.g751da64-1+eob6~eo70+20
wcs
wcs    1.9.198.g8611b3c-1+eob6~eo70+8
wcs-au-quotidien
wcs-au-quotidien    1.9.42.g8dea5d4-1+eob6~eo70+1
+
+
+

Entr'ouvert squeeze-asec Repository

+
+deb http://deb.entrouvert.org/ squeeze-asec main
+deb-src http://deb.entrouvert.org/ squeeze-asec main
+
+ + + + + + + + + + + + +
i386 amd64 all
wcs
wcs    2012.11-6
wcs-asec
wcs-asec    0.20120309.1
+
+
+

Entr'ouvert wheezy Repository

+
+deb http://deb.entrouvert.org/ wheezy main
+deb-src http://deb.entrouvert.org/ wheezy main
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
i386 amd64 all
eofirewall
eofirewall    0.1-10-gd0cfb0e-1+eob5~eo70+3
libapache2-mod-auth-mellon
libapache2-mod-auth-mellon  0.5.0-1+2013110501+a9d9687 
libapache2-mod-auth-mellon-dbg  0.5.0-1+2013110501+a9d9687 
slony1-2
postgresql-9.1-slony1-2  2.1.3-1~eo70+1 
slony1-2-bin  2.1.3-1~eo70+1 
slony1-2-doc    2.1.3-1~eo70+1
+
+
+

Production repository for AMUE

+
+deb http://deb.entrouvert.org/ wheezy-amue-prod main
+deb-src http://deb.entrouvert.org/ wheezy-amue-prod main
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
i386 amd64 all
amue-authentic2
amue-authentic2    0.10
amue-haproxy    0.10
authentic2
python-authentic2    2.0.2.452.gc02b89e-1+eob5~eo70+68
django-admin-tools
python-django-admin-tools    0.5.1-1~eo70+1
django-registration
python-django-registration    1.5-1~eo70+1
lasso
liblasso32.3.6.269.ge509-1+eob5~eo70+22.3.6.270.g08054-1+eob5~eo70+2 
python-lasso2.3.6.269.ge509-1+eob5~eo70+22.3.6.270.g08054-1+eob5~eo70+2 
python-django
python-django    1.5.4-1~eo70+1
python-django-south
python-django-south    0.8.1-1~bpo70+1
python-urllib3
python-urllib3    1.6-2~bpo70+1
requests
python-requests    1.2.3-1~bpo70+1
+
+
+

Entr'ouvert squeeze-experimental Repository

+
+deb http://deb.entrouvert.org/ squeeze-experimental main
+deb-src http://deb.entrouvert.org/ squeeze-experimental main
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
i386 amd64 all
eopayment
python-eopayment    0.0.20.1.g4d3e995-1+eob5~eo60+0
lasso
liblasso-java2.3.6.270.g08054-1+eob5~eo60+12.3.6.269.ge509-1+eob5~eo60+1 
liblasso-perl2.3.6.270.g08054-1+eob5~eo60+12.3.6.269.ge509-1+eob5~eo60+1 
liblasso32.3.6.270.g08054-1+eob5~eo60+12.3.6.269.ge509-1+eob5~eo60+1 
liblasso3-dev2.3.6.270.g08054-1+eob5~eo60+12.3.6.269.ge509-1+eob5~eo60+1 
php5-lasso2.3.6.270.g08054-1+eob5~eo60+12.3.6.269.ge509-1+eob5~eo60+1 
python-lasso2.3.6.270.g08054-1+eob5~eo60+12.3.6.269.ge509-1+eob5~eo60+1 
libapache2-mod-auth-mellon
libapache2-mod-auth-mellon0.4.0-1+201202071423+b7b05a10.4.0-1+201202071423+b7b05a1 
libapache2-mod-auth-mellon-dbg0.4.0-1+201202071423+b7b05a10.4.0-1+201202071423+b7b05a1 
python-entrouvert
python-entrouvert    1.3.15.g64e4fc7-1+eob2~eo60+3
python-raven
python-raven    3.5.1-1~eo60+1
quixote
python-quixote2.7~b2-12.7~b2-1 
wcs
wcs    1.9.172.g9f61202-1+eob5~eo60+3
wcs-au-quotidien
wcs-au-quotidien    1.9.38.gb4ef445-1+eob5~eo60+2
xtraceback
python-xtraceback    0.4.0-rc1-1~eo60+1
+
+
+

Entr'ouvert repository for CAM (dev)

+
+deb http://deb.entrouvert.org/ squeeze-montpellier-unstable main
+deb-src http://deb.entrouvert.org/ squeeze-montpellier-unstable main
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
i386 amd64 all
alembic
python-alembic    0.6.0-1~eo60+1
authentic2
authentic2    2.1.1.3.g7a5781e-1+eob6~eo60+1
python-authentic2    2.1.1.3.g7a5781e-1+eob6~eo60+1
beaker
python-beaker    1.6.3-1.1~eo60+1
python3-beaker    1.6.3-1.1~eo60+1
cmsplugin-embedded-menu
python-cmsplugin-embedded-menu    0.0.7-1
cmsplugin-text-wrapper
python-cmsplugin-text-wrapper    0.5-1
compte-agglo-montpellier
compte-agglo-montpellier    0.1.269.g0290e75-1+eob6~eo60+1
django-admin-tools
python-django-admin-tools    0.5.1-1
django-classy-tags
python-django-classy-tags    0.4-1
django-cms
python-django-cms    2.4.1.23.g5cf7875-1+eob5~eo60+8
django-jsonresponse
python-django-jsonresponse    0.9.0~eo60+1
django-model-utils
python-django-model-utils    1.3.1-3
django-registration
python-django-registration    1.5-1~eo60+1
django-sekizai
python-django-sekizai    0.7-1
django-simple-captcha
python-django-simple-captcha    0.4.0-3~eo60+1
feedparser
python-feedparser    5.1.3-1
gunicorn
gunicorn    0.14.5-1~bpo60+1
lasso
liblasso32.3.6.281.g309a-1+eob6~eo60+12.3.6.281.g309a-1+eob6~eo60+1 
python-lasso2.3.6.281.g309a-1+eob6~eo60+12.3.6.281.g309a-1+eob6~eo60+1 
mandaye
python-mandaye    0.4.11.gc71e55c-1+eob5~eo60+9
mandaye-cam
mandaye-cam    0.1.15.g10c3fa8-1+eob5~eo60+14
montpellier-themes-wcs
montpellier-themes-wcs    0.1-25-g5a9bdfa-1+eob6~eo60+1
passerelle
passerelle    0.2.96.g552558c-1+eob5~eo60+44
phpserialize
python-phpserialize    1.3-1
portail-citoyen
python-portail-citoyen    0.1.181.gb8c85c3-1+eob6~eo60+1
poster
python-poster    0.8.1-1~eo60+4
python-crypto
python-crypto  2.6-1~eo60+1 
python-django
python-django    1.5.5-1~eo60+1
python-django-doc    1.5.5-1~eo60+1
python-django-mptt
python-django-mptt    0.5.2-1
python-django-south
python-django-south    0.8.1-1
python-entrouvert
python-entrouvert    1.3.15.g64e4fc7-1+eob2~eo60+3
python-portail-citoyen-announces
python-portail-citoyen-announces    0.1.27.ga56c561-1+eob2~eo60+11
python-raven
python-raven    3.5.1-1~eo60+1
python-wcsinst
python-wcsinst    0.1.23.gf1c2880-1+eob5~eo60+28
wcsinstd    0.1.23.gf1c2880-1+eob5~eo60+28
requests
python-requests    1.2.3-1~eo60+1
six
python-six    1.4.1-1~eo60+1
sqlalchemy
python-sqlalchemy    0.7.8-1~bpo60+1
python-sqlalchemy-ext  0.7.8-1~bpo60+1 
python3-sqlalchemy    0.7.8-1~bpo60+1
stacked
python-stacked    0.1.2-1~eo60+1
static
python-static    0.4-1~eo60+1
wcs
wcs    1.9.190.g3183af6-1+eob5~eo60+2
wcs-au-quotidien
wcs-au-quotidien    1.9.38.gb4ef445-1+eob5~eo60+2
xtraceback
python-xtraceback    0.4.0-rc1-1~eo60+1
+
+ +
+ +
+ +
+
+

+ Entr'ouvert & + Debian +

+
+
+ + + + + + + diff --git a/upload.html b/upload.html new file mode 100644 index 0000000..795e060 --- /dev/null +++ b/upload.html @@ -0,0 +1,98 @@ + + +deb.entrouvert.org + + + + + + +
+

Entr'ouvert

+
+ +
+ +
+ + +
+
+ +

Uploading to Entr'ouvert Debian packages repositories

+ +

+You must have an account and be a member of packagers group to +upload packages.

+ +

+Don't upload packages that do not comply to Debian policy for +the given distribution. +

+ +

+Recommended upload method is through dput; here +is a sample dput.cf configuration file: +

+ +
+[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/
+
+ +

+Incoming queue is processed once an hour (every hour:17). +

+ +

Getting more info

+ +

+ Questions, requests for new architecture or distribution support should go + to fpeters@entrouvert.com +

+ + +
+ +
+ +
+
+

+ Entr'ouvert & + Debian +

+
+
+ + + + + +