Date:2010-10-04 17:15:57 (13 years 5 months ago)
Author:Xiangfu Liu
Commit:b6807a7c0d71076c285a222e8ed8759c34a566d7
Message:add debian package stuff add ITP bug number to 'debian/changelog'

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Files: debian/changelog (1 diff)
debian/compat (1 diff)
debian/control (1 diff)
debian/copyright (1 diff)
debian/dirs (1 diff)
debian/rules (1 diff)
debian/source/format (1 diff)
debian/watch (1 diff)

Change Details

debian/changelog
1fped (0.0+r5974-1) unstable; urgency=low
2
3  * Initial release (Closes: #599090).
4
5 -- Xiangfu Liu <xiangfu@sharism.cc> Mon, 04 Oct 2010 23:27:52 +0800
debian/compat
17
debian/control
1Source: fped
2Section: electronics
3Priority: extra
4Maintainer: Xiangfu Liu <xiangfu@sharism.cc>
5Build-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)
6Standards-Version: 3.9.1
7Homepage: http://svn.openmoko.org/trunk/eda/fped
8
9Package: fped
10Architecture: any
11Depends: ${shlibs:Depends}, ${misc:Depends}
12Description: fped - Footprint editor
13  fped is an editor that allows the interactive creation of footprints of
14  electronic components. Footprint definitions are stored in a text format
15  that resembles a programming language.
16
17  The language is constrained such that anything that can be expressed in
18  the textual definition also has a straightforward equivalent operation
19  that can be performed through the GUI.
20
21  This README describes only the footprint definition language. A
22  description of the GUI can be found here:
23  http://people.openmoko.org/werner/fped/gui.html
24
25
debian/copyright
1This work was packaged for Debian by:
2
3    Xiangfu Liu <xiangfu@sharism.cc> on Mon, 4 Oct 2010 15:14:14 +0800
4
5It was downloaded from:
6
7    http://svn.openmoko.org/trunk/eda/fped
8
9Upstream Author(s):
10
11    Werner Almesberger <werner@openmoko.org>
12
13Copyright:
14
15    Copyright 2009, 2010 by Werner Almesberger
16
17License:
18
19    This program is free software: you can redistribute it and/or modify
20    it under the terms of the GNU General Public License as published by
21    the Free Software Foundation, either version 2 of the License, or
22    (at your option) any later version.
23
24    This package is distributed in the hope that it will be useful,
25    but WITHOUT ANY WARRANTY; without even the implied warranty of
26    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27    GNU General Public License for more details.
28
29    You should have received a copy of the GNU General Public License
30    along with this program. If not, see <http://www.gnu.org/licenses/>.
31
32On Debian systems, the complete text of the GNU General
33Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
34
35The Debian packaging is:
36
37    Copyright (C) 2010 Xiangfu Liu <xiangfu@sharism.cc> and is licensed
38under the GPL version 2, see above.
39
debian/dirs
1usr/bin
debian/rules
1#!/usr/bin/make -f
2
3include /usr/share/cdbs/1/rules/debhelper.mk
4include /usr/share/cdbs/1/class/autotools.mk
5
6DEB_INSTALL_MANPAGES_dfu-util := doc/dfu-util.1
7
8# We must first call ./autogen.sh to generate the autotools stuff.
9post-patches:: debian/stamp-autothings-update
10debian/stamp-autothings-update:
11    @#aclocal
12    @#autoheader
13    @#automake --foreign --add-missing --copy
14    @#autoconf
15    ./autogen.sh
16    touch $@
17
18# Do not install the dfu-util_static binary, it's not needed in Debian.
19binary-post-install/dfu-util::
20    rm -f debian/dfu-util/usr/bin/dfu-util_static
21
22clean::
23    rm -f debian/stamp-autothings-update
24    @# Delete generated files, we don't want them in the diff.
25    rm -f aclocal.m4 config.h.in configure Makefile.in m4/install-sh
26    rm -f m4/missing m4/depcomp src/Makefile.in src/dfu-version.h
27
debian/source/format
13.0 (quilt)
debian/watch
1# We track fped svn revisions, thus no need for a watch file.

Archive Download the corresponding diff file

Branches:
master



interactive