2005-03-26 2005-03-26 # Installation des paquets « build-essential ». # en tant que root apt-get install build-essential dh-make fakeroot # Récupération du source. wget -Nc http://www.linux-france.org/prj/imapsync/dist/imapsync-1.123.tgz # « Debianisation » du source. tar xvzf imapsync-1.123.tgz cd imapsync-1.123/ export DEBFULLNAME='Gilles LAMIRAL' dh_make -e gilles.lamiral@free.fr ../imapsync-1.123.tgz # (À faire.) # Done. Please edit the files in the debian/ subdirectory now. You should also # check that the imapsync Makefiles install into $DESTDIR and not in / . cd debian/ vi control # Envoyer un patch du dh_make pour mettre devel, admin, mail, etc... # la place de unkown dans « Section » dans Debian/control. vi copyright vi changelog vi rules cd .. # Pour corriger le $DESTDIR (en préfixant : $(DESTDIR)/usr/bin/$(TARGET)) vi Makefile dpkg-buildpackage -rfakeroot