Compdigitec Labs

Archive for April, 2012

Creating Debian packages (properly) using debhelper

Saturday, April 28th, 2012

Now, open up debian/control and modify the section field to fit one of the valid Debian sections. Then, the Build-Depends field should have whatever packages you need – minimally it should have debhelper (>= 7.0.50~), dh-buildinfo, dh-autoreconf (if you need it), along with any libraries your application will need. Set the Homepage field to be […]