Change log for kicad package in Debian

76123 of 123 results
Superseded in experimental-release
kicad (5.0.0~rc1+dfsg1+20180318-1) experimental; urgency=medium

  * [fcfaee0] kicad-demos: adjusting B+R against previous kicad{-common} pkg
    + Like for done for the virtual package kicad-libraries the package
      kicad-demos also need a valid Breaks and Replace against the now
      transitional package kicad-common so dpkg isn't complaining about files
       which appears to be within two different packages.
    (Closes: #892708)
  * [12fa90d] kicad-libraries: remove Recommends on kicad-common
    + Of course we won't recommending a now transitional package.
  * [08bc66e] New upstream version 5.0.0~rc1+dfsg1+20180318
  * [0a2d284] rebuild patch queue from patch-queue branch
    + removed patches (applied upstream)
      fixes/fix-misspelled-Appearence-Appearance.patch
      fixes/fix-misspelled-Modifed-Modified.patch
      fixes/fix-misspelled-Occassionally-Occasionally.patch
      fixes/fix-misspelled-Unkown-Unknown.patch
      fixes/fix-misspelled-accesing-accessing.patch
      fixes/fix-misspelled-neeeded-needed.patch
      fixes/fix-misspelled-occured-occurred.patch
      fixes/fix-misspelled-streching-stretching.patch
  * [8cfc758] debian/control: limit build to amd64, arm64, armhf and i386
    + Unfortunately upstream is using a own libcontext implementation of
      boost::context. This is decreasing the platforms KiCad can be build
      on to i386, amd64, armhf and arm64.

 -- Carsten Schoenert <email address hidden>  Mon, 19 Mar 2018 19:11:39 +0100
Superseded in experimental-release
kicad (5.0.0~rc1+dfsg1-1) experimental; urgency=medium

  * [ea0c219] override_dh_auto_install: use find/loop for chmod of files
    + The shell (on the buildd's) on kFreebSD doesn't support wildcards in make
      calls, but we can call chmod here within a 'for i in foo do' loop.
  * [0b28f22] kicad package dependencies, using Dia for visiulizing
    + Adding a graphic made with Dia which shows the correlation of the various
      package ecosystem of KiCad within Debian. We use this Dia graphic on the
      wiki site https://wiki.debian.org/KiCad
  * [5ed2d63] update of package relations
  * [446df3f] helper: remove obsolete libraries part
    + With KiCad 5 the libraries are now have their own source packages and we
      don't need to collect them in helper script inside stc:kicad any longer.
  * [6936336] make dpkg happy because previously added DIA binary file
    + The Dia file is a binary file for dpkg, adding this file to
      debian/source/include-binaries so dpkg does not complaining about the file.
  * [8726cae] d/gbp.conf: also remove the libraries component here
  * [919a5cc] New upstream version 5.0.0~rc1+dfsg1
    (Closes: #891286, #856277, #827203, #856180, #892161)
  * [956ed41] rebuild patch queue from patch-queue branch
    + removed patches (not needed anymore or fixed upstream):
      debian-hacks/Adding-needed-SVG-files-and-additinal-arrays.patch
      fixes/Add-missing-dependency-github_plugin-pcbcommon.patch
      fixes/Fix-FTBFS-with-Boost-1.61.patch
      fixes/Fixing-some-spelling-issues.patch
    
    + modified patches:
      fixes/Modifing-the-Exec-cmd-in-the-desktop-files.patch
      porting-kfreebsd-hurd/Fix-FTBFS-on-kFreeBSD-and-Hurd.patch
    
    + new patches:
      fixes/fix-misspelled-Appearence-Appearance.patch
      fixes/fix-misspelled-Modifed-Modified.patch
      fixes/fix-misspelled-Occassionally-Occasionally.patch
      fixes/fix-misspelled-Unkown-Unknown.patch
      fixes/fix-misspelled-accesing-accessing.patch
      fixes/fix-misspelled-neeeded-needed.patch
      fixes/fix-misspelled-occured-occurred.patch
      fixes/fix-misspelled-streching-stretching.patch
    
      All new patches are forwarded to upstream and already accepted.

  * [8e9d6c0] debian/control: adding new build dependencies
    + We need now some more packages to build all the binary kicad packages:
      fonts-freefont-ttf, libboost-test-dev, libglm-dev, liboce-foundation-dev,
      liboce-ocaf-dev
  * [8234277] debian/rules: remove old libraries related stuff
    + We can remove the build specific things we previously have used to build
      the library package.
  * [430ec11] debian/control: adjust VCS entries to salsa.debian.org
  * [5c54b36] kicad-doc-id: remove package
    + Unfortunately the Indonesian documentation was removed by upstream because
      of lack of contributors.
  * [20044b2] kicad: change package to multiarch behaviour
    + The 3D viewer is build as a local shared library plugin and this requires
      some modification for the correct installation of the kicad package files.
  * [422a784] debian/rules: disable the support of ngspice based simulation
    + For the schematic simulation we would need the libngspice library which
      isn't available in main yet. We can turn this later on once ngspice-dfsg
      is hitting main.
  * [63a280f] copyright: adopt upstream changes
    + Of course the upstream source has been modified in many places and thus
      the update of the copyright file is needed.
  * [7729f4d] kicad-libraries: adding new virtual package
    + The old kicad-common package was used to provide all the various libraries
      like the schematic symbols, footprints and the 3D models.
      As we have moved all the source of theses stuff into own source packages
      we don't have kicad-common now any longer as a dedicated binary package.
      So we created a meta-packge kicad-libraries that is depending on the
      library packages for the schematic symbols (kicad-symbols), the footprints
      (kicad-footprints) and the project templates (kicad-templates) which
      kicad-common is depending on because we need to take care about the
      automatic installation of the new library packages.
      The 3D models is not depending on kicad-libraries as this is not really
      needed to create successful PCBs, it's suggested instead.
  * [0a8e611] kicad-common: turn package into a virtual package
  * [ebcd0cd] remove kicad-common sequencer files
  * [5739a23] d/kicad.install.in: update sequencer due upstream changes
    + kicad-common isn't a real binary package now and most of it's installation
      parts need now move over to the kicad binary package. Also KiCad is
      installing now some private libraries.
  * [600079f] kicad.lintian-overrides: add some more false positives
    + We have some spelling issues which are false positives, also the library
      libkicad_3dsg.so.2.0.0 isn't worth to get a own binary package.
  * [4773043] debian/control: increase Standards-Version to 4.1.3
    + No further changes are needed due version bump.
  * [c277cc5] kicad: remove a potentially RUNPATH from Pyhton2 lib
    + The library _pcbnew.so, which is also copied over to the Python libraries,
      has a RUNPATH inside which shouldn't be set here. Upstream will fix this
      in future releases.
  * [be3e60d] kicad-demos: adding new package
    + Beside the new schematic and footprint library related packages we also
      split off the demo projects, they doesn't change that often but Ubuntu
      is using already this package, so let's do it also and keep both
      distribution the packages in sync. This is mostly to make the usage of the
      PPA from Jean-Samuel esay for Ubuntu users.
  * [be54a40] bump debhelper compat to version 11
    + Jump over to the recent debhelper version, it's now already available for
      backports so nothing special handling later will be needed,
  * [2211a92] kicad: suggesting package kicad-packages3d
    (Closes: #883312)
  * [5403485] README.source: update information about source management
    + Remove the information about the libraries. We don't handle them any
      longer within src:kicad.
  * [a4d8f6a] autopkg: remove the only existing autopkgtest
    + We don't need the autopkg stuff for now, we can re-add it later if needed.

 -- Carsten Schoenert <email address hidden>  Wed, 07 Mar 2018 18:03:35 +0100
Deleted in buster-release (Reason: None provided.)
Superseded in sid-release
kicad (4.0.7+dfsg1-1) unstable; urgency=medium

  * [c306ee5] New upstream version 4.0.7+dfsg1
    (Closes: #875942, #841539)
  * [9ef473f] create_kicad_upstream_tarballs.sh: adjust to recent GH API
    + Use a improved curl call to catch up all footprint related repositories
      on GitHub. KiCad has now over 100 Repositories, but the GH API allows
      only so query 100 per call.
      Updating the list of repositories to download accordingly.
  * [74df4fe] README.Debian: adding info about changes in 4.0.7
    + Update the list of changed/moved repos, adding information about the
      newly repositories.
  * [05d21ad] debian/control: move Maintainer to PKG Electronics Team
    + Let the KiCad packages move over to the PKG Electronix Team! The ML
      there has quite a wider coverage. Remove Richard from the Uploaders.
      Tanks go out to Richard for maintenance in the past years!
  * [bb2e680] debian/control: increase Standards-Version to 4.0.1
  * [e655e36] rebuild patch queue from patch-queue branch
    + Refresh the patch queue, no functional changes.
  * [5145b7a] debian/rules: use DEB_* variables for entries from changelog
    + Let us use variables from /u/s/dpkg/pkg-info.mk, especially for picking
      version and date of the package.
  * [1addf7c] debian/copyright: reflect last changes and updates
  * [c4e6635] kicad-doc-id.doc-base: update due added kicad i18n
    + The manual for KiCad itself is now included for Indonesian.
  * [1aff1fb] kicad-common: symlink more renamed footprint libraries
    + Upstream modified again the footprint names, we need to add more symlinks
      to let existing installation find the new repositories by the old
      referenced name.
  * [ea4e7d5] kicad-common.install: not installing folder /u/s/mimelnk
    + Michael Biebl pointed to a useless installation of old mimelnk data,
      this is cruft as it was only valid until the KDE3 desktop environment.
    (Closes: #875527)
  * [7a1e05a] debian/control: drop B-D on quilt

 -- Carsten Schoenert <email address hidden>  Sun, 17 Sep 2017 10:29:35 +0200
Superseded in buster-release
Superseded in sid-release
kicad (4.0.6+dfsg1-1) unstable; urgency=medium

  [ Carsten Schoenert ]
  * [4d0ee6b] debian/rules: make dh_fixperms arch-depended (again)
    + kicad-common is depending on python2 so we need to ensure dh_fixperms
      for kicad-common is called within the arch-depend built.
  * [4608380] idf2vrml.1: fix syntax of the hyphen for option '-k'
  * [99b44a2] update footprint libraries for component tarball
    + Upstream has renamed and also added some libraries after the release of
      version 4.0.4. Related to the API of GitHub and more than 100
      repositories in the KiCad organisation we need no adjust the collection
      of the footprint libraries.
      We still use a static list for the creation of the *.orig.tar.xz based
      on the changed API call.
  * [913d32a] New upstream version 4.0.6+dfsg1
  * [4e62f6c] rebuild patch queue from patch-queue branch
  * [9ec8227] debian/control: update B-D after upstream changes
  * [8b0f985] adding new -doc package with Indonesian i18n
    + A new documentation package for Indonesian is available. Currently only
     for 'Getting Started in KiCad'.
  * [a08cede] README.Debian: adding README for Debian specific remarks
  * [c00487e] debian/rules: set permissions for *.kicad_mod files
  * [9bf9f8c] kicad-common: symlink renamed footprint libraries
    + Due the changes within the upstream source we got also different content
      for kicad-common now. We added some symlinking to get backward
      compatibility for existing installations and user settings.
    (Closes: #859409, #860093)
  * [8de0b6d] autopkg: starting first autopkg test for footprint libs

 -- Carsten Schoenert <email address hidden>  Mon, 19 Jun 2017 09:58:21 +0200

Available diffs

Superseded in buster-release
Published in stretch-release
Superseded in sid-release
kicad (4.0.5+dfsg1-4) unstable; urgency=medium

  [ Carsten Schoenert ]
  * [375ce2f] Revert "debian/control: decrease Architectures for arch packages"
    + removing the arch specific decrease of the build architecture, it's
      really not useful here (Thx Emilio & Aurelien)
  * [b2c400d] kicad-common.lintian-overrides: ingoring Lintian
    + kicad-common is now arch dependend, silence lintian here that is saying
      kicad-common has only content that is indep but we relay on the python
      package

 -- Carsten Schoenert <email address hidden>  Wed, 25 Jan 2017 22:38:35 +0100

Available diffs

Superseded in sid-release
kicad (4.0.5+dfsg1-3) unstable; urgency=medium

  [ Carsten Schoenert ]
  * [1835f2e] debian/control: decrease Architectures for arch packages
    + minimize the platform where kicad should be build, libboost-context-dev
      isn't on all platforms available
  * [4bd0315] manpages: adding missing manpages
  * [d1b0883] debian/copyright: reflect last changes and updates

 -- Carsten Schoenert <email address hidden>  Fri, 20 Jan 2017 21:51:15 +0100

Available diffs

Superseded in sid-release
kicad (4.0.5+dfsg1-2) unstable; urgency=medium

  [ Carsten Schoenert ]
  * [85bda23] kicad-common: make package arch-depended
  * [e38bb91] debian/kicad.install: fix installation of man pages
  * [1e3fc2e] override_dh_fixperms: adding mised call for dh_fixperms

 -- Carsten Schoenert <email address hidden>  Mon, 16 Jan 2017 18:56:50 +0100

Available diffs

Superseded in sid-release
kicad (4.0.5+dfsg1-1) unstable; urgency=medium

  [ Carsten Schoenert ]
  * [cc405a8] debian/control: adding Vcs fields after creating git tree
  * [a5b571d] rework helper script for source tarball creation
  * [e0d8156] debian/kicad.lintian-overrides: be more flexible
  * [f458b82] debian/rules: split dh_fixperms
    (Closes: #847820)
  * [dfd193b] New upstream version 4.0.5+dfsg1
    (Closes: #851000)
  * [47c248a] debian/rules: adjusting KICAD_FULL_VERSION
  * [bb3ec74] rebuild patch queue from patch-queue branch
  * [3d40398] kicad.install: re-adding the existing man pages
  * [e0fdaa1] debian/control: split of B-D package asciidoc
  * [774746f] debian/rules: remove build-arch specific target
  * [3f5b978] debian/control: adding myself to the Uploaders

 -- Carsten Schoenert <email address hidden>  Sat, 14 Jan 2017 21:45:37 +0100
Superseded in sid-release
kicad (4.0.4+dfsg2-1) unstable; urgency=medium

  [ Carsten Schoenert ]
  * [41a2fdb] create patch-queue branch from the existing patches
  * [22b5df9] debian/gbp.conf: adding helper config for git-buildpackage
  * [3ea2c1d] debian/get-kicad.sh: modify script to get recent versions
  * [eebdef9] New upstream version 4.0.4+dfsg2
  * [3691290] debian/README.source: adjust info about gbp workflow
  * [706c203] debian/control: wrap and sort the entries
  * [a8f2838] place desktop file in favour of a menu files
  * [4f033cf] kicad-doc*: adopt the documentation packages
  * [8d7dd1a] debian/copyright: adjust copyright information
  * [8d417ff] kicad: using the debhelper sequencer file mechanism
  * [38470c3] kicad-common: also using debhelper sequencer files
  * [e4be662] debian/control: adding new helper for dh_python2 support
  * [bb84cb9] debian/watch: adjusting watch URL and filemangle
  * [522a99e] debian/rules: enabling cmake build with some overrides
    (Closes: #833685)
  * [32f83db] debian/kicad.lintian-overrides: some needed overrides
  * [1ce57ed] rebuild patch queue from patch-queue branch
  * [182cc1a] rebuild patch queue from patch-queue branch
  * [5eb0382] kicad: enable the BUILD_GITHUB_PLUGIN (Closes: #820261)
  * [a200091] debian/copyright: adopt changes due libcurl support
  * [6e43839] debian/control: adding explicit python dep for kicad-common
  * [b96a3b7] debian/control: set Multi-Arch: foreign also on Arch: all
  * [6e15016] rebuild patch queue from patch-queue branch
  * [a869507] fix some buildflag hardening issues
  * [95bb23d] rebuild patch queue from patch-queue branch
  * [bc820d2] debian/rules: adding date from changelog to the Asciidoc files

  [ Georges Khaznadar ]

 -- Georges Khaznadar <email address hidden>  Tue, 15 Nov 2016 09:20:38 +0100
Superseded in stretch-release
Superseded in sid-release
kicad (4.0.4+dfsg1-2) unstable; urgency=medium

  * Removed the spurious dependency on libglew, which should be computed
    automatically by debian helper scripts. Closes: #838536

 -- Georges Khaznadar <email address hidden>  Fri, 30 Sep 2016 14:46:55 +0200
Superseded in stretch-release
Superseded in sid-release
kicad (4.0.4+dfsg1-1) unstable; urgency=medium

  * checked that 4.0.2+dfsg1-2~bpo8+1-1 is available. Closes: #811268
  * modified .install files to install kicad.mo files. Closes: #819855
  * applied Graham Inggs' patch. Closes: #834246
  * added a Recommends: for xsltproc. Closes: #826750
  * updated Standards-Version to 3.9.8
  * upgraded to the last upstream version. Closes: #833777
  * added build-dependencies on texlive-lang-cyrillic and texlive-fonts-extra

 -- Georges Khaznadar <email address hidden>  Wed, 11 May 2016 16:14:08 +0200
Superseded in stretch-release
Superseded in sid-release
kicad (4.0.2+dfsg1-4) unstable; urgency=medium

  * added a dependency on python-wxgtk3.0. Closes: #816525

 -- Georges Khaznadar <email address hidden>  Thu, 03 Mar 2016 10:34:37 +0100

Available diffs

Superseded in stretch-release
Superseded in sid-release
kicad (4.0.2+dfsg1-3) unstable; urgency=medium

  * changed the last patch according to Steven Chamberlain's proposition.
  * added a build-dependency on libpython-stdlib, which should not harm
    for most architectures, and might be necessary on a few ones.
  * removed the tee commands from the build routine

 -- Georges Khaznadar <email address hidden>  Mon, 22 Feb 2016 17:19:10 +0100
Superseded in sid-release
kicad (4.0.2+dfsg1-2) unstable; urgency=medium

  * Added a default define: LIB_ENV_VAR = wxT("LD_LIBRARY_PATH").
    Closes: #815247

 -- Georges Khaznadar <email address hidden>  Sat, 20 Feb 2016 16:59:52 +0100
Superseded in sid-release
kicad (4.0.2+dfsg1-1) unstable; urgency=medium

  * removed the obsoleted file debian/get_newest_source.sh
  * modified debian/get-kicad.sh to download data from i18n
    repositories, and to get kicad's core with version number 4.0.2
  * updated to version 2.0.2
  * created a new Makefile to compile i18n PO files
  * fixed a mistake in bitmaps_png/CMakeLists.txt's patch : no need to
    patch that file since files with copyright issues were replaced.
  * added a build-dependency on gettext

 -- Georges Khaznadar <email address hidden>  Mon, 15 Feb 2016 15:15:34 +0100

Available diffs

Superseded in stretch-release
Superseded in sid-release
kicad (4.0.1+dfsg1-2) unstable; urgency=medium

  * fixed the short package description for kicad-doc-de.
    Closes: #813605
  * added usr/lib/python2.7/dist-packages in d/kicad.install.
    Closes: #813655
  * removed the change done in bitmpas_png/CmakeLists.txt

 -- Georges Khaznadar <email address hidden>  Thu, 04 Feb 2016 09:35:29 +0100

Available diffs

Superseded in stretch-release
Superseded in sid-release
kicad (4.0.1+dfsg1-1) unstable; urgency=medium

  * repacked the source tarball, to withdraw files with a wrong license
    and the .cpp files which were generated from those sources.
  * created a new script debian/get_newest_source.sh and a file
    debian/watch to enjoy it.
  * modified debian/get_newest_source.sh to notify files with wrong
    licenses.
  * replaced files find.svg and find_replace.svg which came with wrong
    licenses, and compiled them into cpp files.
  * updated the URL in debian/copyright for Poly2Tri
  * added a build-dependency on python-dev
  * fixed the dependency on libglew1.13|libglew1.10 which prenvented
    the installation of kicad. Closes: #807082; Closes: #805115
  * checked that the scripts provided by Alexandre Rebert cannot
    crash kicad's binaries any longer. Closes:  #715686.
    Closes:  #716091. Closes: #716557.
  * checked that the script to get sources does not miss
    'TO_SOT_Packages_SMD.pretty' neither 'TO_SOT_Packages_THT.pretty'.
    Closes: #804614
  * added a build-dependency on python-all
  * modified debian/get-kicad.sh to upgrade to version 4.0.1
  * upgraded to the new upstream version
  * xsltproc is now invoked with --nonet; Closes: #807082
  * verified that all .pretty files are dowloaded when the source
    package is created. Closes: #804614
  * added a dependency on libglew >= 1.10; Closes: #805115
  * added compile definitions to build python scripting features,
    as recommended at http://kicad-pcb.org/download/source/
  * added a build-dependencies on python-wxgtk3.0-dev and swig
  * reactivated packages kicad-doc-de and kicad-doc-es; added build
    dependencies texlive-lang-german and texlive-langspanish.
  * added a dependency kicad-common -> python as this package contains
    one python script. Added --with python option to the dh call.

 -- Georges Khaznadar <email address hidden>  Thu, 07 Jan 2016 19:11:44 +0100

Available diffs

Superseded in stretch-release
Superseded in sid-release
kicad (4.0.0~rc1a-3) unstable; urgency=medium

  * added a build-dependency on docbook-xsl; enforced a non-parallel build
    for documents, following Simon Richter's hints. Closes: #806967

 -- Georges Khaznadar <email address hidden>  Sun, 06 Dec 2015 20:08:42 +0100
Superseded in sid-release
kicad (4.0.0~rc1a-1) unstable; urgency=medium

  * added a dependency on libglew1.13; Closes #805115
  * added new flags for CMAKE_OPTS in Makefile to display the correct version
    in windows' titles.
  * added "manually" repositories for TO_SOT_Packages_THT.pretty and
    TO_SOT_Packages_SMD.pretty; Closes #804614
  * remade the source package as too much files have been added for a simple
    patch

 -- Georges Khaznadar <email address hidden>  Sun, 15 Nov 2015 15:58:56 +0100

Available diffs

Superseded in sid-release
kicad (4.0.0~rc1-2) unstable; urgency=medium

  * fixed a typo in Makefile
  * lowered the number of dependencies (dropped the dependency on all boost
    libs, made a list of more precise dependencies)
  * added CPPFLAGS to CXXFLAGS (workaround explained at
    https://wiki.debian.org/Hardening#Notes_for_packages_using_CMake)
  * added a switch -j4 in Makefile to trigger multithreading for the main
    build

 -- Georges Khaznadar <email address hidden>  Wed, 04 Nov 2015 10:48:42 +0100

Available diffs

Superseded in sid-release
kicad (4.0.0~rc1-1) unstable; urgency=medium

  * updated the script get-kicad.sh to download the core from Github, docs
    and libraryes from Github. *.pretty libraries are downloaded from
    Github too.
  * created Makefile, doc/Makefile, library/Makefile
  * modified d/rules, d/control, d/*.install, d/kicad.manpages
  * written recipes to move shared libraries which were in /usr/bin/_*.kiface
  * written recipes to choose the file fp-lib-table.for-pretty as a default
    template
  * written recipes to fix missing icons and to resize badly shaped 48x48
    icons.
  * updated the file debian/copyright
  * the new package Closes: #795077; Closes: #770227; Closes: #783040;
    Closes: #787983; Closes: #802973; Closes: #794311; Closes: #798966

 -- Georges Khaznadar <email address hidden>  Fri, 23 Oct 2015 13:17:13 +0200
Deleted in stretch-release (Reason: None provided.)
Superseded in sid-release
kicad (0.20141025+bzr4029-2) unstable; urgency=medium


  * modified the description of the package for Japanese documentation.
    Closes: #767647
  * modified the default path to templates. Closes: #771354

 -- Georges Khaznadar <email address hidden>  Sat, 01 Nov 2014 19:39:30 +0100
Superseded in sid-release
kicad (0.20141025+bzr4029-1) unstable; urgency=medium


  * upgraded to the newest upstream releases for the code and the components.
  * added a rule in d/rules to remove useless .ps files. Closes: #737933
  * modified kicad.pro. Closes: #763683
  * updated Standards-Version to 3.9.6
  * added a build-dependency on unoconv
  * added build rules to make PDF help files from sources
  * added the package kicad-doc-ja in d/control, and files
    d/kicad-doc-*.install, for "pt" and "ja" languages.

 -- Georges Khaznadar <email address hidden>  Sun, 26 Oct 2014 10:26:51 +0100
Published in jessie-release
Superseded in sid-release
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

 -- Georges Khaznadar <email address hidden>  Fri, 12 Sep 2014 23:20:43 +0200
Superseded in jessie-release
Superseded in sid-release
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

 -- Georges Khaznadar <email address hidden>  Wed, 02 Jul 2014 22:28:01 +0200
Superseded in jessie-release
Superseded in sid-release
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

 -- Georges Khaznadar <email address hidden>  Sun, 22 Jun 2014 18:29:50 +0200
Superseded in jessie-release
Superseded in sid-release
kicad (0.20140518+bzr4027-2) unstable; urgency=medium


  * applied Samuel Thibault's patch. Closes: #749930

 -- Georges Khaznadar <email address hidden>  Sun, 01 Jun 2014 16:34:06 +0200
Superseded in jessie-release
Superseded in sid-release
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
  * 

 -- Georges Khaznadar <email address hidden>  Sun, 18 May 2014 14:59:05 +0200
Superseded in jessie-release
Superseded in sid-release
kicad (0.20140224+bzr4027-3.1) unstable; urgency=low


  * Non-maintainer upload.
  * It FTBFS because kicad-common is arch independent.
    Patch by Dejan Latinovic <email address hidden>.
    Closes: #741743

 -- Anibal Monsalve Salazar <email address hidden>  Fri, 09 May 2014 04:33:24 +0100
Superseded in sid-release
kicad (0.20140224+bzr4027-3) unstable; urgency=medium


  * taken in account Samuel Thibault's hint. Closes: #740999

 -- Georges Khaznadar <email address hidden>  Fri, 07 Mar 2014 11:48:29 +0100
Superseded in sid-release
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

 -- Georges Khaznadar <email address hidden>  Thu, 06 Mar 2014 02:24:33 +0100
Superseded in sid-release
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

 -- Georges Khaznadar <email address hidden>  Mon, 24 Feb 2014 15:40:26 +0100
Deleted in jessie-release (Reason: None provided.)
Superseded in sid-release
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

 -- Georges Khaznadar <email address hidden>  Wed, 08 Jan 2014 17:25:14 +0100
Superseded in jessie-release
Superseded in sid-release
kicad (0.20130727+bzr4024-2) unstable; urgency=low


  * modified the homepage in d/control. Closes: #713858
  * modified ./scripts/kicad-get-rss to remove bashisms. Closes: #690645
  * modified d/kicad-common.install to fix forgotten libraries.
    Closes: #719530

 -- Georges Khaznadar <email address hidden>  Wed, 07 Aug 2013 11:19:25 +0200
Superseded in sid-release
kicad (0.20130727+bzr4024-1) unstable; urgency=low


  * upgraded to the last revision. Closes: #694740
  * updated Standards-Version to 3.9.4, compat to 9.
  * commented out a few lines in include/common.h, to enable the build
    with wx libraries available in Sid. Don't know why these lines were
    introduced.

 -- Georges Khaznadar <email address hidden>  Sat, 27 Jul 2013 18:31:03 +0200
Superseded in jessie-release
Published in wheezy-release
Superseded in sid-release
kicad (0.20120526+bzr3261-1) unstable; urgency=low


  * upgraded to the last stable revision. Closes: #656215
  * removed debian/source/include-binaries and the additional files which
    came with it
  * added a script debian/clean_sourceless_pdf which removes PDF files
    in many directories when no source was found. This script outputs
    a log file: debian/erased_pdf.log, which should be cleared when a
    new upstream package is downloaded.
  * modified kicad-doc-es.install since there is no source for the pdf file
  * modified kicad-doc-pl.install since a pdf source is missing
  * upgraded Standards-Version to 3.9.3
  * precised a Replaces: stance (kicad (<< 0.20120126+bzr3256-1))

 -- Georges Khaznadar <email address hidden>  Sat, 26 May 2012 17:28:12 +0000
Superseded in sid-release
kicad (0.20120126+bzr3256-3.1) unstable; urgency=low


  * Non-maintainer upload.
  * gcc-4.7: Fix build failure with GCC 4.7.  Closes: #672727.
    - include/boost/polygon/polygon_90_set_data.hpp: Include
      "detail/polygon_sort_adaptor.hpp" for gtlsort.

 -- Matej Vela <email address hidden>  Fri, 25 May 2012 22:25:46 +0100
Superseded in wheezy-release
Superseded in sid-release
kicad (0.20120126+bzr3256-3) unstable; urgency=low


  * excluded .pdf files from dh_compress. Closes: #659660

 -- Georges Khaznadar <email address hidden>  Wed, 15 Feb 2012 18:07:06 +0000
Superseded in sid-release
kicad (0.20120126+bzr3256-2) unstable; urgency=low


  * added the l10n files into the package kicad-common. Closes: #659091
  * added eeschema.svg into usr/share/icons/hicolor/scalable/apps. 
    Closes: #659317
  * applied Vincent Danjean's tip. Closes: #657729

 -- Georges Khaznadar <email address hidden>  Fri, 10 Feb 2012 17:54:11 +0000
Superseded in wheezy-release
Superseded in sid-release
kicad (0.20120126+bzr3256-1) unstable; urgency=low


  * upgraded to the latest upstream version. Closes: #656215
  * modified the packaging scripts (simplified debian/rules, added
    some .install files.

 -- Georges Khaznadar <email address hidden>  Thu, 26 Jan 2012 08:42:59 +0100
Superseded in wheezy-release
Superseded in sid-release
kicad (0.0.20110616-1) unstable; urgency=low
  * upgraded to the latest upstream version.  * included the files sent by their author, by email     <email address hidden>, Closes: #630453 -- Georges Khaznadar <email address hidden>  Thu, 16 Jun 2011 22:52:02 +0200
Superseded in wheezy-release
Superseded in sid-release
kicad (0.0.20110507-1) unstable; urgency=low
  * upgraded to the new upstream version. Closes: #624439 -- Georges Khaznadar <email address hidden>  Sat, 07 May 2011 16:52:33 +0200
Superseded in wheezy-release
Superseded in sid-release
kicad (0.0.20101024-1) unstable; urgency=low


  * Maintainer change. 
    - Closes: #599427
  * changed the way sources are downloaded. See debian/packagesrc.sh
  * upgraded to newest stable release. 
    - Closes: #590483
    - Closes: #580497
  * moved the dependency on extra-xdg-menus to Suggests: level. 
    - Closes: #577282
  * added a list of auto-generated files to remove upon clean target

 -- Georges Khaznadar <email address hidden>  Sun, 24 Oct 2010 02:34:38 +0200
Published in squeeze-release
Superseded in sid-release
kicad (0.0.20100314-1) unstable; urgency=low


  * New upstream (Closes: #575018).
  * Update Standards-Version to 3.8.4 (no changes needed).

 -- Richard Antony Burton <email address hidden>  Sun, 28 Mar 2010 12:58:23 +0000
Superseded in squeeze-release
Superseded in sid-release
kicad (0.0.20090216-1.1) unstable; urgency=low


  * Non-maintainer upload.
  * Change recommend on extra-xdg-menus to suggests, to avoid
    installing it by default.  Add sections Education and Science to
    desktop file, to make sure the menu entry show up where it make
    sense (Closes: #567773).

 -- Petter Reinholdtsen <email address hidden>  Thu, 11 Mar 2010 16:00:37 +0100
Superseded in squeeze-release
Superseded in sid-release
kicad (0.0.20090216-1) unstable; urgency=low


  * New upstream release. (Closes: #529628)
  *  - Upstream fix. (Closes: #532367)
  *  - Upstream fix. (Closes: #509956)
  * Move shortcut to electronics section. (Closes: #536307)
  * Suggest documentation. (Closes: #502546)
  * Update Standards-Version to 3.8.3 (no changes needed).

 -- Richard Antony Burton <email address hidden>  Sat, 26 Sep 2009 12:47:27 +0000
Superseded in squeeze-release
Superseded in sid-release
kicad (0.0.20080825c-1) unstable; urgency=low


  * New upstream release. (Closes: #496897)
  * Use new cmake build system.
  * Use new svn repository layout.
  * Build using wxWidgets 2.8. (Closes: #398615)
  * Require debhelper 6 to get fix for 459426.
  * Upstream performance improvement for redraw. (Closes: #469516)
  * Moved examples to /usr/share/doc/kicad/demos
  * Update Standards-Version to 3.8.0 (no changes needed).
  * Add more language packages, for tutorials.
  * Only en & fr manuals included, rest not currently maintained upstream.

 -- Richard Antony Burton <email address hidden>  Sun, 21 Sep 2008 19:58:47 +0100
Published in lenny-release
kicad (0.0.20071129a-1) unstable; urgency=low


  * New upstream release.
  * Fix menu icon (not the gnome one).
  * Update Standards-Version to 3.7.3.0 (Debian menu structure change only).

 -- Richard Antony Burton <email address hidden>  Wed, 19 Dec 2007 17:04:33 +0000
76123 of 123 results