]> andersk Git - libyaml.git/commitdiff
Rename libyaml-0-1 to libyaml-0-2, to match soname.
authorAnders Kaseorg <andersk@mit.edu>
Wed, 30 Sep 2009 19:40:22 +0000 (15:40 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Sun, 4 Oct 2009 18:06:27 +0000 (14:06 -0400)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
debian/control
debian/control.in
debian/libyaml-0-2.install [moved from debian/libyaml-0-1.install with 100% similarity]
debian/libyaml-dev.links

index a42aef7e45f801bc01043577b49f28f1e3bc7047..237b9a095a801ca1eb9d4947b1aee7e413089ce3 100644 (file)
@@ -8,7 +8,7 @@ Homepage: http://pyyaml.org/wiki/LibYAML
 Vcs-Git: git://andersk.mit.edu/libyaml.git
 Vcs-Browser: http://andersk.mit.edu/gitweb/libyaml.git
 
-Package: libyaml-0-1
+Package: libyaml-0-2
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Fast YAML 1.1 parser and emitter library
@@ -18,7 +18,7 @@ Description: Fast YAML 1.1 parser and emitter library
 Package: libyaml-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-1 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2 (= ${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.
index 10f28534decae37b1ddbe7344179f42c4161f1c8..395f3f41c049ea55bcebe34d830b90296ebd1c01 100644 (file)
@@ -8,7 +8,7 @@ Homepage: http://pyyaml.org/wiki/LibYAML
 Vcs-Git: git://andersk.mit.edu/libyaml.git
 Vcs-Browser: http://andersk.mit.edu/gitweb/libyaml.git
 
-Package: libyaml-0-1
+Package: libyaml-0-2
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Fast YAML 1.1 parser and emitter library
@@ -18,7 +18,7 @@ Description: Fast YAML 1.1 parser and emitter library
 Package: libyaml-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-1 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2 (= ${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.
index 1845346b4c3c60c6142acd585ac657216e78bde1..983fb9bb8668f4bb4f56b0eccd8598c2bd7ee977 100644 (file)
@@ -1,2 +1,2 @@
 usr/lib/libyaml-0.so usr/lib/libyaml.so
-usr/lib/libyaml-0.so.1 usr/lib/libyaml-0.so
+usr/lib/libyaml-0.so.2 usr/lib/libyaml-0.so
This page took 0.037008 seconds and 5 git commands to generate.