kicad - Electronic schematic and PCB design software
# sudo apt-get update
# sudo apt-get install kicad
2014-09-12 - Georges Khaznadar <georgesk@debian.org> kicad (0.20140622+bzr4027-3) unstable; urgency=medium * dropped the dependency on zlib-bin, since grep shows no occurence of "minizip" nor "miniunzip" in kicad's source. Closes: #761320
2014-07-02 - Georges Khaznadar <georgesk@debian.org> kicad (0.20140622+bzr4027-2) unstable; urgency=medium * added -DCMAKE_BUILD_TYPE=Release as a definition for cmake. This does not fix every bug, but it removes dialogs about failed assertions raised by wxASSERT, which are usually non-blocking, as long as one decides to continue and unactivate the assert warnings. Feel free to report bugs which affect user-level features. Closes: #749278
2014-06-22 - Georges Khaznadar <georgesk@debian.org> kicad (0.20140622+bzr4027-1) unstable; urgency=medium * added a routine to creat the version string. Closes: #749308 * upgraded to the newest component libraries. Closes: #751994
2014-06-01 - Georges Khaznadar <georgesk@debian.org> kicad (0.20140518+bzr4027-2) unstable; urgency=medium * applied Samuel Thibault's patch. Closes: #749930
2014-05-18 - Georges Khaznadar <georgesk@debian.org> kicad (0.20140518+bzr4027-1) unstable; urgency=medium * retrieved the last upstream version, Closes: #741673, Closes: #741437 * upgraded some build-dependencies, libwxgtk3.0-dev, applied a part of Olly Betts' patch. Closes: #741440 * applied Dimitris Lampridis' patch. Closes: #745705 * modified get-kikad.sh to make xz compressed file. * added a rule to fix permissions of ja/kicad.po *
2014-05-09 - Anibal Monsalve Salazar <anibal@debian.org> kicad (0.20140224+bzr4027-3.1) unstable; urgency=low * Non-maintainer upload. * It FTBFS because kicad-common is arch independent. Patch by Dejan Latinovic <Dejan.Latinovic@imgtec.com>. Closes: #741743
2014-03-07 - Georges Khaznadar <georgesk@debian.org> kicad (0.20140224+bzr4027-3) unstable; urgency=medium * taken in account Samuel Thibault's hint. Closes: #740999
2014-03-06 - Georges Khaznadar <georgesk@debian.org> kicad (0.20140224+bzr4027-2) unstable; urgency=medium * fixed a bug in d/rules. * added a clause Conflicts: kicad-common ( << 0.20140224), Closes: #740276 * Checked that the file Getting_Started_in_KiCad.pdf is distributed with some -doc-xy packages. Closes: #691660
2014-02-24 - Georges Khaznadar <georgesk@debian.org> kicad (0.20140224+bzr4027-1) unstable; urgency=medium * changed the lp: repository for kicad's library in order to match active repositories listed at https://code.launchpad.net/kicad/+branches?field.lifecycle=ALL&field.lifecycle-empty-marker=1&field.sort_by=most+recently+changed+first&field.sort_by-empty-marker=1 the file debian/get-kicad.sh should be more efficient now. Closes: #712259 * modified the script debian/clean_sourceless_pdf: more formats are allowed for source files, and the search for source files is now case-insensitive. names without prefixes are allowed too (they are directory names) * fixed a few wrong permissions in packaged files * modified the package assignation for files in usr/share/applications * modified the script debian/get-kicad.sh to add a minimum set of legacy footprints. Closes: #736180; Closes: #707956 * removed bloated .ps files from the source package. Closes: #737933 * added a dependency on imagemagick to mamange the icons at build time
2014-01-08 - Georges Khaznadar <georgesk@debian.org> kicad (0.20131208+bzr4024-1) unstable; urgency=medium * scheduled the installation of doc/internat into usr/share/kicad. Closes: #734552 * upgraded Standards-Version to 3.9.5 * Upgraded to the newest upstream release. Closes: #712303 * The script debian/get-kicad.sh makes easier to fetch newer source files Closes: #713861