Skip to content
Snippets Groups Projects
Commit ce260c88 authored by Martin's avatar Martin
Browse files

prepare 0.git20161102-1

parent 047751a6
No related branches found
Tags debian/0.git20161102-1
No related merge requests found
eeshow (0.git20161102-1) experimental; urgency=low
* Initial release. (Closes: #842211)
-- W. Martin Borgert <debacle@debian.org> Sun, 06 Nov 2016 21:48:00 +0000
eediff
eeplot
eeshow
eetest
version.d
version.o
9
Source: eeshow
Maintainer: W. Martin Borgert <debacle@debian.org>
Section: electronics
Priority: optional
Build-Depends: debhelper (>= 9),
fig2dev,
ghostscript,
git,
libgtk-3-dev,
libcairo2-dev,
libgit2-dev,
transfig,
imagemagick
Standards-Version: 3.9.8
Homepage: https://neo900.org/stuff/eeshow/
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/eeshow.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/eeshow.git
Package: eeshow
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: xsel
Description: Schematics renderer and viewer for KiCad
Eeshow is a collection of programs that read schematics made by KiCad
Eeschema and can be used as interactive viewer, or as a command-line
tool to convert schematics to PNG, PDF, Postscript, EPS, or FIG.
.
Eeshow can show the differences between two versions of schematics
sheets and it can retrieve files directly from a git repository.
.
Eeshow was developed as part of the Neo900 project.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: eeshow
Source: https://neo900.org/git/eeshow/
Files: *
Copyright: 2016 Werner Almesberger <werner@almesberger.net>
License: GPL-2+
Files: debian/*
Copyright: 2016 W. Martin Borgert <debacle@debian.org>
License: GPL-2+
License: GPL-2+
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; version 2 of the License, or (at Linus discretion) any later
version.
.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
St, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems, the complete text of the GNU General Public License v2
(GPL) can be found in /usr/share/common-licenses/GPL-2.
README
web/index.html
web/*.png
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
$(MAKE)
cd web && $(MAKE)
override_dh_auto_install:
$(MAKE) install DESTDIR=debian/eeshow PREFIX=/usr
3.0 (quilt)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment