ddssff / cabal-debian

Create a Debianization by examining a .cabal file.
Other
16 stars 10 forks source link

can't detect gtk2hs-buildtools because it is looking for gtk2hsC2hs.pc #52

Open clinty opened 8 years ago

clinty commented 8 years ago

there are situations wherein the aptFile function should not append ".pc"

ddssff commented 8 years ago

Urgh - do you have any more guidance on this?

clinty commented 8 years ago

Maybe if you can't find the .pc file, find the path to the binary and then pass that to dpkg -S , or assume it's in /usr/bin and pass that to apt-file?

ddssff commented 8 years ago

What is the .pc extension? Can I just remove it?

clinty commented 8 years ago

It's for pkg-config.. I'm not sure what it might be working for if anything..