]> andersk Git - libyaml.git/commitdiff
Debian release 0.1.1-1 debian/0.1.1-1
authorAnders Kaseorg <andersk@mit.edu>
Tue, 10 Jun 2008 06:37:34 +0000 (02:37 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Tue, 10 Jun 2008 06:37:34 +0000 (02:37 -0400)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/control.in [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/libyaml-0-1.install [new file with mode: 0644]
debian/libyaml-dev.install [new file with mode: 0644]
debian/libyaml-dev.links [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..a10700d
--- /dev/null
@@ -0,0 +1,5 @@
+libyaml (0.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #484381).
+
+ -- Anders Kaseorg <andersk@mit.edu>  Tue, 10 Jun 2008 02:37:34 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..11b3866
--- /dev/null
@@ -0,0 +1,24 @@
+Source: libyaml
+Section: libs
+Priority: extra
+Maintainer: Anders Kaseorg <andersk@mit.edu>
+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 (file)
index 0000000..85f9c7d
--- /dev/null
@@ -0,0 +1,24 @@
+Source: libyaml
+Section: libs
+Priority: extra
+Maintainer: Anders Kaseorg <andersk@mit.edu>
+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 (file)
index 0000000..3d3aff6
--- /dev/null
@@ -0,0 +1,36 @@
+This package was debianized by Anders Kaseorg <andersk@mit.edu> on
+Mon, 02 Jun 2008 05:16:28 -0400.
+
+It was downloaded from <http://pyyaml.org/wiki/LibYAML>
+
+Upstream Author: 
+
+    Kirill Simonov <xi@resolvent.net>
+
+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 (file)
index 0000000..093956b
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/*.so.*
diff --git a/debian/libyaml-dev.install b/debian/libyaml-dev.install
new file mode 100644 (file)
index 0000000..3e61efe
--- /dev/null
@@ -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 (file)
index 0000000..1845346
--- /dev/null
@@ -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 (executable)
index 0000000..8bc7da7
--- /dev/null
@@ -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)
This page took 0.04142 seconds and 5 git commands to generate.