cl-csv (20180228-2) unstable; urgency=medium . * Move maintenance to Debian Common Lisp Team. Thanks to Dimitri Fontaine for his work on this package * Add missing parser.lisp inside cl-csv (Closes: #900155) * Merge cl-csv-clsql and cl-csv-data-table into cl-csv * Drop symlinks to *.asd in /u/s/common-lisp/systems/ * Bump to debhelper compat level 11 * Remove B-D on dh-lisp * Update Vcs-* fields for move to salsa * Create d/watch which tracks upstream git HEAD * Use secure URL in Format field of d/copyright * Bump to S-V 4.1.4 * Rewrite package long description * Add autopkgtest that loads the main system with ASDF in sbcl, ecl and clisp. Can't yet run the testsuite nor load the auxiliary systems because of missing dependencies kicad (5.0.0~rc2+dfsg1-3) unstable; urgency=medium . * [6a38e45] rebuild patch queue from patch-queue branch + added patch: fixes/Set-ViewBBox-to-viewitem-size.patch Cherry-picked from the current upstream development to fix a segfault that was happen on i386 in the pcbnew application. (Closes: #896706) kicad (5.0.0~rc2+dfsg1-2) unstable; urgency=medium . * rebuild for unstable (Closes: #897100) kicad (5.0.0~rc2+dfsg1-1) experimental; urgency=medium . * [3fedd8b] copyright: explain why we need to add 'dfsg' suffix + From the Debian POV KiCad isn't fully free as upstream is shipping currently two PDF files without the sources. But there won't be ever sources for these files available, the files in question are from UltraCAD Inc. and they never will release the source for rebuilding the PDF files. We have removed the files to comply with the DFSG and this fact is added to the copyright file. * [85fb53b] New upstream version 5.0.0~rc2+dfsg1 * [98f1ced] rebuild patch queue from patch-queue branch + added patch: debian-hacks/Remove-specific-Japanese-translation-within-pcbnew.adoc.patches + removed patches (applied upstream): fixes/fix-misspelled-Allows-to-Allows-one-to.patch fixes/fix-misspelled-allows-to-allows-one-to.patch fixes/fix-misspelled-an-other-another.patch * [50740a0] Revert "d/control: Build-Depend on libwxgtk3.0-gtk3-dev" + The added build dependency on libwxgtk3.0-gtk3-dev was added to get KiCad build against GTK3+ bindings but KiCad isn't fully ready and prepared to use the GTK3+ stuff so we need to go back to libwxgtk3.0 with binding of GTK2+. * [9fe8b7e] debian/rules: turn off support of SCRIPTING_WXPYTHON + The scripting support engine needs wxpython which is currently only available with GTK3+ bindings. So if we turn on scripting support we will get a reverse dependency on libwxgtk3.0-gtk3 through wxpython. This would result again in used GTK3+ symbols inside the KiCad binaries and bring back the issues we had. (Closes: #895801, #899215, #899216) * [65826c8] debian/control: increase Standards-Version to 4.1.4 + No further changes needed. * [f8389c2] debian/control: adjust field Maintainer due domain change + The contact email address for the Debian Electronics Group has changed to pkg-electronics-devel@alioth-lists.debian.net. * [4251c7d] copyright: adopt upstream changes + Due the upstream changes to the source we need to adopt the copyright information. * [30f2e7a] README.Debian: adding hints about GTK3+ issues + Have a look into /us/s/d/k/README.Debian.gz to see some explanation why the kicad package isn't using GTK3+ bindings of wxWidgets. * [41c2de1] autopkg: adding again some auto testing stuff + Let's add again some automatic testing for the kicad package. kicad (5.0.0~rc1+dfsg1+20180318-3) experimental; urgency=medium . * [35b932c] kicad: adding versioned Depends for python-wxgtk3.0 + To get sure users get a valid combination of python-wxgtk3.0 and libwxgtk3.0-gtk3-0v5 adding strict version dependency on python-wxgtk3.0. * [866cd63] d/README.Debian: update README file + Write down some additional information about the problems with the Modern Toolset in combination with Wayland that can happen. In some circumstances the usage of Pcbnew or Gerbview in a Wayland environment might cause crashes of KiCad or even the Wayland session. * [935f451] debian/rules: update the DEB_KICAD_CMAKE_OPTS variable + Enable the Python action plugin interface to see how this is going, we might see new problems related to the wxwidgets framework and GTK2/GTK3. kicad (5.0.0~rc1+dfsg1+20180318-2) experimental; urgency=medium . * [7364bba] rebuild patch queue from patch-queue branch + added patches: fixes/fix-misspelled-Allows-to-Allows-one-to.patch fixes/fix-misspelled-allows-to-allows-one-to.patch fixes/fix-misspelled-an-other-another.patch * [783a915] d/control: Build-Depend on libwxgtk3.0-gtk3-dev + The wxwidgets3.0 package has introduced dedicated packages for GTK3, using the new dev package on this so we get the correct GTK3 bindings. (Closes: #895008) * [756ff4d] debian/kicad.lintian-overrides: rework the entries 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. 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. 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 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 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 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 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 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 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 ] 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 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 kicad (4.0.2+dfsg1-4) unstable; urgency=medium . * added a dependency on python-wxgtk3.0. Closes: #816525 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 kicad (4.0.2+dfsg1-2) unstable; urgency=medium . * Added a default define: LIB_ENV_VAR = wxT("LD_LIBRARY_PATH"). Closes: #815247 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 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 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. 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 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 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 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 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 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. 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 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 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 kicad (0.20140518+bzr4027-2) unstable; urgency=medium . * applied Samuel Thibault's patch. Closes: #749930 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 * kicad (0.20140224+bzr4027-3.1) unstable; urgency=low . * Non-maintainer upload. * It FTBFS because kicad-common is arch independent. Patch by Dejan Latinovic . Closes: #741743 kicad (0.20140224+bzr4027-3) unstable; urgency=medium . * taken in account Samuel Thibault's hint. Closes: #740999 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 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 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 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 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. 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)) 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. kicad (0.20120126+bzr3256-3) unstable; urgency=low * excluded .pdf files from dh_compress. Closes: #659660 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 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. kicad (0.0.20110616-1) unstable; urgency=low * upgraded to the latest upstream version. * included the files sent by their author, by email <4DF93DA9.50504@iridec.com.au>, Closes: #630453 kicad (0.0.20110507-1) unstable; urgency=low * upgraded to the new upstream version. Closes: #624439 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 kicad (0.0.20100314-1) unstable; urgency=low * New upstream (Closes: #575018). * Update Standards-Version to 3.8.4 (no changes needed). 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). 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). 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). kicad (0.0.20070702-1) unstable; urgency=low * New upstream release. * Added man pages for binaries. (Closes: #429223) * All patches from previous version now included upstream. kicad (0.0.20070525-1) unstable; urgency=low * New upstream release (Closes: #423873) * Install help files to correct location (Closes: #404783) * For languages without native help files the English doc package is pulled in with the non-English doc package, so there is at least some help. * Not removing all binaries removed during 'clean' (Closes: #424455) * Patch for the 3D Display image export problem (Closes: #423882) kicad (0.0.20060829-2) unstable; urgency=low * Fixing wrong location of helpfiles (Closes: #404783) (djp) kicad (0.0.20060829-1) unstable; urgency=low * now binNMU safe (rab) * This version is 20060828 but since i forgot something inside the orig.tar.gz i must increase the version number (djp) * Added newer documentation (djp) * Added some updated po files (djp) * Added italian help files (djp) kicad (0.0.20060828-1) unstable; urgency=low * New upstream. * Split help files out into separate language-specific packages. relion (1.4+dfsg-4) unstable; urgency=medium . * Team upload. * Add watch file (and delete README.source that explains why there is no watch file) * New upstream version * debhelper 11 * Point Vcs fields to salsa.debian.org * Standards-Version: 4.1.4 * Restrict architectures to amd64 and i386 Closes: #897239 relion (1.4+dfsg-3) unstable; urgency=medium . * Team upload * d/control: Enable all archs, Closes: #873865 * d/control: Update standards to 4.1.1 (no changes) relion (1.4+dfsg-2) unstable; urgency=medium . [ Gert Wollny ] * Team upload. * d/p/0005: Correct compilation with gcc-6, Closes: #811641 * d/p/0006: Correctly copy only 4 byte, corresponding to the target array size * d/control: Update standards version to 3.9.8 . [ Andreas Tille ] * hardening=+bindnow relion (1.4+dfsg-1) unstable; urgency=medium . [ Roland Fehrenbacher ] * New upstream version 1.4 * Bug fix: "file conflicts between librelion{+mpi}{+gui}-1.3-1{v5} packages", thanks to Ralf Treinen (Closes: #797825). . [ Andreas Tille ] * Enable building architecture independant files separately Closes: #806103 relion (1.3+dfsg-3) unstable; urgency=medium . [ Andreas Tille ] * Rename library packages for g++5 ABI transition. (Thanks for the patch to Iain Lane ) Closes: #791267 . [ Roland Fehrenbacher ] * Fix permissions of d/lib*.install files (needed for dh-exec) relion (1.3+dfsg-2) unstable; urgency=medium . * Drop build-dep on openmpi-gcc Closes: #766821 relion (1.3+dfsg-1) unstable; urgency=low . * Initial upload (Closes: #766324) trafficserver (7.1.3+ds-2) unstable; urgency=medium . * Update build-deps to libncurses6 * Update patch to fix arm* builds trafficserver (7.1.3+ds-1) unstable; urgency=medium . * Update Vcs URLs. Replace alioth with salsa * Add patch to make documentation build with python3. Fix lintian warning * New upstream version 7.1.3+ds * Update d/gbp.conf * Patches refresh for 7.1.3 * Add a patch to fix doc build outside of git repository * Update standards version * Remove chown command from postinst script. Fix lintian warning trafficserver (7.1.2+ds-3) unstable; urgency=medium . * Add upstream changelog file to trafficserver package * Add systemd units file * Fix documentation. Update links * Update d/rules to remove examples binary files from package trafficserver (7.1.2+ds-2) unstable; urgency=medium . * Drop patch for lua source code removal (Handled with repack) * Drop patch for documentation build (merged upstream) * Add a patch to make man pages being built * Update d/compat * Fix lintian warnings * Update d/rule to fix lintian warning. * Disable auto_test (again) * Install CHANGELOG file in /usr/share/doc * Enable documentation built (if not, man pages aren't either) trafficserver (7.1.2+ds-1) unstable; urgency=medium . * New upstream version 7.1.2+ds * Update d/patches for 7.1.2+ds * Update build dependencies * Update compilation flags * Enable experimental plugin cache_key_genid trafficserver (7.1.1-1) unstable; urgency=medium . * Fix trafficserver-dev dependencies. (Closes: #877457) * Fix d/gbp.conf. Remove duplicate filter option * Update standards version in d/control * Fix debian-rules-sets-dpkg-architecture-variable lintian warning * Fix debian-watch-uses-insecure-uri lintian info * Update d/patches * Update d/rules to reflect healthcheck being managed as a stable plugin * Add a patch to fix kfreebsd build * Add a patch to fix arm build * New upstream version 7.1.0 * Remove broken 0008-fix_build_armel patch * Patches refresh for 7.1.0 * Add new patch to fix build with luajit 2.1 (Closes: #873328) * Update experimental modules list * Update Debian Standards-Version & d/compat * Update Vcs-* fields to use secure communication * Lintian fix for d/NEWS * Add new build option to use system luajit * Update build dependencies (Closes: #859750) * Fix lintian warning in d/copyright * New upstream version 7.1.1 * Patches refresh for 7.1.1 trafficserver (7.0.0-5) unstable; urgency=medium . * Add patch to fix arm* build. (Closes: #857389) trafficserver (7.0.0-4) unstable; urgency=medium . * Add Conflicts for file overwrites (Closes: #850775) trafficserver (7.0.0-3) unstable; urgency=medium . * Fix documentation build for docutils >= 0.13 (Closes: #848800) * Update LuaJIT patches serie to fallback using Lua if LuaJIT not found * Update luajit patch. - Remove hardcoded value - Add luajit dynamic detection trafficserver (7.0.0-2) unstable; urgency=medium . * Add patches to use system luajit and not the internal one any more * Update d/rules to remove luajit exception. trafficserver (7.0.0-1) unstable; urgency=medium . [ Arno Töll ] * Remove myself as maintainer. Thanks to Aron and Jean Baptiste for stepping in on my place and keeping the package up to date. It makes the confident the package is in good hands now. . [ Jean Baptiste Favre ] * New upstream release 7.0.0 * Patches refresh for 7.0.0 * Update plugins list * Update build dependencies * Add pkgconfig .pc file in trafficserver-dev package * Enable experimental plugins webp_transform * Enable traffic_top build (Closes: #836126) * Remove Linux AIO support (Closes: #803661, #836124) * Fix FTBFS for mips64el (Closes: #830856) * Add patch to make the build reproductible (Closes: #833176) . [ Aron Xu ] * Set myself as Maintainer at the moment * Build-Depends on default-libmysqlclient-dev trafficserver (6.2.0-1) unstable; urgency=medium . * Add upstream gpg keys for uscan pgpsigurlmangle option * Imported Upstream version 6.2.0 * Patch refresh for 6.2.0 * Update trafficserver manpages list * Update trafficserver install list * Update trafficserver-experimental-plugins install list * Update build dependencies (Add libmariadbclient-dev in experimental) * Bump standards version trafficserver (6.1.1-1) unstable; urgency=medium . * Imported Upstream version 6.1.1 * Update d/watch for gpg signature check trafficserver (6.1.0-1) unstable; urgency=medium . * New upstream release * Use -mcx16 on x86 platforms only (Closes: #805124) trafficserver (6.0.0-2) unstable; urgency=medium . * Re-enable 32-bit builds * Add some optional build dependencies * Use -O3 by default trafficserver (6.0.0-1) unstable; urgency=medium . [ Aron Xu ] * Avoid possible-missing-colon-in-closes . [ Jean Baptiste Favre ] * Imported Upstream version 6.0.0 * Update experimental plugins list - Remove channel_stats - Add cache promote cache_promote.so - Add cache ranage request cache_range_requests.so - Add mp4 streaming media mp4.so - Add Stream editor stream_editor.so trafficserver (5.3.0-2) unstable; urgency=medium . * Avoid installing tslua.so on archs built without LuaJIT (Closes: #770353) trafficserver (5.3.0-1) unstable; urgency=medium . * Imported Upstream version 5.3.0 - CVE-2014-10022: remote DoS * Remove fix_TS3316_i386_build patch * Fix traffic_wccp build, missing OpenSSL symbol * Add experimental plugin generator * Format patch for TS-3632 * Update Uploader field in d/control trafficserver (5.2.0-3) unstable; urgency=medium . * Do not install tslua.so for archs without LuaJIT trafficserver (5.2.0-2) unstable; urgency=medium . * Disable LuaJIT for arm64 trafficserver (5.2.0-1) unstable; urgency=medium . [ Jean Baptiste Favre ] * New upstream release. * Add support for following experimental modules: - epic - header_normalize - mysql_remap - ssl_cert_loader - sslheaders * Remove missing file related to removed traffic_shell * Backport patch for TS-3316 to solve i386 build issue * Fix misconfigured call to dh_makeshlibs (used system dir instead of temporary build one) . [ Aron Xu ] * Enable all hardening features. * Update copyright file. trafficserver (5.1.1-1) unstable; urgency=medium . * New upstream release. This release includes fixes for these security related vulnerabilities: - CVE-2014-3566: Do not enable SSL3 by default - CVE-2014-3624: Ensure remap requests are properly tunneled using CONNECT requests to avoid an open relay * Add support for ppc64el, patch merged upstream (Closes: #754134, #754808) * Fix "ftbfs on kfreebsd" by conditionally building healthchecks.so on Linux only. Patch supplied by Steven Chamberlain, thanks (Closes: #767287) trafficserver (5.1.0-1) unstable; urgency=medium . * New upstream release * Bump standards version to 3.9.6 (no changes needed) . [Jean Baptiste Favre] * Add a debug package with debug symbols for those who need it. * Split out experimental trafficserver plugins into a separate package so that users are aware of their experimental character before using them. * Add a libhwloc b-d so that ATS has a better idea about the underlying hardware it runs at to improve the runtime performance trafficserver (5.0.1-1) unstable; urgency=medium . * New upstream release including a fix for CVE-2014-3525 that allowed attackers by special crafted packets to obtain privileges for services bound to localhost trafficserver (5.0.0-1) unstable; urgency=medium . * Acknowledge previous NMUs, thanks to Anibal Monsalve Salazar for coordination. * New upstream version. Patch changes: + drop 0001-TS-1821.patch: released upstream in 5.0.0 + drop 0001-TS-2454-Fix-undefined-reference-to-__sync_fetch_and_.patch: released upstream in 4.2 + drop add-mips-support.patch: released upstream in 5.0.0 + drop pthread_setname_np.patch: This was a Debian specific issue which is being worked around in eglibc's commit r5460. * Add "support for mips64": merged upstream (Closes: #750807) * Build with dh-autoreconf to avoid build time issues with Automake 1.13 which is not in Debian yet. trafficserver (4.1.2-1.2) unstable; urgency=medium . * Non-maintainer upload. * Add missing prototype for pthread_setname_np() Add pthread_setname_np.patch Patch by Petr Salinger Closes: #743584 trafficserver (4.1.2-1.1) unstable; urgency=medium . * Non-maintainer upload. * Fix undefined reference to `__sync_fetch_and_sub_8' on ARM 32bit Add 0001-TS-2454-Fix-undefined-reference-to-__sync_fetch_and_.patch from https://issues.apache.org/jira/browse/TS-2454 Patch by Yunkai Zhang * Add support for MIPS Add add-mips-support.patch Submitted: https://issues.apache.org/jira/browse/TS-2687 Merged: https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=2f81790 Patch by Dejan Latinovic Closes: 743395 * Build-depend on libboost-dev Patch by Dejan Latinovic Closes: #737510 trafficserver (4.1.2-1) unstable; urgency=medium . * Merge the experimental branch of trafficserver to unstable * New upstram release (Closes: #711530, #733377) + Refresh 0001-TS-1821.patch until it is fixed upstream + Don't run autoreconf anymore, we do not need it anymore + build depend on libaio-dev to support AIO on Linux systems * Push standards version trafficserver (3.3.2-1) experimental; urgency=low . [ Arno Töll ] * Drop --with-arg-max from configure * Update changelog in view of the new upstream version . [ Aron Xu ] * Imported Upstream version 3.3.2 * Drop patch for enabling experimental plugins * Add liblua5.1-dev and liboost1.53-dev to B-D * Try on all archs for experimental builds * Permit parallel building * Fix typo in dep5 copyright file * Do not install staticly linked library * Enable Linux native AIO support for linux-any * Enable reclaimable freelist trafficserver (3.3.0+git20121208-0exp1) experimental; urgency=low . * Upstream git snapshot. * Enable most of experimental plugins, install related libraries. * Run dh_autoreconf. * Make dh_auto_test errors non-fatal. trafficserver (3.3.0-1) experimental; urgency=low . * Upload upstream development release to experimental. trafficserver (3.2.5-1) unstable; urgency=low . * New upstream release + Fix FTBFS on ARM (Closes: #691179) + Fix FTBS with gcc 4.8 (Closes: #701427) * Promote trafficserver to depend for trafficserver-dev to fix a broken library symlink. The library is not required for all users, but those who need it don't need to install it manually anymore (Closes: #715134) trafficserver (3.2.4-1) unstable; urgency=low . * New upstream release + Delete upstream's .gitignore file in our source tree * Switch packaging repository to Git. + Add gbp.conf file for those using git-buildpackage * Fix "Upgrade fails if purging of cache fails" by not dying in a fire when the postinst fails to purge the cache (Closes: #687698) * Drop --with-arg-max from ./configure, it's not needed anymore. trafficserver (3.2.0-1) unstable; urgency=low . * New upstream release + If you are using SSL or HTTP filtering, please update your configuration. proxy.config.http.quick_filter.mask and proxy.config.ssl.server.cert.filename is not recognized anymore. Please use ip_allow.config and ssl_multicert.config respectively instead. There is no automated migration for this in Debian, as this affects your site-specific configuration files. + See https://cwiki.apache.org/confluence/display/TS/Upgrading+to+3.2 for full upgrade instructions. * Upstream decided to ship more plug-ins with the trafficserver core distribution. These are all bundled into the main package now. Therefore, the trafficserver-plugin-conf-remap package is not provided anymore. * Update the default configuration file to ship with more moderate values for the log configuration. * Now do start ATS by default for fresh installations. The default out-of-the box configuration is much more secure than past defaults. * Purge the host and data cache on upgrades * Let's welcome Aron Xu to the Uploaders of Trafficserver. Hi Aron! :) trafficserver (3.0.5-1) unstable; urgency=low * New upstream release. * No kudos for the previous hostile NMU, but include the changelog to denote this upload does not introduce a regression. * Update my maintainer address * Make the init script look much better when using fancy outputs. * Fix "status" output of the init script * Remove "DM-Upload-Allowed". I don't need that flag anymore. trafficserver (3.0.4-1.1) unstable; urgency=low * Non maintainer upload * Fix build failure with GCC 4.7. Closes: #667396. trafficserver (3.0.4-1) unstable; urgency=high * New upstream release + Fix CVE-2012-0256: A request with a very large Host header caused ATS to crash. * Setting urgency to high because of security updates * Push standards to 3.9.3 - no further changes * Stilistic adaptions in debian/copyright, but not content changes * Remove cluster interface warning from README.Configuration. ATS now binds on lo by default trafficserver (3.0.2-1) unstable; urgency=low * New upstream release + Includes former Debian specific patch which makes sure the upstream configure script does not override any -O flags passed by the user anymore. * Adapt to dpkg 1.16.1 API changes regarding build flags. This enables hardening build flags. This means, trafficserver is now being built with -fstack-protector and other security related build flags. * Add dpkg-dev (>= 1.16.1~) to build-depends to make sure our buildflags are properly supported. That's guaranteed for Testing, but might be helpful to know for backporters. * Fix several issues in the DEP-5 syntax. Unfortunately there is no way to express that a file is subject to different license agreements so far. * Do not install the upstream changelog twice anymore * Finally run regression checks again, now as build failures are sorted out. trafficserver (3.0.1-2) unstable; urgency=low * Fix "please add armhf to the arch list" - add armhf to the list of supported architectures. Thanks Konstantinos Margaritis for the hint (Closes: #636338) * Remove IA64 from the list of supported architectures. The upgrade to the gcc 4.6 toolchain disclosed portability issues with it, which caused the resul- ting binary package to produce no-op code in some functions. trafficserver (3.0.1-1) unstable; urgency=low * New upstream release. Fixes several important issues which caused `traffic_cop' and `traffic_server' to crash. * Fix "FTBFS with ld --as-needed" re-order libraries upon linkage, patch committed upstream. Thanks Ilya Barygin (Closes: #632546) * Fix "trafficserver: Getting rid of unneeded *.la / emptying dependency_libs", remove *.la files from the installation target completely (Closes: #633192) * Set "DM-Upload-Allowed: yes" in agreement with Asheesh Laroia trafficserver (3.0.0-1) unstable; urgency=low * New upstream release. Major changes (since 2.1.9): + `traffic_server' won't crash anymore when using non-existent plugin in remap rule + Don't cache HTTP 401, 303 and 407 error responses anymore, when negative caching is enabled. * Re-enable kfreebsd support, it was accidentally not available in 2.1.9-unstable-1 because of non installable dependencies, as libcap-dev is installable (and required) on Linux only * debian/rules: + Simplify dh_auto_configure flags (upstream incorporated our build layout) + Enable WCCP (Web Cache Communication Protocol; Linux only) * debian/control: + Add flex and bison to build dependencies, both are required for WCCP (Linux only) trafficserver (2.1.9-unstable-1) unstable; urgency=low * New upstream release. Major features (since 2.1.8): + Bring back support for $DESTDIR and "make check" which makes Debian patches obsolete + Allow larger working sets than 512G + Disable cluster autodiscovery when cluster mode is disabled + Cleanup `records.config' + Disable SSLv2 by default * debian/control: Add build dependency to libcap-dev, because when running traffic_server standalone, it is unable to bind restricted ports otherwise (Upstream: TS-804) * debian/rules: + Remove override for dh_clean, but put options to debian/source/options instead + Remove DH_OPTIONS (unused anyway) * Source package: Minor change to improving package quality and usability (i.e. grammar, verbosity of comments) * Make the init script more robust * Base the origin of the package source on the untouched upstream tarball, instead of the versioned SVN branch. * Bring back IA64 support, this time actually working (upstream merged my patch TS-783) * Remove patch `build-quirks.patch'. Changes have been committed upstream by now. trafficserver (2.1.8-unstable-1) unstable; urgency=low * New upstream release. Major features (since 2.1.5): + Many bug fixes (none reported in Debian's BTS) + Set source address for origin Servers + Major API changes for the SDK + Provide traffic_logstats + traffic_shell does not hang anymore on any command * Fix "FTBFS on architectures not supported upstream": (Closes: #622800) + Don't execute regression checks for now (fixes x86) + Upstream merges a Debian patch originally for 2.1.7 which enables kFreeBSD support (originally provided by myself) + Restrict Architectures (drop S390, IA64, MIPS[EL], PPC, SPARC) * Remove ts-ui-disable-conf.patch (applied upstream) * Update `build-quirks.patch' to make TS handle $DESTDIR correctly (upstream: TS-759) * Remove .deps from SDK binary package examples (they were incidentally included before). * Fix permissions for /var/cache/trafficserver in postinst * Bump standards to 3.9.2, depend on debhelper 8.0, adapt VCS links * Simplify debian/rules trafficserver (2.1.5-unstable-1) unstable; urgency=low * Initial release (Closes: #609285) * Added some configuration and informational hints * New upstream release. Major features: + Better AMD64 support + Override configuration per transaction + IPv6 + Support ARM architectures + SDK-API changes * Differences to upstream version: + Ship some documentation. Well, really a few hints + Split source into three packages (core, plug-in, SDK) + Ship our own init script REMOVED: libfsoframework 0.12.0-8 REMOVED: transmageddon 1.5-3 REMOVED: openmolar 1.0.15-gd81f9e5-1 REMOVED: tripleo-heat-templates 5.2.0-1 REMOVED: libembperl-perl 2.5.0-11 REMOVED: gst-fluendo-mp3 0.10.32.debian-1 REMOVED: fso-audiod 0.12.0-3 REMOVED: ruby-memoize 1.3.1-5 REMOVED: intone 0.77+git20120308-1 REMOVED: libgsystem 2015.2+deb-5 REMOVED: edbus 1.7.10-1 REMOVED: libfso-glib 2012.07.27.2-4 REMOVED: mdbus 2.3.3-2 REMOVED: sparkleshare 2.0.1-1 REMOVED: vala-dbus-binding-tool 0.4.0-3 REMOVED: ccseapps 2.5-7 REMOVED: fso-specs 2012.07.27.2-2 REMOVED: summain 0.20-1 REMOVED: libgsm0710 1.2.2-6 REMOVED: geoip-database-contrib 1.19 REMOVED: abstract-rendering 0.5.1-1