Given a debian source package - How do I install the build-deps?
        Posted  
        
            by Rory McCann
        on Server Fault
        
        See other posts from Server Fault
        
            or by Rory McCann
        
        
        
        Published on 2010-03-30T11:09:28Z
        Indexed on 
            2010/03/30
            11:13 UTC
        
        
        Read the original article
        Hit count: 554
        
I have a debian (well technically ubuntu) source package, i.e. the .dsc, the .tar.gz, etc., I want to build this. The dpkg-buildpackage fails, since I don't have all the build dependencies.
Normally I'd use apt-get build-dep, but this package isn't in apt.
Is there a 'clean', 'proper' way to install all the build dependencies, given a source package. I know I could just open the debian/control file, but I'm curious if there's a 'proper' way.
© Server Fault or respective owner