fink makes a debian (deb) file AND installs the package by default, if you issued a command like
fink install packagename
where "packagename" is the name of the specific package you want to install.
To see if it is indeed installed, type
fink list packagename
and you should see the letter
i in a column before the name of the package.