[Dovecot] [Debian] Packages available for 1.0.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
They aren't thoroughly tested, but I've been running on them for a little while and they seem stable. This is based on the latest RC from backports.org and is built for sarge.
deb http://debian.delink.net/ sarge-delink main
Enjoy,
http://www.delink.net/ Ok, so he's got a cellphone in one hand and latte in the other, I know what he's using to steer, but what is that soccer mom using, a strap-on? - Brian Kantor in the monastery -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFGZdGMFy/L+4MovqIRApa7AJ4s3jU0La4dCijm08iOpa7m9dSaowCeN1eW 6he6hZFEzREtzZ/iA4mvEms= =Ln6h -----END PGP SIGNATURE-----
Brian T Glenn wrote:
They aren't thoroughly tested, but I've been running on them for a little while and they seem stable. This is based on the latest RC from backports.org and is built for sarge.
deb http://debian.delink.net/ sarge-delink main
Hi,
I would like to have the same for Etch.
Could you give me some hints on how to do that? A URL with generic instructions on how to backports packages would be enough for me.
But if you had to tweak something special for Dovecot 1.0.0 I would be grateful if you could post specific instructions here.
Greetings, Bernd Kuhls
Bernd Kuhls wrote:
Brian T Glenn wrote:
They aren't thoroughly tested, but I've been running on them for a little while and they seem stable. This is based on the latest RC from backports.org and is built for sarge.
deb http://debian.delink.net/ sarge-delink main
I would like to have the same for Etch.
Hi,
answering myself for the archive;-)
I used this script to build a backport of Dovecot 1.0.0-2 on Etch and the resulting packages seem stable:
#!/bin/sh rm -rf ./dovecot_compile mkdir ./dovecot_compile cd ./dovecot_compile wget http://ftp.debian.org/debian/pool/main/d/dovecot/dovecot_1.0.0-1.dsc wget http://ftp.debian.org/debian/pool/main/d/dovecot/dovecot_1.0.0.orig.tar.gz wget http://ftp.debian.org/debian/pool/main/d/dovecot/dovecot_1.0.0-1.diff.gz tar -xzvf dovecot_1.0.0.orig.tar.gz zcat dovecot_1.0.0-1.diff.gz | patch -p0 -E cd dovecot-1.0.0 chown -R root * chmod +x ./debian/rules dpkg-buildpackage -uc -us -b
Greetings, Bernd Kuhls
participants (2)
-
Bernd Kuhls
-
Brian T Glenn