kicad.git
8 years agoadd field 'revdate' to asciidoc files of documentation
Carsten Schoenert [Thu, 13 Oct 2016 19:08:18 +0000 (21:08 +0200)]
add field 'revdate' to asciidoc files of documentation

For reproducibility we need to set up a date that's not depending on the
current time and timezone. We add a extra asciidoc control field
'revdate' and expand the variable behind that while building the package
with the date from the changelog file.

Gbp-Pq: Topic reproducibility
Gbp-Pq: Name add-field-revdate-to-asciidoc-files-of-documentation.patch

8 years agoKiCadDocumentation.cmake: fix install target for HTML docu
Carsten Schoenert [Sun, 25 Sep 2016 07:56:25 +0000 (09:56 +0200)]
KiCadDocumentation.cmake: fix install target for HTML docu

The old default behaviour while installing the generated HTML content is
to install the whole images/$LANG folders into every generated language.
This was producing a lot of useless duplicated data.  After applying a
commit from upstream [1] this problem was partially fixed, but the
default images were not installed.

This commit fixes changing the kind of creating the list for the default
images that will be installed in a next step. Also the images from the
English language is needed as some howtos use them.

[1] https://github.com/KiCad/kicad-doc/commit/027c096941105048da8921ac2d8bc4d1594b14a9

Gbp-Pq: Topic fixes
Gbp-Pq: Name KiCadDocumentation.cmake-fix-install-target-for-HTML-docu.patch

8 years agoFix issue #170 -- for real
Nick Østergaard [Sun, 18 Dec 2016 21:16:22 +0000 (22:16 +0100)]
Fix issue #170 -- for real

(Notes by Carsten Schoenert)
Upstream fix for kicad-doc commited after the release of v4.0.5.
This patch will automatically fall out of the patch queue with the next
version 4.0.6.
This commit isn't fixing the installation of the default images. For
this we need another fix.

Gbp-Pq: Topic fixes
Gbp-Pq: Name Fix-issue-170-for-real.patch

8 years agoRemove unused FindOpenSSL.cmake
Simon Richter [Thu, 5 May 2016 08:31:26 +0000 (10:31 +0200)]
Remove unused FindOpenSSL.cmake

Gbp-Pq: Topic fixes
Gbp-Pq: Name Remove-unused-FindOpenSSL.cmake.patch

8 years agoReplace avhttp with libcurl
unknown [Tue, 22 Dec 2015 14:19:00 +0000 (15:19 +0100)]
Replace avhttp with libcurl

Some fixes:
1. Fixed an assumption somebody originally made in the plugin that
   std::string had contiguous storage. This is not specced behavior pre
   C++11 so we gamble by calling .reserve() which should give a far
   better guarantee.

2. Added copy to clipboard information for curl

3. Removed some openssl references in compiling.md

4. Renamed struct vars to be uppercase to match "public var" code style
   policy

Gbp-Pq: Topic fixes
Gbp-Pq: Name Replace-avhttp-with-libcurl.patch

8 years agoAdd missing dependency github_plugin -> pcbcommon
Simon Richter [Thu, 5 May 2016 08:01:38 +0000 (10:01 +0200)]
Add missing dependency github_plugin -> pcbcommon

The GitHub plugin needs the generated PCB parser code.

Gbp-Pq: Topic fixes
Gbp-Pq: Name Add-missing-dependency-github_plugin-pcbcommon.patch

8 years agoReplace the avhttp library used by the github plugin with libcurl.
Mark Roszko [Mon, 21 Dec 2015 20:30:33 +0000 (15:30 -0500)]
Replace the avhttp library used by the github plugin with libcurl.

Gbp-Pq: Topic fixes
Gbp-Pq: Name Replace-the-avhttp-library-used-by-the-github-plugin-with.patch

8 years agoFixing some spelling issues
Carsten Schoenert [Fri, 9 Sep 2016 09:12:02 +0000 (11:12 +0200)]
Fixing some spelling issues

Lintian has found some spelling issues which are not pushed upstream for
release 4.x.

Gbp-Pq: Topic fixes
Gbp-Pq: Name Fixing-some-spelling-issues.patch

8 years agoFix FTBFS with Boost 1.61
Michael Steinberg [Sat, 3 Sep 2016 15:48:20 +0000 (17:48 +0200)]
Fix FTBFS with Boost 1.61

