checkinstall

Creating Python RPM

Hello, I have been reading about creating an RPM for Python 2.6.4. In this page: http://docs.python.org/distutils/builtdist.html it says you can create an RPM of the current Python using python setup.py bdist_rpm. The question's I have are: Do you have to type this command in your Python installation directory? Does this command, pack...

Getting following error while making .deb pacakage using checkinstall

I am using checkinstall to prepare debian package in my ubuntu machine. I did following procedure to prepare it source_file_directory/ make checkinstall -D make install I got following at the end. Installing with make...Installing with install... ========================= Installation results =========================== ...