qui dit entre autre : To make Debian package you should have build-essential and checkinstall packages installed in your system. If you dont have both then fire up synoptic package manager (system-->>administration-->>synoptic packa...) search for above packages, mark it and install(apply). i also assume that you do not have any dependency issue with the source package.
Say your source package name is "abcd"
1. move abcd to home folder (places -->> home folder)
2. Extract abcd (right click on abcd and select option extract here)
3. Open terminal (Application -->> Accessories -->> Termial)
4. Type following commands
cd abcd
./configure
make
sudo checkinstall
checkinstall is the command creates debian package for you. at the end, terminal will show you where the .deb package is located.
Hope this will work for you...
traduit par Pour faire un paquet Debian, vous devez avoir installé build-essential et checkinstall sur votre machine. Si ce n'est pas le cas, vous pouvez le faire via Synaptic ou aptitude. Evidemment vous avez aussi installé les dependances de votre futur paquet.
Admettons que votre paquet soit "abcd"
1. deplacez abcd dans un dossier pour lui
2. decompressez l'archive
3. Ouvrez un terminal
4. tapez les commandes suivantes
cd abcd
./configure
make
sudo checkinstall
checkinstall est la commande qui va creer le paquet.
Le terminal vous dira ou il se trouve à la fin de la procedure
[^] # Re: port salut, c'est marqué dessus
Posté par NeoX . En réponse au message make deb. Évalué à 2.
quand je cherches "make deb howto"
je tombe pas exemple sur
http://ubuntuforums.org/showthread.php?t=825560
qui dit entre autre :
To make Debian package you should have build-essential and checkinstall packages installed in your system. If you dont have both then fire up synoptic package manager (system-->>administration-->>synoptic packa...) search for above packages, mark it and install(apply). i also assume that you do not have any dependency issue with the source package.
Say your source package name is "abcd"
1. move abcd to home folder (places -->> home folder)
2. Extract abcd (right click on abcd and select option extract here)
3. Open terminal (Application -->> Accessories -->> Termial)
4. Type following commands
cd abcd
./configure
make
sudo checkinstall
checkinstall is the command creates debian package for you. at the end, terminal will show you where the .deb package is located.
Hope this will work for you...
traduit par
Pour faire un paquet Debian, vous devez avoir installé build-essential et checkinstall sur votre machine. Si ce n'est pas le cas, vous pouvez le faire via Synaptic ou aptitude. Evidemment vous avez aussi installé les dependances de votre futur paquet.
Admettons que votre paquet soit "abcd"
1. deplacez abcd dans un dossier pour lui
2. decompressez l'archive
3. Ouvrez un terminal
4. tapez les commandes suivantes
cd abcd
./configure
make
sudo checkinstall
checkinstall est la commande qui va creer le paquet.
Le terminal vous dira ou il se trouve à la fin de la procedure