1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2025-04-21 12:27:27 +03:00

add debian package stuff

add ITP bug number to 'debian/changelog'

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu
2010-10-04 23:15:57 +08:00
parent 78e4ba0d9c
commit b6807a7c0d
8 changed files with 100 additions and 0 deletions

25
debian/control vendored Normal file
View File

@@ -0,0 +1,25 @@
Source: fped
Section: electronics
Priority: extra
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)
Standards-Version: 3.9.1
Homepage: http://svn.openmoko.org/trunk/eda/fped
Package: fped
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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