debian/0000775000000000000000000000000012255120614007166 5ustar debian/libyaml-cpp0.3-dev.install0000664000000000000000000000007511762707371014003 0ustar usr/include/ usr/lib/*/*.a usr/lib/*/*.so usr/lib/pkgconfig/ debian/source/0000775000000000000000000000000011762707371010503 5ustar debian/source/format0000664000000000000000000000001411762707371011711 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000446611762707371011150 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: yaml-cpp Source: http://code.google.com/p/yaml-cpp/downloads/list Files: * Copyright: 2008 Jesse Beder License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium. . X Window System is a trademark of X Consortium, Inc. Files: debian/* Copyright: 2011 Lifeng Sun License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000664000000000000000000000057612255120533011050 0ustar yaml-cpp0.3 (0.3.0-1.1) unstable; urgency=medium * Non-maintainer upload. * Re-upload 0.3.0 yaml-cpp series as a separate package. (Closes: #729341) -- Dimitri John Ledkov Fri, 20 Dec 2013 19:55:13 +0000 yaml-cpp (0.3.0-1) unstable; urgency=low * Initial release (Closes: #636985) -- Lifeng Sun Sun, 03 Jun 2012 23:48:30 +0800 debian/libyaml-cpp0.3.install0000664000000000000000000000003311762707371013221 0ustar usr/lib/*/libyaml-cpp.so.* debian/control0000664000000000000000000000205612255120614010574 0ustar Source: yaml-cpp0.3 Section: devel Priority: optional Maintainer: Lifeng Sun Build-Depends: debhelper (>= 7.0.50~), cmake Standards-Version: 3.9.3 Homepage: http://code.google.com/p/yaml-cpp/ Vcs-Svn: http://yaml-cpp.googlecode.com/svn Package: libyaml-cpp0.3 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: YAML parser and emitter for C++ (0.3 series) yaml-cpp is a C++ library for parsing and emitting data in YAML 1.2, a human-readable data serialization format. . This package provides run-time library of yaml-cpp (0.3 series). Package: libyaml-cpp0.3-dev Section: libdevel Architecture: any Depends: libyaml-cpp0.3 (= ${binary:Version}), ${misc:Depends} Conflicts: libyaml-cpp-dev Description: YAML parser and emitter for C++ - development files (0.3 series) yaml-cpp is a C++ library for parsing and emitting data in YAML 1.2, a human-readable data serialization format. . This package provides development files of yaml-cpp (0.3 series). debian/rules0000775000000000000000000000241211762707371010262 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) CPPFLAGS :=$(shell dpkg-buildflags --get CPPFLAGS) CFLAGS :=$(shell dpkg-buildflags --get CFLAGS) CXXFLAGS :=$(shell dpkg-buildflags --get CXXFLAGS) LDFLAGS :=$(shell dpkg-buildflags --get LDFLAGS) export DEB_HOST_MULTIARCH CPPFLAGS CFLAGS CXXFLAGS LDFLAGS override_dh_auto_configure: dh_testdir mkdir build-static; cd build-static; \ cmake .. -DCMAKE_INSTALL_PREFIX=/usr mkdir build-shared; cd build-shared; \ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON override_dh_auto_build: dh_testdir $(MAKE) -C build-static $(MAKE) -C build-shared override_dh_auto_install: dh_testdir dh_prep $(MAKE) -C build-static install DESTDIR=$(CURDIR)/debian/tmp $(MAKE) -C build-shared install DESTDIR=$(CURDIR)/debian/tmp mkdir debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH) mv debian/tmp/usr/lib/lib* debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ sed -i -e 's/lib$$/lib\/$(DEB_HOST_MULTIARCH)/' \ debian/tmp/usr/lib/pkgconfig/yaml-cpp.pc clean: dh_testdir dh_auto_clean dh_clean rm -rf build-static build-shared %: dh $@ .PHONY: clean debian/watch0000664000000000000000000000017411762707371010236 0ustar version=3 http://code.google.com/p/yaml-cpp/downloads/list http://yaml-cpp.googlecode.com/files/yaml-cpp-([0-9].*)\.tar\.gz debian/compat0000664000000000000000000000000211762707371010401 0ustar 7