Re: lame in deb package
Edwin Lau wrote:
> Hi everyone,
>
> I am just wondering if anyone have package lame in deb because I
> wanna used it in debian but don't wanna just compile and install with no
> debian package management. btw, I don't know how to make a debian
> package.
You can use checkinstall to generate a deb for the debian packaging
system. Checkinstall can be found in testing or unstable.
[bloom@cat-in-the-hat ~]% apt-cache show checkinstall
Package: checkinstall
Priority: optional
Section: admin
Installed-Size: 140
Maintainer: Matt Hope <dopey@debian.org>
Architecture: all
Version: 1.5.2-1
Depends: installwatch (>> 0.6)
Filename: pool/main/c/checkinstall/checkinstall_1.5.2-1_all.deb
Size: 32696
MD5sum: 28dbbb7d47855f428dfe1e4863749c99
Description: installation tracker
CheckInstall keeps track of all the files created or
modified by your installation script ("make install"
"make install_modules", "setup", etc), builds a
standard binary package and installs it in your
system giving you the ability to uninstall it with your
distribution's standard package management utilities.
I've had good experiences with checkinstall on both Debian and RPM-based
systems.
Reply to: