1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-09-30 13:26:01 +03:00

clean up the Build-Depends.

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu 2010-10-05 16:07:46 +08:00
parent b6807a7c0d
commit e394af8c90

27
debian/control vendored
View File

@ -2,24 +2,23 @@ Source: fped
Section: electronics Section: electronics
Priority: extra Priority: extra
Maintainer: Xiangfu Liu <xiangfu@sharism.cc> Maintainer: Xiangfu Liu <xiangfu@sharism.cc>
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 (>= 7.4.10), pkg-config,
bash (>= 4), flex, bison,
imagemagick, ttf-liberation, transfig, netpbm,
libgtk2.0-dev
Standards-Version: 3.9.1 Standards-Version: 3.9.1
Homepage: http://svn.openmoko.org/trunk/eda/fped Homepage: http://svn.openmoko.org/trunk/eda/fped
Package: fped Package: fped
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: fped - Footprint editor Description: Footprint editor
fped is an editor that allows the interactive creation of footprints of fped is an editor that allows the interactive creation of footprints of
electronic components. Footprint definitions are stored in a text format electronic components. Footprint definitions are stored in a text format
that resembles a programming language. that resembles a programming language.
The language is constrained such that anything that can be expressed in
The language is constrained such that anything that can be expressed in the textual definition also has a straightforward equivalent operation
the textual definition also has a straightforward equivalent operation that can be performed through the GUI.
that can be performed through the GUI. A description of the GUI can be found here:
http://people.openmoko.org/werner/fped/gui.html
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