<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    G'day,<br>
    <br>
    sorry for the late answers, another busy week :).<br>
    <br>
    Thanks for your work, it's really excellent. I have made a test on a
    fresh Wheezy, it's nice to see how easy it is to install SàT now :)<br>
    I'll do the things you asked in the next email before announcing the
    new repository on my blog.<br>
    <br>
    Thanks again :)<br>
    <br>
    Goffi<br>
    <br>
    PS: Thanks also to the others repository maintainers (in Arch Wido
    and Link Mauve, and I actually thought there were an other package
    but I can't remember where).<br>
    <br>
    Le 29/03/2013 17:28, Thomas Preud'homme a écrit :
    <blockquote cite="mid:201303291728.57271.robotux@celest.fr"
      type="cite">
      <pre wrap="">Hello to you,

Matteo Cypriani and myself are working on a Debian package for sat and needed 
dependencies. The packages are now mostly ready so we put them online so that 
people can try and use them.

To use these package, you'll need to add the following line to your 
/etc/apt/sources.list (or to one of the file under /etc/apt/sources.list.d):

deb [ arch=amd64 ] <a class="moz-txt-link-freetext" href="http://people.debian.org/~robotux/pkgs/">http://people.debian.org/~robotux/pkgs/</a> unstable main

That means only packages for the amd64 architecture are available right now 
but I'll try to provide some for armhf (maybe also armel) and i386 soon. The 
version of this package is chosen so that when the packages will be uploaded 
to the Debian official archive, it will migrate seamlessly.

Before installing anything, you should check the PGP key that signs the 
archive. Run all the following steps (1-4) as root

1) First, import the key in a new keyring (robotux.gpg):

gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/robotux.gpg --recv-
keys E851CC9AE4743BA4

2) Then check the signature of this key is fine. It's signed by my key which is 
in the debian keyring containing the keys of debian developers so we need to 
install the debian keyring:

aptitude install debian-keyring

3) gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/robotux.gpg --
keyring /usr/share/keyrings/debian-keyring.gpg --check-sigs E851CC9AE4743BA4

if a ! (exclamation mark) follows "sig" it means the signature was correctly 
verified. You should have 2 signatures, the self signature and the one from my 
Debian Developer's key:

sig!3        E4743BA4 2013-03-29  Thomas Preud'homme APT archive 
<a class="moz-txt-link-rfc2396E" href="mailto:robotux@debian.org"><robotux@debian.org></a>
sig!         BD52529E 2013-03-29  Thomas Preud'homme (RoboTux) 
<a class="moz-txt-link-rfc2396E" href="mailto:robotux@celest.fr"><robotux@celest.fr></a>

You can then proceed and import the key in the apt keyring:

4) gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/robotux.gpg --
export E851CC9AE4743BA4 | apt-key add -


You can now update your apt database and install sat:

aptitude update
aptitude install sat-xmpp-primitivus sat-xmpp-jp sat-xmpp-wix

Of course you can decide to only install one of the frontend (that is, only 
install sat-xmpp-primitivus and not the others for instance).

Best regards,

Thomas
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dev@goffi.org">dev@goffi.org</a>
<a class="moz-txt-link-freetext" href="http://lists.goffi.org/listinfo/dev">http://lists.goffi.org/listinfo/dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>