The attached patch includes two commits from upstream:
  - boost::context fixes to make it compatible with boost 1.61
  - use a guarded stack for coroutines in boost version 1.61

https://github.com/KiCad/kicad-source-mirror/commit/06d4894fdbeb00727cdcc667b8899ad73d8eb1c2
https://github.com/KiCad/kicad-source-mirror/commit/78bc3c65de6c03d19be9902327d08cd4d87c229c

Closes: #834246
Gbp-Pq: Topic fixes
Gbp-Pq: Name Fix-FTBFS-with-Boost-1.61.patch

8 years agoFix FTBFS on kFreeBSD and Hurd
Georges Khaznadar [Sat, 3 Sep 2016 15:57:10 +0000 (17:57 +0200)]
Fix FTBFS on kFreeBSD and Hurd

The modification should allow the package to be built on new platforms:
hurd and *freebsd.

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name Fix-FTBFS-on-kFreeBSD-and-Hurd.patch

8 years agoAdding needed SVG files and additinal arrays
Georges Khaznadar [Sat, 3 Sep 2016 15:57:10 +0000 (17:57 +0200)]
Adding needed SVG files and additinal arrays

Adding two SVG files and the additional string arrays due the upstream
files are not DFSG clean.

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Adding-needed-SVG-files-and-additinal-arrays.patch

8 years agoModifing the Exec cmd in the desktop-files
Georges Khaznadar [Sat, 3 Sep 2016 15:57:10 +0000 (17:57 +0200)]
Modifing the Exec cmd in the desktop-files

Fixup the *.desktop files and add a file handler to the Exec key.
https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html

Gbp-Pq: Topic fixes
Gbp-Pq: Name Modifing-the-Exec-cmd-in-the-desktop-files.patch

8 years agoRemove download target for noAvhttp
Georges Khaznadar [Sat, 3 Sep 2016 15:57:10 +0000 (17:57 +0200)]
Remove download target for noAvhttp

In Debian we don't load anything dynamically from the net while package
built.

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Remove-download-target-for-noAvhttp.patch

8 years agokicad (4.0.5+dfsg1-4) unstable; urgency=medium
Carsten Schoenert [Wed, 25 Jan 2017 21:38:35 +0000 (21:38 +0000)]
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

[dgit import unpatched kicad 4.0.5+dfsg1-4]

8 years agoImport kicad_4.0.5+dfsg1-4.debian.tar.xz
Carsten Schoenert [Wed, 25 Jan 2017 21:38:35 +0000 (21:38 +0000)]
Import kicad_4.0.5+dfsg1-4.debian.tar.xz

[dgit import tarball kicad 4.0.5+dfsg1-4 kicad_4.0.5+dfsg1-4.debian.tar.xz]

8 years agoImport kicad_4.0.5+dfsg1.orig.tar.xz
Carsten Schoenert [Sat, 14 Jan 2017 20:45:37 +0000 (20:45 +0000)]
Import kicad_4.0.5+dfsg1.orig.tar.xz

[dgit import orig kicad_4.0.5+dfsg1.orig.tar.xz]

8 years agoImport kicad_4.0.5+dfsg1.orig-doc.tar.xz
Carsten Schoenert [Sat, 14 Jan 2017 20:45:37 +0000 (20:45 +0000)]
Import kicad_4.0.5+dfsg1.orig-doc.tar.xz

[dgit import orig kicad_4.0.5+dfsg1.orig-doc.tar.xz]

8 years agoImport kicad_4.0.5+dfsg1.orig-i18n.tar.xz
Carsten Schoenert [Sat, 14 Jan 2017 20:45:37 +0000 (20:45 +0000)]
Import kicad_4.0.5+dfsg1.orig-i18n.tar.xz

[dgit import orig kicad_4.0.5+dfsg1.orig-i18n.tar.xz]

8 years agoImport kicad_4.0.5+dfsg1.orig-libraries.tar.xz
Carsten Schoenert [Sat, 14 Jan 2017 20:45:37 +0000 (20:45 +0000)]
Import kicad_4.0.5+dfsg1.orig-libraries.tar.xz

[dgit import orig kicad_4.0.5+dfsg1.orig-libraries.tar.xz]