diff --git a/debian/control b/debian/control index 8317b9e..38a8239 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: fped Section: electronics Priority: extra Maintainer: Xiangfu Liu -Build-Depends: debhelper (>= 5), pkg-config, flex, bison, fig2dev (transfig), ImageMagick, Netpbm, bash, Gtk+ 2.x development package (libgtk2.0-dev or similar), Liberation Fonts (ttf-liberation or similar) +Build-Depends: debhelper (>= 5), pkg-config, flex, bison, imagemagick, bash, libgtk2.0-dev, ttf-liberation, transfig, netpbm Standards-Version: 3.9.1 Homepage: http://svn.openmoko.org/trunk/eda/fped @@ -13,13 +13,10 @@ Description: fped - Footprint editor fped is an editor that allows the interactive creation of footprints of electronic components. Footprint definitions are stored in a text format that resembles a programming language. - The language is constrained such that anything that can be expressed in the textual definition also has a straightforward equivalent operation that can be performed through the GUI. - This README describes only the footprint definition language. A description of the GUI can be found here: http://people.openmoko.org/werner/fped/gui.html -