From: Anders Kaseorg Date: Tue, 10 Jun 2008 06:37:34 +0000 (-0400) Subject: Debian release 0.1.1-1 X-Git-Tag: debian/0.1.1-1^0 X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/commitdiff_plain/01068572c68c424e417452f75b007c0bdf08f2df Debian release 0.1.1-1 --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..a10700d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libyaml (0.1.1-1) unstable; urgency=low + + * Initial release (Closes: #484381). + + -- Anders Kaseorg Tue, 10 Jun 2008 02:37:34 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..11b3866 --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: libyaml +Section: libs +Priority: extra +Maintainer: Anders Kaseorg +Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5) +Standards-Version: 3.7.3 +Homepage: http://pyyaml.org/wiki/LibYAML + +Package: libyaml-0-1 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Fast YAML 1.1 parser and emitter library + LibYAML is a C library for parsing and emitting data in YAML 1.1, a + human-readable data serialization format. + +Package: libyaml-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-1 (= ${binary:Version}) +Description: Fast YAML 1.1 parser and emitter library (development) + LibYAML is a C library for parsing and emitting data in YAML 1.1, a + human-readable data serialization format. + . + This package contains development headers and static libraries. diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..85f9c7d --- /dev/null +++ b/debian/control.in @@ -0,0 +1,24 @@ +Source: libyaml +Section: libs +Priority: extra +Maintainer: Anders Kaseorg +Build-Depends: @cdbs@ +Standards-Version: 3.7.3 +Homepage: http://pyyaml.org/wiki/LibYAML + +Package: libyaml-0-1 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Fast YAML 1.1 parser and emitter library + LibYAML is a C library for parsing and emitting data in YAML 1.1, a + human-readable data serialization format. + +Package: libyaml-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-1 (= ${binary:Version}) +Description: Fast YAML 1.1 parser and emitter library (development) + LibYAML is a C library for parsing and emitting data in YAML 1.1, a + human-readable data serialization format. + . + This package contains development headers and static libraries. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3d3aff6 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Anders Kaseorg on +Mon, 02 Jun 2008 05:16:28 -0400. + +It was downloaded from + +Upstream Author: + + Kirill Simonov + +Copyright: + + Copyright (c) 2006 Kirill Simonov + +License: + + 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 AUTHORS OR COPYRIGHT + HOLDERS 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. + +The Debian packaging is released to the public domain. diff --git a/debian/libyaml-0-1.install b/debian/libyaml-0-1.install new file mode 100644 index 0000000..093956b --- /dev/null +++ b/debian/libyaml-0-1.install @@ -0,0 +1 @@ +usr/lib/*.so.* diff --git a/debian/libyaml-dev.install b/debian/libyaml-dev.install new file mode 100644 index 0000000..3e61efe --- /dev/null +++ b/debian/libyaml-dev.install @@ -0,0 +1,3 @@ +usr/include/* +usr/lib/*.a +usr/lib/*.la diff --git a/debian/libyaml-dev.links b/debian/libyaml-dev.links new file mode 100644 index 0000000..1845346 --- /dev/null +++ b/debian/libyaml-dev.links @@ -0,0 +1,2 @@ +usr/lib/libyaml-0.so usr/lib/libyaml.so +usr/lib/libyaml-0.so.1 usr/lib/libyaml-0.so diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..8bc7da7 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_DH_INSTALL_SOURCEDIR = $(DEB_DESTDIR)