1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
yaml-cpp (0.6.2-4) unstable; urgency=medium
* Upload to Sid.
-- Simon Quigley <tsimonq2@debian.org> Mon, 07 Jan 2019 16:00:33 -0600
yaml-cpp (0.6.2-3) experimental; urgency=medium
* Update symbols from build logs.
-- Simon Quigley <tsimonq2@debian.org> Sat, 05 Jan 2019 17:27:47 -0600
yaml-cpp (0.6.2-2) experimental; urgency=medium
[ Christopher James Halse Rogers ]
* d/libyaml-cpp0.6.symbols:
- Add symbols file now that only public symbols are exported
* d/libyaml-cpp-dev.install:
- Don't install gtest/gmock headers (Closes: #915575)
[ Simon Quigley ]
* Change my email to tsimonq2@debian.org now that I am a Debian Developer.
* Bump Standards-version to 4.3.0, no changes needed.
-- Simon Quigley <tsimonq2@debian.org> Sun, 23 Dec 2018 22:25:40 -0600
yaml-cpp (0.6.2-1) experimental; urgency=medium
[ Andreas Tille ]
* New upstream version
* debhelper 11
* Standards-Version: 4.2.0
* Point Vcs-fields to Salsa
* Fix watch file
[ Graham Inggs ]
* Drop patches no longer needed
* Drop dependencies on libboost-dev, no longer needed
* Rename binary package for libyaml-cpp0.6 transition
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/changelog: Remove trailing whitespaces
[ Christopher James Halse Rogers ]
* patches/symbol-visibility.patch: Hide non-public-API symbols.
- Cuts down the number of exported symbols by over half, and makes
it more feasible to use a .symbols file
* d/rules: Use VERBOSE make.
- Lets the hardening buildlog scanning check that the appropriate
flags have been passed, and makes it easier to debug build
failures.
[ Simon Quigley ]
* Take over maintainership of the package (Closes: #914853).
* Depend on debhelper 11.
* Run wrap-and-sort.
* Bump Standards-version to 4.2.1.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 27 Nov 2018 18:23:07 -0600
yaml-cpp (0.5.2-4) unstable; urgency=medium
* Make the build reproducible (Closes: #808714)
* Add libboost-dev dependency (Closes: #812851)
* Fix yaml-cpp 0.5.2 issue (Closes: #814499)
* Fix lintian warnings: spelling, standards-version, and Vcs-Git
-- Paul Novotny <paul@paulnovo.us> Wed, 12 Oct 2016 19:48:11 -0400
yaml-cpp (0.5.2-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Work around bug in googletest causing segfault with gcc-6.
(Closes: #812284)
-- Christian Hofstaedtler <zeha@debian.org> Sat, 02 Jul 2016 13:27:16 +0200
yaml-cpp (0.5.2-3) unstable; urgency=medium
* Fix error in yaml-cpp-config.cmake
* Disable gtest's use of pthread on hurd and kfreebsd
-- Paul Novotny <paul@paulnovo.us> Mon, 30 Nov 2015 16:53:57 -0500
yaml-cpp (0.5.2-2) unstable; urgency=medium
* Rename libyaml-cpp0.5 to libyaml-cpp0.5v5 for gcc5 transition
(Closes: #791317)
-- Paul Novotny <paul@paulnovo.us> Tue, 04 Aug 2015 18:03:35 -0400
yaml-cpp (0.5.2-1) unstable; urgency=medium
* Update due to yaml-cpp from Google Code to GitHub
* Imported Upstream version 0.5.2
* Remove patches/fix-unit-test.patch, applied upstream
* Remove patches/remove-conflicting-google-libs.patch, applied upstream
-- Paul Novotny <paul@paulnovo.us> Thu, 23 Apr 2015 16:40:20 -0400
yaml-cpp (0.5.1+hg20150210-1) experimental; urgency=medium
[ Andreas Tille ]
* Import latest upstream
* Fix failing unit tests
* Inject package into collab-maint to enable more people contributing
* cme fix dpkg-control
* debhelper 9
[ Paul Novotny ]
* Add myself as Uploader
* Import latest upstream VCS status
* Fix failing unit tests, update version number
* Install cmake development files
-- Andreas Tille <tille@debian.org> Mon, 09 Feb 2015 13:36:42 +0100
yaml-cpp (0.5.1-1) unstable; urgency=low
* New upstream release. (Closes: #706708)
* Bump Standards-Version to 3.9.4.
* libyaml-cpp-dev: remove multiarch path in yaml-cpp.pc to make
lintian happy.
* debian/copyright: new Format URI.
* debian/control: remove Vcs-Svn field.
-- Lifeng Sun <lifongsun@gmail.com> Fri, 30 Aug 2013 18:29:05 +0800
yaml-cpp (0.3.0-1) unstable; urgency=low
* Initial release (Closes: #636985)
-- Lifeng Sun <lifongsun@gmail.com> Sun, 03 Jun 2012 23:48:30 +0800
|